' tag.",
+ "markdown": "Reports a root tag name different from the name specified in the `` tag."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "XmlWrongRootElement",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "XML",
+ "index": 56,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HtmlUnknownAttribute",
+ "shortDescription": {
+ "text": "Unknown attribute"
+ },
+ "fullDescription": {
+ "text": "Reports an unknown HTML attribute. Suggests configuring attributes that should not be reported.",
+ "markdown": "Reports an unknown HTML attribute. Suggests configuring attributes that should not be reported."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "HtmlUnknownAttribute",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTML",
+ "index": 11,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "RegExpRedundantEscape",
+ "shortDescription": {
+ "text": "Redundant character escape"
+ },
+ "fullDescription": {
+ "text": "Reports redundant character escape sequences that can be replaced with unescaped characters preserving the meaning. Many escape sequences that are necessary outside of a character class are redundant inside square brackets '[]' of a character class. Although unescaped opening curly braces '{' outside of character classes are allowed in some dialects (JavaScript, Python, and so on), it can cause confusion and make the pattern less portable, because there are dialects that require escaping curly braces as characters. For this reason the inspection does not report escaped opening curly braces. Example: '\\-\\;[\\.]' After the quick-fix is applied: '-;[.]' The Ignore escaped closing brackets '}' and ']' option specifies whether to report '\\}' and '\\]' outside of a character class when they are allowed to be unescaped by the RegExp dialect. New in 2017.3",
+ "markdown": "Reports redundant character escape sequences that can be replaced with unescaped characters preserving the meaning. Many escape sequences that are necessary outside of a character class are redundant inside square brackets `[]` of a character class.\n\n\nAlthough unescaped opening curly braces `{` outside of character classes are allowed in some dialects (JavaScript, Python, and so on),\nit can cause confusion and make the pattern less portable, because there are dialects that require escaping curly braces as characters.\nFor this reason the inspection does not report escaped opening curly braces.\n\n**Example:**\n\n\n \\-\\;[\\.]\n\nAfter the quick-fix is applied:\n\n\n -;[.]\n\n\nThe **Ignore escaped closing brackets '}' and '\\]'** option specifies whether to report `\\}` and `\\]` outside of a character class\nwhen they are allowed to be unescaped by the RegExp dialect.\n\nNew in 2017.3"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "RegExpRedundantEscape",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "RegExp",
+ "index": 58,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HtmlExtraClosingTag",
+ "shortDescription": {
+ "text": "Redundant closing tag"
+ },
+ "fullDescription": {
+ "text": "Reports redundant closing tags on empty elements, for example, 'img' or 'br'. Example: '\n \n
\n \n ' After the quick-fix is applied: '\n \n
\n \n '",
+ "markdown": "Reports redundant closing tags on empty elements, for example, `img` or `br`.\n\n**Example:**\n\n\n \n \n
\n \n \n\nAfter the quick-fix is applied:\n\n\n \n \n
\n \n \n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "HtmlExtraClosingTag",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTML",
+ "index": 11,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "XmlDuplicatedId",
+ "shortDescription": {
+ "text": "Duplicate 'id' attribute"
+ },
+ "fullDescription": {
+ "text": "Reports a duplicate 'id' attribute in XML.",
+ "markdown": "Reports a duplicate `id` attribute in XML."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "XmlDuplicatedId",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "XML",
+ "index": 56,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "XmlUnboundNsPrefix",
+ "shortDescription": {
+ "text": "Unbound namespace prefix"
+ },
+ "fullDescription": {
+ "text": "Reports an unbound namespace prefix in XML.",
+ "markdown": "Reports an unbound namespace prefix in XML."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "XmlUnboundNsPrefix",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "XML",
+ "index": 56,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "XmlPathReference",
+ "shortDescription": {
+ "text": "Unresolved file reference"
+ },
+ "fullDescription": {
+ "text": "Reports an unresolved file reference in XML.",
+ "markdown": "Reports an unresolved file reference in XML."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "XmlPathReference",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "XML",
+ "index": 56,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "LossyEncoding",
+ "shortDescription": {
+ "text": "Lossy encoding"
+ },
+ "fullDescription": {
+ "text": "Reports characters that cannot be displayed because of the current document encoding. Examples: If you type international characters in a document with the US-ASCII charset, some characters will be lost on save. If you load a UTF-8-encoded file using the ISO-8859-1 one-byte charset, some characters will be displayed incorrectly. You can fix this by changing the file encoding either by specifying the encoding directly in the file, e.g. by editing 'encoding=' attribute in the XML prolog of XML file, or by changing the corresponding options in Settings | Editor | File Encodings.",
+ "markdown": "Reports characters that cannot be displayed because of the current document encoding.\n\nExamples:\n\n* If you type international characters in a document with the **US-ASCII** charset, some characters will be lost on save.\n* If you load a **UTF-8** -encoded file using the **ISO-8859-1** one-byte charset, some characters will be displayed incorrectly.\n\nYou can fix this by changing the file encoding\neither by specifying the encoding directly in the file, e.g. by editing `encoding=` attribute in the XML prolog of XML file,\nor by changing the corresponding options in **Settings \\| Editor \\| File Encodings**."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "LossyEncoding",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Internationalization",
+ "index": 124,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "RegExpRedundantNestedCharacterClass",
+ "shortDescription": {
+ "text": "Redundant nested character class"
+ },
+ "fullDescription": {
+ "text": "Reports unnecessary nested character classes. Example: '[a-c[x-z]]' After the quick-fix is applied: '[a-cx-z]' New in 2020.2",
+ "markdown": "Reports unnecessary nested character classes.\n\n**Example:**\n\n\n [a-c[x-z]]\n\nAfter the quick-fix is applied:\n\n\n [a-cx-z]\n\nNew in 2020.2"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "RegExpRedundantNestedCharacterClass",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "RegExp",
+ "index": 58,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "RegExpOctalEscape",
+ "shortDescription": {
+ "text": "Octal escape"
+ },
+ "fullDescription": {
+ "text": "Reports octal escapes, which are easily confused with back references. Use hexadecimal escapes to avoid confusion. Example: '\\07' After the quick-fix is applied: '\\x07' New in 2017.1",
+ "markdown": "Reports octal escapes, which are easily confused with back references. Use hexadecimal escapes to avoid confusion.\n\n**Example:**\n\n\n \\07\n\nAfter the quick-fix is applied:\n\n\n \\x07\n\nNew in 2017.1"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "RegExpOctalEscape",
+ "ideaSeverity": "INFORMATION",
+ "qodanaSeverity": "Info",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "RegExp",
+ "index": 58,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "UnusedDefine",
+ "shortDescription": {
+ "text": "Unused define"
+ },
+ "fullDescription": {
+ "text": "Reports an unused named pattern ('define') in a RELAX-NG file (XML or Compact Syntax). 'define' elements that are used through an include in another file are ignored.",
+ "markdown": "Reports an unused named pattern (`define`) in a RELAX-NG file (XML or Compact Syntax). `define` elements that are used through an include in another file are ignored."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "UnusedDefine",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "RELAX NG",
+ "index": 136,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "RegExpDuplicateAlternationBranch",
+ "shortDescription": {
+ "text": "Duplicate branch in alternation"
+ },
+ "fullDescription": {
+ "text": "Reports duplicate branches in a RegExp alternation. Duplicate branches slow down matching and obscure the intent of the expression. Example: '(alpha|bravo|charlie|alpha)' After the quick-fix is applied: '(alpha|bravo|charlie)' New in 2017.1",
+ "markdown": "Reports duplicate branches in a RegExp alternation. Duplicate branches slow down matching and obscure the intent of the expression.\n\n**Example:**\n\n\n (alpha|bravo|charlie|alpha)\n\nAfter the quick-fix is applied:\n\n\n (alpha|bravo|charlie)\n\nNew in 2017.1"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "RegExpDuplicateAlternationBranch",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "RegExp",
+ "index": 58,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "RedundantSuppression",
+ "shortDescription": {
+ "text": "Redundant suppression"
+ },
+ "fullDescription": {
+ "text": "Reports usages of the following elements that can be safely removed because the inspection they affect is no longer applicable in this context: '@SuppressWarning' annotation, or '// noinspection' line comment, or '/** noinspection */' JavaDoc comment Example: 'public class C {\n // symbol is already private,\n // but annotation is still around\n @SuppressWarnings({\"WeakerAccess\"})\n private boolean CONST = true;\n void f() {\n CONST = false;\n }\n}'",
+ "markdown": "Reports usages of the following elements that can be safely removed because the inspection they affect is no longer applicable in this context:\n\n* `@SuppressWarning` annotation, or\n* `// noinspection` line comment, or\n* `/** noinspection */` JavaDoc comment\n\nExample:\n\n\n public class C {\n // symbol is already private,\n // but annotation is still around\n @SuppressWarnings({\"WeakerAccess\"})\n private boolean CONST = true;\n void f() {\n CONST = false;\n }\n }\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "RedundantSuppression",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "General",
+ "index": 46,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CustomRegExpInspection",
+ "shortDescription": {
+ "text": "Custom RegExp inspection"
+ },
+ "fullDescription": {
+ "text": "Custom Regex Inspection",
+ "markdown": "Custom Regex Inspection"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "CustomRegExpInspection",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "RegExp",
+ "index": 58,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "RegExpUnexpectedAnchor",
+ "shortDescription": {
+ "text": "Begin or end anchor in unexpected position"
+ },
+ "fullDescription": {
+ "text": "Reports '^' or '\\A' anchors not at the beginning of the pattern and '$', '\\Z' or '\\z' anchors not at the end of the pattern. In the wrong position these RegExp anchors prevent the pattern from matching anything. In case of the '^' and '$' anchors, most likely the literal character was meant and the escape forgotten. Example: '(Price $10)' New in 2018.1",
+ "markdown": "Reports `^` or `\\A` anchors not at the beginning of the pattern and `$`, `\\Z` or `\\z` anchors not at the end of the pattern. In the wrong position these RegExp anchors prevent the pattern from matching anything. In case of the `^` and `$` anchors, most likely the literal character was meant and the escape forgotten.\n\n**Example:**\n\n\n (Price $10)\n\n\nNew in 2018.1"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "RegExpUnexpectedAnchor",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "RegExp",
+ "index": 58,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SpellCheckingInspection",
+ "shortDescription": {
+ "text": "Typo"
+ },
+ "fullDescription": {
+ "text": "Reports typos and misspellings in your code, comments, and literals and fixes them with one click.",
+ "markdown": "Reports typos and misspellings in your code, comments, and literals and fixes them with one click."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "SpellCheckingInspection",
+ "ideaSeverity": "TYPO",
+ "qodanaSeverity": "Low",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Proofreading",
+ "index": 122,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "RegExpSimplifiable",
+ "shortDescription": {
+ "text": "Regular expression can be simplified"
+ },
+ "fullDescription": {
+ "text": "Reports regular expressions that can be simplified. Example: '[a] xx* [ah-hz]' After the quick-fix is applied: 'a x+ [ahz]' New in 2022.1",
+ "markdown": "Reports regular expressions that can be simplified.\n\n**Example:**\n\n\n [a] xx* [ah-hz]\n\nAfter the quick-fix is applied:\n\n\n a x+ [ahz]\n\nNew in 2022.1"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "RegExpSimplifiable",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "RegExp",
+ "index": 58,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "RegExpEmptyAlternationBranch",
+ "shortDescription": {
+ "text": "Empty branch in alternation"
+ },
+ "fullDescription": {
+ "text": "Reports empty branches in a RegExp alternation. An empty branch will only match the empty string, and in most cases that is not what is desired. This inspection will not report a single empty branch at the start or the end of an alternation. Example: '(alpha||bravo)' After the quick-fix is applied: '(alpha|bravo)' New in 2017.2",
+ "markdown": "Reports empty branches in a RegExp alternation. An empty branch will only match the empty string, and in most cases that is not what is desired. This inspection will not report a single empty branch at the start or the end of an alternation.\n\n**Example:**\n\n\n (alpha||bravo)\n\nAfter the quick-fix is applied:\n\n\n (alpha|bravo)\n\nNew in 2017.2"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "RegExpEmptyAlternationBranch",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "RegExp",
+ "index": 58,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "TodoComment",
+ "shortDescription": {
+ "text": "TODO comment"
+ },
+ "fullDescription": {
+ "text": "Reports TODO comments in your code. You can configure the format for TODO comments in Settings | Editor | TODO. Enable the Only warn on TODO comments without any details option to only warn on empty TODO comments, that don't provide any description on the task that should be done. Disable to report all TODO comments.",
+ "markdown": "Reports **TODO** comments in your code.\n\nYou can configure the format for **TODO** comments in [Settings \\| Editor \\| TODO](settings://preferences.toDoOptions).\n\nEnable the **Only warn on TODO comments without any details** option to only warn on empty TODO comments, that\ndon't provide any description on the task that should be done. Disable to report all TODO comments."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "TodoComment",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "General",
+ "index": 46,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "XmlDefaultAttributeValue",
+ "shortDescription": {
+ "text": "Redundant attribute with default value"
+ },
+ "fullDescription": {
+ "text": "Reports a redundant assignment of the default value to an XML attribute.",
+ "markdown": "Reports a redundant assignment of the default value to an XML attribute."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "XmlDefaultAttributeValue",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "XML",
+ "index": 56,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EmptyDirectory",
+ "shortDescription": {
+ "text": "Empty directory"
+ },
+ "fullDescription": {
+ "text": "Reports empty directories. Available only from Code | Inspect Code or Code | Analyze Code | Run Inspection by Name and isn't reported in the editor. Use the Only report empty directories located under a source folder option to have only directories under source roots reported.",
+ "markdown": "Reports empty directories.\n\nAvailable only from **Code \\| Inspect Code** or\n**Code \\| Analyze Code \\| Run Inspection by Name** and isn't reported in the editor.\n\nUse the **Only report empty directories located under a source folder** option to have only directories under source\nroots reported."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "EmptyDirectory",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "General",
+ "index": 46,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "NonAsciiCharacters",
+ "shortDescription": {
+ "text": "Non-ASCII characters"
+ },
+ "fullDescription": {
+ "text": "Reports code elements that use non-ASCII symbols in an unusual context. Example: Non-ASCII characters used in identifiers, strings, or comments. Identifiers written in different languages, such as 'myСollection' with the letter 'C' written in Cyrillic. Comments or strings containing Unicode symbols, such as long dashes and arrows.",
+ "markdown": "Reports code elements that use non-ASCII symbols in an unusual context.\n\nExample:\n\n* Non-ASCII characters used in identifiers, strings, or comments.\n* Identifiers written in different languages, such as `my`**С**`ollection` with the letter **C** written in Cyrillic.\n* Comments or strings containing Unicode symbols, such as long dashes and arrows."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "NonAsciiCharacters",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Internationalization",
+ "index": 124,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "IgnoreFileDuplicateEntry",
+ "shortDescription": {
+ "text": "Ignore file duplicates"
+ },
+ "fullDescription": {
+ "text": "Reports duplicate entries (patterns) in the ignore file (e.g. .gitignore, .hgignore). Duplicate entries in these files are redundant and can be removed. Example: '# Output directories\n /out/\n /target/\n /out/'",
+ "markdown": "Reports duplicate entries (patterns) in the ignore file (e.g. .gitignore, .hgignore). Duplicate entries in these files are redundant and can be removed.\n\nExample:\n\n\n # Output directories\n /out/\n /target/\n /out/\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "IgnoreFileDuplicateEntry",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Version control",
+ "index": 148,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "RegExpSuspiciousBackref",
+ "shortDescription": {
+ "text": "Suspicious back reference"
+ },
+ "fullDescription": {
+ "text": "Reports back references that will not be resolvable at runtime. This means that the back reference can never match anything. A back reference will not be resolvable when the group is defined after the back reference, or if the group is defined in a different branch of an alternation. Example of a group defined after its back reference: '\\1(abc)' Example of a group and a back reference in different branches: 'a(b)c|(xy)\\1z' New in 2022.1",
+ "markdown": "Reports back references that will not be resolvable at runtime. This means that the back reference can never match anything. A back reference will not be resolvable when the group is defined after the back reference, or if the group is defined in a different branch of an alternation.\n\n**Example of a group defined after its back reference:**\n\n\n \\1(abc)\n\n**Example of a group and a back reference in different branches:**\n\n\n a(b)c|(xy)\\1z\n\nNew in 2022.1"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "RegExpSuspiciousBackref",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "RegExp",
+ "index": 58,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "UnresolvedReference",
+ "shortDescription": {
+ "text": "Unresolved reference"
+ },
+ "fullDescription": {
+ "text": "Reports an unresolved reference to a named pattern ('define') in RELAX-NG files that use XML syntax. Suggests creating the referenced 'define' element.",
+ "markdown": "Reports an unresolved reference to a named pattern (`define`) in RELAX-NG files that use XML syntax. Suggests creating the referenced `define` element."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "UnresolvedReference",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "RELAX NG",
+ "index": 136,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HtmlMissingClosingTag",
+ "shortDescription": {
+ "text": "Missing closing tag"
+ },
+ "fullDescription": {
+ "text": "Reports an HTML element without a closing tag. Some coding styles require that HTML elements have closing tags even where this is optional. Example: '\n \n Behold!\n \n ' After the quick-fix is applied: '\n
\n Behold!
\n \n '",
+ "markdown": "Reports an HTML element without a closing tag. Some coding styles require that HTML elements have closing tags even where this is optional.\n\n**Example:**\n\n\n \n \n Behold!\n \n \n\nAfter the quick-fix is applied:\n\n\n \n
\n Behold!
\n \n \n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "HtmlMissingClosingTag",
+ "ideaSeverity": "INFORMATION",
+ "qodanaSeverity": "Info",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTML",
+ "index": 11,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "XmlInvalidId",
+ "shortDescription": {
+ "text": "Unresolved 'id' reference"
+ },
+ "fullDescription": {
+ "text": "Reports an unresolved 'id' reference in XML.",
+ "markdown": "Reports an unresolved `id` reference in XML."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "XmlInvalidId",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "XML",
+ "index": 56,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "XmlDeprecatedElement",
+ "shortDescription": {
+ "text": "Deprecated symbol"
+ },
+ "fullDescription": {
+ "text": "Reports a deprecated XML element or attribute. Symbols can be marked by XML comment or documentation tag with text 'deprecated'.",
+ "markdown": "Reports a deprecated XML element or attribute.\n\nSymbols can be marked by XML comment or documentation tag with text 'deprecated'."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "XmlDeprecatedElement",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "XML",
+ "index": 56,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "RegExpAnonymousGroup",
+ "shortDescription": {
+ "text": "Anonymous capturing group or numeric back reference"
+ },
+ "fullDescription": {
+ "text": "Reports anonymous capturing groups and numeric back references in a RegExp. These are only reported when the RegExp dialect supports named group and named group references. Named groups and named back references improve code readability and are recommended to use instead. When a capture is not needed, matching can be more performant and use less memory by using a non-capturing group, i.e. '(?:xxx)' instead of '(xxx)'. Example: '(\\d\\d\\d\\d)\\1' A better regex pattern could look like this: '(?\\d\\d\\d\\d)\\k' New in 2017.2",
+ "markdown": "Reports anonymous capturing groups and numeric back references in a RegExp. These are only reported when the RegExp dialect supports named group and named group references. Named groups and named back references improve code readability and are recommended to use instead. When a capture is not needed, matching can be more performant and use less memory by using a non-capturing group, i.e. `(?:xxx)` instead of `(xxx)`.\n\n**Example:**\n\n\n (\\d\\d\\d\\d)\\1\n\nA better regex pattern could look like this:\n\n\n (?\\d\\d\\d\\d)\\k\n\nNew in 2017.2"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "RegExpAnonymousGroup",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "RegExp",
+ "index": 58,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "XmlUnresolvedReference",
+ "shortDescription": {
+ "text": "Unresolved references"
+ },
+ "fullDescription": {
+ "text": "Reports an unresolved references in XML.",
+ "markdown": "Reports an unresolved references in XML."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "XmlUnresolvedReference",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "XML",
+ "index": 56,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "RegExpRepeatedSpace",
+ "shortDescription": {
+ "text": "Consecutive spaces"
+ },
+ "fullDescription": {
+ "text": "Reports multiple consecutive spaces in a RegExp. Because spaces are not visible by default, it can be hard to see how many spaces are required. The RegExp can be made more clear by replacing the consecutive spaces with a single space and a counted quantifier. Example: '( )' After the quick-fix is applied: '( {5})' New in 2017.1",
+ "markdown": "Reports multiple consecutive spaces in a RegExp. Because spaces are not visible by default, it can be hard to see how many spaces are required. The RegExp can be made more clear by replacing the consecutive spaces with a single space and a counted quantifier.\n\n**Example:**\n\n\n ( )\n\nAfter the quick-fix is applied:\n\n\n ( {5})\n\n\nNew in 2017.1"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "RegExpRepeatedSpace",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "RegExp",
+ "index": 58,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "InconsistentLineSeparators",
+ "shortDescription": {
+ "text": "Inconsistent line separators"
+ },
+ "fullDescription": {
+ "text": "Reports files with line separators different from the ones that are specified in the project's settings. For example, the inspection will be triggered if you set the line separator to '\\n' in Settings | Editor | Code Style | Line separator, while the file you are editing uses '\\r\\n' as a line separator. The inspection also warns you about mixed line separators within a file.",
+ "markdown": "Reports files with line separators different from the ones that are specified in the project's settings.\n\nFor example, the inspection will be triggered if you set the line separator to `\\n` in\n[Settings \\| Editor \\| Code Style \\| Line separator](settings://preferences.sourceCode?Line%20separator),\nwhile the file you are editing uses `\\r\\n` as a line separator.\n\nThe inspection also warns you about mixed line separators within a file."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "InconsistentLineSeparators",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "General",
+ "index": 46,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ProblematicWhitespace",
+ "shortDescription": {
+ "text": "Problematic whitespace"
+ },
+ "fullDescription": {
+ "text": "Reports the following problems: Tabs used for indentation when the code style is configured to use only spaces. Spaces used for indentation when the code style is configured to use only tabs. Spaces used for indentation and tabs used for alignment when the code style is configured to use smart tabs.",
+ "markdown": "Reports the following problems:\n\n* Tabs used for indentation when the code style is configured to use only spaces.\n* Spaces used for indentation when the code style is configured to use only tabs.\n* Spaces used for indentation and tabs used for alignment when the code style is configured to use smart tabs."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "ProblematicWhitespace",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "General",
+ "index": 46,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "LongLine",
+ "shortDescription": {
+ "text": "Line is longer than allowed by code style"
+ },
+ "fullDescription": {
+ "text": "Reports lines that are longer than the Hard wrap at parameter specified in Settings | Editor | Code Style | General.",
+ "markdown": "Reports lines that are longer than the **Hard wrap at** parameter specified in [Settings \\| Editor \\| Code Style \\| General](settings://preferences.sourceCode?Hard%20wrap%20at)."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "LongLine",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "General",
+ "index": 46,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HtmlUnknownTag",
+ "shortDescription": {
+ "text": "Unknown tag"
+ },
+ "fullDescription": {
+ "text": "Reports an unknown HTML tag. Suggests configuring tags that should not be reported.",
+ "markdown": "Reports an unknown HTML tag. Suggests configuring tags that should not be reported."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "HtmlUnknownTag",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTML",
+ "index": 11,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "XmlHighlighting",
+ "shortDescription": {
+ "text": "XML highlighting"
+ },
+ "fullDescription": {
+ "text": "Reports XML validation problems in the results of a batch code inspection.",
+ "markdown": "Reports XML validation problems in the results of a batch code inspection."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "XmlHighlighting",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "XML",
+ "index": 56,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "RegExpDuplicateCharacterInClass",
+ "shortDescription": {
+ "text": "Duplicate character in character class"
+ },
+ "fullDescription": {
+ "text": "Reports duplicate characters inside a RegExp character class. Duplicate characters are unnecessary and can be removed without changing the semantics of the regex. Example: '[aabc]' After the quick-fix is applied: '[abc]'",
+ "markdown": "Reports duplicate characters inside a RegExp character class. Duplicate characters are unnecessary and can be removed without changing the semantics of the regex.\n\n**Example:**\n\n\n [aabc]\n\nAfter the quick-fix is applied:\n\n\n [abc]\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "RegExpDuplicateCharacterInClass",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "RegExp",
+ "index": 58,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "RequiredAttributes",
+ "shortDescription": {
+ "text": "Missing required attribute"
+ },
+ "fullDescription": {
+ "text": "Reports a missing mandatory attribute in an XML/HTML tag. Suggests configuring attributes that should not be reported.",
+ "markdown": "Reports a missing mandatory attribute in an XML/HTML tag. Suggests configuring attributes that should not be reported."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "RequiredAttributes",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTML",
+ "index": 11,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "RegExpRedundantClassElement",
+ "shortDescription": {
+ "text": "Redundant '\\d', '[:digit:]', or '\\D' class elements"
+ },
+ "fullDescription": {
+ "text": "Reports redundant '\\d' or '[:digit:]' that are used in one class with '\\w' or '[:word:]' ('\\D' with '\\W') and can be removed. Example: '[\\w\\d]' After the quick-fix is applied: '[\\w]' New in 2022.2",
+ "markdown": "Reports redundant `\\d` or `[:digit:]` that are used in one class with `\\w` or `[:word:]` (`\\D` with `\\W`) and can be removed.\n\n**Example:**\n\n\n [\\w\\d]\n\nAfter the quick-fix is applied:\n\n\n [\\w]\n\nNew in 2022.2"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "RegExpRedundantClassElement",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "RegExp",
+ "index": 58,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HtmlWrongAttributeValue",
+ "shortDescription": {
+ "text": "Wrong attribute value"
+ },
+ "fullDescription": {
+ "text": "Reports an incorrect HTML attribute value.",
+ "markdown": "Reports an incorrect HTML attribute value."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "HtmlWrongAttributeValue",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTML",
+ "index": 11,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "MsbuildTargetFrameworkTagInspection",
+ "shortDescription": {
+ "text": "TargetFramework tag checks"
+ },
+ "fullDescription": {
+ "text": "RIDER-83136",
+ "markdown": "[RIDER-83136](https://youtrack.jetbrains.com/issue/RIDER-83136/)"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "MsbuildTargetFrameworkTagInspection",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "MSBuild",
+ "index": 165,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CheckValidXmlInScriptTagBody",
+ "shortDescription": {
+ "text": "Malformed content of 'script' tag"
+ },
+ "fullDescription": {
+ "text": "Reports contents of 'script' tags that are invalid XML. Example: '' After the quick-fix is applied: ''",
+ "markdown": "Reports contents of `script` tags that are invalid XML. \n\n**Example:**\n\n\n \n\nAfter the quick-fix is applied:\n\n\n \n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "CheckValidXmlInScriptTagBody",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTML",
+ "index": 11,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HtmlUnknownAnchorTarget",
+ "shortDescription": {
+ "text": "Unresolved fragment in a link"
+ },
+ "fullDescription": {
+ "text": "Reports an unresolved last part of an URL after the '#' sign.",
+ "markdown": "Reports an unresolved last part of an URL after the `#` sign."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "HtmlUnknownAnchorTarget",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTML",
+ "index": 11,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "Annotator",
+ "shortDescription": {
+ "text": "Annotator"
+ },
+ "fullDescription": {
+ "text": "Reports issues essential to this file (e.g., syntax errors) in the result of a batch code inspection run. These issues are usually always highlighted in the editor and can't be configured, unlike inspections. These options control the scope of checks performed by this inspection: Option \"Report syntax errors\": report parser-related issues. Option \"Report issues from language-specific annotators\": report issues found by annotators configured for the relevant language. See Custom Language Support: Annotators for details. Option \"Report other highlighting problems\": report issues specific to the language of the current file (e.g., type mismatches or unreported exceptions). See Custom Language Support: Highlighting for details.",
+ "markdown": "Reports issues essential to this file (e.g., syntax errors) in the result of a batch code inspection run. These issues are usually always highlighted in the editor and can't be configured, unlike inspections. These options control the scope of checks performed by this inspection:\n\n* Option \"**Report syntax errors**\": report parser-related issues.\n* Option \"**Report issues from language-specific annotators** \": report issues found by annotators configured for the relevant language. See [Custom Language Support: Annotators](https://plugins.jetbrains.com/docs/intellij/annotator.html) for details.\n* Option \"**Report other highlighting problems** \": report issues specific to the language of the current file (e.g., type mismatches or unreported exceptions). See [Custom Language Support: Highlighting](https://plugins.jetbrains.com/docs/intellij/syntax-highlighting-and-error-highlighting.html#semantic-highlighting) for details."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "Annotator",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "General",
+ "index": 46,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "org.intellij.plugins.postcss",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "PostCssUnresolvedModuleValueReference",
+ "shortDescription": {
+ "text": "Unresolved CSS module value"
+ },
+ "fullDescription": {
+ "text": "Reports an unresolved reference to a CSS Module Value ('@value' declaration). Example: '@value foo from unknown;'",
+ "markdown": "Reports an unresolved reference to a [CSS Module Value](https://github.com/css-modules/postcss-modules-values) (`@value` declaration).\n\nExample:\n\n\n @value foo from unknown;\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "PostCssUnresolvedModuleValueReference",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "PostCSS",
+ "index": 13,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "PostCssNesting",
+ "shortDescription": {
+ "text": "Invalid nested rule"
+ },
+ "fullDescription": {
+ "text": "Reports a nested style rule whose syntax doesn't comply with the PostCSS Nested or the PostCSS Nesting specification. Example: '.phone {\n &_title {}\n}'",
+ "markdown": "Reports a nested style rule whose syntax doesn't comply with the [PostCSS Nested](https://github.com/postcss/postcss-nested) or the [PostCSS Nesting](https://github.com/csstools/postcss-nesting) specification.\n\nExample:\n\n\n .phone {\n &_title {}\n }\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "PostCssNesting",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "PostCSS",
+ "index": 13,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "PostCssCustomMedia",
+ "shortDescription": {
+ "text": "Invalid custom media"
+ },
+ "fullDescription": {
+ "text": "Reports a syntax error in a PostCSS Custom Media query. Example: '@custom-media --small-viewport (max-width: 30em);'",
+ "markdown": "Reports a syntax error in a [PostCSS Custom Media](https://github.com/postcss/postcss-custom-media) query.\n\nExample:\n\n\n @custom-media --small-viewport (max-width: 30em);\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "PostCssCustomMedia",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "PostCSS",
+ "index": 13,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "PostCssCustomSelector",
+ "shortDescription": {
+ "text": "Invalid custom selector"
+ },
+ "fullDescription": {
+ "text": "Reports a syntax error in PostCSS Custom Selector. Example: '@custom-selector :--heading h1, h2, h3;'",
+ "markdown": "Reports a syntax error in [PostCSS Custom Selector](https://github.com/postcss/postcss-custom-selectors).\n\nExample:\n\n\n @custom-selector :--heading h1, h2, h3;\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "PostCssCustomSelector",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "PostCSS",
+ "index": 13,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "PostCssMediaRange",
+ "shortDescription": {
+ "text": "Invalid media query range"
+ },
+ "fullDescription": {
+ "text": "Checks range context syntax, which may alternatively be used for media features with a 'range' type. Example: '@media screen and (500px <= width <= 1200px) {}'",
+ "markdown": "Checks [range context](https://github.com/postcss/postcss-media-minmax) syntax, which may alternatively be used for media features with a 'range' type.\n\nExample:\n\n\n @media screen and (500px <= width <= 1200px) {}\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "PostCssMediaRange",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "PostCSS",
+ "index": 13,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "JavaScript",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "ShiftOutOfRangeJS",
+ "shortDescription": {
+ "text": "Shift operation by possibly wrong constant"
+ },
+ "fullDescription": {
+ "text": "Reports a shift operation where the second operand is a constant outside the reasonable range, for example, an integer shift operation outside the range '0..31', shifting by negative or overly large values.",
+ "markdown": "Reports a shift operation where the second operand is a constant outside the reasonable range, for example, an integer shift operation outside the range `0..31`, shifting by negative or overly large values."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "ShiftOutOfRangeJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Performance"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Bitwise operation issues",
+ "index": 15,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSClosureCompilerSyntax",
+ "shortDescription": {
+ "text": "Incorrect usage of JSDoc tags"
+ },
+ "fullDescription": {
+ "text": "Reports warnings implied by Google Closure Compiler annotations including correct use of '@abstract', '@interface', and '@implements' tags.",
+ "markdown": "Reports warnings implied by *Google Closure Compiler* annotations including correct use of `@abstract`, `@interface`, and `@implements` tags."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSClosureCompilerSyntax",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "BadExpressionStatementJS",
+ "shortDescription": {
+ "text": "Expression statement which is not assignment or call"
+ },
+ "fullDescription": {
+ "text": "Reports an expression statement that is neither an assignment nor a call. Such statements usually indicate an error.",
+ "markdown": "Reports an expression statement that is neither an assignment nor a call. Such statements usually indicate an error."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "BadExpressionStatementJS",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Validity issues",
+ "index": 22,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ContinueStatementJS",
+ "shortDescription": {
+ "text": "'continue' statement"
+ },
+ "fullDescription": {
+ "text": "Reports a 'continue' statement.",
+ "markdown": "Reports a `continue` statement."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "ContinueStatementJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Potentially undesirable code constructs",
+ "index": 31,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSXSyntaxUsed",
+ "shortDescription": {
+ "text": "JSX syntax used"
+ },
+ "fullDescription": {
+ "text": "Reports a usage of a JSX tag in JavaScript code.",
+ "markdown": "Reports a usage of a JSX tag in JavaScript code."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "JSXSyntaxUsed",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSJoinVariableDeclarationAndAssignment",
+ "shortDescription": {
+ "text": "Variable declaration can be merged with the first assignment to the variable"
+ },
+ "fullDescription": {
+ "text": "Reports a variable that is declared without an initializer and is used much further in the code or in a single nested scope. Suggests moving the variable closer to its usages and joining it with the initializer expression.",
+ "markdown": "Reports a variable that is declared without an initializer and is used much further in the code or in a single nested scope. Suggests moving the variable closer to its usages and joining it with the initializer expression."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "JSJoinVariableDeclarationAndAssignment",
+ "ideaSeverity": "INFORMATION",
+ "qodanaSeverity": "Info",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ES6ConvertModuleExportToExport",
+ "shortDescription": {
+ "text": "'module.exports' is used instead of 'export'"
+ },
+ "fullDescription": {
+ "text": "Reports a 'module.export' statement. Suggests replacing it with an 'export' or 'export default' statement. Please note that the quick-fix for converting 'module.export' into 'export' is not available for 'module.export' inside functions or statements because 'export' statements can only be at the top level of a module.",
+ "markdown": "Reports a `module.export` statement. Suggests replacing it with an `export` or `export default` statement. \n\nPlease note that the quick-fix for converting `module.export` into `export` is not available for `module.export` inside functions or statements because `export` statements can only be at the top level of a module."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "ES6ConvertModuleExportToExport",
+ "ideaSeverity": "INFORMATION",
+ "qodanaSeverity": "Info",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/ES2015 migration aids",
+ "index": 49,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "DocumentWriteJS",
+ "shortDescription": {
+ "text": "Call to 'document.write()'"
+ },
+ "fullDescription": {
+ "text": "Reports a method call to 'document.write()' or 'document.writeln()'. Most usages of such calls are performed better with explicit DOM calls, such as 'getElementByID()' and 'createElement()'. Additionally, the 'write()' and 'writeln()' calls will not work with XML DOMs, including DOMs for XHTML if viewed as XML. This can result in difficulty to point out bugs.",
+ "markdown": "Reports a method call to `document.write()` or `document.writeln()`. Most usages of such calls are performed better with explicit DOM calls, such as `getElementByID()` and `createElement()`. Additionally, the `write()` and `writeln()` calls will not work with XML DOMs, including DOMs for XHTML if viewed as XML. This can result in difficulty to point out bugs."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "DocumentWriteJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Performance"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/DOM issues",
+ "index": 51,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "IncompatibleMaskJS",
+ "shortDescription": {
+ "text": "Incompatible bitwise mask operation"
+ },
+ "fullDescription": {
+ "text": "Reports a bitwise mask expression which for sure evaluates to 'true' or 'false'. Expressions are of the form '(var & constant1) == constant2' or '(var | constant1) == constant2', where 'constant1' and 'constant2' are incompatible bitmask constants. Example: '// Incompatible mask: as the last byte in mask is zero,\n// something like 0x1200 would be possible, but not 0x1234\nif ((mask & 0xFF00) == 0x1234) {...}'",
+ "markdown": "Reports a bitwise mask expression which for sure evaluates to `true` or `false`. Expressions are of the form `(var & constant1) == constant2` or `(var | constant1) == constant2`, where `constant1` and `constant2` are incompatible bitmask constants.\n\nExample:\n\n\n // Incompatible mask: as the last byte in mask is zero,\n // something like 0x1200 would be possible, but not 0x1234\n if ((mask & 0xFF00) == 0x1234) {...}\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "IncompatibleBitwiseMaskOperation",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Bitwise operation issues",
+ "index": 15,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSDuplicatedDeclaration",
+ "shortDescription": {
+ "text": "Duplicate declaration"
+ },
+ "fullDescription": {
+ "text": "Reports multiple declarations in a scope.",
+ "markdown": "Reports multiple declarations in a scope."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSDuplicatedDeclaration",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "TypeScriptValidateGenericTypes",
+ "shortDescription": {
+ "text": "Incorrect generic type argument"
+ },
+ "fullDescription": {
+ "text": "Reports an invalid type argument in a function, interface, or class declaration.",
+ "markdown": "Reports an invalid type argument in a function, interface, or class declaration."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "TypeScriptValidateGenericTypes",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/TypeScript",
+ "index": 55,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSFileReferences",
+ "shortDescription": {
+ "text": "Unresolved file reference"
+ },
+ "fullDescription": {
+ "text": "Reports an unresolved file reference in a JavaScript file, including CommonJS and AMD modules references.",
+ "markdown": "Reports an unresolved file reference in a JavaScript file, including CommonJS and AMD modules references."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSFileReferences",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "FunctionWithInconsistentReturnsJS",
+ "shortDescription": {
+ "text": "Function with inconsistent returns"
+ },
+ "fullDescription": {
+ "text": "Reports a function that returns a value in some cases while in other cases no value is returned. This usually indicates an error. Example: 'function foo() {\n if (true)\n return 3;\n return;\n}'",
+ "markdown": "Reports a function that returns a value in some cases while in other cases no value is returned. This usually indicates an error.\n\nExample:\n\n\n function foo() {\n if (true)\n return 3;\n return;\n }\n\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "FunctionWithInconsistentReturnsJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Validity issues",
+ "index": 22,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ES6ClassMemberInitializationOrder",
+ "shortDescription": {
+ "text": "Use of possibly unassigned property in a static initializer"
+ },
+ "fullDescription": {
+ "text": "Reports a class member initializer which references another non-hoisted class member while the latter may be not initialized yet. Initialization of class members happens consequently for fields, so a field cannot reference another field that is declared later.",
+ "markdown": "Reports a class member initializer which references another non-hoisted class member while the latter may be not initialized yet. \n\nInitialization of class members happens consequently for fields, so a field cannot reference another field that is declared later."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "ES6ClassMemberInitializationOrder",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "NestedFunctionJS",
+ "shortDescription": {
+ "text": "Nested function"
+ },
+ "fullDescription": {
+ "text": "Reports a function nested inside another function. Although JavaScript allows functions to be nested, such constructs may be confusing. Use the checkbox below to ignore anonymous nested functions.",
+ "markdown": "Reports a function nested inside another function. Although JavaScript allows functions to be nested, such constructs may be confusing.\n\n\nUse the checkbox below to ignore anonymous nested functions."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "NestedFunctionJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Potentially confusing code constructs",
+ "index": 61,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "TypeScriptUMDGlobal",
+ "shortDescription": {
+ "text": "Referenced UMD global variable"
+ },
+ "fullDescription": {
+ "text": "Reports a usage of a Universal Module Definition (UMD) global variable if the current file is a module (ECMAScript or CommonJS). Referencing UMD variables without explicit imports can lead to a runtime error if the library isn't included implicitly.",
+ "markdown": "Reports a usage of a Universal Module Definition (UMD) global variable if the current file is a module (ECMAScript or CommonJS). Referencing UMD variables without explicit imports can lead to a runtime error if the library isn't included implicitly."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "TypeScriptUMDGlobal",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/TypeScript",
+ "index": 55,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "UnnecessaryReturnJS",
+ "shortDescription": {
+ "text": "Unnecessary 'return' statement"
+ },
+ "fullDescription": {
+ "text": "Reports an unnecessary 'return' statement, that is, a 'return' statement that returns no value and occurs just before the function would have \"fallen through\" the bottom. These statements may be safely removed.",
+ "markdown": "Reports an unnecessary `return` statement, that is, a `return` statement that returns no value and occurs just before the function would have \"fallen through\" the bottom. These statements may be safely removed."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "UnnecessaryReturnStatementJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Control flow issues",
+ "index": 65,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "StandardJS",
+ "shortDescription": {
+ "text": "Standard code style"
+ },
+ "fullDescription": {
+ "text": "Reports a discrepancy detected by the JavaScript Standard Style linter. The highlighting severity in the editor is based on the severity level the linter reports.",
+ "markdown": "Reports a discrepancy detected by the [JavaScript Standard Style](https://standardjs.com/) linter. \n\nThe highlighting severity in the editor is based on the severity level the linter reports."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "StandardJS",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Code quality tools",
+ "index": 69,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSCommentMatchesSignature",
+ "shortDescription": {
+ "text": "Mismatched JSDoc and function signature"
+ },
+ "fullDescription": {
+ "text": "Reports mismatch between the names and the number of parameters within a JSDoc comment and the actual parameters of a function. Suggests updating parameters in JSDoc comment. Example: '/**\n * @param height Height in pixels\n */\nfunction sq(height, width) {} // width is not documented' After the quick-fix is applied: '/**\n * @param height Height in pixels\n * @param width\n */\nfunction sq(height, width) {}'",
+ "markdown": "Reports mismatch between the names and the number of parameters within a JSDoc comment and the actual parameters of a function. Suggests updating parameters in JSDoc comment.\n\n**Example:**\n\n\n /**\n * @param height Height in pixels\n */\n function sq(height, width) {} // width is not documented\n\nAfter the quick-fix is applied:\n\n\n /**\n * @param height Height in pixels\n * @param width\n */\n function sq(height, width) {}\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSCommentMatchesSignature",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "FunctionWithMultipleReturnPointsJS",
+ "shortDescription": {
+ "text": "Function with multiple return points"
+ },
+ "fullDescription": {
+ "text": "Reports a function with multiple return points. Such functions are hard to understand and maintain.",
+ "markdown": "Reports a function with multiple return points. Such functions are hard to understand and maintain."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "FunctionWithMultipleReturnPointsJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Function metrics",
+ "index": 76,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSRemoveUnnecessaryParentheses",
+ "shortDescription": {
+ "text": "Unnecessary parentheses"
+ },
+ "fullDescription": {
+ "text": "Reports redundant parentheses. In expressions: 'var x = ((1) + 2) + 3' In arrow function argument lists: 'var incrementer = (x) => x + 1' In TypeScript and Flow type declarations: 'type Card = (Suit & Rank) | (Suit & Number)'",
+ "markdown": "Reports redundant parentheses.\n\nIn expressions:\n\n var x = ((1) + 2) + 3\n\nIn arrow function argument lists:\n\n var incrementer = (x) => x + 1\n\nIn TypeScript and Flow type declarations:\n\n type Card = (Suit & Rank) | (Suit & Number)\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "JSRemoveUnnecessaryParentheses",
+ "ideaSeverity": "INFORMATION",
+ "qodanaSeverity": "Info",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Code style issues",
+ "index": 79,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CommaExpressionJS",
+ "shortDescription": {
+ "text": "Comma expression"
+ },
+ "fullDescription": {
+ "text": "Reports a comma expression. Such expressions are often a sign of overly clever code, and may lead to subtle bugs. Comma expressions in the initializer or in the update section of 'for' loops are ignored.",
+ "markdown": "Reports a comma expression. Such expressions are often a sign of overly clever code, and may lead to subtle bugs. Comma expressions in the initializer or in the update section of `for` loops are ignored."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "CommaExpressionJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Potentially undesirable code constructs",
+ "index": 31,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ES6BindWithArrowFunction",
+ "shortDescription": {
+ "text": "Suspicious usage of 'bind' with arrow function"
+ },
+ "fullDescription": {
+ "text": "Reports 'bind' used together with an arrow function. Because arrow functions use lexical 'this', a 'bind' call will have no effect on them. See here for details.",
+ "markdown": "Reports `bind` used together with an arrow function. \nBecause arrow functions use lexical `this`, a `bind` call will have no effect on them. \nSee [here](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Functions/Arrow_functions#Lexical_this) for details."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "ES6BindWithArrowFunction",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Probable bugs",
+ "index": 86,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSBitwiseOperatorUsage",
+ "shortDescription": {
+ "text": "Bitwise operator usage"
+ },
+ "fullDescription": {
+ "text": "Reports a suspicious usage of a bitwise AND (\"'&'\") or OR (\"'|'\") operator. Usually it is a typo and the result of applying boolean operations AND (\"'&&'\") and OR (\"'||'\") is expected.",
+ "markdown": "Reports a suspicious usage of a bitwise AND (\"`&`\") or OR (\"`|`\") operator. Usually it is a typo and the result of applying boolean operations AND (\"`&&`\") and OR (\"`||`\") is expected."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSBitwiseOperatorUsage",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Bitwise operation issues",
+ "index": 15,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "IfStatementWithIdenticalBranchesJS",
+ "shortDescription": {
+ "text": "'if' statement with identical branches"
+ },
+ "fullDescription": {
+ "text": "Reports an 'if' statement with identical 'then' and 'else' branches. Such statements are almost certainly an error.",
+ "markdown": "Reports an `if` statement with identical `then` and `else` branches. Such statements are almost certainly an error."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "IfStatementWithIdenticalBranchesJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Control flow issues",
+ "index": 65,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSConsecutiveCommasInArrayLiteral",
+ "shortDescription": {
+ "text": "Consecutive commas in array literal"
+ },
+ "fullDescription": {
+ "text": "Reports a consecutive comma in an array literal. The skipped element accepts the 'undefined' value, but it could be done unintentionally, for example, when commas are at the end of one line and at the beginning of the next one.",
+ "markdown": "Reports a consecutive comma in an array literal. The skipped element accepts the `undefined` value, but it could be done unintentionally, for example, when commas are at the end of one line and at the beginning of the next one."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSConsecutiveCommasInArrayLiteral",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Probable bugs",
+ "index": 86,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSValidateTypes",
+ "shortDescription": {
+ "text": "Type mismatch"
+ },
+ "fullDescription": {
+ "text": "Reports incorrect type of: a parameter in a function call a return value an assigned expression TypeScript code is ignored.",
+ "markdown": "Reports incorrect type of:\n\n* a parameter in a function call\n* a return value\n* an assigned expression\n\nTypeScript code is ignored."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "JSValidateTypes",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSPotentiallyInvalidUsageOfClassThis",
+ "shortDescription": {
+ "text": "Potentially invalid reference to 'this' of a class from closure"
+ },
+ "fullDescription": {
+ "text": "Reports an attempt to reference a member of an ECMAScript class via the 'this.' qualifier in a nested function that is not a lambda. 'this' in a nested function that is not a lambda is the function's own 'this' and doesn't relate to the outer class.",
+ "markdown": "Reports an attempt to reference a member of an ECMAScript class via the `this.` qualifier in a nested function that is not a lambda. \n`this` in a nested function that is not a lambda is the function's own `this` and doesn't relate to the outer class."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSPotentiallyInvalidUsageOfClassThis",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Probable bugs",
+ "index": 86,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "UnnecessaryContinueJS",
+ "shortDescription": {
+ "text": "Unnecessary 'continue' statement"
+ },
+ "fullDescription": {
+ "text": "Reports an unnecessary 'continue' statement at the end of a loop. Suggests removing such statements.",
+ "markdown": "Reports an unnecessary `continue` statement at the end of a loop. Suggests removing such statements."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "UnnecessaryContinueJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Control flow issues",
+ "index": 65,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "BreakStatementWithLabelJS",
+ "shortDescription": {
+ "text": "'break' statement with label"
+ },
+ "fullDescription": {
+ "text": "Reports a labeled 'break' statement.",
+ "markdown": "Reports a labeled `break` statement."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "BreakStatementWithLabelJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Potentially undesirable code constructs",
+ "index": 31,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSDeclarationsAtScopeStart",
+ "shortDescription": {
+ "text": "'var' declared not at the beginning of a function"
+ },
+ "fullDescription": {
+ "text": "Checks that declarations of local variables declared with var are at the top of a function scope. By default, variable declarations are always moved (\"hoisted\") invisibly to the top of their containing scope when the code is executed. Therefore, declaring them at the top of the scope helps represent this behavior in the code.",
+ "markdown": "Checks that declarations of local variables declared with **var** are at the top of a function scope. \n\nBy default, variable declarations are always moved (\"hoisted\") invisibly to the top of their containing scope when the code is executed. Therefore, declaring them at the top of the scope helps represent this behavior in the code."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "JSDeclarationsAtScopeStart",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Code style issues",
+ "index": 79,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ES6ConvertIndexedForToForOf",
+ "shortDescription": {
+ "text": "Indexed 'for' is used instead of 'for..of'"
+ },
+ "fullDescription": {
+ "text": "Reports an indexed 'for' loop used on an array. Suggests replacing it with a 'for..of' loop. 'for..of' loops are introduced in ECMAScript 6 and iterate over 'iterable' objects.",
+ "markdown": "Reports an indexed [for](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for) loop used on an array. Suggests replacing it with a [for..of](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of) loop. \n`for..of` loops are introduced in ECMAScript 6 and iterate over `iterable` objects."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "ES6ConvertIndexedForToForOf",
+ "ideaSeverity": "INFORMATION",
+ "qodanaSeverity": "Info",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/ES2015 migration aids",
+ "index": 49,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ES6ConvertVarToLetConst",
+ "shortDescription": {
+ "text": "'var' is used instead of 'let' or 'const'"
+ },
+ "fullDescription": {
+ "text": "Reports a 'var' declaration that is used instead of 'let' or 'const'. Both 'let' and 'const' are block-scoped and behave more strictly. Suggests replacing all 'var' declarations with 'let' or 'const' declarations, depending on the semantics of a particular value. The declarations may be moved to the top of the function or placed before the first usage of the variable to avoid Reference errors. Select the 'Conservatively convert var with Fix all action' option to prevent any changes in these complex cases when using the 'Fix all' action.",
+ "markdown": "Reports a `var` declaration that is used instead of `let` or `const`. \nBoth `let` and `const` are block-scoped and behave more strictly. \n\nSuggests replacing all `var` declarations with `let` or `const` declarations, depending on the semantics of a particular value. The declarations may be moved to the top of the function or placed before the first usage of the variable to avoid Reference errors. \nSelect the 'Conservatively convert var with Fix all action' option to prevent any changes in these complex cases when using the 'Fix all' action."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "ES6ConvertVarToLetConst",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/ES2015 migration aids",
+ "index": 49,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "DynamicallyGeneratedCodeJS",
+ "shortDescription": {
+ "text": "Execution of dynamically generated code"
+ },
+ "fullDescription": {
+ "text": "Reports a call of the 'eval()', 'setTimeout()', or 'setInterval()' function or an allocation of a 'Function' object. These functions are used to execute arbitrary strings of JavaScript text, which often dynamically generated. This can be very confusing, and may be a security risk. Ignores the cases when a callback function is provided to these methods statically, without code generation.",
+ "markdown": "Reports a call of the `eval()`, `setTimeout()`, or `setInterval()` function or an allocation of a `Function` object. These functions are used to execute arbitrary strings of JavaScript text, which often dynamically generated. This can be very confusing, and may be a security risk. \n\nIgnores the cases when a callback function is provided to these methods statically, without code generation."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "DynamicallyGeneratedCodeJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Security"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Potentially confusing code constructs",
+ "index": 61,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "UnusedCatchParameterJS",
+ "shortDescription": {
+ "text": "Unused 'catch' parameter"
+ },
+ "fullDescription": {
+ "text": "Reports a 'catch' parameter that is not used in the corresponding block. The 'catch' parameters named 'ignore' or 'ignored' are ignored. Use the checkbox below to disable this inspection for 'catch' blocks with comments.",
+ "markdown": "Reports a `catch` parameter that is not used in the corresponding block. The `catch` parameters named `ignore` or `ignored` are ignored.\n\n\nUse the checkbox below to disable this inspection for `catch`\nblocks with comments."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "UnusedCatchParameterJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Try statement issues",
+ "index": 97,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AnonymousFunctionJS",
+ "shortDescription": {
+ "text": "Anonymous function"
+ },
+ "fullDescription": {
+ "text": "Reports an anonymous function. An explicit name of a function expression may be helpful for debugging. Ignores function expressions without names if they have a 'name' property specified in the ECMAScript 6 standard. For example, 'var bar = function() {};' is not reported.",
+ "markdown": "Reports an anonymous function. An explicit name of a function expression may be helpful for debugging. Ignores function expressions without names if they have a `name` property specified in the ECMAScript 6 standard. For example, `var bar = function() {};` is not reported."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "AnonymousFunctionJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Potentially undesirable code constructs",
+ "index": 31,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EmptyCatchBlockJS",
+ "shortDescription": {
+ "text": "Empty 'catch' block"
+ },
+ "fullDescription": {
+ "text": "Reports an empty 'catch' block. This indicates that errors are simply ignored instead of handling them. Any comment in a 'catch' block mutes the inspection.",
+ "markdown": "Reports an empty `catch` block. This indicates that errors are simply ignored instead of handling them. \n\nAny comment in a `catch` block mutes the inspection."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "EmptyCatchBlockJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Try statement issues",
+ "index": 97,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ThrowFromFinallyBlockJS",
+ "shortDescription": {
+ "text": "'throw' inside 'finally' block"
+ },
+ "fullDescription": {
+ "text": "Reports s 'throw' statement inside a 'finally' block. Such 'throw' statements may mask exceptions thrown, and complicate debugging.",
+ "markdown": "Reports s `throw` statement inside a `finally` block. Such `throw` statements may mask exceptions thrown, and complicate debugging."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "ThrowInsideFinallyBlockJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Try statement issues",
+ "index": 97,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSPotentiallyInvalidUsageOfThis",
+ "shortDescription": {
+ "text": "Potentially invalid reference to 'this' from closure"
+ },
+ "fullDescription": {
+ "text": "Reports a 'this' in closure that is used for referencing properties of outer context. Example: 'function Outer() {\n this.outerProp = 1;\n function inner() {\n // bad, because 'outerProp' of Outer\n // won't be updated here\n // on calling 'new Outer()' as may be expected\n this.outerProp = 2;\n }\n inner();\n}'",
+ "markdown": "Reports a `this` in closure that is used for referencing properties of outer context.\n\nExample:\n\n\n function Outer() {\n this.outerProp = 1;\n function inner() {\n // bad, because 'outerProp' of Outer\n // won't be updated here\n // on calling 'new Outer()' as may be expected\n this.outerProp = 2;\n }\n inner();\n }\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSPotentiallyInvalidUsageOfThis",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Probable bugs",
+ "index": 86,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSUnresolvedLibraryURL",
+ "shortDescription": {
+ "text": "Missed locally stored library for HTTP link"
+ },
+ "fullDescription": {
+ "text": "Reports a URL of an external JavaScript library that is not associated with any locally stored file. Suggests downloading the library. Such association enables the IDE to provide proper code completion and navigation.",
+ "markdown": "Reports a URL of an external JavaScript library that is not associated with any locally stored file. Suggests downloading the library. Such association enables the IDE to provide proper code completion and navigation."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSUnresolvedLibraryURL",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "TypeScriptFieldCanBeMadeReadonly",
+ "shortDescription": {
+ "text": "Field can be readonly"
+ },
+ "fullDescription": {
+ "text": "Reports a private field that can be made readonly (for example, if the field is assigned only in the constructor).",
+ "markdown": "Reports a private field that can be made readonly (for example, if the field is assigned only in the constructor)."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "TypeScriptFieldCanBeMadeReadonly",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/TypeScript",
+ "index": 55,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "NegatedIfStatementJS",
+ "shortDescription": {
+ "text": "Negated 'if' statement"
+ },
+ "fullDescription": {
+ "text": "Reports if statements which have an else branch and a negated condition. Flipping the order of the if and else branches will usually increase the clarity of such statements.",
+ "markdown": "Reports **if** statements which have an **else** branch and a negated condition. Flipping the order of the **if** and **else** branches will usually increase the clarity of such statements."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "NegatedIfStatementJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Potentially confusing code constructs",
+ "index": 61,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ConditionalExpressionWithIdenticalBranchesJS",
+ "shortDescription": {
+ "text": "Conditional expression with identical branches"
+ },
+ "fullDescription": {
+ "text": "Reports a ternary conditional expression with identical 'then' and 'else' branches.",
+ "markdown": "Reports a ternary conditional expression with identical `then` and `else` branches."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "ConditionalExpressionWithIdenticalBranchesJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Control flow issues",
+ "index": 65,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSIncompatibleTypesComparison",
+ "shortDescription": {
+ "text": "Comparison of expressions having incompatible types"
+ },
+ "fullDescription": {
+ "text": "Reports a comparison with operands of incompatible types or an operand with a type without possible common values.",
+ "markdown": "Reports a comparison with operands of incompatible types or an operand with a type without possible common values."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "JSIncompatibleTypesComparison",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Probable bugs",
+ "index": 86,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ES6TopLevelAwaitExpression",
+ "shortDescription": {
+ "text": "Top-level 'await' expression"
+ },
+ "fullDescription": {
+ "text": "Reports a usage of a top-level 'await' expression. While the new 'top-level async' proposal is on its way, using 'await' outside async functions is not allowed.",
+ "markdown": "Reports a usage of a top-level `await` expression. While the new 'top-level async' proposal is on its way, using `await` outside async functions is not allowed."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "ES6TopLevelAwaitExpression",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Async code and promises",
+ "index": 103,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ParameterNamingConventionJS",
+ "shortDescription": {
+ "text": "Function parameter naming convention"
+ },
+ "fullDescription": {
+ "text": "Reports a function parameter whose name is too short, too long, or doesn't follow the specified regular expression pattern. Use the fields provided below to specify minimum length, maximum length and regular expression expected for local variables names. Use the standard 'java.util.regex' format regular expressions.",
+ "markdown": "Reports a function parameter whose name is too short, too long, or doesn't follow the specified regular expression pattern.\n\n\nUse the fields provided below to specify minimum length, maximum length and regular expression\nexpected for local variables names. Use the standard `java.util.regex` format regular expressions."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "ParameterNamingConventionJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Naming conventions",
+ "index": 104,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ParametersPerFunctionJS",
+ "shortDescription": {
+ "text": "Function with too many parameters"
+ },
+ "fullDescription": {
+ "text": "Reports a function with too many parameters. Such functions often indicate problems with design. Use the field below to specify the maximum acceptable number of parameters for a function.",
+ "markdown": "Reports a function with too many parameters. Such functions often indicate problems with design.\n\n\nUse the field below to specify the maximum acceptable number of parameters for a function."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "OverlyComplexFunctionJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Function metrics",
+ "index": 76,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSSuspiciousNameCombination",
+ "shortDescription": {
+ "text": "Suspicious variable/parameter name combination"
+ },
+ "fullDescription": {
+ "text": "Reports an assignment or a function call where the name of the target variable or the function parameter does not match the name of the value assigned to it. Example: 'var x = 0;\n var y = x;' or 'var x = 0, y = 0;\n var rc = new Rectangle(y, x, 20, 20);' Here the inspection guesses that 'x' and 'y' are mixed up. Specify the names that should not be used together. An error is reported if a parameter name or an assignment target name contains words from one group while the name of the assigned or passed variable contains words from another group.",
+ "markdown": "Reports an assignment or a function call where the name of the target variable or the function parameter does not match the name of the value assigned to it.\n\nExample:\n\n\n var x = 0;\n var y = x;\n\nor\n\n\n var x = 0, y = 0;\n var rc = new Rectangle(y, x, 20, 20);\n\nHere the inspection guesses that `x` and `y` are mixed up.\n\nSpecify the names that should not be used together. An error is reported\nif a parameter name or an assignment target name contains words from one group while the name of the assigned or passed\nvariable contains words from another group."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSSuspiciousNameCombination",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Probable bugs",
+ "index": 86,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ChainedFunctionCallJS",
+ "shortDescription": {
+ "text": "Chained function call"
+ },
+ "fullDescription": {
+ "text": "Reports a function call whose target is another function call, for example, 'foo().bar()'",
+ "markdown": "Reports a function call whose target is another function call, for example, `foo().bar()`"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "ChainedFunctionCallJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Performance"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Code style issues",
+ "index": 79,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSCheckFunctionSignatures",
+ "shortDescription": {
+ "text": "Signature mismatch"
+ },
+ "fullDescription": {
+ "text": "Reports a JavaScript call expression where the arguments do not match the signature of the referenced function, including the types of arguments and their number. Also, reports if the overloading function doesn't match the overloaded one in terms of parameters and return types. TypeScript code is ignored.",
+ "markdown": "Reports a JavaScript call expression where the arguments do not match the signature of the referenced function, including the types of arguments and their number. Also, reports if the overloading function doesn't match the overloaded one in terms of parameters and return types.\n\nTypeScript code is ignored."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "JSCheckFunctionSignatures",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ConstantOnLHSOfComparisonJS",
+ "shortDescription": {
+ "text": "Constant on left side of comparison"
+ },
+ "fullDescription": {
+ "text": "Reports a comparison operation with a constant value in the left-hand side. According to coding conventions, constants should be in the right-hand side of comparisons.",
+ "markdown": "Reports a comparison operation with a constant value in the left-hand side. According to coding conventions, constants should be in the right-hand side of comparisons."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "ConstantOnLefSideOfComparisonJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Code style issues",
+ "index": 79,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "TypeScriptUnresolvedReference",
+ "shortDescription": {
+ "text": "Unresolved TypeScript reference"
+ },
+ "fullDescription": {
+ "text": "Reports an unresolved reference in TypeScript code.",
+ "markdown": "Reports an unresolved reference in TypeScript code."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "TypeScriptUnresolvedReference",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/TypeScript",
+ "index": 55,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ES6RedundantAwait",
+ "shortDescription": {
+ "text": "Redundant 'await' expression"
+ },
+ "fullDescription": {
+ "text": "Reports a redundant usage of 'await', such as 'await await', or awaiting a non-promise result. When the 'Report for promises' option is selected, suggests removing 'await' before promises when applicable (in 'return' statements, and with 'Promise.resolve/reject'). Removing 'await' in such contexts causes two problems. Surrounding your code with 'try-catch' and forgetting to add 'await' will change code semantics while you may fail to notice that. Having an explicit 'await' may prevent the V8 runtime from providing async stack traces.",
+ "markdown": "Reports a redundant usage of `await`, such as `await await`, or awaiting a non-promise result.\n\n\nWhen the 'Report for promises' option is selected, suggests removing `await` before promises when applicable\n(in `return` statements, and with `Promise.resolve/reject`).\n\nRemoving `await` in such contexts causes two problems.\n\n* Surrounding your code with `try-catch` and forgetting to add `await` will change code semantics while you may fail to notice that.\n* Having an explicit `await` may prevent the V8 runtime from providing [async stack traces](http://bit.ly/v8-zero-cost-async-stack-traces)."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "ES6RedundantAwait",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Performance"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Async code and promises",
+ "index": 103,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AssignmentToFunctionParameterJS",
+ "shortDescription": {
+ "text": "Assignment to function parameter"
+ },
+ "fullDescription": {
+ "text": "Reports an assignment to a function parameter, including increment and decrement operations. Although occasionally intended, this construct can be extremely confusing, and is often a result of an error.",
+ "markdown": "Reports an assignment to a function parameter, including increment and decrement operations. Although occasionally intended, this construct can be extremely confusing, and is often a result of an error."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "AssignmentToFunctionParameterJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Assignment issues",
+ "index": 108,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "FallThroughInSwitchStatementJS",
+ "shortDescription": {
+ "text": "Fallthrough in 'switch' statement"
+ },
+ "fullDescription": {
+ "text": "Reports a 'switch' statement where control can proceed from a branch to the next one. Such \"fall-through\" often indicates an error, for example, a missing 'break' or 'return'.",
+ "markdown": "Reports a `switch` statement where control can proceed from a branch to the next one. Such \"fall-through\" often indicates an error, for example, a missing `break` or `return`."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "FallThroughInSwitchStatementJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Switch statement issues",
+ "index": 109,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CallerJS",
+ "shortDescription": {
+ "text": "Use of 'caller' property"
+ },
+ "fullDescription": {
+ "text": "Reports a usage of the 'caller' property in a JavaScript function. Using this property to access the stack frame of the calling method can be extremely confusing and result in subtle bugs.",
+ "markdown": "Reports a usage of the `caller` property in a JavaScript function. Using this property to access the stack frame of the calling method can be extremely confusing and result in subtle bugs."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "CallerJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Potentially confusing code constructs",
+ "index": 61,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSSwitchVariableDeclarationIssue",
+ "shortDescription": {
+ "text": "Variable is declared and being used in different 'case' clauses"
+ },
+ "fullDescription": {
+ "text": "Reports a variable that is declared in one 'case' clause of a 'switch' statement but is used in another 'case' clause of the same statement. For block-scoped variables, this results in throwing a 'ReferenceError'. For 'var' variables, it indicates a potential error. Disable the inspection for 'var' variables if this pattern is used intentionally.",
+ "markdown": "Reports a variable that is declared in one `case` clause of a `switch` statement but is used in another `case` clause of the same statement. For block-scoped variables, this results in throwing a `ReferenceError`. For `var` variables, it indicates a potential error.\n\nDisable the inspection for `var` variables if this pattern is used intentionally."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSSwitchVariableDeclarationIssue",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Switch statement issues",
+ "index": 109,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ReuseOfLocalVariableJS",
+ "shortDescription": {
+ "text": "Reuse of local variable"
+ },
+ "fullDescription": {
+ "text": "Reports reusing a local variable and overwriting its value with a new value that is not related to the original variable usage. Reusing a local variable in this way may be confusing because the intended semantics of the local variable may vary with each usage. It may also cause bugs, if code changes result in values that were expected to be overwritten while they are actually live. It is good practices to keep variable lifetimes as short as possible, and not reuse local variables for the sake of brevity.",
+ "markdown": "Reports reusing a local variable and overwriting its value with a new value that is not related to the original variable usage. Reusing a local variable in this way may be confusing because the intended semantics of the local variable may vary with each usage. It may also cause bugs, if code changes result in values that were expected to be overwritten while they are actually live. It is good practices to keep variable lifetimes as short as possible, and not reuse local variables for the sake of brevity."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "ReuseOfLocalVariableJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Data flow",
+ "index": 112,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ES6ConvertLetToConst",
+ "shortDescription": {
+ "text": "'let' is used instead of 'const'"
+ },
+ "fullDescription": {
+ "text": "Reports a 'let' declaration that can be made 'const'.",
+ "markdown": "Reports a `let` declaration that can be made `const`. "
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "ES6ConvertLetToConst",
+ "ideaSeverity": "INFORMATION",
+ "qodanaSeverity": "Info",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/ES2015 migration aids",
+ "index": 49,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSReferencingMutableVariableFromClosure",
+ "shortDescription": {
+ "text": "Referencing mutable variable from closure"
+ },
+ "fullDescription": {
+ "text": "Reports access to outer mutable variables from functions. Example: 'for (var i = 1; i <= 3; i++) {\n setTimeout(function() {\n console.log(i); // bad\n }, 0);\n }'",
+ "markdown": "Reports access to outer mutable variables from functions.\n\nExample:\n\n\n for (var i = 1; i <= 3; i++) {\n setTimeout(function() {\n console.log(i); // bad\n }, 0);\n }\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSReferencingMutableVariableFromClosure",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ES6ConvertRequireIntoImport",
+ "shortDescription": {
+ "text": "'require()' is used instead of 'import'"
+ },
+ "fullDescription": {
+ "text": "Reports a 'require()' statement. Suggests converting it to a 'require()' call with an 'import' statement. Enable 'Convert require() inside inner scopes with Fix all action' to convert all 'require()' calls inside the nested functions and statements when using the 'Fix all' action. Please note that converting 'require()' statements inside inner scopes to 'import' statements may cause changes in the semantics of the code. Import statements are static module dependencies and are hoisted, which means that they are moved to the top of the current module. 'require()' calls load modules dynamically. They can be executed conditionally, and their scope is defined by the expression in which they are used. Clear the 'Convert require() inside inner scopes with Fix all action' checkbox to prevent any changes in these complex cases when using the 'Fix all' action.",
+ "markdown": "Reports a `require()` statement. Suggests converting it to a `require()` call with an `import` statement. \n\nEnable 'Convert require() inside inner scopes with Fix all action' to convert all `require()` calls inside the nested functions and statements when using the 'Fix all' action. \n\nPlease note that converting `require()` statements inside inner scopes to `import` statements may cause changes in the semantics of the code. Import statements are static module dependencies and are hoisted, which means that they are moved to the top of the current module. `require()` calls load modules dynamically. They can be executed conditionally, and their scope is defined by the expression in which they are used. \nClear the 'Convert require() inside inner scopes with Fix all action' checkbox to prevent any changes in these complex cases when using the 'Fix all' action."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "ES6ConvertRequireIntoImport",
+ "ideaSeverity": "INFORMATION",
+ "qodanaSeverity": "Info",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/ES2015 migration aids",
+ "index": 49,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSUnusedGlobalSymbols",
+ "shortDescription": {
+ "text": "Unused global symbol"
+ },
+ "fullDescription": {
+ "text": "Reports an unused globally accessible public function, variable, class, or property.",
+ "markdown": "Reports an unused globally accessible public function, variable, class, or property."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSUnusedGlobalSymbols",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Performance"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Unused symbols",
+ "index": 117,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "NestedConditionalExpressionJS",
+ "shortDescription": {
+ "text": "Nested conditional expression"
+ },
+ "fullDescription": {
+ "text": "Reports a ternary conditional expression within another ternary condition. Such nested conditionals may be extremely confusing, and best replaced by more explicit conditional logic.",
+ "markdown": "Reports a ternary conditional expression within another ternary condition. Such nested conditionals may be extremely confusing, and best replaced by more explicit conditional logic."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "NestedConditionalExpressionJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Potentially confusing code constructs",
+ "index": 61,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ES6PossiblyAsyncFunction",
+ "shortDescription": {
+ "text": "'await' in non-async function"
+ },
+ "fullDescription": {
+ "text": "Reports a usage of 'await' in a function that was possibly intended to be async but is actually missing the 'async' modifier. Although 'await' can be used as an identifier, it is likely that it was intended to be used as an operator, so the containing function should be made 'async'.",
+ "markdown": "Reports a usage of `await` in a function that was possibly intended to be async but is actually missing the `async` modifier. Although `await` can be used as an identifier, it is likely that it was intended to be used as an operator, so the containing function should be made `async`."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "ES6PossiblyAsyncFunction",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Async code and promises",
+ "index": 103,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "FlowJSFlagCommentPlacement",
+ "shortDescription": {
+ "text": "Misplaced @flow flag"
+ },
+ "fullDescription": {
+ "text": "Reports a '@flow' flag comment that is not located at the top of a file.",
+ "markdown": "Reports a `@flow` flag comment that is not located at the top of a file."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "FlowJSFlagCommentPlacement",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Flow type checker",
+ "index": 118,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSMissingSwitchDefault",
+ "shortDescription": {
+ "text": "'switch' statement has no 'default' branch"
+ },
+ "fullDescription": {
+ "text": "Reports a 'switch' statement without a 'default' clause when some possible values are not enumerated.",
+ "markdown": "Reports a `switch` statement without a `default` clause when some possible values are not enumerated."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "JSMissingSwitchDefault",
+ "ideaSeverity": "INFORMATION",
+ "qodanaSeverity": "Info",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Switch statement issues",
+ "index": 109,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSXNamespaceValidation",
+ "shortDescription": {
+ "text": "Missing JSX namespace"
+ },
+ "fullDescription": {
+ "text": "Reports a usage of a JSX construction without importing namespace. Having the namespace in the file scope ensures proper code compilation.",
+ "markdown": "Reports a usage of a JSX construction without importing namespace. Having the namespace in the file scope ensures proper code compilation."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "JSXNamespaceValidation",
+ "ideaSeverity": "INFORMATION",
+ "qodanaSeverity": "Info",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Imports and dependencies",
+ "index": 120,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ReservedWordUsedAsNameJS",
+ "shortDescription": {
+ "text": "Reserved word used as name"
+ },
+ "fullDescription": {
+ "text": "Reports a JavaScript reserved word used as a name. The JavaScript specification reserves a number of words which are currently not used as keywords. Using those words as identifiers may result in broken code if later versions of JavaScript start using them as keywords.",
+ "markdown": "Reports a JavaScript reserved word used as a name. The JavaScript specification reserves a number of words which are currently not used as keywords. Using those words as identifiers may result in broken code if later versions of JavaScript start using them as keywords."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "ReservedWordAsName",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Validity issues",
+ "index": 22,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "IncrementDecrementResultUsedJS",
+ "shortDescription": {
+ "text": "Result of increment or decrement used"
+ },
+ "fullDescription": {
+ "text": "Reports an increment ('++') or decrement ('--') expression where the result of the assignment is used in a containing expression. Such assignments can result in confusion due to the order of operations, as evaluation of the assignment may affect the outer expression in unexpected ways. Example: 'var a = b++'",
+ "markdown": "Reports an increment (`++`) or decrement (`--`) expression where the result of the assignment is used in a containing expression. Such assignments can result in confusion due to the order of operations, as evaluation of the assignment may affect the outer expression in unexpected ways. Example: `var a = b++`"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "IncrementDecrementResultUsedJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Potentially confusing code constructs",
+ "index": 61,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SuspiciousTypeOfGuard",
+ "shortDescription": {
+ "text": "Unsound type guard check"
+ },
+ "fullDescription": {
+ "text": "Reports a 'typeof' or 'instanceof' unsound type guard check. The 'typeof x' type guard can be unsound in one of the following two cases: 'typeof x' never corresponds to the specified value (for example, 'typeof x === 'number'' when 'x' is of the type 'string | boolean') 'typeof x' always corresponds to the specified value (for example, 'typeof x === 'string'' when 'x' is of the type 'string') The 'x instanceof A' type guard can be unsound in one of the following two cases: The type of 'x' is not related to 'A' The type of 'x' is 'A' or a subtype of 'A'",
+ "markdown": "Reports a `typeof` or `instanceof` unsound type guard check. The `typeof x` type guard can be unsound in one of the following two cases:\n\n* `typeof x` never corresponds to the specified value (for example, `typeof x === 'number'` when `x` is of the type 'string \\| boolean')\n* `typeof x` always corresponds to the specified value (for example, `typeof x === 'string'` when `x` is of the type 'string')\n\nThe `x instanceof A` type guard can be unsound in one of the following two cases:\n\n* The type of `x` is not related to `A`\n* The type of `x` is `A` or a subtype of `A`"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SuspiciousTypeOfGuard",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Control flow issues",
+ "index": 65,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "LoopStatementThatDoesntLoopJS",
+ "shortDescription": {
+ "text": "Loop statement that doesn't loop"
+ },
+ "fullDescription": {
+ "text": "Reports a 'for', 'while', or 'do' statement whose bodies are guaranteed to execute at most once. Normally, this indicates an error.",
+ "markdown": "Reports a `for`, `while`, or `do` statement whose bodies are guaranteed to execute at most once. Normally, this indicates an error."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "LoopStatementThatDoesntLoopJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Control flow issues",
+ "index": 65,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSNonASCIINames",
+ "shortDescription": {
+ "text": "Identifiers with non-ASCII symbols"
+ },
+ "fullDescription": {
+ "text": "Reports a non-ASCII symbol in a name. If the 'Allow only ASCII names' option is selected, reports all names that contain non-ASCII symbols. Otherwise reports all names that contain both ASCII and non-ASCII symbols.",
+ "markdown": "Reports a non-ASCII symbol in a name. \n\nIf the 'Allow only ASCII names' option is selected, reports all names that contain non-ASCII symbols. \nOtherwise reports all names that contain both ASCII and non-ASCII symbols."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSNonASCIINames",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Naming conventions",
+ "index": 104,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ES6MissingAwait",
+ "shortDescription": {
+ "text": "Missing await for an async function call"
+ },
+ "fullDescription": {
+ "text": "Reports an 'async' function call without an expected 'await' prefix inside an 'async' function. Such call returns a 'Promise' and control flow is continued immediately. Example: 'async function bar() { /* ... */ }\nasync function foo() {\n bar(); // bad\n}' After the quick-fix is applied, the 'await' prefix is added: 'async function bar() { /* ... */ }\nasync function foo() {\n await bar(); // good\n}' When the 'Report for promises in return statements' checkbox is selected, also suggests adding 'await' in return statements. While this is generally not necessary, it gives two main benefits. You won't forget to add 'await' when surrounding your code with 'try-catch'. An explicit 'await' helps V8 runtime to provide async stack traces.",
+ "markdown": "Reports an `async` function call without an expected `await` prefix inside an `async` function. Such call returns a `Promise` and control flow is continued immediately.\n\nExample:\n\n\n async function bar() { /* ... */ }\n async function foo() {\n bar(); // bad\n }\n\n\nAfter the quick-fix is applied, the `await` prefix is added:\n\n\n async function bar() { /* ... */ }\n async function foo() {\n await bar(); // good\n }\n\nWhen the 'Report for promises in return statements' checkbox is selected, also suggests adding `await` in return statements. \nWhile this is generally not necessary, it gives two main benefits. \n\n* You won't forget to add `await` when surrounding your code with `try-catch`.\n* An explicit `await` helps V8 runtime to provide [async stack traces](https://bit.ly/v8-zero-cost-async-stack-traces)."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "ES6MissingAwait",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Async code and promises",
+ "index": 103,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "TailRecursionJS",
+ "shortDescription": {
+ "text": "Tail recursion"
+ },
+ "fullDescription": {
+ "text": "Reports a tail recursion, that is, when a function calls itself as its last action before returning. A tail recursion can always be replaced by looping, which will be considerably faster. Some JavaScript engines perform this optimization, while others do not. Thus, tail recursive solutions may have considerably different performance characteristics in different environments.",
+ "markdown": "Reports a tail recursion, that is, when a function calls itself as its last action before returning. A tail recursion can always be replaced by looping, which will be considerably faster. Some JavaScript engines perform this optimization, while others do not. Thus, tail recursive solutions may have considerably different performance characteristics in different environments."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "TailRecursionJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Performance"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Control flow issues",
+ "index": 65,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ConfusingPlusesOrMinusesJS",
+ "shortDescription": {
+ "text": "Confusing sequence of '+' or '-'"
+ },
+ "fullDescription": {
+ "text": "Reports a suspicious combination of '+' or '-' characters in JavaScript code (for example, 'a+++b'. Such sequences are confusing, and their semantics may change through changes in the whitespace.",
+ "markdown": "Reports a suspicious combination of `+` or `-` characters in JavaScript code (for example, `a+++b`. Such sequences are confusing, and their semantics may change through changes in the whitespace."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "ConfusingPlusesOrMinusesJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Security"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Potentially confusing code constructs",
+ "index": 61,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "TypeScriptConfig",
+ "shortDescription": {
+ "text": "Inconsistent tsconfig.json properties"
+ },
+ "fullDescription": {
+ "text": "Reports inconsistency of a 'paths', 'checkJs', or 'extends' property in a tsconfig.json file. The 'checkJs' property requires 'allowJs'. The 'extends' property should be a valid file reference.",
+ "markdown": "Reports inconsistency of a `paths`, `checkJs`, or `extends` property in a tsconfig.json file. \nThe `checkJs` property requires `allowJs`. \nThe `extends` property should be a valid file reference."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "TypeScriptConfig",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/TypeScript",
+ "index": 55,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "OverlyComplexBooleanExpressionJS",
+ "shortDescription": {
+ "text": "Overly complex boolean expression"
+ },
+ "fullDescription": {
+ "text": "Reports a boolean expression with too many terms. Such expressions may be confusing and bug-prone. Use the field below to specify the maximum number of terms allowed in an arithmetic expression.",
+ "markdown": "Reports a boolean expression with too many terms. Such expressions may be confusing and bug-prone.\n\n\nUse the field below to specify the maximum number of terms allowed in an arithmetic expression."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "OverlyComplexBooleanExpressionJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Potentially confusing code constructs",
+ "index": 61,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "OverlyComplexArithmeticExpressionJS",
+ "shortDescription": {
+ "text": "Overly complex arithmetic expression"
+ },
+ "fullDescription": {
+ "text": "Reports an arithmetic expression with too many terms. Such expressions may be confusing and bug-prone. Use the field below to specify the maximum number of terms allowed in an arithmetic expression.",
+ "markdown": "Reports an arithmetic expression with too many terms. Such expressions may be confusing and bug-prone.\n\n\nUse the field below to specify the maximum number of terms allowed in an arithmetic expression."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "OverlyComplexArithmeticExpressionJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Potentially confusing code constructs",
+ "index": 61,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "DuplicateConditionJS",
+ "shortDescription": {
+ "text": "Duplicate condition in 'if' statement"
+ },
+ "fullDescription": {
+ "text": "Reports duplicate conditions in different branches of an 'if' statement. Duplicate conditions usually represent programmer oversight. Example: 'if (a) {\n ...\n } else if (a) {\n ...\n }'",
+ "markdown": "Reports duplicate conditions in different branches of an `if` statement. Duplicate conditions usually represent programmer oversight.\n\nExample:\n\n\n if (a) {\n ...\n } else if (a) {\n ...\n }\n\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "DuplicateConditionJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Control flow issues",
+ "index": 65,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "UnnecessaryLabelJS",
+ "shortDescription": {
+ "text": "Unnecessary label"
+ },
+ "fullDescription": {
+ "text": "Reports an unused label.",
+ "markdown": "Reports an unused label."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "UnnecessaryLabelJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Control flow issues",
+ "index": 65,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "InnerHTMLJS",
+ "shortDescription": {
+ "text": "Use of 'innerHTML' property"
+ },
+ "fullDescription": {
+ "text": "Reports a JavaScript access to DOM nodes as text using the 'innerHTML' property. Most usages of 'innerHTML' are performed better with explicit DOM calls, such as 'getElementByID()' and 'createElement()'. Additionally, 'innerHTML' will not work with XML DOMs, including DOMs for XHTML if viewed as XML. This can lead to difficulties in diagnosing bugs.",
+ "markdown": "Reports a JavaScript access to DOM nodes as text using the `innerHTML` property. Most usages of `innerHTML` are performed better with explicit DOM calls, such as `getElementByID()` and `createElement()`. Additionally, `innerHTML` will not work with XML DOMs, including DOMs for XHTML if viewed as XML. This can lead to difficulties in diagnosing bugs."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "InnerHTMLJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Performance"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/DOM issues",
+ "index": 51,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ES6UnusedImports",
+ "shortDescription": {
+ "text": "Unused import"
+ },
+ "fullDescription": {
+ "text": "Reports a redundant 'import' statement. This is usually the case if the imported symbols are not used in the source file. To avoid side-effects, consider using bare import 'import 'packageName'' instead of the regular one.",
+ "markdown": "Reports a redundant `import` statement. This is usually the case if the imported symbols are not used in the source file. To avoid side-effects, consider using bare import `import 'packageName'` instead of the regular one."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "ES6UnusedImports",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Imports and dependencies",
+ "index": 120,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSAssignmentUsedAsCondition",
+ "shortDescription": {
+ "text": "Assignment used as condition"
+ },
+ "fullDescription": {
+ "text": "Reports an assignment that is used as the condition of an 'if', 'while', 'for', or 'do' statement. Although occasionally intended, this usage is confusing, and often indicates a typo (for example, '=' instead of '==').",
+ "markdown": "Reports an assignment that is used as the condition of an `if`, `while`, `for`, or `do` statement. Although occasionally intended, this usage is confusing, and often indicates a typo (for example, `=` instead of `==`)."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSAssignmentUsedAsCondition",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Assignment issues",
+ "index": 108,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ForLoopReplaceableByWhileJS",
+ "shortDescription": {
+ "text": "'for' loop may be replaced by 'while' loop"
+ },
+ "fullDescription": {
+ "text": "Reports a 'for' loop that contains neither initialization nor an update component. Suggests replacing the loop with a simpler 'while' statement. Example: 'for(; exitCondition(); ) {\n process();\n }' After the quick-fix is applied the result looks like: 'while(exitCondition()) {\n process();\n }' Use the checkbox below if you wish this inspection to ignore for loops with trivial or non-existent conditions.",
+ "markdown": "Reports a `for` loop that contains neither initialization nor an update component. Suggests replacing the loop with a simpler `while` statement.\n\nExample:\n\n\n for(; exitCondition(); ) {\n process();\n }\n\nAfter the quick-fix is applied the result looks like:\n\n\n while(exitCondition()) {\n process();\n }\n\nUse the checkbox below if you wish this inspection to ignore **for** loops with trivial or non-existent conditions."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "ForLoopReplaceableByWhile",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Control flow issues",
+ "index": 65,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ConstantConditionalExpressionJS",
+ "shortDescription": {
+ "text": "Constant conditional expression"
+ },
+ "fullDescription": {
+ "text": "Reports a conditional expression in the format 'true? result1: result2' or 'false? result1: result2. Suggests simplifying the expression.'",
+ "markdown": "Reports a conditional expression in the format `true? result1: result2` or `false? result1: result2``.\nSuggests simplifying the expression.\n`"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "ConstantConditionalExpressionJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Control flow issues",
+ "index": 65,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSValidateJSDoc",
+ "shortDescription": {
+ "text": "Syntax errors and unresolved references in JSDoc"
+ },
+ "fullDescription": {
+ "text": "Reports a syntax discrepancy in a documentation comment.",
+ "markdown": "Reports a syntax discrepancy in a documentation comment."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSValidateJSDoc",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "NonBlockStatementBodyJS",
+ "shortDescription": {
+ "text": "Statement body without braces"
+ },
+ "fullDescription": {
+ "text": "Reports a 'if', 'while', 'for', or 'with' statements whose body is not a block statement. Using code block in statement bodies is usually safer for downstream maintenance.",
+ "markdown": "Reports a `if`, `while`, `for`, or `with` statements whose body is not a block statement. Using code block in statement bodies is usually safer for downstream maintenance."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "NonBlockStatementBodyJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Code style issues",
+ "index": 79,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "FlowJSConfig",
+ "shortDescription": {
+ "text": "Missing .flowconfig"
+ },
+ "fullDescription": {
+ "text": "Reports a JavaScript file with a '@flow' flag that doesn't have an associated '.flowconfig' file in the project.",
+ "markdown": "Reports a JavaScript file with a `@flow` flag that doesn't have an associated `.flowconfig` file in the project."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "FlowJSConfig",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Flow type checker",
+ "index": 118,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "TypeScriptValidateTypes",
+ "shortDescription": {
+ "text": "Type mismatch"
+ },
+ "fullDescription": {
+ "text": "Reports a parameter, return value, or assigned expression of incorrect type.",
+ "markdown": "Reports a parameter, return value, or assigned expression of incorrect type."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "TypeScriptValidateTypes",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/TypeScript",
+ "index": 55,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSObjectNullOrUndefined",
+ "shortDescription": {
+ "text": "Object is 'null' or 'undefined'"
+ },
+ "fullDescription": {
+ "text": "Reports an error caused by invoking a method, accessing a property, or calling a function on an object that is 'undefined' or 'null'.",
+ "markdown": "Reports an error caused by invoking a method, accessing a property, or calling a function on an object that is `undefined` or `null`."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSObjectNullOrUndefined",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Control flow issues",
+ "index": 65,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "PointlessArithmeticExpressionJS",
+ "shortDescription": {
+ "text": "Pointless arithmetic expression"
+ },
+ "fullDescription": {
+ "text": "Reports an arithmetic expression that include adding or subtracting zero, multiplying by zero or one, division by one, and shift by zero. Such expressions may result from not fully completed automated refactoring.",
+ "markdown": "Reports an arithmetic expression that include adding or subtracting zero, multiplying by zero or one, division by one, and shift by zero. Such expressions may result from not fully completed automated refactoring."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "PointlessArithmeticExpressionJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Performance"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Potentially confusing code constructs",
+ "index": 61,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "TypeScriptSmartCast",
+ "shortDescription": {
+ "text": "Narrowed type"
+ },
+ "fullDescription": {
+ "text": "Reports a usage of a variable where the variable type is narrowed by a type guard. Note that severity level doesn't affect this inspection.",
+ "markdown": "Reports a usage of a variable where the variable type is narrowed by a type guard. Note that severity level doesn't affect this inspection."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "TypeScriptSmartCast",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/TypeScript",
+ "index": 55,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSAccessibilityCheck",
+ "shortDescription": {
+ "text": "Inaccessible @private and @protected members referenced"
+ },
+ "fullDescription": {
+ "text": "Reports a reference to a JavaScript member that is marked with a '@private' or '@protected' tag but does not comply with visibility rules that these tags imply.",
+ "markdown": "Reports a reference to a JavaScript member that is marked with a `@private` or `@protected` tag but does not comply with visibility rules that these tags imply."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSAccessibilityCheck",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "FunctionWithMultipleLoopsJS",
+ "shortDescription": {
+ "text": "Function with multiple loops"
+ },
+ "fullDescription": {
+ "text": "Reports a function with multiple loop statements.",
+ "markdown": "Reports a function with multiple loop statements."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "FunctionWithMultipleLoopsJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Performance"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Function metrics",
+ "index": 76,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "NpmUsedModulesInstalled",
+ "shortDescription": {
+ "text": "Missing module dependency"
+ },
+ "fullDescription": {
+ "text": "Reports a module from a 'require()' call or an 'import' statement that is not installed or is not listed in package.json dependencies. Suggests installing the module and/or including it into package.json. For 'require()' calls, works only in the files from the scope of Node.js Core JavaScript library.",
+ "markdown": "Reports a module from a `require()` call or an `import` statement that is not installed or is not listed in package.json dependencies.\n\nSuggests installing the module and/or including it into package.json.\n\nFor `require()` calls, works only in the files from the scope of *Node.js Core* JavaScript library."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "NpmUsedModulesInstalled",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Imports and dependencies",
+ "index": 120,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "FunctionNamingConventionJS",
+ "shortDescription": {
+ "text": "Function naming convention"
+ },
+ "fullDescription": {
+ "text": "Reports a function whose name is too short, too long, or does not follow the specified regular expression pattern. Use the fields provided below to specify minimum length, maximum length, and a regular expression for function names. Use the standard 'java.util.regex' format for regular expressions.",
+ "markdown": "Reports a function whose name is too short, too long, or does not follow the specified regular expression pattern.\n\n\nUse the fields provided below to specify minimum length, maximum length, and a regular expression\nfor function names. Use the standard `java.util.regex` format for regular expressions."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "FunctionNamingConventionJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Naming conventions",
+ "index": 104,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ObjectAllocationIgnoredJS",
+ "shortDescription": {
+ "text": "Result of object allocation ignored"
+ },
+ "fullDescription": {
+ "text": "Reports object allocation where the result of the allocated object is ignored, for example, 'new Error();' as a statement, without any assignment. Such allocation expressions may indicate an odd object initialization strategy.",
+ "markdown": "Reports object allocation where the result of the allocated object is ignored, for example, `new Error();` as a statement, without any assignment. Such allocation expressions may indicate an odd object initialization strategy."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "ObjectAllocationIgnored",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Probable bugs",
+ "index": 86,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSHint",
+ "shortDescription": {
+ "text": "JSHint"
+ },
+ "fullDescription": {
+ "text": "Reports a problem detected by the JSHint linter.",
+ "markdown": "Reports a problem detected by the [JSHint](https://jshint.com/) linter."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "JSHint",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Code quality tools",
+ "index": 69,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ExceptionCaughtLocallyJS",
+ "shortDescription": {
+ "text": "Exception used for local control-flow"
+ },
+ "fullDescription": {
+ "text": "Reports a 'throw' statement whose exceptions are always caught by the containing 'try' statement. Using 'throw' statements as a 'goto' to change the local flow of control is confusing.",
+ "markdown": "Reports a `throw` statement whose exceptions are always caught by the containing `try` statement. Using `throw` statements as a `goto` to change the local flow of control is confusing."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "ExceptionCaughtLocallyJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Try statement issues",
+ "index": 97,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CyclomaticComplexityJS",
+ "shortDescription": {
+ "text": "Overly complex function"
+ },
+ "fullDescription": {
+ "text": "Reports a function with too many branching points in a function (too high cyclomatic complexity). Such functions may be confusing and hard to test. Use the field provided below to specify the maximum acceptable cyclomatic complexity for a function.",
+ "markdown": "Reports a function with too many branching points in a function (too high cyclomatic complexity). Such functions may be confusing and hard to test.\n\n\nUse the field provided below to specify the maximum acceptable cyclomatic complexity for a function."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "OverlyComplexFunctionJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Performance"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Function metrics",
+ "index": 76,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "TypeScriptJSXUnresolvedComponent",
+ "shortDescription": {
+ "text": "Unresolved JSX component"
+ },
+ "fullDescription": {
+ "text": "Reports an unresolved reference to a JSX component. Suggests adding an import statement if the referenced component is defined in the project or its dependencies or creating a new component with the specified name. The template for a new component can be modified in Editor | File and Code Templates.",
+ "markdown": "Reports an unresolved reference to a JSX component. Suggests adding an import statement if the referenced component is defined in the project or its dependencies or creating a new component with the specified name.\n\nThe template for a new component can be modified in Editor \\| File and Code Templates."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "TypeScriptJSXUnresolvedComponent",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/TypeScript",
+ "index": 55,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSUnfilteredForInLoop",
+ "shortDescription": {
+ "text": "Unfiltered for..in loop"
+ },
+ "fullDescription": {
+ "text": "Reports unfiltered 'for-in' loops. The use of this construct results in processing not only own properties of an object but properties from its prototype as well. It may be unexpected in some specific cases, for example, in utility methods that copy or modify all properties or when 'Object''s prototype may be incorrectly modified. For example, the following code will print 42 and myMethod: 'Object.prototype.myMethod = function myMethod() {};\nlet a = { foo: 42 };\nfor (let i in a) {\n console.log(a[i]);\n}' Suggests replacing the whole loop with a 'Object.keys()' method or adding a 'hasOwnProperty()' check. After applying the quick-fix the code looks as follows: 'for (let i in a) {\n if (a.hasOwnProperty(i)) {\n console.log(a[i]);\n }\n}'",
+ "markdown": "Reports unfiltered `for-in` loops. \n\nThe use of this construct results in processing not only own properties of an object but properties from its prototype as well. It may be unexpected in some specific cases, for example, in utility methods that copy or modify all properties or when `Object`'s prototype may be incorrectly modified. For example, the following code will print **42** and **myMethod** : \n\n\n Object.prototype.myMethod = function myMethod() {};\n let a = { foo: 42 };\n for (let i in a) {\n console.log(a[i]);\n }\n\nSuggests replacing the whole loop with a `Object.keys()` method or adding a `hasOwnProperty()` check. After applying the quick-fix the code looks as follows:\n\n\n for (let i in a) {\n if (a.hasOwnProperty(i)) {\n console.log(a[i]);\n }\n }\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSUnfilteredForInLoop",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSFunctionExpressionToArrowFunction",
+ "shortDescription": {
+ "text": "Function expression is used instead of arrow function"
+ },
+ "fullDescription": {
+ "text": "Reports a function expression. Suggests converting it to an arrow function. Example: 'arr.map(function(el) {return el + 1})' After applying the quick-fix the code looks as follows: 'arr.map(el => el + 1)'",
+ "markdown": "Reports a [function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/function) expression. Suggests converting it to an [arrow function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions).\n\nExample:\n\n arr.map(function(el) {return el + 1})\n\nAfter applying the quick-fix the code looks as follows:\n\n arr.map(el => el + 1)\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "JSFunctionExpressionToArrowFunction",
+ "ideaSeverity": "INFORMATION",
+ "qodanaSeverity": "Info",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/ES2015 migration aids",
+ "index": 49,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "UpdateDependencyToLatestVersion",
+ "shortDescription": {
+ "text": "Update package.json dependencies to latest versions"
+ },
+ "fullDescription": {
+ "text": "Suggests to upgrade your package.json dependencies to the latest versions, ignoring specified versions.",
+ "markdown": "Suggests to upgrade your package.json dependencies to the latest versions, ignoring specified versions."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "UpdateDependencyToLatestVersion",
+ "ideaSeverity": "INFORMATION",
+ "qodanaSeverity": "Info",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Imports and dependencies",
+ "index": 120,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AssignmentResultUsedJS",
+ "shortDescription": {
+ "text": "Result of assignment used"
+ },
+ "fullDescription": {
+ "text": "Reports an assignment expression where the result of the assignment is used in the containing expression. Such assignments often indicate coding errors, for example, '=' instead of '=='. Moreover, they can result in confusion due to the order of operations, as evaluation of the assignment may affect the outer expression in unexpected ways. Expressions in parentheses are ignored.",
+ "markdown": "Reports an assignment expression where the result of the assignment is used in the containing expression. Such assignments often indicate coding errors, for example, `=` instead of `==`. Moreover, they can result in confusion due to the order of operations, as evaluation of the assignment may affect the outer expression in unexpected ways.\n\nExpressions in parentheses are ignored."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "AssignmentResultUsedJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Assignment issues",
+ "index": 108,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ConstantOnRHSOfComparisonJS",
+ "shortDescription": {
+ "text": "Constant on right side of comparison"
+ },
+ "fullDescription": {
+ "text": "Reports a comparison operation with a constant in the right-hand side. According to coding conventions, constants should only be in the left-hand side of comparisons.",
+ "markdown": "Reports a comparison operation with a constant in the right-hand side. According to coding conventions, constants should only be in the left-hand side of comparisons."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "ConstantOnRightSideOfComparisonJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Code style issues",
+ "index": 79,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSUnnecessarySemicolon",
+ "shortDescription": {
+ "text": "Unnecessary semicolon"
+ },
+ "fullDescription": {
+ "text": "Reports an unneeded semicolon.",
+ "markdown": "Reports an unneeded semicolon."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSUnnecessarySemicolon",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSSuspiciousEqPlus",
+ "shortDescription": {
+ "text": "Suspicious '=+' assignment"
+ },
+ "fullDescription": {
+ "text": "Reports an assignment in the form 'a =+ b'. Suggests replacing with 'a += b'.",
+ "markdown": "Reports an assignment in the form `a =+ b`. Suggests replacing with `a += b`."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSSuspiciousEqPlus",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Probable bugs",
+ "index": 86,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSUnusedAssignment",
+ "shortDescription": {
+ "text": "Unused assignment"
+ },
+ "fullDescription": {
+ "text": "Reports a variable whose value is never used after assignment. Suggests removing the unused variable to shorten the code and to avoid redundant allocations. The following cases are reported: A variable is never read after assignment. The value of a variable is always overwritten with another assignment before the variable is read next time. The initializer of a variable is redundant (for one of the above-mentioned reasons).",
+ "markdown": "Reports a variable whose value is never used after assignment. \nSuggests removing the unused variable to shorten the code and to avoid redundant allocations.\n\nThe following cases are reported:\n\n* A variable is never read after assignment.\n* The value of a variable is always overwritten with another assignment before the variable is read next time.\n* The initializer of a variable is redundant (for one of the above-mentioned reasons)."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSUnusedAssignment",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Performance"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Unused symbols",
+ "index": 117,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ConfusingFloatingPointLiteralJS",
+ "shortDescription": {
+ "text": "Confusing floating point literal"
+ },
+ "fullDescription": {
+ "text": "Reports any floating point number that does not have a decimal point, or any numbers before the decimal point, or and numbers after the decimal point. Such literals may be confusing, and violate several coding standards.",
+ "markdown": "Reports any floating point number that does not have a decimal point, or any numbers before the decimal point, or and numbers after the decimal point. Such literals may be confusing, and violate several coding standards."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "ConfusingFloatingPointLiteralJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Potentially confusing code constructs",
+ "index": 61,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ContinueOrBreakFromFinallyBlockJS",
+ "shortDescription": {
+ "text": "'continue' or 'break' inside 'finally' block"
+ },
+ "fullDescription": {
+ "text": "Reports a 'break' or 'continue' statement inside a 'finally' block. Such statements are very confusing, may hide exceptions, and complicate debugging.",
+ "markdown": "Reports a `break` or `continue` statement inside a `finally` block. Such statements are very confusing, may hide exceptions, and complicate debugging."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "ContinueOrBreakFromFinallyBlockJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Try statement issues",
+ "index": 97,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSMethodCanBeStatic",
+ "shortDescription": {
+ "text": "Method can be made 'static'"
+ },
+ "fullDescription": {
+ "text": "Reports a class method that can be safely made 'static'. A method can be 'static' if it does not reference any of its class' non-static methods and non-static fields and is not overridden in a subclass. Use the first checkbox below to inspect only 'private' methods.",
+ "markdown": "Reports a class method that can be safely made `static`. A method can be `static` if it does not reference any of its class' non-static methods and non-static fields and is not overridden in a subclass.\n\n\nUse the first checkbox below to inspect only `private` methods."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "JSMethodCanBeStatic",
+ "ideaSeverity": "INFORMATION",
+ "qodanaSeverity": "Info",
+ "codeQualityCategory": "Performance"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSUndeclaredVariable",
+ "shortDescription": {
+ "text": "Implicitly declared global JavaScript variable"
+ },
+ "fullDescription": {
+ "text": "Reports an implicit declaration of a global variable. Example: 'var aaa = 1; // good\n bbb = 2; // bad, if bbb is not declared with 'var' somewhere'",
+ "markdown": "Reports an implicit declaration of a global variable.\n\nExample:\n\n\n var aaa = 1; // good\n bbb = 2; // bad, if bbb is not declared with 'var' somewhere\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "JSUndeclaredVariable",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SillyAssignmentJS",
+ "shortDescription": {
+ "text": "Variable is assigned to itself"
+ },
+ "fullDescription": {
+ "text": "Reports an assignment in the form 'x = x'.",
+ "markdown": "Reports an assignment in the form `x = x`."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SillyAssignmentJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Assignment issues",
+ "index": 108,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "TypeScriptCheckImport",
+ "shortDescription": {
+ "text": "Unresolved imported name"
+ },
+ "fullDescription": {
+ "text": "Reports an unresolved name or binding in an 'import' declaration in TypeScript code.",
+ "markdown": "Reports an unresolved name or binding in an `import` declaration in TypeScript code."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "TypeScriptCheckImport",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/TypeScript",
+ "index": 55,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "InfiniteRecursionJS",
+ "shortDescription": {
+ "text": "Infinite recursion"
+ },
+ "fullDescription": {
+ "text": "Reports a function which must either recurse infinitely or throw an exception. Such functions may not return normally.",
+ "markdown": "Reports a function which must either recurse infinitely or throw an exception. Such functions may not return normally."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "InfiniteRecursionJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Probable bugs",
+ "index": 86,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSMismatchedCollectionQueryUpdate",
+ "shortDescription": {
+ "text": "Mismatched query and update of collection"
+ },
+ "fullDescription": {
+ "text": "Reports a collection of fields or variables whose contents are either queried and not updated or updated and not queried. Such mismatched queries and updates are pointless and may indicate either dead code or a typographical error. Query methods are automatically detected, based on whether they return something, or a callback is passed to them. Use the table below to specify which methods are update methods.",
+ "markdown": "Reports a collection of fields or variables whose contents are either queried and not updated or updated and not queried. Such mismatched queries and updates are pointless and may indicate either dead code or a typographical error.\n\n\nQuery methods are automatically detected, based on whether they return something, or a callback is passed to them.\nUse the table below to specify which methods are update methods."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSMismatchedCollectionQueryUpdate",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ES6PreferShortImport",
+ "shortDescription": {
+ "text": "Import can be shortened"
+ },
+ "fullDescription": {
+ "text": "Reports an ES6 import whose 'from' part can be shortened. Suggests importing the parent directory.",
+ "markdown": "Reports an ES6 import whose `from` part can be shortened. Suggests importing the parent directory."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "ES6PreferShortImport",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "PointlessBitwiseExpressionJS",
+ "shortDescription": {
+ "text": "Bitwise expression can be simplified"
+ },
+ "fullDescription": {
+ "text": "Reports an expression that includes 'and' with zero, 'or' by zero, or shifting by zero. Such expressions may result from not fully completed automated refactorings.",
+ "markdown": "Reports an expression that includes `and` with zero, `or` by zero, or shifting by zero. Such expressions may result from not fully completed automated refactorings."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "PointlessBitwiseExpressionJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Bitwise operation issues",
+ "index": 15,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSStringConcatenationToES6Template",
+ "shortDescription": {
+ "text": "String concatenation is used instead of template literal"
+ },
+ "fullDescription": {
+ "text": "Reports a string concatenation. Suggests replacing it with a template literal Example '\"result: \" + a + \".\"' After applying the quick-fix the code looks as follows: '`result: ${a}.`'",
+ "markdown": "Reports a string concatenation. Suggests replacing it with a [template literal](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals)\n\nExample\n\n \"result: \" + a + \".\" \n\nAfter applying the quick-fix the code looks as follows:\n\n `result: ${a}.` \n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "JSStringConcatenationToES6Template",
+ "ideaSeverity": "INFORMATION",
+ "qodanaSeverity": "Info",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/ES2015 migration aids",
+ "index": 49,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ReplaceAssignmentWithOperatorAssignmentJS",
+ "shortDescription": {
+ "text": "Assignment could be replaced with operator assignment"
+ },
+ "fullDescription": {
+ "text": "Reports an assignment operation that can be replaced by an operator assignment to make your code shorter and probably clearer. Example: 'x = x + 3;'\n 'x = x / 3;'\n After the quick fix is applied the result looks like: 'x += 3;'\n 'x /= 3;'",
+ "markdown": "Reports an assignment operation that can be replaced by an operator assignment to make your code shorter and probably clearer.\n\n\nExample:\n\n x = x + 3;\n x = x / 3;\n\nAfter the quick fix is applied the result looks like:\n\n x += 3;\n x /= 3;\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "AssignmentReplaceableWithOperatorAssignmentJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Assignment issues",
+ "index": 108,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ES6DestructuringVariablesMerge",
+ "shortDescription": {
+ "text": "Destructuring properties with the same key"
+ },
+ "fullDescription": {
+ "text": "Reports multiple destructuring properties with identical keys. Suggests merging the properties.",
+ "markdown": "Reports multiple destructuring properties with identical keys. Suggests merging the properties."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "ES6DestructuringVariablesMerge",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "TypeScriptRedundantGenericType",
+ "shortDescription": {
+ "text": "Redundant type arguments"
+ },
+ "fullDescription": {
+ "text": "Reports a type argument that is equal to the default one and can be removed. Example: 'type Foo = T;\nlet z: Foo;'",
+ "markdown": "Reports a type argument that is equal to the default one and can be removed.\n\n\nExample:\n\n\n type Foo = T;\n let z: Foo;\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "TypeScriptRedundantGenericType",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/TypeScript",
+ "index": 55,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSLastCommaInObjectLiteral",
+ "shortDescription": {
+ "text": "Unneeded last comma in object literal"
+ },
+ "fullDescription": {
+ "text": "Reports usages of a trailing comma in object literals. The warning is reported only when the JavaScript language version is set to ECMAScript 5.1. Trailing commas in object literals are allowed by the specification, however, some browsers might throw an error when a trailing comma is used. You can configure formatting options for trailing commas in Code Style | JavaScript or TypeScript | Punctuation.",
+ "markdown": "Reports usages of a trailing comma in object literals.\n\nThe warning is reported only when the JavaScript language version is set to ECMAScript 5.1.\n\nTrailing commas in object literals are allowed by the specification, however, some browsers might throw an error when a trailing comma is used.\n\nYou can configure formatting options for trailing commas in **Code Style** \\| **JavaScript** or **TypeScript** \\| **Punctuation**."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSLastCommaInObjectLiteral",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "NestedAssignmentJS",
+ "shortDescription": {
+ "text": "Nested assignment"
+ },
+ "fullDescription": {
+ "text": "Reports an assignment expression nested inside another expression, for example, 'a = b = 1'. Such expressions may be confusing and violate the general design principle that a given construct should do precisely one thing.",
+ "markdown": "Reports an assignment expression nested inside another expression, for example, `a = b = 1`. Such expressions may be confusing and violate the general design principle that a given construct should do precisely one thing."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "NestedAssignmentJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Assignment issues",
+ "index": 108,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "DefaultNotLastCaseInSwitchJS",
+ "shortDescription": {
+ "text": "'default' not last case in 'switch'"
+ },
+ "fullDescription": {
+ "text": "Reports a 'switch' statement where the 'default' case comes before another case instead of being the very last case, which may cause confusion.",
+ "markdown": "Reports a `switch` statement where the `default` case comes before another case instead of being the very last case, which may cause confusion."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "DefaultNotLastCaseInSwitchJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Switch statement issues",
+ "index": 109,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EmptyFinallyBlockJS",
+ "shortDescription": {
+ "text": "Empty 'finally' block"
+ },
+ "fullDescription": {
+ "text": "Reports an empty 'finally' block, which usually indicates an error.",
+ "markdown": "Reports an empty `finally` block, which usually indicates an error."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "EmptyFinallyBlockJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Try statement issues",
+ "index": 97,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ForLoopThatDoesntUseLoopVariableJS",
+ "shortDescription": {
+ "text": "'for' loop where update or condition does not use loop variable"
+ },
+ "fullDescription": {
+ "text": "Reports a 'for' loop where the condition or update does not use the 'for' loop variable.",
+ "markdown": "Reports a `for` loop where the condition or update does not use the `for` loop variable."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "ForLoopThatDoesntUseLoopVariableJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Probable bugs",
+ "index": 86,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "TypeScriptAbstractClassConstructorCanBeMadeProtected",
+ "shortDescription": {
+ "text": "Abstract class constructor can be made protected"
+ },
+ "fullDescription": {
+ "text": "Reports a public constructor of an abstract class and suggests making it protected (because it is useless to have it public).",
+ "markdown": "Reports a public constructor of an abstract class and suggests making it protected (because it is useless to have it public)."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "TypeScriptAbstractClassConstructorCanBeMadeProtected",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/TypeScript",
+ "index": 55,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ThreeNegationsPerFunctionJS",
+ "shortDescription": {
+ "text": "Function with more than three negations"
+ },
+ "fullDescription": {
+ "text": "Reports a function with three or more negation operations ('!' or '!='). Such functions may be unnecessarily confusing.",
+ "markdown": "Reports a function with three or more negation operations (`!` or `!=`). Such functions may be unnecessarily confusing."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "FunctionWithMoreThanThreeNegationsJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Function metrics",
+ "index": 76,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "TrivialIfJS",
+ "shortDescription": {
+ "text": "Redundant 'if' statement"
+ },
+ "fullDescription": {
+ "text": "Reports an 'if' statement that can be simplified to a single assignment or a 'return' statement. Example: 'if(foo())\n {\n return true;\n }\n else\n {\n return false;\n }' After applying the quick-fix the code looks as follows: 'return foo();'",
+ "markdown": "Reports an `if` statement that can be simplified to a single assignment or a `return` statement.\n\nExample:\n\n\n if(foo())\n {\n return true;\n }\n else\n {\n return false;\n }\n\nAfter applying the quick-fix the code looks as follows:\n\n return foo();\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "RedundantIfStatementJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Control flow issues",
+ "index": 65,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "UnterminatedStatementJS",
+ "shortDescription": {
+ "text": "Unterminated statement"
+ },
+ "fullDescription": {
+ "text": "Reports a statement without a semicolon or a newline at the end. Select the 'Terminate statements with semicolons' option in Editor | Code Style | JavaScript or TypeScript - Punctuation to report any statement that doesn't end with a semicolon, even if a newline is used. According to some coding styles, semicolons are preferred to line-breaks for consistency with the other languages.",
+ "markdown": "Reports a statement without a semicolon or a newline at the end.\n\nSelect the 'Terminate statements with semicolons' option in *Editor \\| Code Style \\| JavaScript or TypeScript - Punctuation* to report any statement that doesn't end with a semicolon, even if a newline is used.\nAccording to some coding styles, semicolons are preferred to line-breaks for consistency with the other languages."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "UnterminatedStatementJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Code style issues",
+ "index": 79,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSUnreachableSwitchBranches",
+ "shortDescription": {
+ "text": "Unreachable 'case' branch of a 'switch' statement"
+ },
+ "fullDescription": {
+ "text": "Reports an unreachable 'case' branch of a 'switch' statement. Example: '/**\n * @param {('foo' | 'bar')} p\n */\nfunction foo(p) {\n switch (p) {\n case 'foo': break;\n case 'bar': break;\n case 'baz': break; // unreachable\n }\n}'",
+ "markdown": "Reports an unreachable `case` branch of a `switch` statement.\n\nExample:\n\n\n /**\n * @param {('foo' | 'bar')} p\n */\n function foo(p) {\n switch (p) {\n case 'foo': break;\n case 'bar': break;\n case 'baz': break; // unreachable\n }\n }\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSUnreachableSwitchBranches",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Switch statement issues",
+ "index": 109,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "TrivialConditionalJS",
+ "shortDescription": {
+ "text": "Redundant conditional expression"
+ },
+ "fullDescription": {
+ "text": "Reports a conditional expression of the form 'condition ? true : false\ncondition ? false : true' These expressions may be safely converted to 'condition\n!condition'",
+ "markdown": "Reports a conditional expression of the form\n\n\n condition ? true : false\n condition ? false : true\n\n\nThese expressions may be safely converted to\n\n\n condition\n !condition\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "RedundantConditionalExpressionJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Control flow issues",
+ "index": 65,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSTestFailedLine",
+ "shortDescription": {
+ "text": "Highlight failure line in test code"
+ },
+ "fullDescription": {
+ "text": "Reports a failed method call or an assertion in a test.",
+ "markdown": "Reports a failed method call or an assertion in a test."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSTestFailedLine",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Unit testing",
+ "index": 140,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "IfStatementWithTooManyBranchesJS",
+ "shortDescription": {
+ "text": "'if' statement with too many branches"
+ },
+ "fullDescription": {
+ "text": "Reports an 'if' statement with too many branches. Such statements may be confusing, and often indicate inadequate levels of design abstraction. Use the field below to specify the maximum number of branches expected.",
+ "markdown": "Reports an `if` statement with too many branches. Such statements may be confusing, and often indicate inadequate levels of design abstraction.\n\n\nUse the field below to specify the maximum number of branches expected."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "IfStatementWithTooManyBranchesJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Control flow issues",
+ "index": 65,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "BreakStatementJS",
+ "shortDescription": {
+ "text": "'break' statement"
+ },
+ "fullDescription": {
+ "text": "Reports a 'break' statements. Ignores 'break' statements that end case blocks.",
+ "markdown": "Reports a `break` statements. Ignores `break` statements that end case blocks."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "BreakStatementJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Potentially undesirable code constructs",
+ "index": 31,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "DebuggerStatementJS",
+ "shortDescription": {
+ "text": "'debugger' statement"
+ },
+ "fullDescription": {
+ "text": "Reports a 'debugger' statement used for interaction with the Javascript debuggers. Such statements should not appear in production code.",
+ "markdown": "Reports a `debugger` statement used for interaction with the Javascript debuggers. Such statements should not appear in production code."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "DebuggerStatementJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Security"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Potentially undesirable code constructs",
+ "index": 31,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AssignmentToForLoopParameterJS",
+ "shortDescription": {
+ "text": "Assignment to 'for' loop parameter"
+ },
+ "fullDescription": {
+ "text": "Reports an assignment to a variable declared as a 'for' loop parameter. Although occasionally intended, this construct can be extremely confusing, and is often a result of an error.",
+ "markdown": "Reports an assignment to a variable declared as a `for` loop parameter. Although occasionally intended, this construct can be extremely confusing, and is often a result of an error."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "AssignmentToForLoopParameterJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Assignment issues",
+ "index": 108,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ConditionalExpressionJS",
+ "shortDescription": {
+ "text": "Conditional expression"
+ },
+ "fullDescription": {
+ "text": "Reports a ternary conditional expression. Some coding standards prohibit such expressions in favor of explicit 'if' statements.",
+ "markdown": "Reports a ternary conditional expression. Some coding standards prohibit such expressions in favor of explicit `if` statements."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "ConditionalExpressionJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Potentially undesirable code constructs",
+ "index": 31,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "PointlessBooleanExpressionJS",
+ "shortDescription": {
+ "text": "Pointless statement or boolean expression"
+ },
+ "fullDescription": {
+ "text": "Reports a pointless or pointlessly complicated boolean expression or statement. Example: 'let a = !(false && x);\n let b = false || x;' After the quick fix is applied the result looks like: 'let a = true;\n let b = x;'",
+ "markdown": "Reports a pointless or pointlessly complicated boolean expression or statement.\n\nExample:\n\n\n let a = !(false && x);\n let b = false || x;\n\nAfter the quick fix is applied the result looks like:\n\n\n let a = true;\n let b = x;\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "PointlessBooleanExpressionJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Control flow issues",
+ "index": 65,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSUrlImportUsage",
+ "shortDescription": {
+ "text": "URL import is used"
+ },
+ "fullDescription": {
+ "text": "Checks used URL imports in the JavaScript language. Suggests downloading the module for the specified remote URL. Such association enables the IDE to provide proper code completion and navigation. URLs in import specifiers are supported only for ECMAScript modules in the JavaScript language.",
+ "markdown": "Checks used URL imports in the JavaScript language. Suggests downloading the module for the specified remote URL. Such association enables the IDE to provide proper code completion and navigation. \n\nURLs in import specifiers are supported only for ECMAScript modules in the JavaScript language."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "JSUrlImportUsage",
+ "ideaSeverity": "INFORMATION",
+ "qodanaSeverity": "Info",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Imports and dependencies",
+ "index": 120,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "UnnecessaryLabelOnContinueStatementJS",
+ "shortDescription": {
+ "text": "Unnecessary label on 'continue' statement"
+ },
+ "fullDescription": {
+ "text": "Reports a labeled 'continue' statement whose labels may be removed without changing the flow of control.",
+ "markdown": "Reports a labeled `continue` statement whose labels may be removed without changing the flow of control."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "UnnecessaryLabelOnContinueStatementJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Control flow issues",
+ "index": 65,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSPotentiallyInvalidTargetOfIndexedPropertyAccess",
+ "shortDescription": {
+ "text": "Possibly incorrect target of indexed property access"
+ },
+ "fullDescription": {
+ "text": "Reports a potentially invalid indexed property access, for example, 'Array[1]'.",
+ "markdown": "Reports a potentially invalid indexed property access, for example, `Array[1]`."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSPotentiallyInvalidTargetOfIndexedPropertyAccess",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Probable bugs",
+ "index": 86,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSTypeOfValues",
+ "shortDescription": {
+ "text": "'typeof' comparison with non-standard value"
+ },
+ "fullDescription": {
+ "text": "Reports a comparison of a 'typeof' expression with a literal string which is not one of the standard types: 'undefined', 'object', 'boolean', 'number', 'string', 'function', or 'symbol'. Such comparisons always return 'false'.",
+ "markdown": "Reports a comparison of a `typeof` expression with a literal string which is not one of the standard types: `undefined`, `object`, `boolean`, `number`, `string`, `function`, or `symbol`. Such comparisons always return `false`."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSTypeOfValues",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Probable bugs",
+ "index": 86,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "XHTMLIncompatabilitiesJS",
+ "shortDescription": {
+ "text": "Incompatible XHTML usages"
+ },
+ "fullDescription": {
+ "text": "Reports common JavaScript DOM patterns which may present problems with XHTML documents. In particular, the patterns detected will behave completely differently depending on whether the document is loaded as XML or HTML. This can result in subtle bugs where script behaviour is dependent on the MIME-type of the document, rather than its content. Patterns detected include document.body, document.images, document.applets, document.links, document.forms, and document.anchors.",
+ "markdown": "Reports common JavaScript DOM patterns which may present problems with XHTML documents. In particular, the patterns detected will behave completely differently depending on whether the document is loaded as XML or HTML. This can result in subtle bugs where script behaviour is dependent on the MIME-type of the document, rather than its content. Patterns detected include **document.body** , **document.images** , **document.applets** , **document.links** , **document.forms** , and **document.anchors**."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "XHTMLIncompatabilitiesJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/DOM issues",
+ "index": 51,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSAnnotator",
+ "shortDescription": {
+ "text": "ECMAScript specification is not followed"
+ },
+ "fullDescription": {
+ "text": "Reports basic syntax issues and inconsistencies with language specification, such as invalid usages of keywords, usages of incompatible numeric format, or multiple parameters to getters/setters. Generally, such errors must always be reported and shouldn't be disabled. But in some cases, such as issues due to the dynamic nature of JavaScript, the use of not yet supported language features, or bugs in IDE's checker, it may be handy to disable reporting these very basic errors.",
+ "markdown": "Reports basic syntax issues and inconsistencies with language specification, such as invalid usages of keywords, usages of incompatible numeric format, or multiple parameters to getters/setters. \nGenerally, such errors must always be reported and shouldn't be disabled. But in some cases, such as issues due to the dynamic nature of JavaScript, the use of not yet supported language features, or bugs in IDE's checker, it may be handy to disable reporting these very basic errors."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "JSAnnotator",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ES6ConvertToForOf",
+ "shortDescription": {
+ "text": "'for..in' is used instead of 'for..of'"
+ },
+ "fullDescription": {
+ "text": "Reports a usage of a 'for..in' loop on an array. Suggests replacing it with a 'for..of' loop. 'for..of' loops, which are introduced in ECMAScript 6, iterate over 'iterable' objects. For arrays, this structure is preferable to 'for..in', because it works only with array values but not with array object's properties.",
+ "markdown": "Reports a usage of a [for..in](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...in) loop on an array. Suggests replacing it with a [for..of](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of) loop. \n`for..of` loops, which are introduced in ECMAScript 6, iterate over `iterable` objects. For arrays, this structure is preferable to `for..in`, because it works only with array values but not with array object's properties."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "ES6ConvertToForOf",
+ "ideaSeverity": "INFORMATION",
+ "qodanaSeverity": "Info",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/ES2015 migration aids",
+ "index": 49,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ThisExpressionReferencesGlobalObjectJS",
+ "shortDescription": {
+ "text": "'this' expression which references the global object"
+ },
+ "fullDescription": {
+ "text": "Reports a 'this' expression outside an object literal or a constructor body. Such 'this' expressions reference the top-level \"global\" JavaScript object, but are mostly useless.",
+ "markdown": "Reports a `this` expression outside an object literal or a constructor body. Such `this` expressions reference the top-level \"global\" JavaScript object, but are mostly useless."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "ThisExpressionReferencesGlobalObjectJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Validity issues",
+ "index": 22,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "NestedFunctionCallJS",
+ "shortDescription": {
+ "text": "Nested function call"
+ },
+ "fullDescription": {
+ "text": "Reports a function call that is used as an argument in another function call, for example, 'foo(bar())'",
+ "markdown": "Reports a function call that is used as an argument in another function call, for example, `foo(bar())`"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "NestedFunctionCallJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Code style issues",
+ "index": 79,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSEqualityComparisonWithCoercion",
+ "shortDescription": {
+ "text": "Equality operator may cause type coercion"
+ },
+ "fullDescription": {
+ "text": "Reports a usage of an equality operator that may cause unexpected type coercions. Suggests replacing '==' and '!=' with type-safe equality operators '===' and '!=='. Depending on the option selected, one of the following cases will be reported: All usages of '==' and '!=' operators. All usages except comparison with null. Some code styles allow using 'x == null' as a replacement for 'x === null || x === undefined'. Only suspicious expressions, such as: '==' or '!=' comparisons with '0', '''', 'null', 'true', 'false', or 'undefined'.",
+ "markdown": "Reports a usage of an equality operator that may cause unexpected type coercions. Suggests replacing `==` and `!=` with type-safe equality operators `===` and `!==`.\n\nDepending on the option selected, one of the following cases will be reported:\n\n* All usages of `==` and `!=` operators.\n* All usages except comparison with null. Some code styles allow using `x == null` as a replacement for `x === null || x === undefined`.\n* Only suspicious expressions, such as: `==` or `!=` comparisons with `0`, `''`, `null`, `true`, `false`, or `undefined`."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "EqualityComparisonWithCoercionJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Security"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Probable bugs",
+ "index": 86,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSNonStrictModeUsed",
+ "shortDescription": {
+ "text": "Non-strict mode used"
+ },
+ "fullDescription": {
+ "text": "Reports a JavaScript file that is not in the 'strict' mode.",
+ "markdown": "Reports a JavaScript file that is not in the `strict` mode."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSNonStrictModeUsed",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Security"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "TypeScriptExplicitMemberType",
+ "shortDescription": {
+ "text": "Explicit types"
+ },
+ "fullDescription": {
+ "text": "Reports a type annotation that doesn't match the current code style for explicit types. Type declarations are not necessary when the type that is inferred from the context exactly matches the type annotation, for example: 'var pi: number = 3.14' In some cases it is preferable to always have explicit types - this prevents accidental type changes and makes code more explicit.",
+ "markdown": "Reports a type annotation that doesn't match the current code style for explicit types.\n\n\nType declarations are not necessary when the type that is inferred from the context exactly matches the type annotation, for example:\n\n\n var pi: number = 3.14\n\nIn some cases it is preferable to always have explicit types - this prevents accidental type changes and makes code more explicit."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "TypeScriptExplicitMemberType",
+ "ideaSeverity": "INFORMATION",
+ "qodanaSeverity": "Info",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/TypeScript",
+ "index": 55,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSDuplicateCaseLabel",
+ "shortDescription": {
+ "text": "Duplicate 'case' label"
+ },
+ "fullDescription": {
+ "text": "Reports a duplicated 'case' label on a 'switch' statement, which normally indicates an error.",
+ "markdown": "Reports a duplicated `case` label on a `switch` statement, which normally indicates an error."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSDuplicateCaseLabel",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Switch statement issues",
+ "index": 109,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSXDomNesting",
+ "shortDescription": {
+ "text": "Invalid DOM element nesting"
+ },
+ "fullDescription": {
+ "text": "Detects HTML elements in JSX files which are not nested properly according to the DOM specification. React reports runtime warnings on incorrectly nested elements.",
+ "markdown": "Detects HTML elements in JSX files which are not nested properly according to the DOM specification. React reports runtime warnings on incorrectly nested elements."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSXDomNesting",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/React",
+ "index": 158,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "UnnecessaryLocalVariableJS",
+ "shortDescription": {
+ "text": "Redundant local variable"
+ },
+ "fullDescription": {
+ "text": "Reports an unnecessary local variable that does not make a function more comprehensible: a local variable that is immediately returned a local variable that is immediately assigned to another variable and is not used anymore a local variable that always has the same value as another local variable or parameter. Use the checkbox below to have this inspection ignore variables that are immediately returned or thrown. Some coding styles suggest using such variables for clarity and ease of debugging.",
+ "markdown": "Reports an unnecessary local variable that does not make a function more comprehensible:\n\n* a local variable that is immediately returned\n* a local variable that is immediately assigned to another variable and is not used anymore\n* a local variable that always has the same value as another local variable or parameter.\n\n\nUse the checkbox below to have this inspection ignore variables that are immediately\nreturned or thrown. Some coding styles suggest using such variables for clarity and\nease of debugging."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "UnnecessaryLocalVariableJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Data flow",
+ "index": 112,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSXUnresolvedComponent",
+ "shortDescription": {
+ "text": "Unresolved JSX component"
+ },
+ "fullDescription": {
+ "text": "Reports an unresolved reference to a JSX component. Suggests adding a missing import statement if the referenced component is defined in the project or its dependencies or creating a new component with this name. The template for a new component can be modified in Editor | File and Code Templates.",
+ "markdown": "Reports an unresolved reference to a JSX component. Suggests adding a missing import statement if the referenced component is defined in the project or its dependencies or creating a new component with this name.\n\nThe template for a new component can be modified in Editor \\| File and Code Templates."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "JSXUnresolvedComponent",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "UnnecessaryLabelOnBreakStatementJS",
+ "shortDescription": {
+ "text": "Unnecessary label on 'break' statement"
+ },
+ "fullDescription": {
+ "text": "Reports a labeled 'break' statement whose labels may be removed without changing the flow of control.",
+ "markdown": "Reports a labeled `break` statement whose labels may be removed without changing the flow of control."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "UnnecessaryLabelOnBreakStatementJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Control flow issues",
+ "index": 65,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "DivideByZeroJS",
+ "shortDescription": {
+ "text": "Division by zero"
+ },
+ "fullDescription": {
+ "text": "Reports division by zero or a remainder by zero.",
+ "markdown": "Reports division by zero or a remainder by zero."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "DivideByZeroJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Probable bugs",
+ "index": 86,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ChainedEqualityJS",
+ "shortDescription": {
+ "text": "Chained equality"
+ },
+ "fullDescription": {
+ "text": "Reports a chained equality comparison (i.e. 'a==b==c'). Such comparisons are confusing.",
+ "markdown": "Reports a chained equality comparison (i.e. `a==b==c`). Such comparisons are confusing."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "ChainedEqualityComparisonsJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Code style issues",
+ "index": 79,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSRedundantSwitchStatement",
+ "shortDescription": {
+ "text": "'switch' statement is redundant and can be replaced"
+ },
+ "fullDescription": {
+ "text": "Reports a 'switch' statement with an empty body, or with only one 'case' branch, or with a 'default' branch only.",
+ "markdown": "Reports a `switch` statement with an empty body, or with only one `case` branch, or with a `default` branch only."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "JSRedundantSwitchStatement",
+ "ideaSeverity": "INFORMATION",
+ "qodanaSeverity": "Info",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Switch statement issues",
+ "index": 109,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "BlockStatementJS",
+ "shortDescription": {
+ "text": "Unnecessary block statement"
+ },
+ "fullDescription": {
+ "text": "Reports a block statement that is not used as the body of 'if', 'for', 'while', 'do', 'with', or 'try' statements, or as the body of a function declaration. Starting from ECMAScript 6, JavaScript blocks introduce new scopes for 'let' and 'const' variables, but still free-standing block statements may be confusing and result in subtle bugs when used with 'var' variables.",
+ "markdown": "Reports a block statement that is not used as the body of `if`, `for`, `while`, `do`, `with`, or `try` statements, or as the body of a function declaration. Starting from ECMAScript 6, JavaScript blocks introduce new scopes for `let` and `const` variables, but still free-standing block statements may be confusing and result in subtle bugs when used with `var` variables."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "BlockStatementJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Potentially confusing code constructs",
+ "index": 61,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "TextLabelInSwitchStatementJS",
+ "shortDescription": {
+ "text": "Text label in 'switch' statement"
+ },
+ "fullDescription": {
+ "text": "Reports a labeled statement inside a 'switch' statement, which often results from a typo. Example: 'switch(x)\n {\n case 1:\n case2: //typo!\n case 3:\n break;\n }'",
+ "markdown": "Reports a labeled statement inside a `switch` statement, which often results from a typo.\n\nExample:\n\n\n switch(x)\n {\n case 1:\n case2: //typo!\n case 3:\n break;\n }\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "TextLabelInSwitchStatementJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Switch statement issues",
+ "index": 109,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSOctalInteger",
+ "shortDescription": {
+ "text": "Octal integer"
+ },
+ "fullDescription": {
+ "text": "Reports a deprecated octal integer literal prefixed with '0' instead of '0o'. Such literals are not allowed in modern ECMAScript code, and using them in the strict mode is an error. To force this inspection for ES5 and ES3 language levels, select the 'Warn about obsolete octal literals in ES5- code' checkbox below.",
+ "markdown": "Reports a deprecated octal integer literal prefixed with `0` instead of `0o`. \nSuch literals are not allowed in modern ECMAScript code, and using them in the strict mode is an error. \nTo force this inspection for ES5 and ES3 language levels, select the 'Warn about obsolete octal literals in ES5- code' checkbox below."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "JSOctalInteger",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Validity issues",
+ "index": 22,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EmptyTryBlockJS",
+ "shortDescription": {
+ "text": "Empty 'try' block"
+ },
+ "fullDescription": {
+ "text": "Reports an empty 'try' block, which usually indicates an error.",
+ "markdown": "Reports an empty `try` block, which usually indicates an error."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "EmptyTryBlockJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Try statement issues",
+ "index": 97,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSIgnoredPromiseFromCall",
+ "shortDescription": {
+ "text": "Result of method call returning a promise is ignored"
+ },
+ "fullDescription": {
+ "text": "Reports a function call that returns a 'Promise' that is not used later. Such calls are usually unintended and indicate an error.",
+ "markdown": "Reports a function call that returns a `Promise` that is not used later. Such calls are usually unintended and indicate an error."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "JSIgnoredPromiseFromCall",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Async code and promises",
+ "index": 103,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "StringLiteralBreaksHTMLJS",
+ "shortDescription": {
+ "text": "String literal which breaks HTML parsing"
+ },
+ "fullDescription": {
+ "text": "Reports a string literal that contains a '' sequence. Such strings may result in incorrect parsing of any HTML in which the JavaScript code is embedded.",
+ "markdown": "Reports a string literal that contains a `` sequence. Such strings may result in incorrect parsing of any HTML in which the JavaScript code is embedded."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "StringLiteralBreaksHTMLJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Security"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Validity issues",
+ "index": 22,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSComparisonWithNaN",
+ "shortDescription": {
+ "text": "Comparison with NaN"
+ },
+ "fullDescription": {
+ "text": "Reports a comparison with NaN. Comparisons like 'expr == NaN' or 'expr === NaN' are always evaluated to 'false'.",
+ "markdown": "Reports a comparison with NaN. Comparisons like `expr == NaN` or `expr === NaN` are always evaluated to `false`."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSComparisonWithNaN",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Probable bugs",
+ "index": 86,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSUnresolvedReference",
+ "shortDescription": {
+ "text": "Unresolved reference"
+ },
+ "fullDescription": {
+ "text": "Reports an unresolved reference in JavaScript code.",
+ "markdown": "Reports an unresolved reference in JavaScript code."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "JSUnresolvedReference",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "PlatformDetectionJS",
+ "shortDescription": {
+ "text": "Inaccurate platform detection"
+ },
+ "fullDescription": {
+ "text": "Reports a common JavaScript pattern for detecting the browser or operating system in which the script is run. In addition to pointing out non-portable constructs, these platform detection patterns are often incomplete and easily fooled. For most cases, detection of individual environment features is preferable to attempting to detect the entire platform. Patterns detected include: 'document.all' 'document.layers' 'navigator.userAgent' 'navigator.oscpu' 'navigator.appName' 'navigator.appCodeName' 'navigator.platform'",
+ "markdown": "Reports a common JavaScript pattern for detecting the browser or operating system in which the script is run. In addition to pointing out non-portable constructs, these platform detection patterns are often incomplete and easily fooled. For most cases, detection of individual environment features is preferable to attempting to detect the entire platform.\n\nPatterns detected include:\n\n* `document.all`\n* `document.layers`\n* `navigator.userAgent`\n* `navigator.oscpu`\n* `navigator.appName`\n* `navigator.appCodeName`\n* `navigator.platform`"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "PlatformDetectionJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/DOM issues",
+ "index": 51,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "TypeScriptDuplicateUnionOrIntersectionType",
+ "shortDescription": {
+ "text": "Duplicate union or intersection type component"
+ },
+ "fullDescription": {
+ "text": "Reports a duplicate type inside a union or intersection.",
+ "markdown": "Reports a duplicate type inside a union or intersection."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "TypeScriptDuplicateUnionOrIntersectionType",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/TypeScript",
+ "index": 55,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "VoidExpressionJS",
+ "shortDescription": {
+ "text": "'void' expression"
+ },
+ "fullDescription": {
+ "text": "Reports a 'void' expression.",
+ "markdown": "Reports a `void` expression."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "VoidExpressionJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Potentially undesirable code constructs",
+ "index": 31,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSVoidFunctionReturnValueUsed",
+ "shortDescription": {
+ "text": "Void function return value used"
+ },
+ "fullDescription": {
+ "text": "Reports a return value of a function that doesn't return anything. Calling of such functions always produces an 'undefined' value and such assignment may indicate an error. Example: 'let a = console.log('foo');' The following usages are ignored: Inside a return statement In some binary operations For overridden non-void functions",
+ "markdown": "Reports a return value of a function that doesn't return anything. Calling of such functions always produces an `undefined` value and such assignment may indicate an error.\n\nExample:\n\n\n let a = console.log('foo');\n\nThe following usages are ignored:\n\n* Inside a return statement\n* In some binary operations\n* For overridden non-void functions"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSVoidFunctionReturnValueUsed",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Probable bugs",
+ "index": 86,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ReturnFromFinallyBlockJS",
+ "shortDescription": {
+ "text": "'return' inside 'finally' block"
+ },
+ "fullDescription": {
+ "text": "Reports a 'return' statement inside a 'finally' block. Such 'return' statements may mask exceptions thrown, and complicate debugging.",
+ "markdown": "Reports a `return` statement inside a `finally` block. Such `return` statements may mask exceptions thrown, and complicate debugging."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "ReturnInsideFinallyBlockJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Try statement issues",
+ "index": 97,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "StatementsPerFunctionJS",
+ "shortDescription": {
+ "text": "Overly long function"
+ },
+ "fullDescription": {
+ "text": "Reports an overly long function. Function length is calculated by counting up the number of non-empty statements in the function. Functions that are too long are error-prone and difficult to test. Use the field below to specify the maximum acceptable number of statements in a function.",
+ "markdown": "Reports an overly long function. Function length is calculated by counting up the number of non-empty statements in the function. Functions that are too long are error-prone and difficult to test.\n\n\nUse the field below to specify the maximum acceptable number of statements in a function."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "FunctionTooLongJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Function metrics",
+ "index": 76,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ContinueStatementWithLabelJS",
+ "shortDescription": {
+ "text": "'continue' statement with label"
+ },
+ "fullDescription": {
+ "text": "Reports a labeled 'continue' statement.",
+ "markdown": "Reports a labeled `continue` statement."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "ContinueStatementWithLabelJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Potentially undesirable code constructs",
+ "index": 31,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "TypeScriptMissingConfigOption",
+ "shortDescription": {
+ "text": "Missing tsconfig.json option "
+ },
+ "fullDescription": {
+ "text": "Reports a usage that requires an explicit option in 'tsconfig.json'. For example, to use JSX in '.tsx' files, 'tsconfig.json' must contain '\"jsx\"' property.",
+ "markdown": "Reports a usage that requires an explicit option in `tsconfig.json`. For example, to use JSX in `.tsx` files, `tsconfig.json` must contain `\"jsx\"` property."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "TypeScriptMissingConfigOption",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/TypeScript",
+ "index": 55,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ES6ShorthandObjectProperty",
+ "shortDescription": {
+ "text": "Property can be replaced with shorthand"
+ },
+ "fullDescription": {
+ "text": "Reports an object property that can be converted to ES6 shorthand style and provides a quick-fix to do it. Example: 'var obj = {foo:foo}' After applying the quick-fix the code looks as follows: 'var obj = {foo}'",
+ "markdown": "Reports an object property that can be converted to ES6 shorthand style and provides a quick-fix to do it.\n\nExample:\n\n\n var obj = {foo:foo}\n\nAfter applying the quick-fix the code looks as follows:\n\n\n var obj = {foo}\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "ES6ShorthandObjectProperty",
+ "ideaSeverity": "INFORMATION",
+ "qodanaSeverity": "Info",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSPotentiallyInvalidConstructorUsage",
+ "shortDescription": {
+ "text": "Potentially invalid constructor usage"
+ },
+ "fullDescription": {
+ "text": "Reports a usage of a potentially invalid constructor function, for example: a function that is not a constructor after 'new', using a constructor's prototype or calling a constructor without 'new'. A constructor function is assumed to have an upper case name (optional) or have an explicit JSDoc '@constructor' tag.",
+ "markdown": "Reports a usage of a potentially invalid constructor function, for example: a function that is not a constructor after `new`, using a constructor's prototype or calling a constructor without `new`. A constructor function is assumed to have an upper case name (optional) or have an explicit JSDoc `@constructor` tag."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSPotentiallyInvalidConstructorUsage",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Probable bugs",
+ "index": 86,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "NodeCoreCodingAssistance",
+ "shortDescription": {
+ "text": "Unresolved Node.js APIs"
+ },
+ "fullDescription": {
+ "text": "Suggests configuring coding assistance for Node.js, for example, 'require' and/or core modules ('path', 'http', 'fs', etc.). See https://nodejs.org/api/ for the complete list.",
+ "markdown": "Suggests configuring coding assistance for Node.js, for example, `require` and/or core modules ('path', 'http', 'fs', etc.).\n\n\nSee for the complete list."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "NodeCoreCodingAssistance",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Node.js",
+ "index": 172,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSPrimitiveTypeWrapperUsage",
+ "shortDescription": {
+ "text": "Primitive type object wrapper used"
+ },
+ "fullDescription": {
+ "text": "Reports an improper usage of a wrapper for primitive types or a property of a primitive type being modified, as in the latter case the assigned value will be lost.",
+ "markdown": "Reports an improper usage of a wrapper for primitive types or a property of a primitive type being modified, as in the latter case the assigned value will be lost."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSPrimitiveTypeWrapperUsage",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSLastCommaInArrayLiteral",
+ "shortDescription": {
+ "text": "Unneeded last comma in array literal"
+ },
+ "fullDescription": {
+ "text": "Reports a usage of a trailing comma in an array literal. The warning is reported only when the JavaScript language version is set to ECMAScript 5.1. Although trailing commas in arrays are allowed by the specification, some browsers may throw an error when a trailing comma is used. You can configure formatting options for trailing commas in Code Style | JavaScript or TypeScript | Punctuation.",
+ "markdown": "Reports a usage of a trailing comma in an array literal.\n\nThe warning is reported only when the JavaScript language version is set to ECMAScript 5.1.\n\nAlthough trailing commas in arrays are allowed by the specification, some browsers may throw an error when a trailing comma is used.\n\nYou can configure formatting options for trailing commas in **Code Style** \\| **JavaScript** or **TypeScript** \\| **Punctuation**."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSLastCommaInArrayLiteral",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "NegatedConditionalExpressionJS",
+ "shortDescription": {
+ "text": "Negated conditional expression"
+ },
+ "fullDescription": {
+ "text": "Reports a conditional expression whose condition is negated. Suggests flipping the order of branches in the conditional expression to increase the clarity of the statement. Example: '!condition ? 2 : 1'",
+ "markdown": "Reports a conditional expression whose condition is negated. Suggests flipping the order of branches in the conditional expression to increase the clarity of the statement. Example: `!condition ? 2 : 1`"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "NegatedConditionalExpressionJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Potentially confusing code constructs",
+ "index": 61,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "LabeledStatementJS",
+ "shortDescription": {
+ "text": "Labeled statement"
+ },
+ "fullDescription": {
+ "text": "Reports a labeled statement.",
+ "markdown": "Reports a labeled statement."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "LabeledStatementJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Potentially undesirable code constructs",
+ "index": 31,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "WithStatementJS",
+ "shortDescription": {
+ "text": "'with' statement"
+ },
+ "fullDescription": {
+ "text": "Reports a 'with' statements. Such statements result in potentially confusing implicit bindings, and may behave strangely in setting new variables.",
+ "markdown": "Reports a `with` statements. Such statements result in potentially confusing implicit bindings, and may behave strangely in setting new variables."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "WithStatementJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Potentially undesirable code constructs",
+ "index": 31,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSConstantReassignment",
+ "shortDescription": {
+ "text": "Attempt to assign to const or readonly variable"
+ },
+ "fullDescription": {
+ "text": "Reports reassigning a value to a constant or a readonly variable.",
+ "markdown": "Reports reassigning a value to a constant or a readonly variable."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "JSConstantReassignment",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Validity issues",
+ "index": 22,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "MagicNumberJS",
+ "shortDescription": {
+ "text": "Magic number"
+ },
+ "fullDescription": {
+ "text": "Reports a \"magic number\" that is a numeric literal used without being named by a constant declaration. Magic numbers can result in code whose intention is unclear, and may result in errors if a magic number is changed in one code location but remains unchanged in another. The numbers 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 100, 1000, 0.0 and 1.0 are ignored.",
+ "markdown": "Reports a \"magic number\" that is a numeric literal used without being named by a constant declaration. Magic numbers can result in code whose intention is unclear, and may result in errors if a magic number is changed in one code location but remains unchanged in another. The numbers 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 100, 1000, 0.0 and 1.0 are ignored."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "MagicNumberJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Potentially confusing code constructs",
+ "index": 61,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "TypeScriptLibrary",
+ "shortDescription": {
+ "text": "Missing global library"
+ },
+ "fullDescription": {
+ "text": "Reports a TypeScript library file that is required for a symbol but is not listed under the 'lib' compiler option in 'tsconfig.json'.",
+ "markdown": "Reports a TypeScript library file that is required for a symbol but is not listed under the `lib` compiler option in `tsconfig.json`."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "TypeScriptLibrary",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/TypeScript",
+ "index": 55,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "TypeScriptMissingAugmentationImport",
+ "shortDescription": {
+ "text": "Missing augmentation import"
+ },
+ "fullDescription": {
+ "text": "Reports a usage from augmentation module without an explicit import.",
+ "markdown": "Reports a usage from [augmentation module](https://www.typescriptlang.org/docs/handbook/declaration-merging.html#module-augmentation) without an explicit import."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "TypeScriptMissingAugmentationImport",
+ "ideaSeverity": "INFORMATION",
+ "qodanaSeverity": "Info",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/TypeScript",
+ "index": 55,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "Eslint",
+ "shortDescription": {
+ "text": "ESLint"
+ },
+ "fullDescription": {
+ "text": "Reports a discrepancy detected by the ESLint linter. The highlighting is based on the rule severity specified in the ESLint configuration file for each individual rule. Clear the 'Use rule severity from the configuration file' checkbox to use the severity configured in this inspection for all ESLint rules.",
+ "markdown": "Reports a discrepancy detected by the [ESLint](https://eslint.org) linter. \n\nThe highlighting is based on the rule severity specified in the [ESLint configuration file](https://eslint.org/docs/user-guide/configuring) for each individual rule. \n\nClear the 'Use rule severity from the configuration file' checkbox to use the severity configured in this inspection for all ESLint rules."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "Eslint",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Code quality tools",
+ "index": 69,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSEqualityComparisonWithCoercion.TS",
+ "shortDescription": {
+ "text": "Equality operator may cause type coercion"
+ },
+ "fullDescription": {
+ "text": "Reports a usage of equality operators may cause unexpected type coercions. Suggests replacing '==' or '!=' equality operators with type-safe '===' or '!==' operators. Depending on the option selected, one of the following cases will be reported: All usages of '==' and '!=' operators. All usages except comparison with null. Some code styles allow using 'x == null' as a replacement for 'x === null || x === undefined'. Only suspicious expressions, such as: '==' or '!=' comparisons with '0', '''', 'null', 'true', 'false', or 'undefined'.",
+ "markdown": "Reports a usage of equality operators may cause unexpected type coercions. Suggests replacing `==` or `!=` equality operators with type-safe `===` or `!==` operators.\n\nDepending on the option selected, one of the following cases will be reported:\n\n* All usages of `==` and `!=` operators.\n* All usages except comparison with null. Some code styles allow using `x == null` as a replacement for `x === null || x === undefined`.\n* Only suspicious expressions, such as: `==` or `!=` comparisons with `0`, `''`, `null`, `true`, `false`, or `undefined`."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "EqualityComparisonWithCoercionJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Security"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/TypeScript",
+ "index": 55,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "PackageJsonMismatchedDependency",
+ "shortDescription": {
+ "text": "Mismatched dependencies in package.json"
+ },
+ "fullDescription": {
+ "text": "Reports a dependency from package.json that is not installed or doesn't match the specified version range.",
+ "markdown": "Reports a dependency from package.json that is not installed or doesn't match the specified [version range](https://docs.npmjs.com/about-semantic-versioning)."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "PackageJsonMismatchedDependency",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Imports and dependencies",
+ "index": 120,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "InfiniteLoopJS",
+ "shortDescription": {
+ "text": "Infinite loop statement"
+ },
+ "fullDescription": {
+ "text": "Reports a 'for', 'while', or 'do' statement which can only exit by throwing an exception. Such statements often indicate coding errors.",
+ "markdown": "Reports a `for`, `while`, or `do` statement which can only exit by throwing an exception. Such statements often indicate coding errors."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "InfiniteLoopJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Probable bugs",
+ "index": 86,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSArrowFunctionBracesCanBeRemoved",
+ "shortDescription": {
+ "text": "Redundant braces around arrow function body"
+ },
+ "fullDescription": {
+ "text": "Reports an arrow function whose body only consists of braces and exactly one statement. Suggests converting to concise syntax without braces. 'let incrementer = (x) => {return x + 1};' After the quick-fix is applied, the code fragment looks as follows: 'let incrementer = (x) => x + 1;'",
+ "markdown": "Reports an arrow function whose body only consists of braces and exactly one statement. Suggests converting to concise syntax without braces.\n\n\n let incrementer = (x) => {return x + 1};\n\nAfter the quick-fix is applied, the code fragment looks as follows:\n\n\n let incrementer = (x) => x + 1;\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "JSArrowFunctionBracesCanBeRemoved",
+ "ideaSeverity": "INFORMATION",
+ "qodanaSeverity": "Info",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Code style issues",
+ "index": 79,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSClassNamingConvention",
+ "shortDescription": {
+ "text": "Class naming convention"
+ },
+ "fullDescription": {
+ "text": "Reports a class or a function that is annotated with a JSDoc '@constructor' or '@class' tag whose names are too short, too long, or do not follow the specified regular expression pattern. Use the fields provided below to specify minimum length, maximum length, and a regular expression expected for classes names. Use the standard 'java.util.regex' format for regular expressions.",
+ "markdown": "Reports a class or a function that is annotated with a JSDoc `@constructor` or `@class` tag whose names are too short, too long, or do not follow the specified regular expression pattern.\n\n\nUse the fields provided below to specify minimum length, maximum length, and a regular expression\nexpected for classes names. Use the standard `java.util.regex` format for regular expressions."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSClassNamingConvention",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Naming conventions",
+ "index": 104,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSUndefinedPropertyAssignment",
+ "shortDescription": {
+ "text": "Undefined property assignment"
+ },
+ "fullDescription": {
+ "text": "Reports an assignment to a property that is not defined in the type of a variable. Example: '/**\n * @type {{ property1: string, property2: number }}\n */\nlet myVariable = create();\n\nmyVariable.newProperty = 3; // bad'",
+ "markdown": "Reports an assignment to a property that is not defined in the type of a variable.\n\nExample:\n\n\n /**\n * @type {{ property1: string, property2: number }}\n */\n let myVariable = create();\n\n myVariable.newProperty = 3; // bad\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "JSUndefinedPropertyAssignment",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Code style issues",
+ "index": 79,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSDeprecatedSymbols",
+ "shortDescription": {
+ "text": "Deprecated symbol used"
+ },
+ "fullDescription": {
+ "text": "Reports a usage of a deprecated function variable.",
+ "markdown": "Reports a usage of a deprecated function variable."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "JSDeprecatedSymbols",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "LocalVariableNamingConventionJS",
+ "shortDescription": {
+ "text": "Local variable naming convention"
+ },
+ "fullDescription": {
+ "text": "Reports a local variable whose name is too short, too long, or doesn't follow the specified regular expression pattern. Use the fields provided below to specify minimum length, maximum length, and a regular expression expected for local variables names. Use the standard 'java.util.regex' format regular expressions.",
+ "markdown": "Reports a local variable whose name is too short, too long, or doesn't follow the specified regular expression pattern.\n\n\nUse the fields provided below to specify minimum length, maximum length, and a regular expression\nexpected for local variables names. Use the standard `java.util.regex` format regular expressions."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "LocalVariableNamingConventionJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Naming conventions",
+ "index": 104,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSUnresolvedExtXType",
+ "shortDescription": {
+ "text": "Unresolved Ext JS xtype"
+ },
+ "fullDescription": {
+ "text": "Reports an Ext JS 'xtype' reference that doesn't have a corresponding class.",
+ "markdown": "Reports an Ext JS `xtype` reference that doesn't have a corresponding class."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSUnresolvedExtXType",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ES6RedundantNestingInTemplateLiteral",
+ "shortDescription": {
+ "text": "Redundant nesting in template literal"
+ },
+ "fullDescription": {
+ "text": "Reports nested instances of a string or a template literal. Suggests inlining the nested instances into the containing template string. Example: 'let a = `Hello, ${`Brave ${\"New\"}`} ${\"World\"}!`' After applying the quick-fix the code looks as follows: 'let a = `Hello, Brave New World!`'",
+ "markdown": "Reports nested instances of a string or a template literal. Suggests inlining the nested instances into the containing template string.\n\nExample:\n\n\n let a = `Hello, ${`Brave ${\"New\"}`} ${\"World\"}!`\n\nAfter applying the quick-fix the code looks as follows:\n\n\n let a = `Hello, Brave New World!`\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "ES6RedundantNestingInTemplateLiteral",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "NestingDepthJS",
+ "shortDescription": {
+ "text": "Overly nested function"
+ },
+ "fullDescription": {
+ "text": "Reports a function whose body contains statements that are too deeply nested within other statements. Such functions may be confusing and indicate that refactoring may be necessary. Use the field provided below to specify the maximum acceptable nesting depth allowed in a function.",
+ "markdown": "Reports a function whose body contains statements that are too deeply nested within other statements. Such functions may be confusing and indicate that refactoring may be necessary.\n\n\nUse the field provided below to specify the maximum acceptable nesting depth allowed in a function."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "OverlyNestedFunctionJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Function metrics",
+ "index": 76,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "TypeScriptSuspiciousConstructorParameterAssignment",
+ "shortDescription": {
+ "text": "Assigned constructor field parameter"
+ },
+ "fullDescription": {
+ "text": "Reports a common mistake in TypeScript code, when a class field is declared as a constructor parameter, and then this parameter is assigned. In this case, the corresponding field won't be assigned, only the local parameter value is modified. 'class Foo {\n constructor(private p: number) {\n p = 1; //must be this.p = 1;\n }\n}'",
+ "markdown": "Reports a common mistake in TypeScript code, when a class field is declared as a constructor parameter, and then this parameter is assigned. \nIn this case, the corresponding field *won't* be assigned, only the local parameter value is modified.\n\n\n class Foo {\n constructor(private p: number) {\n p = 1; //must be this.p = 1;\n }\n }\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "TypeScriptSuspiciousConstructorParameterAssignment",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/TypeScript",
+ "index": 55,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "NestedSwitchStatementJS",
+ "shortDescription": {
+ "text": "Nested 'switch' statement"
+ },
+ "fullDescription": {
+ "text": "Reports a 'switch' statement that is nested in another 'switch' statement. Nested 'switch' statements may be very confusing, particularly if indenting is inconsistent.",
+ "markdown": "Reports a `switch` statement that is nested in another `switch` statement. Nested `switch` statements may be very confusing, particularly if indenting is inconsistent."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "NestedSwitchStatementJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Switch statement issues",
+ "index": 109,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSMissingSwitchBranches",
+ "shortDescription": {
+ "text": "'switch' statement has missing branches"
+ },
+ "fullDescription": {
+ "text": "Reports a 'switch' statement on a variable of the type 'enum' or 'union' when the statement doesn't cover some value options from the type.",
+ "markdown": "Reports a `switch` statement on a variable of the type `enum` or `union` when the statement doesn't cover some value options from the type."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "JSMissingSwitchBranches",
+ "ideaSeverity": "INFORMATION",
+ "qodanaSeverity": "Info",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Switch statement issues",
+ "index": 109,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSJQueryEfficiency",
+ "shortDescription": {
+ "text": "JQuery selector can be optimized"
+ },
+ "fullDescription": {
+ "text": "Reports a duplicated jQuery selector that can be cached or a usage of an attribute or a pseudo-selector (optional).",
+ "markdown": "Reports a duplicated jQuery selector that can be cached or a usage of an attribute or a pseudo-selector (optional)."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSJQueryEfficiency",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Performance"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "UnreachableCodeJS",
+ "shortDescription": {
+ "text": "Unreachable code"
+ },
+ "fullDescription": {
+ "text": "Reports code that can never be executed, which almost certainly indicates an error",
+ "markdown": "Reports code that can never be executed, which almost certainly indicates an error"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "UnreachableCodeJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Control flow issues",
+ "index": 65,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EmptyStatementBodyJS",
+ "shortDescription": {
+ "text": "Statement with empty body"
+ },
+ "fullDescription": {
+ "text": "Reports an 'if', 'while', 'for', or 'with' statement with an empty body. Such statements often result from typos, and may cause confusion. Use the checkbox below to specify whether the statements with empty block statements as bodies should be reported.",
+ "markdown": "Reports an `if`, `while`, `for`, or `with` statement with an empty body. Such statements often result from typos, and may cause confusion.\n\n\nUse the checkbox below to specify whether the statements with empty block statements as bodies\nshould be reported."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "StatementWithEmptyBodyJS",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Potentially confusing code constructs",
+ "index": 61,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JSUnusedLocalSymbols",
+ "shortDescription": {
+ "text": "Unused local symbol"
+ },
+ "fullDescription": {
+ "text": "Reports an unused locally accessible parameter, local variable, function, class, or private member declaration.",
+ "markdown": "Reports an unused locally accessible parameter, local variable, function, class, or private member declaration."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JSUnusedLocalSymbols",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Unused symbols",
+ "index": 117,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "com.jetbrains.restClient",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "HttpClientRunRequestNameInspection",
+ "shortDescription": {
+ "text": "Possible request name"
+ },
+ "fullDescription": {
+ "text": "Highlights request name in run block which has no specified import file. Suggests adding import for the file which contains this named request.",
+ "markdown": "Highlights request name in run block which has no specified import file. Suggests adding import for the file which contains this named request."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "HttpClientRunRequestNameInspection",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTTP Client",
+ "index": 19,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HttpClientUnresolvedAuthId",
+ "shortDescription": {
+ "text": "Unresolved Auth identifier"
+ },
+ "fullDescription": {
+ "text": "Highlights references to non-existent Auth configurations. Suggests creating a new one in the current environment.",
+ "markdown": "Highlights references to non-existent Auth configurations. Suggests creating a new one in the current environment."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "HttpClientUnresolvedAuthId",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Security"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTTP Client",
+ "index": 19,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HttpRequestRequestSeparatorJsonBodyInspection",
+ "shortDescription": {
+ "text": "Missing request separator in JSON body"
+ },
+ "fullDescription": {
+ "text": "Reports possible requests in injected JSON body where request separator '###' is missing. The quick fix suggests adding the separator '###' before the request.",
+ "markdown": "Reports possible requests in injected JSON body where request separator `###` is missing. The quick fix suggests adding the separator `###` before the request."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "HttpRequestRequestSeparatorJsonBodyInspection",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Security"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTTP Client",
+ "index": 19,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HttpRequestContentLengthIsIgnored",
+ "shortDescription": {
+ "text": "Redundant 'Content-Length'"
+ },
+ "fullDescription": {
+ "text": "Reports an explicitly set 'Content-Length' header. The header is redundant because HTTP Client uses the actual request body length.",
+ "markdown": "Reports an explicitly set `Content-Length` header. The header is redundant because HTTP Client uses the actual request body length."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "HttpRequestContentLengthIsIgnored",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Performance"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTTP Client",
+ "index": 19,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HttpRequestRequestSeparatorXmlBodyInspection",
+ "shortDescription": {
+ "text": "Missing request separator in HTML/XML body"
+ },
+ "fullDescription": {
+ "text": "Reports possible requests in injected XML/HTML body where request separator '###' is missing. The quick fix suggests adding the separator '###' before the request.",
+ "markdown": "Reports possible requests in injected XML/HTML body where request separator `###` is missing. The quick fix suggests adding the separator `###` before the request."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "HttpRequestRequestSeparatorXmlBodyInspection",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Security"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTTP Client",
+ "index": 19,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HttpRequestJsonBodyInspection",
+ "shortDescription": {
+ "text": "Variable should be double-quoted"
+ },
+ "fullDescription": {
+ "text": "Reports variables which should be double-quoted in json body. The quick fix suggests wrap variable with double quotes '\"{{variable}}\"'.",
+ "markdown": "Reports variables which should be double-quoted in json body. The quick fix suggests wrap variable with double quotes `\"{{variable}}\"`."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "HttpRequestJsonBodyInspection",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTTP Client",
+ "index": 19,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HttpRequestCustomHttpMethodInspection",
+ "shortDescription": {
+ "text": "Unknown HTTP method"
+ },
+ "fullDescription": {
+ "text": "Reports possible custom HTTP methods. The quick fix suggests adding the custom HTTP method to project settings.",
+ "markdown": "Reports possible custom HTTP methods. The quick fix suggests adding the custom HTTP method to project settings."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "HttpRequestCustomHttpMethodInspection",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTTP Client",
+ "index": 19,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HttpClientUnresolvedVariable",
+ "shortDescription": {
+ "text": "Unresolved environment variable"
+ },
+ "fullDescription": {
+ "text": "Reports variables undeclared in the current environment HTTP Client. Executing requests with undeclared variables probably fail. Consider adding a variable to the environment or selecting an environment with this variable. Inspection doesn't report variables in request bodies, because it can be a valid syntax of the body. Some variables may be not reported as unresolved, because they are declared in response or pre-request handler scripts via 'client.global.set' or 'request.variables.set' functions call.",
+ "markdown": "Reports variables undeclared in the current environment HTTP Client.\n\n\nExecuting requests with undeclared variables probably fail.\nConsider adding a variable to the environment or selecting an environment with this variable.\n\nInspection doesn't report variables in request bodies, because it can be a valid syntax of the body.\n\n\nSome variables may be not reported as unresolved, because they are declared in response or pre-request handler scripts via\n`client.global.set` or `request.variables.set` functions call."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "HttpClientUnresolvedVariable",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTTP Client",
+ "index": 19,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "IncorrectHttpHeaderInspection",
+ "shortDescription": {
+ "text": "Incorrect HTTP header"
+ },
+ "fullDescription": {
+ "text": "Reports unknown HTTP headers that do not match any publicly known headers. The quick fix suggests adding the header to the list of custom headers when the Use custom HTTP headers option is enabled. HTTP headers from the list of custom headers will not trigger the inspection.",
+ "markdown": "Reports unknown HTTP headers that do not match any [publicly\nknown headers](https://www.iana.org/assignments/message-headers/message-headers.xml). The quick fix suggests adding the header to the list of custom headers when the **Use custom HTTP headers** option\nis enabled. HTTP headers from the list of custom headers will not trigger the inspection."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "IncorrectHttpHeaderInspection",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Security"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTTP Client",
+ "index": 19,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HttpRequestEnvironmentAuthConfigurationValidationInspection",
+ "shortDescription": {
+ "text": "Auth configuration validation"
+ },
+ "fullDescription": {
+ "text": "Reports Auth configuration the following problems in HTTP Client environment files: Missing properties in Auth configuration Auth/Security configuration placed in private environment file",
+ "markdown": "Reports Auth configuration the following problems in HTTP Client environment files:\n\n* Missing properties in Auth configuration\n* Auth/Security configuration placed in private environment file"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "HttpRequestEnvironmentAuthConfigurationValidationInspection",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Security"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTTP Client",
+ "index": 19,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HttpUrlsUsage",
+ "shortDescription": {
+ "text": "Link with unencrypted protocol"
+ },
+ "fullDescription": {
+ "text": "Reports the links that use unencrypted protocols (such as HTTP), which can expose your data to man-in-the-middle attacks. These attacks are dangerous in general and may be especially harmful for artifact repositories. Use protocols with encryption, such as HTTPS, instead. See HTTPS: Difference from HTTP (wikipedia.org).",
+ "markdown": "Reports the links that use unencrypted protocols (such as HTTP), which can expose your data to man-in-the-middle attacks. These attacks\nare dangerous in general and may be especially harmful for artifact repositories. Use protocols with encryption, such as HTTPS,\ninstead.\n\nSee [HTTPS: Difference from HTTP (wikipedia.org)](https://en.wikipedia.org/wiki/HTTPS#Difference_from_HTTP)."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "HttpUrlsUsage",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Security"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Security",
+ "index": 131,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HttpRequestPlaceholder",
+ "shortDescription": {
+ "text": "'$placeholder' in HTTP Request"
+ },
+ "fullDescription": {
+ "text": "Reports a '$placeholder' inside a request. A '$placeholder' to be replaced by the user is created automatically when a tool cannot recognize a part of a request. For example, a request mapping '/aaaa/*/bbb' will be generated as 'GET localhost/aaaa/{{$placeholder}}/bbb'.",
+ "markdown": "Reports a `$placeholder` inside a request.\n\nA `$placeholder` to be replaced by the user is created automatically when a tool cannot recognize a part of a request. For example, a request mapping `/aaaa/*/bbb` will be generated as `GET localhost/aaaa/{{$placeholder}}/bbb`."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "HttpRequestPlaceholder",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTTP Client",
+ "index": 19,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HttpRequestWhitespaceInsideRequestTargetPath",
+ "shortDescription": {
+ "text": "Whitespace in URL in request"
+ },
+ "fullDescription": {
+ "text": "Highlights spaces inside URL path segments. HTTP Client will ignore them. For better composing use Split Lines action.",
+ "markdown": "Highlights spaces inside URL path segments. HTTP Client will ignore them. For better composing use Split Lines action."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "HttpRequestWhitespaceInsideRequestTargetPath",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTTP Client",
+ "index": 19,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HttpClientInappropriateProtocolUsageInspection",
+ "shortDescription": {
+ "text": "Inappropriate HTTP Protocol usage"
+ },
+ "fullDescription": {
+ "text": "Reports inappropriate usage of HTTP protocol keyword, e.g. 'HTTP/2', with non-HTTP method requests. Such a usage will be ignored.",
+ "markdown": "Reports inappropriate usage of HTTP protocol keyword, e.g. `HTTP/2`, with non-HTTP method requests. Such a usage will be ignored."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "HttpClientInappropriateProtocolUsageInspection",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Security"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTTP Client",
+ "index": 19,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HttpRequestRequestSeparatorYamlBodyInspection",
+ "shortDescription": {
+ "text": "Missing request separator in YAML body"
+ },
+ "fullDescription": {
+ "text": "Reports possible requests in injected YAML body where request separator '###' is missing. The quick fix suggests adding the separator '###' before the request.",
+ "markdown": "Reports possible requests in injected YAML body where request separator `###` is missing. The quick fix suggests adding the separator `###` before the request."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "HttpRequestRequestSeparatorYamlBodyInspection",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTTP Client",
+ "index": 19,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "org.editorconfig.editorconfigjetbrains",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "EditorConfigNumerousWildcards",
+ "shortDescription": {
+ "text": "Too many wildcards"
+ },
+ "fullDescription": {
+ "text": "Reports sections that contain too many wildcards. Using a lot of wildcards may lead to performance issues.",
+ "markdown": "Reports sections that contain too many wildcards. Using a lot of wildcards may lead to performance issues."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "EditorConfigNumerousWildcards",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Performance"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "EditorConfig",
+ "index": 20,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EditorConfigKeyCorrectness",
+ "shortDescription": {
+ "text": "Unknown property"
+ },
+ "fullDescription": {
+ "text": "Reports properties that are not supported by the IDE. Note: some “ij” domain properties may require specific language plugins.",
+ "markdown": "Reports properties that are not supported by the IDE. Note: some \"ij\" domain properties may require specific language plugins."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "EditorConfigKeyCorrectness",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "EditorConfig",
+ "index": 20,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EditorConfigEncoding",
+ "shortDescription": {
+ "text": "File encoding doesn't match EditorConfig charset"
+ },
+ "fullDescription": {
+ "text": "Checks that current file encoding matches the encoding defined in \"charset\" property of .editorconfig file.",
+ "markdown": "Checks that current file encoding matches the encoding defined in \"charset\" property of .editorconfig file."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "EditorConfigEncoding",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "EditorConfig",
+ "index": 20,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EditorConfigEmptyHeader",
+ "shortDescription": {
+ "text": "Empty header"
+ },
+ "fullDescription": {
+ "text": "Reports sections with an empty header. Section header must contain file path globs in the format similar to one supported by 'gitignore'.",
+ "markdown": "Reports sections with an empty header. Section header must contain file path globs in the format similar to one supported by `gitignore`."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "EditorConfigEmptyHeader",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "EditorConfig",
+ "index": 20,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EditorConfigSpaceInHeader",
+ "shortDescription": {
+ "text": "Space in file pattern"
+ },
+ "fullDescription": {
+ "text": "Reports space characters in wildcard patterns that affect pattern matching. If these characters are not intentional, they should be removed.",
+ "markdown": "Reports space characters in wildcard patterns that affect pattern matching. If these characters are not intentional, they should be removed."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "EditorConfigSpaceInHeader",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "EditorConfig",
+ "index": 20,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EditorConfigOptionRedundancy",
+ "shortDescription": {
+ "text": "Redundant property"
+ },
+ "fullDescription": {
+ "text": "Reports properties that are redundant when another applicable section already contains the same property and value. For example: '[*]\nindent_size=4\n[*.java]\nindent_size=4' are both applicable to '*.java' files and define the same 'indent_size' value.",
+ "markdown": "Reports properties that are redundant when another applicable section already contains the same property and value.\n\n\nFor example:\n\n\n [*]\n indent_size=4\n [*.java]\n indent_size=4\n\nare both applicable to `*.java` files and define the same `indent_size` value."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "EditorConfigOptionRedundancy",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "EditorConfig",
+ "index": 20,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EditorConfigWildcardRedundancy",
+ "shortDescription": {
+ "text": "Redundant wildcard"
+ },
+ "fullDescription": {
+ "text": "Reports wildcards that become redundant when the “**” wildcard is used in the same section. The “**” wildcard defines a broader set of files than any other wildcard. That is why, any other wildcard used in the same section has no affect and can be removed.",
+ "markdown": "Reports wildcards that become redundant when the \"\\*\\*\" wildcard is used in the same section.\n\n\nThe \"\\*\\*\" wildcard defines a broader set of files than any other wildcard.\nThat is why, any other wildcard used in the same section has no affect and can be removed."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "EditorConfigWildcardRedundancy",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "EditorConfig",
+ "index": 20,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EditorConfigUnusedDeclaration",
+ "shortDescription": {
+ "text": "Unused declaration"
+ },
+ "fullDescription": {
+ "text": "Reports unused declarations. Such declarations can be removed.",
+ "markdown": "Reports unused declarations. Such declarations can be removed."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "EditorConfigUnusedDeclaration",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "EditorConfig",
+ "index": 20,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EditorConfigRootDeclarationUniqueness",
+ "shortDescription": {
+ "text": "Extra top-level declaration"
+ },
+ "fullDescription": {
+ "text": "Reports multiple top-level declarations. There can be only one optional “root=true” top-level declaration in the EditorConfig file. Using multiple top-level declarations is not allowed.",
+ "markdown": "Reports multiple top-level declarations. There can be only one optional \"root=true\" top-level declaration in the EditorConfig file. Using multiple top-level declarations is not allowed."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "EditorConfigRootDeclarationUniqueness",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "EditorConfig",
+ "index": 20,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EditorConfigShadowedOption",
+ "shortDescription": {
+ "text": "Overridden property"
+ },
+ "fullDescription": {
+ "text": "Reports properties that are already defined in other sections. For example: '[*.java]\nindent_size=4\n[{*.java,*.js}]\nindent_size=2' The second section includes all '*.java' files too but it also redefines indent_size. As a result the value 2 will be used for files matching '*.java'.",
+ "markdown": "Reports properties that are already defined in other sections.\n\nFor example:\n\n\n [*.java]\n indent_size=4\n [{*.java,*.js}]\n indent_size=2\n\nThe second section includes all `*.java` files too but it also redefines indent_size. As a result the value 2 will be used for files matching `*.java`."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "EditorConfigShadowedOption",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "EditorConfig",
+ "index": 20,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EditorConfigValueUniqueness",
+ "shortDescription": {
+ "text": "Non-unique list value"
+ },
+ "fullDescription": {
+ "text": "Reports duplicates in lists of values.",
+ "markdown": "Reports duplicates in lists of values."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "EditorConfigValueUniqueness",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "EditorConfig",
+ "index": 20,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EditorConfigUnexpectedComma",
+ "shortDescription": {
+ "text": "Unexpected comma"
+ },
+ "fullDescription": {
+ "text": "Reports commas that cannot be used in the current context. Commas are allowed only as separators for values in lists.",
+ "markdown": "Reports commas that cannot be used in the current context. Commas are allowed only as separators for values in lists."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "EditorConfigUnexpectedComma",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "EditorConfig",
+ "index": 20,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EditorConfigShadowingOption",
+ "shortDescription": {
+ "text": "Overriding property"
+ },
+ "fullDescription": {
+ "text": "Reports properties that override the same properties defined earlier in the file. For example: '[*.java]\nindent_size=4\n[{*.java,*.js}]\nindent_size=2' The second section includes the same files as '[*.java]' but also sets indent_size to value 2. Thus the first declaration 'indent_size=4'will be ignored.",
+ "markdown": "Reports properties that override the same properties defined earlier in the file.\n\nFor example:\n\n\n [*.java]\n indent_size=4\n [{*.java,*.js}]\n indent_size=2\n\nThe second section includes the same files as `[*.java]` but also sets indent_size to value 2. Thus the first declaration `indent_size=4`will be ignored."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "EditorConfigShadowingOption",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "EditorConfig",
+ "index": 20,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EditorConfigReferenceCorrectness",
+ "shortDescription": {
+ "text": "Invalid reference"
+ },
+ "fullDescription": {
+ "text": "Reports identifiers that are either unknown or have a wrong type.",
+ "markdown": "Reports identifiers that are either unknown or have a wrong type."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "EditorConfigReferenceCorrectness",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "EditorConfig",
+ "index": 20,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EditorConfigCharClassLetterRedundancy",
+ "shortDescription": {
+ "text": "Duplicate character class letter"
+ },
+ "fullDescription": {
+ "text": "Reports wildcard patterns in the EditorConfig section that contain a duplicate character in the character class, for example '[aa]'.",
+ "markdown": "Reports wildcard patterns in the EditorConfig section that contain a duplicate character in the character class, for example `[aa]`."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "EditorConfigCharClassLetterRedundancy",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "EditorConfig",
+ "index": 20,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EditorConfigMissingRequiredDeclaration",
+ "shortDescription": {
+ "text": "Required declarations are missing"
+ },
+ "fullDescription": {
+ "text": "Reports properties that miss the required declarations. Refer to the documentation for more information.",
+ "markdown": "Reports properties that miss the required declarations. Refer to the documentation for more information."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "EditorConfigMissingRequiredDeclaration",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "EditorConfig",
+ "index": 20,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EditorConfigPartialOverride",
+ "shortDescription": {
+ "text": "Overlapping sections"
+ },
+ "fullDescription": {
+ "text": "Reports subsets of files specified in the current section that overlap with other subsets in other sections. For example: '[{foo,bar}]' and '[{foo,bas}]' both contain “foo”.",
+ "markdown": "Reports subsets of files specified in the current section that overlap with other subsets in other sections. For example: `[{foo,bar}]` and `[{foo,bas}]` both contain \"foo\"."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "EditorConfigPartialOverride",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "EditorConfig",
+ "index": 20,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EditorConfigListAcceptability",
+ "shortDescription": {
+ "text": "Unexpected value list"
+ },
+ "fullDescription": {
+ "text": "Reports lists of values that are used in properties in which lists are not supported. In this case, only a single value can be specified.",
+ "markdown": "Reports lists of values that are used in properties in which lists are not supported. In this case, only a single value can be specified."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "EditorConfigListAcceptability",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "EditorConfig",
+ "index": 20,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EditorConfigPatternEnumerationRedundancy",
+ "shortDescription": {
+ "text": "Unnecessary braces"
+ },
+ "fullDescription": {
+ "text": "Reports pattern lists that are either empty '{}' or contain just one pattern, for example '{foo}' in contrast to a list containing multiple patterns, for example '{foo,bar}'. In this case braces are handled as a part of the name. For example, the pattern '*.{a}' will match the file 'my.{a}' but not 'my.a'.",
+ "markdown": "Reports pattern lists that are either empty `{}` or contain just one pattern, for example `{foo}` in contrast to a list containing multiple patterns, for example `{foo,bar}`. In this case braces are handled as a part of the name. For example, the pattern `*.{a}` will match the file `my.{a}` but not `my.a`."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "EditorConfigPatternEnumerationRedundancy",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "EditorConfig",
+ "index": 20,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EditorConfigPairAcceptability",
+ "shortDescription": {
+ "text": "Unexpected key-value pair"
+ },
+ "fullDescription": {
+ "text": "Reports key-value pairs that are not allowed in the current context.",
+ "markdown": "Reports key-value pairs that are not allowed in the current context."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "EditorConfigPairAcceptability",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "EditorConfig",
+ "index": 20,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EditorConfigNoMatchingFiles",
+ "shortDescription": {
+ "text": "No matching files"
+ },
+ "fullDescription": {
+ "text": "Reports sections with wildcard patterns that do not match any files under the directory in which the '.editorconfig' file is located.",
+ "markdown": "Reports sections with wildcard patterns that do not match any files under the directory in which the `.editorconfig` file is located."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "EditorConfigNoMatchingFiles",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "EditorConfig",
+ "index": 20,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EditorConfigHeaderUniqueness",
+ "shortDescription": {
+ "text": "EditorConfig section is not unique"
+ },
+ "fullDescription": {
+ "text": "Reports sections that define the same file pattern as other sections.",
+ "markdown": "Reports sections that define the same file pattern as other sections."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "EditorConfigHeaderUniqueness",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "EditorConfig",
+ "index": 20,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EditorConfigValueCorrectness",
+ "shortDescription": {
+ "text": "Invalid property value"
+ },
+ "fullDescription": {
+ "text": "Reports property values that do not meet value restrictions. For example, some properties may be only “true” or “false”, others contain only integer numbers etc. If a value has a limited set of variants, use code completion to see all of them.",
+ "markdown": "Reports property values that do not meet value restrictions. For example, some properties may be only \"true\" or \"false\", others contain only integer numbers etc. If a value has a limited set of variants, use code completion to see all of them."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "EditorConfigValueCorrectness",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "EditorConfig",
+ "index": 20,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EditorConfigRootDeclarationCorrectness",
+ "shortDescription": {
+ "text": "Unexpected top-level declaration"
+ },
+ "fullDescription": {
+ "text": "Reports unexpected top-level declarations. Top-level declarations other than “root=true” are not allowed in the EditorConfig file.",
+ "markdown": "Reports unexpected top-level declarations. Top-level declarations other than \"root=true\" are not allowed in the EditorConfig file."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "EditorConfigRootDeclarationCorrectness",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "EditorConfig",
+ "index": 20,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EditorConfigPatternRedundancy",
+ "shortDescription": {
+ "text": "Duplicate or redundant pattern"
+ },
+ "fullDescription": {
+ "text": "Reports file patterns that are redundant as there already are other patterns that define the same scope of files or even a broader one. For example, in '[{*.java,*}]' the first '*.java' pattern defines a narrower scope compared to '*'. That is why it is redundant and can be removed.",
+ "markdown": "Reports file patterns that are redundant as there already are other patterns that define the same scope of files or even a broader one. For example, in `[{*.java,*}]` the first `*.java` pattern defines a narrower scope compared to `*`. That is why it is redundant and can be removed."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "EditorConfigPatternRedundancy",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "EditorConfig",
+ "index": 20,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EditorConfigDeprecatedDescriptor",
+ "shortDescription": {
+ "text": "Deprecated property"
+ },
+ "fullDescription": {
+ "text": "Reports EditorConfig properties that are no longer supported.",
+ "markdown": "Reports EditorConfig properties that are no longer supported."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "EditorConfigDeprecatedDescriptor",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "EditorConfig",
+ "index": 20,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EditorConfigCharClassRedundancy",
+ "shortDescription": {
+ "text": "Unnecessary character class"
+ },
+ "fullDescription": {
+ "text": "Reports character classes that consist of a single character. Such classes can be simplified to a character, for example '[a]'→'a'.",
+ "markdown": "Reports character classes that consist of a single character. Such classes can be simplified to a character, for example `[a]`→`a`."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "EditorConfigCharClassRedundancy",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "EditorConfig",
+ "index": 20,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EditorConfigEmptySection",
+ "shortDescription": {
+ "text": "Empty section"
+ },
+ "fullDescription": {
+ "text": "Reports sections that do not contain any EditorConfig properties.",
+ "markdown": "Reports sections that do not contain any EditorConfig properties."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "EditorConfigEmptySection",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "EditorConfig",
+ "index": 20,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "EditorConfigVerifyByCore",
+ "shortDescription": {
+ "text": "Invalid .editorconfig file"
+ },
+ "fullDescription": {
+ "text": "Verifies the whole file using the backing EditorConfig core library and reports any failures. Any such failure would prevent EditorConfig properties from being correctly applied.",
+ "markdown": "Verifies the whole file using the backing EditorConfig core library and reports any failures. Any such failure would prevent EditorConfig properties from being correctly applied."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "EditorConfigVerifyByCore",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "EditorConfig",
+ "index": 20,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "com.intellij.database",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "SqlMissingReturnInspection",
+ "shortDescription": {
+ "text": "Missing return statement"
+ },
+ "fullDescription": {
+ "text": "Reports functions that have no RETURN statements. Example (Oracle): 'CREATE FUNCTION foo RETURN int AS\nBEGIN\nEND;' The 'foo' function must return the integer value but the function body returns nothing. To fix the error, add a RETURN statement (for example, 'return 1;'). 'CREATE FUNCTION foo RETURN int AS\nBEGIN\n RETURN 1;\nEND;'",
+ "markdown": "Reports functions that have no RETURN statements.\n\nExample (Oracle):\n\n CREATE FUNCTION foo RETURN int AS\n BEGIN\n END;\n\nThe `foo` function must return the integer value but the function body returns nothing. To fix the error,\nadd a RETURN statement (for example, `return 1;`).\n\n CREATE FUNCTION foo RETURN int AS\n BEGIN\n RETURN 1;\n END;\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "SqlMissingReturn",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlCaseVsIfInspection",
+ "shortDescription": {
+ "text": "Using CASE instead of conditional function and vice versa"
+ },
+ "fullDescription": {
+ "text": "Reports situations when CASE and IF are interchangeable. Example (MySQL): 'SELECT CASE\nWHEN C1 IS NULL THEN 1\nELSE 0\nEND\nFROM dual;' To keep your code short, you can replace the CASE structure with IF. You can do that by applying the Replace with 'IF' call intention action. The example code will look as follows: 'SELECT IF(C1 IS NULL, 1, 0)\nFROM dual;' To revert IF to CASE, click IF and apply the Replace with CASE expression intention action.",
+ "markdown": "Reports situations when CASE and IF are interchangeable.\n\nExample (MySQL):\n\n SELECT CASE\n WHEN C1 IS NULL THEN 1\n ELSE 0\n END\n FROM dual;\n\nTo keep your code short, you can replace the CASE structure with IF. You can do that by applying the **Replace with 'IF' call**\nintention action. The example code will look as follows:\n\n SELECT IF(C1 IS NULL, 1, 0)\n FROM dual;\n\nTo revert IF to CASE, click IF and apply the **Replace with CASE expression** intention action."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlCaseVsIf",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlShouldBeInGroupByInspection",
+ "shortDescription": {
+ "text": "Column should be in group by clause"
+ },
+ "fullDescription": {
+ "text": "Reports columns that are not in the GROUP BY clause or inside an aggregate function call. Example (Microsoft SQL Server): 'CREATE TABLE t1 (a INT, b INT);\nSELECT a, b FROM t1 GROUP BY a;' If you run the SELECT query, you will receive an error because Microsoft SQL Server expects the 'b' column in GROUP BY or used inside an aggregate function. The following two examples will fix the error. 'SELECT a, b FROM t1 GROUP BY a, b;\nSELECT a, max(b) max_b FROM t1 GROUP BY a;'",
+ "markdown": "Reports columns that are not in the GROUP BY clause or inside an aggregate function call.\n\nExample (Microsoft SQL Server):\n\n CREATE TABLE t1 (a INT, b INT);\n SELECT a, b FROM t1 GROUP BY a;\n\nIf you run the SELECT query, you will receive an error because Microsoft SQL Server expects the `b` column in GROUP BY or used\ninside an aggregate function. The following two examples will fix the error.\n\n SELECT a, b FROM t1 GROUP BY a, b;\n SELECT a, max(b) max_b FROM t1 GROUP BY a;\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlShouldBeInGroupBy",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlMisleadingReferenceInspection",
+ "shortDescription": {
+ "text": "Misleading references"
+ },
+ "fullDescription": {
+ "text": "Reports ambiguous references in SQL code. For example, when a name refer to both a table column and a routine parameter. The execution of such code might lead to errors or unexpected results due to counter-intuitive resolution logic. Usually, names with a more local scope have higher priority. Example (PostgreSQL): 'CREATE TABLE foo\n(\n id INT,\n name VARCHAR(5)\n);\nCREATE FUNCTION func(name VARCHAR(5)) RETURNS INT AS\n$$\nDECLARE\n b INT;\nBEGIN\n -- `name` is ambiguous as it is used as a column name and a parameter\n SELECT COUNT(*) INTO b FROM foo t WHERE t.name = name;\n RETURN b;\nEND;\n$$ LANGUAGE plpgsql;' In PostgreSQL, you can use the '#variable_conflict' directives to explicitly specify a correct reference. For example, use '#variable_conflict use_column' to refer to a column name, or '#variable_conflict use_variable' to refer to a parameter. 'CREATE TABLE foo\n(\n id INT,\n name VARCHAR(5)\n);\nCREATE FUNCTION func(name VARCHAR(5)) RETURNS INT AS\n$$\n #variable_conflict use_column\nDECLARE\n b INT;\nBEGIN\n SELECT COUNT(*) INTO b FROM foo t WHERE t.name = name;\n RETURN b;\nEND;\n$$ LANGUAGE plpgsql;'",
+ "markdown": "Reports ambiguous references in SQL code.\n\nFor example, when a name refer to both a table column and a routine parameter. The execution of such code might lead to errors or unexpected\nresults due to counter-intuitive resolution logic. Usually, names with a more local scope have higher priority.\n\nExample (PostgreSQL):\n\n CREATE TABLE foo\n (\n id INT,\n name VARCHAR(5)\n );\n CREATE FUNCTION func(name VARCHAR(5)) RETURNS INT AS\n $$\n DECLARE\n b INT;\n BEGIN\n -- `name` is ambiguous as it is used as a column name and a parameter\n SELECT COUNT(*) INTO b FROM foo t WHERE t.name = name;\n RETURN b;\n END;\n $$ LANGUAGE plpgsql;\n\nIn PostgreSQL, you can use the `#variable_conflict` directives to explicitly specify a correct reference. For example,\nuse `#variable_conflict use_column` to refer to a column name, or `#variable_conflict use_variable` to refer to a\nparameter.\n\n CREATE TABLE foo\n (\n id INT,\n name VARCHAR(5)\n );\n CREATE FUNCTION func(name VARCHAR(5)) RETURNS INT AS\n $$\n #variable_conflict use_column\n DECLARE\n b INT;\n BEGIN\n SELECT COUNT(*) INTO b FROM foo t WHERE t.name = name;\n RETURN b;\n END;\n $$ LANGUAGE plpgsql;\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlMisleadingReference",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlRedundantAliasInspection",
+ "shortDescription": {
+ "text": "Redundant alias expressions"
+ },
+ "fullDescription": {
+ "text": "Reports alias expressions that duplicate names of columns in tables and might be redundant. Example (PostgreSQL): 'CREATE TABLE foo(a INT, b INT);\n\nSELECT * FROM foo foo(a, b);\nSELECT * FROM foo foo(a);\nSELECT * FROM foo foo(x);\nSELECT * FROM foo foo(x, y);' The first two aliases use the same column names as in the 'foo' table. They are considered redundant because they column names are identical.",
+ "markdown": "Reports alias expressions that duplicate names of columns in tables and might be redundant.\n\nExample (PostgreSQL):\n\n CREATE TABLE foo(a INT, b INT);\n\n SELECT * FROM foo foo(a, b);\n SELECT * FROM foo foo(a);\n SELECT * FROM foo foo(x);\n SELECT * FROM foo foo(x, y);\n\nThe first two aliases use the same column names as in the `foo` table. They are considered redundant because they\ncolumn names are identical."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlRedundantAlias",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlUnusedCteInspection",
+ "shortDescription": {
+ "text": "Unused common table expression"
+ },
+ "fullDescription": {
+ "text": "Reports unused common table expressions (CTE) inside the query. Example (PostgreSQL): 'CREATE TABLE foo(a INT);\n\nWITH a AS (SELECT 1 AS x FROM foo)\nSELECT 1 + 2 FROM foo;' By using WITH, we create a temporary named result set with the name 'a', also known as a common table expression (CTE). But we do not use this CTE later in the code. The unused CTE is greyed out.",
+ "markdown": "Reports unused common table expressions (CTE) inside the query.\n\nExample (PostgreSQL):\n\n CREATE TABLE foo(a INT);\n\n WITH a AS (SELECT 1 AS x FROM foo)\n SELECT 1 + 2 FROM foo;\n\nBy using WITH, we create a temporary named result set with the name `a`, also known as a common table expression (CTE). But\nwe do not use this CTE later in the code. The unused CTE is greyed out."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlUnusedCte",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Performance"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "MongoJSResolveInspection",
+ "shortDescription": {
+ "text": "Resolution problems"
+ },
+ "fullDescription": {
+ "text": "Reports unresolved references in MongoDB and JavaScript code. Example: 'db\nuse foo\n -- a reference to a non-existing collection\ndb.non_existing_collection\ndb['non_existing_collection']\ndb['non_existing_collection'].find().hasNext()' The 'non_existing_collection' collection does not exist in the database and will be reported.",
+ "markdown": "Reports unresolved references in MongoDB and JavaScript code.\n\nExample:\n\n db\n use foo\n -- a reference to a non-existing collection\n db.non_existing_collection\n db['non_existing_collection']\n db['non_existing_collection'].find().hasNext()\n\nThe `non_existing_collection` collection does not exist in the database and will be reported."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "MongoJSResolve",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "MongoJS",
+ "index": 89,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlDialectInspection",
+ "shortDescription": {
+ "text": "SQL dialect detection"
+ },
+ "fullDescription": {
+ "text": "Reports situations when a dialect is not assigned to an SQL file. For example, when you open a new SQL file without assigning a dialect to it, you see a notification where the best matching dialect is advised. Click the Use link to use the advised dialect. Alternatively, click the Change dialect to link to select the other dialect.",
+ "markdown": "Reports situations when a dialect is not assigned to an SQL file.\n\nFor example, when you open a new SQL file without assigning a dialect\nto it, you see a notification where the best matching dialect is advised. Click the **Use \\** link to use the advised\ndialect. Alternatively, click the **Change dialect to** link to select the other dialect."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlDialectInspection",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "MongoJSExtDeprecationInspection",
+ "shortDescription": {
+ "text": "Deprecated element"
+ },
+ "fullDescription": {
+ "text": "Reports usages of deprecated methods in MongoDB and JavaScript code. The quick-fix replaces deprecated methods with recommended alternatives. Example: 'db.my_collection.insert()' After the quick-fix is applied: 'db.my_collection.insertOne()'",
+ "markdown": "Reports usages of deprecated methods in MongoDB and JavaScript code.\n\nThe quick-fix replaces deprecated methods with recommended alternatives.\n\nExample:\n\n\n db.my_collection.insert()\n\nAfter the quick-fix is applied:\n\n\n db.my_collection.insertOne()\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "MongoJSDeprecation",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "MongoJS",
+ "index": 89,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "MongoJSDeprecationInspection",
+ "shortDescription": {
+ "text": "Deprecated element"
+ },
+ "fullDescription": {
+ "text": "Reports usages of deprecated methods in MongoDB and JavaScript code. The quick-fix replaces deprecated methods with recommended alternatives. Example: 'db.my_collection.insert()' After the quick-fix is applied: 'db.my_collection.insertOne()'",
+ "markdown": "Reports usages of deprecated methods in MongoDB and JavaScript code.\n\nThe quick-fix replaces deprecated methods with recommended alternatives.\n\nExample:\n\n db.my_collection.insert()\n\nAfter the quick-fix is applied:\n\n db.my_collection.insertOne()\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "MongoJSDeprecation",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "MongoJS",
+ "index": 89,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "MsBuiltinInspection",
+ "shortDescription": {
+ "text": "Builtin functions"
+ },
+ "fullDescription": {
+ "text": "Reports truncations of string arguments in ISNULL functions. The ISNULL syntax is 'ISNULL(check_expression, replacement_value)'. According to ISNULL at docs.microsoft.com, 'replacement_value' will be truncated if 'replacement_value' is longer than 'check_expression'. Example (Microsoft SQL Server): 'DECLARE @name1 VARCHAR(2) = NULL;\nDECLARE @name2 VARCHAR(10) = 'Example';\nDECLARE @name3 VARCHAR(2) = 'Hi';\n\n -- `@name2` is VARCHAR(10) and will be truncated\nSELECT ISNULL(@name1, @name2);\n\n -- `@name3` is VARCHAR(2) as `@name1` and will not be truncated\nSELECT ISNULL(@name1, @name3);'",
+ "markdown": "Reports truncations of string arguments in ISNULL functions.\n\nThe ISNULL syntax is `ISNULL(check_expression, replacement_value)`.\n\nAccording to [ISNULL at\ndocs.microsoft.com](https://docs.microsoft.com/en-us/sql/t-sql/functions/isnull-transact-sql), `replacement_value` will be truncated if `replacement_value` is longer than\n`check_expression`.\n\nExample (Microsoft SQL Server):\n\n DECLARE @name1 VARCHAR(2) = NULL;\n DECLARE @name2 VARCHAR(10) = 'Example';\n DECLARE @name3 VARCHAR(2) = 'Hi';\n\n -- `@name2` is VARCHAR(10) and will be truncated\n SELECT ISNULL(@name1, @name2);\n\n -- `@name3` is VARCHAR(2) as `@name1` and will not be truncated\n SELECT ISNULL(@name1, @name3);\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "MssqlBuiltin",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL server",
+ "index": 102,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlMultipleLimitClausesInspection",
+ "shortDescription": {
+ "text": "Multiple row limiting/offset clauses in queries"
+ },
+ "fullDescription": {
+ "text": "Reports usages of multiple row limiting clauses in a single query. Example (Microsoft SQL Server): 'create table foo(a int);\nselect top 1 * from foo order by a offset 10 rows fetch next 20 rows only;' The SELECT TOP clause is used to specify that only 1 record must be returned. The FETCH clause specifies the number of rows to return after the OFFSET clause has been processed. But as we already have the SELECT TOP limiting clause, the FETCH clause might be redundant.",
+ "markdown": "Reports usages of multiple row limiting clauses in a single query.\n\nExample (Microsoft SQL Server):\n\n create table foo(a int);\n select top 1 * from foo order by a offset 10 rows fetch next 20 rows only;\n\nThe SELECT TOP clause is used to specify that only 1 record must be\nreturned. The FETCH clause specifies the number of rows to return after the OFFSET\nclause has been processed. But as we already have the SELECT TOP limiting clause, the FETCH clause might be redundant."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlMultipleLimitClauses",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Performance"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlAmbiguousColumnInspection",
+ "shortDescription": {
+ "text": "Ambiguous reference"
+ },
+ "fullDescription": {
+ "text": "Reports columns that have identical names but belong to different tables. Example (MySQL): 'CREATE TABLE foo(id INT PRIMARY KEY);\nCREATE TABLE bar(id INT PRIMARY KEY);\n\nSELECT foo.id, bar.id FROM foo, bar WHERE id > 0;' The 'id' column appears in 'foo' and 'bar' tables. You need to qualify the column name to make the query correct. 'SELECT foo.id, bar.id FROM foo, bar WHERE foo.id > 0;'",
+ "markdown": "Reports columns that have identical names but belong to different tables.\n\nExample (MySQL):\n\n CREATE TABLE foo(id INT PRIMARY KEY);\n CREATE TABLE bar(id INT PRIMARY KEY);\n\n SELECT foo.id, bar.id FROM foo, bar WHERE id > 0;\n\nThe `id` column appears in `foo` and `bar` tables. You need to qualify the column name to\nmake the query correct.\n\n SELECT foo.id, bar.id FROM foo, bar WHERE foo.id > 0;\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlAmbiguousColumn",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlInsertValuesInspection",
+ "shortDescription": {
+ "text": "VALUES clause cardinality"
+ },
+ "fullDescription": {
+ "text": "Reports situations when a number of parameters in VALUES does not match a number of columns in a target table. Example (MySQL): 'CREATE TABLE foo(a INT, b INT, c INT);\n\nINSERT INTO foo VALUES (1,2,3,4)' The 'foo' table has three columns but in the INSERT INTO statement we pass four.",
+ "markdown": "Reports situations when a number of parameters in VALUES does not match a number of columns in a target table.\n\nExample (MySQL):\n\n CREATE TABLE foo(a INT, b INT, c INT);\n\n INSERT INTO foo VALUES (1,2,3,4)\n\nThe `foo` table has three columns but in the INSERT INTO statement we pass four."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlInsertValues",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlRedundantElseNullInspection",
+ "shortDescription": {
+ "text": "Redundant ELSE NULL clause"
+ },
+ "fullDescription": {
+ "text": "Reports redundant ELSE NULL clauses. Example (MySQL): 'SELECT CASE WHEN 2 > 1 THEN 'OK' ELSE NULL END AS alias FROM foo;' The 'ELSE NULL' part will never be executed and may be omitted.",
+ "markdown": "Reports redundant ELSE NULL clauses.\n\nExample (MySQL):\n\n SELECT CASE WHEN 2 > 1 THEN 'OK' ELSE NULL END AS alias FROM foo;\n\nThe `ELSE NULL` part will never be executed and may be omitted."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlRedundantElseNull",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlCurrentSchemaInspection",
+ "shortDescription": {
+ "text": "Current console schema introspected"
+ },
+ "fullDescription": {
+ "text": "Reports schemas and databases in the current session that are not introspected. For example, this warning might occur when you try to create a table in the schema that is not introspected. Introspection is a method of inspecting a data source. When you perform introspection, structural information in the data source is inspected to detect tables, columns, functions, and other elements with their attributes.",
+ "markdown": "Reports schemas and databases in the current session that are not introspected.\n\nFor example, this warning might occur when you try to create a table in the schema that is not introspected.\n\nIntrospection is a method of inspecting a data source. When you perform introspection, structural information in the data source is\ninspected to detect tables, columns, functions, and other elements with their attributes."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlCurrentSchemaInspection",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlInsertNullIntoNotNullInspection",
+ "shortDescription": {
+ "text": "Insert NULL into NOT NULL column"
+ },
+ "fullDescription": {
+ "text": "Reports cases when you insert NULL values into columns that accept only NOT NULL values. Example (Microsoft SQL Server): 'CREATE TABLE br2 (\nid INT NOT NULL,\ncol1 NVARCHAR (20) NOT NULL,\ncol2 NVARCHAR (20) NOT NULL,\n);\n--\nINSERT INTO br2 (id, col1, col2)\nVALUES (1, NULL, NULL);' You cannot insert NULL values in 'col1' and 'col2' because they are defined as NOT NULL. If you run the script as is, you will receive an error. To fix this code, replace NULL in the VALUES part with some values (for example, '42' and ''bird''). INSERT INTO br2 (id, col1, col2)\nVALUES (1, 42, 'bird');",
+ "markdown": "Reports cases when you insert NULL values into columns that accept only NOT NULL values.\n\nExample (Microsoft SQL Server):\n\n CREATE TABLE br2 (\n id INT NOT NULL,\n col1 NVARCHAR (20) NOT NULL,\n col2 NVARCHAR (20) NOT NULL,\n );\n --\n INSERT INTO br2 (id, col1, col2)\n VALUES (1, NULL, NULL);\n\nYou cannot insert NULL values in `col1` and `col2` because they are defined as NOT NULL. If you run the script as\nis,\nyou will receive an error. To fix this code, replace NULL in the VALUES part with some values (for example, `42` and\n`'bird'`).\n\n```\nINSERT INTO br2 (id, col1, col2)\nVALUES (1, 42, 'bird');\n```"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlInsertNullIntoNotNull",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlTriggerTransitionInspection",
+ "shortDescription": {
+ "text": "Suspicious code in triggers"
+ },
+ "fullDescription": {
+ "text": "Reports incorrect usages of transition table variables in triggers. Example (HSQLDB): 'CREATE TABLE foo(a INT);\n\nCREATE TRIGGER trg\n AFTER DELETE ON foo\nBEGIN\n SELECT * FROM NEW;\nEND;\n\nCREATE TRIGGER trig AFTER INSERT ON foo\n REFERENCING OLD ROW AS newrow\n FOR EACH ROW WHEN (a > 1)\n INSERT INTO foo VALUES (1)' In HSQLDB, DELETE triggers may be used only with the OLD state while INSERT triggers may have only the NEW state. So, in the previous example, NEW in 'SELECT * FROM NEW;' will be highlighted as well as OLD in 'REFERENCING OLD ROW AS newrow'.",
+ "markdown": "Reports incorrect usages of transition table variables in triggers.\n\nExample (HSQLDB):\n\n CREATE TABLE foo(a INT);\n\n CREATE TRIGGER trg\n AFTER DELETE ON foo\n BEGIN\n SELECT * FROM NEW;\n END;\n\n CREATE TRIGGER trig AFTER INSERT ON foo\n REFERENCING OLD ROW AS newrow\n FOR EACH ROW WHEN (a > 1)\n INSERT INTO foo VALUES (1)\n\nIn HSQLDB, DELETE triggers may be used only with the OLD state while INSERT triggers may have only the NEW state. So, in the previous\nexample, NEW in `SELECT * FROM NEW;` will be highlighted as well as OLD in `REFERENCING OLD ROW AS newrow`."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlTriggerTransition",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlNamedArgumentsInspection",
+ "shortDescription": {
+ "text": "Named arguments should be used"
+ },
+ "fullDescription": {
+ "text": "Reports arguments that are used without names in routine calls. By default, this inspection is disabled. For more information about the difference between named and unnamed parameters, see Binding Parameters by Name (Named Parameters) at docs.microsoft.com . Example (Microsoft SQL Server): 'CREATE FUNCTION foo(n INT, m INT) RETURNS INT AS\nBEGIN\n RETURN n + m;\nEND;\n\nCREATE PROCEDURE test AS\nBEGIN\n foo n = 1, m = 2;\n\n--- The following call misses parameter names and will be highlighted\n foo 1, 2;\nEND;' Parameters '1, 2' in the 'foo 1, 2;' call are highlighted because they miss names.",
+ "markdown": "Reports arguments that are used without names in routine calls. By default, this inspection is disabled.\n\nFor more information about the difference between named and unnamed parameters, see [Binding Parameters by Name (Named Parameters) at docs.microsoft.com](https://docs.microsoft.com/en-us/sql/odbc/reference/develop-app/binding-parameters-by-name-named-parameters).\n\nExample (Microsoft SQL Server):\n\n CREATE FUNCTION foo(n INT, m INT) RETURNS INT AS\n BEGIN\n RETURN n + m;\n END;\n\n CREATE PROCEDURE test AS\n BEGIN\n foo n = 1, m = 2;\n\n --- The following call misses parameter names and will be highlighted\n foo 1, 2;\n END;\n\nParameters `1, 2` in the `foo 1, 2;` call are highlighted because they miss names."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlNamedArguments",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlTransactionStatementInTriggerInspection",
+ "shortDescription": {
+ "text": "Use of transaction management statements in triggers"
+ },
+ "fullDescription": {
+ "text": "Reports usages of transaction management statements like COMMIT or ROLLBACK in trigger bodies. With COMMIT or ROLLBACK statements in a trigger body, the trigger will not compile. The fail happens because triggers start during transactions. When the trigger starts the current transaction is still not complete. As COMMIT terminates a transaction, both statements (COMMIT and ROLLBACK) would lead to an exception. Changes that are executed in a trigger should be committed (or rolled back) by the owning transaction that started the trigger. Example (Oracle): 'CREATE TABLE employee_audit\n(\n id INT NOT NULL,\n update_date DATE NOT NULL,\n old_name VARCHAR2(100),\n new_name VARCHAR2(100)\n);\n\nCREATE TABLE employees\n(\n id INT NOT NULL,\n name VARCHAR2(100) NOT NULL\n);\n\nCREATE OR REPLACE TRIGGER trig_commit\n AFTER UPDATE OF name\n ON employees\n FOR EACH ROW\nBEGIN\n INSERT INTO employee_audit VALUES (:old.id, SYSDATE, :old.name, :new.name);\n COMMIT;\nEND;\n\nCREATE OR REPLACE TRIGGER trig_rollback\n AFTER UPDATE OF name\n ON employees\n FOR EACH ROW\nBEGIN\n INSERT INTO employee_audit VALUES (:old.id, SYSDATE, :old.name, :new.name);\n ROLLBACK;\nEND;'",
+ "markdown": "Reports usages of transaction management statements like COMMIT or ROLLBACK in trigger bodies.\n\nWith COMMIT or ROLLBACK statements in a trigger body, the trigger will not compile.\nThe fail happens because triggers start during transactions. When the trigger starts the current transaction is still not complete. As\nCOMMIT\nterminates a transaction, both statements (COMMIT and ROLLBACK) would lead to an exception.\nChanges that are executed in a trigger should be committed (or rolled back) by the owning transaction that started the trigger.\n\nExample (Oracle):\n\n CREATE TABLE employee_audit\n (\n id INT NOT NULL,\n update_date DATE NOT NULL,\n old_name VARCHAR2(100),\n new_name VARCHAR2(100)\n );\n\n CREATE TABLE employees\n (\n id INT NOT NULL,\n name VARCHAR2(100) NOT NULL\n );\n\n CREATE OR REPLACE TRIGGER trig_commit\n AFTER UPDATE OF name\n ON employees\n FOR EACH ROW\n BEGIN\n INSERT INTO employee_audit VALUES (:old.id, SYSDATE, :old.name, :new.name);\n COMMIT;\n END;\n\n CREATE OR REPLACE TRIGGER trig_rollback\n AFTER UPDATE OF name\n ON employees\n FOR EACH ROW\n BEGIN\n INSERT INTO employee_audit VALUES (:old.id, SYSDATE, :old.name, :new.name);\n ROLLBACK;\n END;\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlTransactionStatementInTrigger",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "OraMissingBodyInspection",
+ "shortDescription": {
+ "text": "Missing body for package/object type specification"
+ },
+ "fullDescription": {
+ "text": "Reports package and object type specifications that are missing body declarations. Package specifications and object types that declare routines as well as package specifications with cursors must have body declarations where those routines and cursors are implemented. Absence of a body leads to a runtime error when routines or cursors are invoked in program code. Example (Oracle): 'CREATE OR REPLACE PACKAGE ppp IS\n FUNCTION foo(a INT) RETURN INT;\nEND;'",
+ "markdown": "Reports package and object type specifications that are missing body declarations.\n\nPackage specifications and object types that declare routines as well as package specifications with cursors must have body\ndeclarations where those routines and cursors are implemented. Absence of a body leads to a runtime error when routines or cursors are\ninvoked in program code.\n\nExample (Oracle):\n\n CREATE OR REPLACE PACKAGE ppp IS\n FUNCTION foo(a INT) RETURN INT;\n END;\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlMissingBody",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Oracle",
+ "index": 123,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlCheckUsingColumnsInspection",
+ "shortDescription": {
+ "text": "Check using clause columns"
+ },
+ "fullDescription": {
+ "text": "Reports columns in the USING clause that does not exist in both tables. Example (MySQL): 'CREATE TABLE t1 (i INT, j INT);\nCREATE TABLE t2 (k INT, l INT);\nSELECT * FROM t1 JOIN t2 USING (j);' In USING clauses, a column name must be present in both tables, and the SELECT query will automatically join those tables by using the given column name. As we do not have the 'j' column in 't2', we can rewrite the query using ON. The ON clause can join tables where the column names do not match in both tables. 'SELECT * FROM t1 JOIN t2 ON t1.j = t2.l;'",
+ "markdown": "Reports columns in the USING clause that does not exist in both tables.\n\nExample (MySQL):\n\n CREATE TABLE t1 (i INT, j INT);\n CREATE TABLE t2 (k INT, l INT);\n SELECT * FROM t1 JOIN t2 USING (j);\n\nIn USING clauses, a column name must be present in both tables, and the SELECT query will automatically join\nthose tables by using the given column name. As we do not have the `j` column in `t2`, we can\nrewrite the query using ON. The ON clause can join tables where the column names do not match in both tables.\n\n SELECT * FROM t1 JOIN t2 ON t1.j = t2.l;\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlCheckUsingColumns",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlInsertIntoGeneratedColumnInspection",
+ "shortDescription": {
+ "text": "Insertion into generated columns"
+ },
+ "fullDescription": {
+ "text": "Reports INSERT statements that assign values to generated columns. Generated columns can be read, but their values can not be directly written. Example (PostgreSQL): 'CREATE TABLE foo\n(\n col1 INT,\n col2 INT GENERATED ALWAYS AS (col1 + 1) STORED\n);\nINSERT INTO foo(col1, col2) VALUES (1, 2);'\n You cannot insert '2' into the 'col2' column because this column is generated. For this script to work, you can change '2' to DEFAULT. 'INSERT INTO foo(col1, col2) VALUES (1, DEFAULT);'",
+ "markdown": "Reports INSERT statements that assign values to generated columns. Generated columns can be read, but their values can not be directly written.\n\nExample (PostgreSQL):\n\n CREATE TABLE foo\n (\n col1 INT,\n col2 INT GENERATED ALWAYS AS (col1 + 1) STORED\n );\n INSERT INTO foo(col1, col2) VALUES (1, 2);\n\nYou cannot insert `2` into the `col2` column because this column is generated.\nFor this script to work, you can change `2` to DEFAULT.\n`INSERT INTO foo(col1, col2) VALUES (1, DEFAULT);`"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlInsertIntoGeneratedColumn",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "MsOrderByInspection",
+ "shortDescription": {
+ "text": "ORDER BY in queries"
+ },
+ "fullDescription": {
+ "text": "Reports usages when the 'ORDER BY' clause is used without 'TOP', 'OFFSET', or 'FOR XML' in views, inline functions, derived tables, subqueries, and common table expressions. For more information about usages of 'ORDER BY', see SELECT - ORDER BY Clause (Transact-SQL) at docs.microsoft.com. Example (Microsoft SQL server): 'CREATE TABLE foo (a INT NOT NULL, b INT NOT NULL);\n\nSELECT *\nFROM (SELECT a, b\nFROM foo A\nWHERE a < 89\nORDER BY b) ALIAS;' In a subquery, ORDER BY will be highlighted as an error. You can add TOP, OFFSET, or FOR XML to a subquery. Alternatively, use the Delete element quick-fix to delete the ORDER BY section. After the quick-fix is applied: 'SELECT *\nFROM (SELECT a, b\nFROM foo A\nWHERE a < 89) ALIAS;'",
+ "markdown": "Reports usages when the `ORDER BY` clause is used without `TOP`, `OFFSET`, or `FOR XML` in views, inline functions, derived tables, subqueries, and common table expressions.\n\nFor more information about usages of `ORDER BY`, see [SELECT - ORDER BY Clause (Transact-SQL) at\ndocs.microsoft.com](https://docs.microsoft.com/en-us/sql/t-sql/queries/select-order-by-clause-transact-sql).\n\nExample (Microsoft SQL server):\n\n CREATE TABLE foo (a INT NOT NULL, b INT NOT NULL);\n\n SELECT *\n FROM (SELECT a, b\n FROM foo A\n WHERE a < 89\n ORDER BY b) ALIAS;\n\nIn a subquery, ORDER BY will be highlighted as an error. You can add TOP, OFFSET, or FOR XML to a subquery.\nAlternatively, use the **Delete element** quick-fix to delete the ORDER BY section.\n\nAfter the quick-fix is applied:\n\n SELECT *\n FROM (SELECT a, b\n FROM foo A\n WHERE a < 89) ALIAS;\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "MsOrderBy",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Performance"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL server",
+ "index": 102,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlDeprecateTypeInspection",
+ "shortDescription": {
+ "text": "Deprecated type"
+ },
+ "fullDescription": {
+ "text": "Reports usages of types that are deprecated and might disappear in future versions of DBMS. Reported types: LONG in Oracle (see Deprecated and Desupported Features at docs.oracle.com). TEXT, NTEXT, and IMAGE in Microsoft SQL Server (see Deprecated Database Engine Features in SQL Server 2016 at docs.microsoft.com). Example (Oracle): 'CREATE TABLE ot.foo(\na NUMBER GENERATED BY DEFAULT AS IDENTITY,\nb LONG NOT NULL\n);'",
+ "markdown": "Reports usages of types that are deprecated and might disappear in future versions of DBMS.\n\nReported types:\n\n* LONG in Oracle (see [Deprecated\n and Desupported Features at docs.oracle.com](https://docs.oracle.com/cd/A91202_01/901_doc/server.901/a90120/ch4_dep.htm#6690)).\n* TEXT, NTEXT, and IMAGE in Microsoft SQL Server (see [Deprecated Database Engine Features in SQL Server 2016 at docs.microsoft.com](https://docs.microsoft.com/en-us/sql/database-engine/deprecated-database-engine-features-in-sql-server-2016?view=sql-server-ver15)).\n\nExample (Oracle):\n\n CREATE TABLE ot.foo(\n a NUMBER GENERATED BY DEFAULT AS IDENTITY,\n b LONG NOT NULL\n );\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlDeprecateType",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlGotoInspection",
+ "shortDescription": {
+ "text": "Usages of GOTO statements"
+ },
+ "fullDescription": {
+ "text": "Reports usages of backward GOTO statements and GOTO statements used to exit a loop. The extensive use of GOTO statements is generally not recommended. For details, see GOTO statement in SQL procedures at ibm.com. Instead of jumping back to a previous statement using GOTO, consider using a loop. Instead of exiting the WHILE loop with GOTO, consider using other control-of-flow statements (for example, RETURN or BREAK). Example (Oracle): 'CREATE PROCEDURE test(n INT) AS\nDECLARE\n x INT;\nBEGIN\n x := 0;\n GOTO a;\n <> x := 1;\n IF (n = 0) THEN\n GOTO a;\n END IF;\n WHILE TRUE\n LOOP\n GOTO b;\n END LOOP;\n <> x := 3;\nEND;'",
+ "markdown": "Reports usages of backward GOTO statements and GOTO statements used to exit a loop.\n\nThe extensive use of GOTO statements is generally\nnot recommended. For details, see [GOTO statement in\nSQL\nprocedures at ibm.com](https://www.ibm.com/docs/no/db2/11.5?topic=procedures-goto-statement-in-sql).\n\nInstead of jumping back to a previous statement using GOTO, consider using a loop.\n\nInstead of exiting the WHILE loop with GOTO, consider using other control-of-flow statements (for example, RETURN or BREAK).\n\nExample (Oracle):\n\n CREATE PROCEDURE test(n INT) AS\n DECLARE\n x INT;\n BEGIN\n x := 0;\n GOTO a;\n <> x := 1;\n IF (n = 0) THEN\n GOTO a;\n END IF;\n WHILE TRUE\n LOOP\n GOTO b;\n END LOOP;\n <> x := 3;\n END;\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlGoto",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "MysqlLoadDataPathInspection",
+ "shortDescription": {
+ "text": "LOAD statement path"
+ },
+ "fullDescription": {
+ "text": "Reports paths that start with the tilde character in LOAD statements. Example (MySQL): 'CREATE TABLE table_name (id int);\nLOAD DATA LOCAL INFILE '~/Documents/some_file.txt'\nINTO TABLE table_name FIELDS TERMINATED BY ',' LINES TERMINATED BY '\\n'\nIGNORE 1 LINES;' Instead of the tilde character, use a full path to the file.",
+ "markdown": "Reports paths that start with the tilde character in LOAD statements.\n\nExample (MySQL):\n\n CREATE TABLE table_name (id int);\n LOAD DATA LOCAL INFILE '~/Documents/some_file.txt'\n INTO TABLE table_name FIELDS TERMINATED BY ',' LINES TERMINATED BY '\\n'\n IGNORE 1 LINES;\n\nInstead of the tilde character, use a full path to the file."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "MysqlLoadDataPath",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "MySQL",
+ "index": 142,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlDtInspection",
+ "shortDescription": {
+ "text": "Ill-formed date/time literals"
+ },
+ "fullDescription": {
+ "text": "Reports errors in date and time literals. This inspection is available in MySQL, Oracle, Db2, and H2. Example (MySQL): 'SELECT TIME '10 -12:13:14' FROM dual;\nSELECT TIME ' 12 : 13 : 14 ' FROM dual;\nSELECT TIME '12 13 14' FROM dual;\nSELECT TIME '12-13-14' FROM dual;\nSELECT TIME '12.13.14' FROM dual;\nSELECT TIME '12:13:' FROM dual;\nSELECT TIME '12:13' FROM dual;\nSELECT TIME '12:' FROM dual;' In this example, dates ignore the MySQL standard for date and time literals. Therefore, they will be highlighted. For more information about date and time literals in MySQL, see Date and Time Literals at dev.mysql.com. The following date and type literals are valid for MySQL. 'SELECT TIME '12:13:14' FROM dual;\nSELECT TIME '12:13:14.555' FROM dual;\nSELECT TIME '12:13:14.' FROM dual;\nSELECT TIME '-12:13:14' FROM dual;\nSELECT TIME '10 12:13:14' FROM dual;\nSELECT TIME '-10 12:13:14' FROM dual;'",
+ "markdown": "Reports errors in date and time literals. This inspection is available in MySQL, Oracle, Db2, and H2.\n\nExample (MySQL):\n\n SELECT TIME '10 -12:13:14' FROM dual;\n SELECT TIME ' 12 : 13 : 14 ' FROM dual;\n SELECT TIME '12 13 14' FROM dual;\n SELECT TIME '12-13-14' FROM dual;\n SELECT TIME '12.13.14' FROM dual;\n SELECT TIME '12:13:' FROM dual;\n SELECT TIME '12:13' FROM dual;\n SELECT TIME '12:' FROM dual;\n\nIn this example, dates ignore the MySQL standard for date and time literals. Therefore, they will be highlighted.\nFor more information about date and time literals in MySQL, see [Date and Time Literals at dev.mysql.com](https://dev.mysql.com/doc/refman/8.0/en/date-and-time-literals.html).\n\nThe following date and type literals are valid for MySQL.\n\n SELECT TIME '12:13:14' FROM dual;\n SELECT TIME '12:13:14.555' FROM dual;\n SELECT TIME '12:13:14.' FROM dual;\n SELECT TIME '-12:13:14' FROM dual;\n SELECT TIME '10 12:13:14' FROM dual;\n SELECT TIME '-10 12:13:14' FROM dual;\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlDateTime",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlNoDataSourceInspection",
+ "shortDescription": {
+ "text": "No data sources configured"
+ },
+ "fullDescription": {
+ "text": "Reports the absence of data sources in the Database tool window (View | Tool Windows | Database).",
+ "markdown": "Reports the absence of data sources in the **Database** tool window (**View \\| Tool Windows \\| Database**)."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlNoDataSourceInspection",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlConstantExpressionInspection",
+ "shortDescription": {
+ "text": "Constant expression"
+ },
+ "fullDescription": {
+ "text": "Reports conditions and expressions that are always true, false or null. Example (MySQL): 'CREATE TABLE t1 (a TEXT, b INT, c BOOLEAN);\nSELECT a FROM t1 WHERE 'Cat' = 'Cat';\nSELECT a FROM t1 WHERE 'Cat' = null;' The ''Cat' = 'Cat'' is always true and will be reported. The ''Cat' = null' is always null and will be reported.",
+ "markdown": "Reports conditions and expressions that are always true, false or null.\n\nExample (MySQL):\n\n CREATE TABLE t1 (a TEXT, b INT, c BOOLEAN);\n SELECT a FROM t1 WHERE 'Cat' = 'Cat';\n SELECT a FROM t1 WHERE 'Cat' = null;\n\nThe `'Cat' = 'Cat'` is always true and will be reported.\n\nThe `'Cat' = null` is always null and will be reported."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlConstantExpression",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "OraUnmatchedForwardDeclarationInspection",
+ "shortDescription": {
+ "text": "Forward declaration without definition"
+ },
+ "fullDescription": {
+ "text": "Reports declarations of procedures and functions that are missing their implementation in code. In Oracle, you can declare a procedure or a function without its body, and write the implementation later. The inspection will report names of such procedures or functions that are left without implementation. Example (Oracle): 'DECLARE PROCEDURE foo(a int, b varchar2);\nBEGIN\n NULL;\nEND;' The 'foo' procedure is declared but is missing implementation. We can add the implementation to get rid of the error. 'DECLARE PROCEDURE foo(a int, b varchar2);\n PROCEDURE foo(a int, b varchar2) IS\nBEGIN\n NULL;\nEND;\nBEGIN\n NULL;\nEND;'",
+ "markdown": "Reports declarations of procedures and functions that are missing their implementation in code.\n\nIn Oracle, you can declare a procedure or a function without its body, and write the implementation later. The inspection will report names\nof such procedures or functions that are left without implementation.\n\nExample (Oracle):\n\n DECLARE PROCEDURE foo(a int, b varchar2);\n BEGIN\n NULL;\n END;\n\nThe `foo` procedure is declared but is missing implementation. We can add the implementation to get rid of the error.\n\n DECLARE PROCEDURE foo(a int, b varchar2);\n PROCEDURE foo(a int, b varchar2) IS\n BEGIN\n NULL;\n END;\n BEGIN\n NULL;\n END;\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "SqlUnmatchedForwardDeclaration",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Oracle",
+ "index": 123,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlWithoutWhereInspection",
+ "shortDescription": {
+ "text": "Delete or update statement without where clauses"
+ },
+ "fullDescription": {
+ "text": "Reports usages of DELETE or UPDATE statements without WHERE clauses. Without WHERE clauses, DELETE drops all the data from the table, and UPDATE overwrites values for all the table rows. Example (MySQL): 'CREATE TABLE t1 (a TEXT, b INT, c BOOLEAN);\nupdate t1 set a = 'Smith';\ndelete from t1;'",
+ "markdown": "Reports usages of DELETE or UPDATE statements without WHERE clauses.\n\nWithout WHERE clauses, DELETE drops all the data from the table, and UPDATE overwrites values for all the table rows.\n\nExample (MySQL):\n\n CREATE TABLE t1 (a TEXT, b INT, c BOOLEAN);\n update t1 set a = 'Smith';\n delete from t1;\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlWithoutWhere",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Security"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "MongoJSSideEffectsInspection",
+ "shortDescription": {
+ "text": "Statement with side effects"
+ },
+ "fullDescription": {
+ "text": "Reports statements that can cause side effects while the data source is in read-only mode. For more information about enabling read-only mode, see Enable read-only mode for a connection in the IDE documentation. The Disable read-only mode quick-fix turns off the read-only mode for the respective data source. Example: 'db.my_collection.insertOne()'",
+ "markdown": "Reports statements that can cause side effects while the data source is in read-only mode.\n\nFor more information about enabling read-only mode, see\n[Enable\nread-only mode for a connection in the IDE documentation](https://www.jetbrains.com/help/datagrip/configuring-database-connections.html#enable-read-only-mode-for-a-connection).\n\nThe **Disable read-only mode** quick-fix turns off the read-only mode for the respective data source.\n\nExample:\n\n\n db.my_collection.insertOne()\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "MongoJSSideEffects",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Security"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "MongoJS",
+ "index": 89,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "MongoJSExtSideEffectsInspection",
+ "shortDescription": {
+ "text": "Statement with side effects"
+ },
+ "fullDescription": {
+ "text": "Reports statements that may cause side effects while the data source is in read-only mode. The quick-fix turns off the read-only mode for the respective data source. Example: 'db.my_collection.insertOne()'",
+ "markdown": "Reports statements that may cause side effects while the data source is in read-only mode.\n\nThe quick-fix turns off the read-only mode for the respective data source.\n\nExample:\n\n\n db.my_collection.insertOne()\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "MongoJSSideEffects",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Security"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "MongoJS",
+ "index": 89,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlUnusedSubqueryItemInspection",
+ "shortDescription": {
+ "text": "Unused subquery item"
+ },
+ "fullDescription": {
+ "text": "Reports columns, aliases, and other subquery items that are not referenced in the outer query expression. Example (PostgreSQL): 'CREATE TABLE for_subquery(id INT);\nSELECT a, q FROM (SELECT 1 AS a, 10 AS b, 2 + 3 AS q, id\n FROM for_subquery) x;' We reference 'a' and 'q' aliases from a subquery. But the 'b' alias and the 'id' column are not referenced in the outer SELECT statement. Therefore, 'b' and 'id' are grayed out.",
+ "markdown": "Reports columns, aliases, and other subquery items that are not referenced in the outer query expression.\n\nExample (PostgreSQL):\n\n CREATE TABLE for_subquery(id INT);\n SELECT a, q FROM (SELECT 1 AS a, 10 AS b, 2 + 3 AS q, id\n FROM for_subquery) x;\n\nWe reference `a` and `q` aliases from a subquery. But the `b` alias and the `id` column are\nnot referenced in the outer SELECT statement. Therefore, `b` and `id` are grayed out."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlUnused",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Performance"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlSideEffectsInspection",
+ "shortDescription": {
+ "text": "Statement with side effects"
+ },
+ "fullDescription": {
+ "text": "Reports statements that might lead to modification of a database during a read-only connection. To enable read-only mode for a connection, right-click a data source in the Database tool window (View | Tool Windows | Database) and select Properties. In the Data Sources and Drivers dialog, click the Options tab and select the Read-only checkbox. Example (MySQL): 'CREATE TABLE foo(a INT);\nINSERT INTO foo VALUES (1);' As 'CREATE TABLE' and 'INSERT INTO' statements lead to a database modification, these statements will be highlighted in read-only connection mode.",
+ "markdown": "Reports statements that might lead to modification of a database during a read-only connection.\n\nTo enable read-only mode for a\nconnection,\nright-click a data source in the **Database** tool window (**View \\| Tool Windows \\| Database** ) and select **Properties** .\nIn the **Data Sources and Drivers** dialog, click the **Options** tab and select the **Read-only** checkbox.\n\nExample (MySQL):\n\n CREATE TABLE foo(a INT);\n INSERT INTO foo VALUES (1);\n\nAs `CREATE TABLE` and `INSERT INTO` statements lead to a database modification, these statements will be highlighted\nin read-only connection mode."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlSideEffects",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Security"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlJoinWithoutOnInspection",
+ "shortDescription": {
+ "text": "Unsafe 'join' clause in 'delete' statement"
+ },
+ "fullDescription": {
+ "text": "Reports missing conditional checks for statements that might modify the whole database. For example, usages of JOIN clauses inside DELETE statements without ON or WHERE. Without conditional checks on JOIN, DELETE drops contents of the entire table. Example (MySQL): 'CREATE TABLE foo (a INT,b INT,c INT);\nCREATE TABLE bar (a INT,b INT,c INT);\n\nDELETE table1 FROM foo table1 INNER JOIN bar table2;'",
+ "markdown": "Reports missing conditional checks for statements that might modify the whole database.\n\nFor example, usages of JOIN clauses inside DELETE statements without ON or WHERE. Without conditional checks on JOIN, DELETE drops\ncontents of the entire table.\n\nExample (MySQL):\n\n CREATE TABLE foo (a INT,b INT,c INT);\n CREATE TABLE bar (a INT,b INT,c INT);\n\n DELETE table1 FROM foo table1 INNER JOIN bar table2;\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlJoinWithoutOn",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Security"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlDropIndexedColumnInspection",
+ "shortDescription": {
+ "text": "Index is dependent on column"
+ },
+ "fullDescription": {
+ "text": "Reports cases when you try to drop columns from indexed tables. This inspection is available in Microsoft SQL Server and Sybase ASE. Example (Microsoft SQL Server): 'CREATE TABLE test_index\n(\ncol INT NOT NULL,\ncol2 INT NOT NULL,\ncol3 INT NOT NULL UNIQUE,\ncol4 VARCHAR(200)\n);\n\nCREATE UNIQUE INDEX aaaa ON test_index (col, col2);\n\nALTER TABLE test_index\nDROP COLUMN col;' You cannot delete the 'col' column because it is in the indexed table. To delete the column, you need to delete the 'aaaa' index first (for example, DROP INDEX aaaa).",
+ "markdown": "Reports cases when you try to drop columns from indexed tables. This inspection is available in Microsoft SQL Server and Sybase ASE.\n\nExample (Microsoft SQL Server):\n\n CREATE TABLE test_index\n (\n col INT NOT NULL,\n col2 INT NOT NULL,\n col3 INT NOT NULL UNIQUE,\n col4 VARCHAR(200)\n );\n\n CREATE UNIQUE INDEX aaaa ON test_index (col, col2);\n\n ALTER TABLE test_index\n DROP COLUMN col;\n\nYou cannot delete the `col` column because it is in the indexed table. To delete the column, you need to delete the\n`aaaa` index first (for example, DROP INDEX aaaa)."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlDropIndexedColumn",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlTypeInspection",
+ "shortDescription": {
+ "text": "Types compatibility"
+ },
+ "fullDescription": {
+ "text": "Reports type-related errors.",
+ "markdown": "Reports type-related errors."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlType",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlUnicodeStringLiteralInspection",
+ "shortDescription": {
+ "text": "Unicode usage in SQL"
+ },
+ "fullDescription": {
+ "text": "Reports string literals that use national characters without the 'N' prefix. Without the N prefix, the string is converted to the default code page of the database. This default code page may not recognize certain characters. For more information, see nchar and nvarchar (Transact-SQL) at docs.microsoft.com. Example (Microsoft SQL Server): 'SELECT 'abcde' AS a;\nSELECT N'abcde' AS b;\nSELECT 'абвгд' AS c;\nSELECT N'абвгд' AS d;' The 'SELECT 'абвгд' AS c;' does not have the 'N' prefix, the ''абвгд'' part will be highlighted.",
+ "markdown": "Reports string literals that use national characters without the `N` prefix.\n\nWithout the N prefix, the string is converted to the default\ncode page of the database. This default code page may not recognize certain characters. For more information, see\n[nchar and nvarchar\n(Transact-SQL)\nat docs.microsoft.com](https://docs.microsoft.com/en-us/sql/t-sql/data-types/nchar-and-nvarchar-transact-sql).\n\nExample (Microsoft SQL Server):\n\n SELECT 'abcde' AS a;\n SELECT N'abcde' AS b;\n SELECT 'абвгд' AS c;\n SELECT N'абвгд' AS d;\n\nThe `SELECT 'абвгд' AS c;` does not have the `N` prefix, the `'абвгд'` part will be highlighted."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlUnicodeStringLiteral",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlUnusedVariableInspection",
+ "shortDescription": {
+ "text": "Unused variable"
+ },
+ "fullDescription": {
+ "text": "Reports unused arguments, variables, or parameters. Example (PostgreSQL): 'CREATE FUNCTION foo(PARAMUSED INT, PARAMUNUSED INT) RETURNS INT AS\n$$\nBEGIN\n RETURN PARAMUSED;\nEND\n$$ LANGUAGE plpgsql;' The 'PARAMUNUSED' parameter is not used in the function and might be deleted.",
+ "markdown": "Reports unused arguments, variables, or parameters.\n\nExample (PostgreSQL):\n\n CREATE FUNCTION foo(PARAMUSED INT, PARAMUNUSED INT) RETURNS INT AS\n $$\n BEGIN\n RETURN PARAMUSED;\n END\n $$ LANGUAGE plpgsql;\n\nThe `PARAMUNUSED` parameter is not used in the function and might be deleted."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlUnused",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "PgSelectFromProcedureInspection",
+ "shortDescription": {
+ "text": "Postgres: Select from procedure call"
+ },
+ "fullDescription": {
+ "text": "Reports situations when you make SELECT from a function or a DBLINK without an alias with a type (for example, 'AS t1(s VARCHAR)'). This requirement does not apply to scalar functions. Example (PostgreSQL): 'CREATE FUNCTION produce_a_table() RETURNS RECORD AS $$\nSELECT 1;\n$$ LANGUAGE sql;\nSELECT * FROM produce_a_table() AS s (c1 INT);\nSELECT * FROM produce_a_table() AS s (c1);\nSELECT * FROM DBLINK('dbname=mydb', 'SELECT proname, prosrc FROM pg_proc') AS t1;' The 'AS s (c1 INT)' has a typed alias, while 'AS s (c1)' and 'AS t1' do not. In this case, the second call of 'produce_a_table()' and 'DBLINK()' will be highlighted.",
+ "markdown": "Reports situations when you make SELECT from a function or a DBLINK without an alias with a type (for example, `AS t1(s VARCHAR)`).\n\nThis requirement does not apply to scalar functions.\n\nExample (PostgreSQL):\n\n CREATE FUNCTION produce_a_table() RETURNS RECORD AS $$\n SELECT 1;\n $$ LANGUAGE sql;\n SELECT * FROM produce_a_table() AS s (c1 INT);\n SELECT * FROM produce_a_table() AS s (c1);\n SELECT * FROM DBLINK('dbname=mydb', 'SELECT proname, prosrc FROM pg_proc') AS t1;\n\nThe `AS s (c1 INT)` has a typed alias, while `AS s (c1)` and `AS t1` do not.\nIn this case, the second call of `produce_a_table()` and `DBLINK()` will be highlighted."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "PgSelectFromProcedure",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "PostgreSQL",
+ "index": 152,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlStorageInspection",
+ "shortDescription": {
+ "text": "SQL source modification detection"
+ },
+ "fullDescription": {
+ "text": "Reports situations when source code of a database object has been changed. The inspection is triggered when you perform database or object introspection. The introspection is run when you open source code of an object, run statements, and perform code refactoring. Also, you can run introspection by right-clicking an object and selecting Refresh. The inspection covers the following situations: Object source code was changed in the database but code in the editor was not updated. Works in PostgreSQL, Microsoft SQL Server, Oracle, and Sybase ASE. You changed the object source code, introspected the database, but source code has been already changed by someone else. The database introspector was updated in the IDE and you need to download new object properties that were missing in the previous introspector version.",
+ "markdown": "Reports situations when source code of a database object has been changed.\n\nThe inspection is triggered when you perform database or object introspection. The introspection is run when you open source code of an\nobject, run statements, and perform code refactoring.\nAlso, you can run introspection by right-clicking an object and selecting **Refresh**.\n\nThe inspection covers the following situations:\n\n* Object source code was changed in the database but code in the editor was not updated. Works in PostgreSQL, Microsoft SQL Server, Oracle, and Sybase ASE.\n* You changed the object source code, introspected the database, but source code has been already changed by someone else.\n* The database introspector was updated in the IDE and you need to download new object properties that were missing in the previous introspector version."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlStorageInspection",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlSignatureInspection",
+ "shortDescription": {
+ "text": "Function signature"
+ },
+ "fullDescription": {
+ "text": "Reports signature issues for built-in functions. The inspection will report a wrong number of arguments, invalid keywords, wrong data types, and other issues. Example (MySQL): 'CREATE TABLE foo (a INT, b INT, c INT)\n\nSELECT IFNULL() FROM foo; -- error\nSELECT IFNULL(a) FROM foo; -- error\nSELECT IFNULL(a, b) FROM foo; -- OK\nSELECT IFNULL(a, b, c) FROM foo; -- error' In MySQL, the 'IFNULL()' function accepts strictly two arguments. So, only the 'SELECT IFNULL(a, b) FROM foo;' query is correct.",
+ "markdown": "Reports signature issues for built-in functions.\n\nThe inspection will report a wrong number of arguments, invalid keywords, wrong data types, and other issues.\n\nExample (MySQL):\n\n CREATE TABLE foo (a INT, b INT, c INT)\n\n SELECT IFNULL() FROM foo; -- error\n SELECT IFNULL(a) FROM foo; -- error\n SELECT IFNULL(a, b) FROM foo; -- OK\n SELECT IFNULL(a, b, c) FROM foo; -- error\n\nIn MySQL, the `IFNULL()` function accepts strictly two arguments. So, only the `SELECT IFNULL(a, b) FROM foo;`\nquery is correct."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlSignature",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlRedundantOrderingDirectionInspection",
+ "shortDescription": {
+ "text": "Redundant ordering direction"
+ },
+ "fullDescription": {
+ "text": "Reports redundant ordering directions like ASC and DESC in ORDER BY clauses. Example (MySQL): 'CREATE TABLE foo(a INT, b INT, c INT);\nSELECT * FROM foo ORDER BY a ASC, b DESC, c ASC;' The ORDER BY keyword sorts the records in the ascending order by default. So, the 'ASC' keyword for 'a' and 'c' columns is redundant.",
+ "markdown": "Reports redundant ordering directions like ASC and DESC in ORDER BY clauses.\n\nExample (MySQL):\n\n CREATE TABLE foo(a INT, b INT, c INT);\n SELECT * FROM foo ORDER BY a ASC, b DESC, c ASC;\n\nThe ORDER BY keyword sorts the records in the ascending order by default. So, the `ASC` keyword for `a` and\n`c` columns is redundant."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlRedundantOrderingDirection",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "OraOverloadInspection",
+ "shortDescription": {
+ "text": "Overloading errors"
+ },
+ "fullDescription": {
+ "text": "Reports invalid cases of subprogram overloading in Oracle. Example (Oracle): 'DECLARE\n SUBTYPE fff IS BINARY_INTEGER;\n SUBTYPE ggg IS NATURAL;\n PROCEDURE foo (a IN ggg) IS BEGIN NULL; END;\n PROCEDURE foo (a IN fff) IS BEGIN NULL; END;\nBEGIN\n NULL;\nEND;' You cannot overload subprograms which parameters differ only in subtypes. For example, you cannot overload procedures where one accepts a BINARY INTEGER parameter and the other accepts a NATURAL parameter. For more information about restrictions on procedure overloading, see Restrictions on Overloading at docs.oracle.com.",
+ "markdown": "Reports invalid cases of subprogram overloading in Oracle.\n\nExample (Oracle):\n\n DECLARE\n SUBTYPE fff IS BINARY_INTEGER;\n SUBTYPE ggg IS NATURAL;\n PROCEDURE foo (a IN ggg) IS BEGIN NULL; END;\n PROCEDURE foo (a IN fff) IS BEGIN NULL; END;\n BEGIN\n NULL;\n END;\n\nYou cannot overload subprograms which parameters differ only in subtypes. For example, you cannot overload procedures where one accepts a\nBINARY INTEGER parameter and the other accepts a NATURAL parameter. For more information about restrictions on procedure overloading,\nsee [Restrictions on Overloading at docs.oracle.com](https://docs.oracle.com/cd/B19306_01/appdev.102/b14261/subprograms.htm)."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlOverload",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Oracle",
+ "index": 123,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "MysqlSpaceAfterFunctionNameInspection",
+ "shortDescription": {
+ "text": "Whitespace between the function name and the open parenthesis"
+ },
+ "fullDescription": {
+ "text": "Reports any whitespace in a function call between the function name and the open parenthesis, which is not supported by default. Example (MySQL): 'SELECT MAX (qty) FROM orders;'",
+ "markdown": "Reports any whitespace in a function call between the function name and the open parenthesis, which is not supported by default.\n\nExample (MySQL):\n\n SELECT MAX (qty) FROM orders;\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "MysqlSpaceAfterFunctionName",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "MySQL",
+ "index": 142,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlAutoIncrementDuplicateInspection",
+ "shortDescription": {
+ "text": "Auto-increment duplicate"
+ },
+ "fullDescription": {
+ "text": "Reports tables that contain two columns with an automatic increment. In MySQL, Microsoft SQL Server, and Db2 dialects, a table can have only one field with a auto-increment option, and this field must be a key. Example (MySQL): 'CREATE TABLE my_table\n(\n id INT AUTO_INCREMENT,\n c2 INT AUTO_INCREMENT,\n);' The AUTO_INCREMENT constraint for 'c2' will be highlighted as 'c1' already has this constraint. To fix the warning, you can make 'id' a primary key and delete AUTO_INCREMENT for 'c2'. 'CREATE TABLE my_table\n(\n id INT AUTO_INCREMENT PRIMARY KEY,\n c2 INT,\n);'",
+ "markdown": "Reports tables that contain two columns with an automatic increment. In MySQL, Microsoft SQL Server, and Db2 dialects, a table can have only one field with a auto-increment option, and this field must be a key.\n\nExample (MySQL):\n\n CREATE TABLE my_table\n (\n id INT AUTO_INCREMENT,\n c2 INT AUTO_INCREMENT,\n );\n\nThe AUTO_INCREMENT constraint for `c2` will be highlighted as `c1` already has this constraint. To fix the warning,\nyou can make `id` a primary key and delete AUTO_INCREMENT for `c2`.\n\n CREATE TABLE my_table\n (\n id INT AUTO_INCREMENT PRIMARY KEY,\n c2 INT,\n );\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlAutoIncrementDuplicate",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlStringLengthExceededInspection",
+ "shortDescription": {
+ "text": "Implicit string truncation"
+ },
+ "fullDescription": {
+ "text": "Reports variables that exceed the defined length in characters. Example (Microsoft SQL Server): 'CREATE PROCEDURE test() AS\nBEGIN\nDECLARE myVarOk VARCHAR(5) = 'abcde';\nDECLARE myVarExceeded VARCHAR(5) = 'abcde12345';\n\nSET myVarOk = 'xyz';\nSET myVarExceeded = '123456789';\nEND;' The 'myVarExceeded' variable is defined as 'VARCHAR(5)' but both assigned values (''abcde12345'' and ''123456789'') exceed this limitation. You can truncate assigned values or increase the defined length. To increase the length, use the Increase type length quick-fix. After the quick-fix is applied: 'CREATE PROCEDURE test() AS\nBEGIN\nDECLARE myVarOk VARCHAR(5) = 'abcde';\nDECLARE myVarExceeded VARCHAR(10) = 'abcde12345';\n\nSET myVarOk = 'xyz';\nSET myVarExceeded = '123456789';\nEND;'",
+ "markdown": "Reports variables that exceed the defined length in characters.\n\nExample (Microsoft SQL Server):\n\n CREATE PROCEDURE test() AS\n BEGIN\n DECLARE myVarOk VARCHAR(5) = 'abcde';\n DECLARE myVarExceeded VARCHAR(5) = 'abcde12345';\n\n SET myVarOk = 'xyz';\n SET myVarExceeded = '123456789';\n END;\n\nThe `myVarExceeded` variable is defined as `VARCHAR(5)` but both assigned values (`'abcde12345'` and\n`'123456789'`) exceed this limitation. You can truncate assigned values or increase the defined length.\nTo increase the length, use the **Increase type length** quick-fix.\n\nAfter the quick-fix is applied:\n\n CREATE PROCEDURE test() AS\n BEGIN\n DECLARE myVarOk VARCHAR(5) = 'abcde';\n DECLARE myVarExceeded VARCHAR(10) = 'abcde12345';\n\n SET myVarOk = 'xyz';\n SET myVarExceeded = '123456789';\n END;\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlStringLengthExceeded",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "MysqlParsingInspection",
+ "shortDescription": {
+ "text": "Unsupported syntax in pre-8.0 versions"
+ },
+ "fullDescription": {
+ "text": "Reports invalid usages of UNION in queries. The inspection works in MySQL versions that are earlier than 8.0. Example (MySQL): 'SELECT * FROM (SELECT 1 UNION (SELECT 1 UNION SELECT 2)) a;'",
+ "markdown": "Reports invalid usages of UNION in queries.\n\nThe inspection works in MySQL versions that are earlier than 8.0.\n\nExample (MySQL):\n\n\n SELECT * FROM (SELECT 1 UNION (SELECT 1 UNION SELECT 2)) a;\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "MysqlParsing",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "MySQL",
+ "index": 142,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlCallNotationInspection",
+ "shortDescription": {
+ "text": "Using of named and positional arguments"
+ },
+ "fullDescription": {
+ "text": "Reports calls in which positional arguments go after the named ones. Works in PostgreSQL, Oracle, and Db2. Example (In PostgreSQL): 'CREATE FUNCTION foo(a int, b int, c int) RETURNS int\n LANGUAGE plpgsql AS\n$$\nBEGIN\n RETURN a + b + c;\nEND\n$$;\nSELECT foo(a => 1, b => 2, c => 3);\n -- `3` goes after the named argument\nSELECT foo(1, b => 2, 3);\n -- `1` and `3` go after the named argument\nSELECT foo(b => 2, 1, 3);'",
+ "markdown": "Reports calls in which positional arguments go after the named ones. Works in PostgreSQL, Oracle, and Db2.\n\nExample (In PostgreSQL):\n\n CREATE FUNCTION foo(a int, b int, c int) RETURNS int\n LANGUAGE plpgsql AS\n $$\n BEGIN\n RETURN a + b + c;\n END\n $$;\n SELECT foo(a => 1, b => 2, c => 3);\n -- `3` goes after the named argument\n SELECT foo(1, b => 2, 3);\n -- `1` and `3` go after the named argument\n SELECT foo(b => 2, 1, 3);\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "SqlCallNotation",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlShadowingAliasInspection",
+ "shortDescription": {
+ "text": "Column is shadowed by alias"
+ },
+ "fullDescription": {
+ "text": "Reports SELECT aliases with names that match column names in the FROM clause. Example (MySQL): 'CREATE TABLE foo (a INT, b INT, c INT);\nSELECT a b, c FROM foo;' The 'a' column uses the 'b' alias but the 'b' name is also used by the column from the 'foo' table.",
+ "markdown": "Reports SELECT aliases with names that match column names in the FROM clause.\n\nExample (MySQL):\n\n CREATE TABLE foo (a INT, b INT, c INT);\n SELECT a b, c FROM foo;\n\nThe `a` column uses the `b` alias but the `b` name is also used by the column from the `foo`\ntable."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlShadowingAlias",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlUnreachableCodeInspection",
+ "shortDescription": {
+ "text": "Unreachable code"
+ },
+ "fullDescription": {
+ "text": "Reports unreachable statements inside SQL routines. Example (Microsoft SQL Server): 'CREATE FUNCTION foo() RETURNS INT AS\nBEGIN\n THROW;\n RETURN 1;\nEND;' In Microsoft SQL Server, the 'THROW' statement raises an exception and transfers execution to the CATCH block of the TRY...CATCH construct. Therefore, the 'RETURN 1;' part will never be executed.",
+ "markdown": "Reports unreachable statements inside SQL routines.\n\nExample (Microsoft SQL Server):\n\n CREATE FUNCTION foo() RETURNS INT AS\n BEGIN\n THROW;\n RETURN 1;\n END;\n\nIn Microsoft SQL Server, the `THROW` statement raises an exception and transfers execution to the CATCH block of the TRY...CATCH\nconstruct. Therefore, the `RETURN 1;` part will never be executed."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlUnreachable",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlResolveInspection",
+ "shortDescription": {
+ "text": "Unresolved reference"
+ },
+ "fullDescription": {
+ "text": "Reports unresolved SQL references. Example (MySQL): 'CREATE TABLE users(id INT, name VARCHAR(40));\nCREATE TABLE admins(id INT, col1 INT);\n\nSELECT users.id, admins.id FROM admins WHERE admins.id > 1;' The 'users.id' column is unresolved because the 'users' table is missing in the FROM clause.",
+ "markdown": "Reports unresolved SQL references.\n\nExample (MySQL):\n\n CREATE TABLE users(id INT, name VARCHAR(40));\n CREATE TABLE admins(id INT, col1 INT);\n\n SELECT users.id, admins.id FROM admins WHERE admins.id > 1;\n\nThe `users.id` column is unresolved because the `users` table is missing in the FROM clause."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "SqlResolve",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlRedundantLimitInspection",
+ "shortDescription": {
+ "text": "Redundant row limiting in queries"
+ },
+ "fullDescription": {
+ "text": "Reports redundant row limiting clauses like FETCH and LIMIT in queries. Example (PostgreSQL): 'CREATE TABLE foo(a INT);\n\nSELECT * FROM foo WHERE EXISTS(SELECT * FROM foo LIMIT 2);\nSELECT * FROM foo WHERE EXISTS(SELECT * FROM foo FETCH FIRST 2 ROWS ONLY);' To fix the warning, you can add OFFSET to limiting clauses. If OFFSET is missing, then LIMIT is redundant because the usage of LIMIT does not influence the operation result of EXISTS. In case with OFFSET, we skip first 'N' rows and this will influence the output. 'SELECT * FROM foo WHERE EXISTS(SELECT * FROM foo OFFSET 1 ROW LIMIT 2);\nSELECT * FROM foo WHERE EXISTS(SELECT * FROM foo OFFSET 1 ROW FETCH FIRST 2 ROWS ONLY);'",
+ "markdown": "Reports redundant row limiting clauses like FETCH and LIMIT in queries.\n\nExample (PostgreSQL):\n\n CREATE TABLE foo(a INT);\n\n SELECT * FROM foo WHERE EXISTS(SELECT * FROM foo LIMIT 2);\n SELECT * FROM foo WHERE EXISTS(SELECT * FROM foo FETCH FIRST 2 ROWS ONLY);\n\nTo fix the warning, you can add OFFSET to limiting clauses. If OFFSET is missing, then LIMIT is redundant because\nthe usage of LIMIT does not influence the operation result of EXISTS. In case with OFFSET, we skip first `N` rows and this will\ninfluence the output.\n\n SELECT * FROM foo WHERE EXISTS(SELECT * FROM foo OFFSET 1 ROW LIMIT 2);\n SELECT * FROM foo WHERE EXISTS(SELECT * FROM foo OFFSET 1 ROW FETCH FIRST 2 ROWS ONLY);\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlRedundantLimit",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Performance"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlDerivedTableAliasInspection",
+ "shortDescription": {
+ "text": "Each derived table should have alias"
+ },
+ "fullDescription": {
+ "text": "Reports derived tables without aliases. Example (MySQL): 'CREATE TABLE table1 (id INT, name VARCHAR(20), cats FLOAT);\nCREATE TABLE table2 (id INT, age INTEGER);\n\nSELECT id AS ID, name, cats, age\nFROM (SELECT table1.id, name, cats, age\nFROM table1\nJOIN table2 ON table1.id = table2.id);' According to Derived Tables at dev.mysql.com, an alias is mandatory. You can add the alias by using the Introduce alias quick-fix. After the quick-fix is applied: 'SELECT id AS ID, name, cats, age\nFROM (SELECT table1.id, name, cats, age\nFROM table1\nJOIN table2 ON table1.id = table2.id);'",
+ "markdown": "Reports derived tables without aliases.\n\nExample (MySQL):\n\n CREATE TABLE table1 (id INT, name VARCHAR(20), cats FLOAT);\n CREATE TABLE table2 (id INT, age INTEGER);\n\n SELECT id AS ID, name, cats, age\n FROM (SELECT table1.id, name, cats, age\n FROM table1\n JOIN table2 ON table1.id = table2.id);\n\nAccording to [Derived Tables at dev.mysql.com](https://dev.mysql.com/doc/refman/8.0/en/derived-tables.html), an alias is\nmandatory. You can add the alias by using the **Introduce alias** quick-fix.\n\nAfter the quick-fix is applied:\n\n SELECT id AS ID, name, cats, age\n FROM (SELECT table1.id, name, cats, age\n FROM table1\n JOIN table2 ON table1.id = table2.id);\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlDerivedTableAlias",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlCaseVsCoalesceInspection",
+ "shortDescription": {
+ "text": "Using CASE instead of COALESCE function and vice versa"
+ },
+ "fullDescription": {
+ "text": "Reports situations when CASE and COALESCE calls are interchangeable. This inspection has the following intention actions: Replace with 'COALESCE' call and the opposite one Replace with CASE expression. Example (MySQL): 'SELECT\n -- this CASE may be replaced by COALESCE\n\tCASE\n\t\tWHEN C1 IS NOT NULL THEN C1\n\t\tELSE 0\n\t\tEND\nFROM dual;' In the example, the CASE statement can be replaced with 'SELECT COALESCE(C1, 0)' that produces the same output. If you prefer using CASE expressions, select the Prefer CASE expressions over COALESCE function option on the inspection page.",
+ "markdown": "Reports situations when CASE and COALESCE calls are interchangeable. This inspection has the following intention actions: **Replace\nwith 'COALESCE' call** and the opposite one **Replace with CASE expression** .\n\nExample (MySQL):\n\n SELECT\n -- this CASE may be replaced by COALESCE\n \tCASE\n \t\tWHEN C1 IS NOT NULL THEN C1\n \t\tELSE 0\n \t\tEND\n FROM dual;\n\nIn the example, the CASE statement can be replaced with `SELECT COALESCE(C1, 0)` that produces the same output.\n\nIf you prefer using CASE expressions, select the **Prefer CASE expressions over COALESCE function** option on\nthe inspection page."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlCaseVsCoalesce",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlRedundantCodeInCoalesceInspection",
+ "shortDescription": {
+ "text": "Redundant code in COALESCE call"
+ },
+ "fullDescription": {
+ "text": "Reports all the arguments except for the first expression that does not evaluate to NULL in COALESCE functions. Example (MySQL): 'SELECT COALESCE(NULL, NULL, NULL, 42, NULL, 'string') as a;' The first NOT NULL argument is '42', all other arguments will be grayed out.",
+ "markdown": "Reports all the arguments except for the first expression that does not evaluate to NULL in COALESCE functions.\n\nExample (MySQL):\n\n SELECT COALESCE(NULL, NULL, NULL, 42, NULL, 'string') as a;\n\nThe first NOT NULL argument is `42`, all other arguments will be grayed out."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlRedundantCodeInCoalesce",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlAggregatesInspection",
+ "shortDescription": {
+ "text": "Aggregate-related problems"
+ },
+ "fullDescription": {
+ "text": "Reports invalid usages of SQL aggregate functions. The following situations are considered: Columns that are used in HAVING and ORDER BY clauses but are missed in GROUP BY clauses. 'CREATE TABLE foo(id INT PRIMARY KEY, a INT, b INT);\nSELECT a, MAX(b) FROM foo GROUP BY a HAVING b > 0;\nSELECT * FROM foo GROUP BY a ORDER BY b;' This rule does not apply when grouping is made by the primary key. 'SELECT * FROM foo GROUP BY id ORDER BY b;' Aggregate functions in a wrong context. Usually, you can use aggregate functions in the following contexts: a list of expressions in SELECT; in HAVING and ORDER BY sections; and other dialect-specific cases. The following queries will display an error. 'SELECT a FROM foo WHERE MAX(b) > 0;\nSELECT a FROM foo GROUP BY MAX(a);' Nested calls of aggregate functions. 'SELECT MAX(SUM(a)) FROM foo GROUP BY a;' This rule does not apply to analytic functions. The following query is valid and correct. 'SELECT MAX(SUM(a) OVER ()) FROM foo;' Usages of HAVING without aggregate functions. In this case, consider rewriting your code using the WHERE section. 'SELECT a, MAX(b) FROM foo GROUP BY a HAVING a > 0;'",
+ "markdown": "Reports invalid usages of SQL aggregate functions.\n\nThe following situations are considered:\n\n* Columns that are used in HAVING and ORDER BY clauses but are missed in GROUP BY clauses.\n\n CREATE TABLE foo(id INT PRIMARY KEY, a INT, b INT);\n SELECT a, MAX(b) FROM foo GROUP BY a HAVING b > 0;\n SELECT * FROM foo GROUP BY a ORDER BY b;\n\n This rule does not apply when grouping is made by the primary key.\n\n SELECT * FROM foo GROUP BY id ORDER BY b;\n\n* Aggregate functions in a wrong context. Usually, you can use aggregate functions in the following contexts: a list of expressions in\n SELECT; in HAVING and ORDER BY sections; and other dialect-specific cases. The following queries will display an error.\n\n SELECT a FROM foo WHERE MAX(b) > 0;\n SELECT a FROM foo GROUP BY MAX(a);\n\n* Nested calls of aggregate functions.\n\n SELECT MAX(SUM(a)) FROM foo GROUP BY a;\n\n This rule does not apply to analytic functions. The following query is valid and correct.\n\n SELECT MAX(SUM(a) OVER ()) FROM foo;\n\n* Usages of HAVING without aggregate functions. In this case, consider rewriting your code using the WHERE section.\n\n SELECT a, MAX(b) FROM foo GROUP BY a HAVING a > 0;\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlAggregates",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Security"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlMissingColumnAliasesInspection",
+ "shortDescription": {
+ "text": "Missing column aliases"
+ },
+ "fullDescription": {
+ "text": "Reports queries without explicit aliases in output expressions (for example, in the SELECT statement). Example (PostgreSQL): 'CREATE TABLE foo(a INT, b INT);\n\nSELECT 1, a + 1 AS A2, MAX(b) AS M\nFROM foo;'",
+ "markdown": "Reports queries without explicit aliases in output expressions (for example, in the SELECT statement).\n\nExample (PostgreSQL):\n\n CREATE TABLE foo(a INT, b INT);\n\n SELECT 1, a + 1 AS A2, MAX(b) AS M\n FROM foo;\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlMissingColumnAliases",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlAddNotNullColumnInspection",
+ "shortDescription": {
+ "text": "Adding not null column without default value"
+ },
+ "fullDescription": {
+ "text": "Reports attempts to create NOT NULL columns without DEFAULT values. Example (Microsoft SQL Server): 'CREATE TABLE foo (a INT, b INT)\n\nALTER TABLE foo ADD c INT NOT NULL;' By default, a column holds NULL values. In the example, we use the NOT NULL constraint that enforces a column not to accept NULL values. If we prohibit to use NULL values, we must set the DEFAULT value that SQL can use when we create a new record. 'ALTER TABLE foo ADD c INT NOT NULL DEFAULT 42;' You can quickly add the DEFAULT value by using the Add DEFAULT value quick-fix.",
+ "markdown": "Reports attempts to create NOT NULL columns without DEFAULT values.\n\nExample (Microsoft SQL Server):\n\n CREATE TABLE foo (a INT, b INT)\n\n ALTER TABLE foo ADD c INT NOT NULL;\n\nBy default, a column holds NULL values. In the example, we use the NOT NULL constraint that enforces a column not to accept NULL values.\nIf we prohibit to use NULL values, we must set the DEFAULT value that SQL can use when we create a new record.\n\n ALTER TABLE foo ADD c INT NOT NULL DEFAULT 42;\n\nYou can quickly add the DEFAULT value by using the **Add DEFAULT value** quick-fix."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlAddNotNullColumn",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "MongoJSExtResolveInspection",
+ "shortDescription": {
+ "text": "Resolution problems"
+ },
+ "fullDescription": {
+ "text": "Reports unresolved references in MongoDB and JavaScript code.",
+ "markdown": "Reports unresolved references in MongoDB and JavaScript code."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "MongoJSResolve",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "MongoJS",
+ "index": 89,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlJoinCountInspection",
+ "shortDescription": {
+ "text": "Excessive JOIN count"
+ },
+ "fullDescription": {
+ "text": "Reports queries with excessive number of JOINS. Using too many joins is generally not recommended for performance reasons. 'SELECT * FROM a inner join b using(id) inner join c using (id) inner join d using (id) inner join e using (id)'",
+ "markdown": "Reports queries with excessive number of JOINS.\n\nUsing too many joins is generally\nnot recommended for performance reasons.\n\n SELECT * FROM a inner join b using(id) inner join c using (id) inner join d using (id) inner join e using (id)\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlJoinCount",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Performance"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlIllegalCursorStateInspection",
+ "shortDescription": {
+ "text": "Illegal cursor state"
+ },
+ "fullDescription": {
+ "text": "Reports illegal cursor states inside SQL routines. A routine has CLOSE or FETCH statements but a cursor might be closed. A routine has the OPEN statement but a cursor might be opened. Example (Microsoft SQL Server): 'CREATE TABLE t(col INT);\n\nCREATE PROCEDURE foo() AS\nBEGIN\nDECLARE my_cursor CURSOR FOR SELECT * FROM t;\nDECLARE a INT;\nFETCH my_cursor INTO a;\nCLOSE my_cursor;\nEND;' According to CLOSE (Transact-SQL) at docs.microsoft.com, CLOSE must be issued on an open cursor, and CLOSE is not allowed on cursors that have only been declared or are already closed. So, we need to open the cursor to fix the warning. 'CREATE PROCEDURE foo() AS\nBEGIN\nDECLARE my_cursor CURSOR FOR SELECT * FROM t;\nDECLARE a INT;\nOPEN my_cursor;\nFETCH my_cursor INTO a;\nCLOSE my_cursor;\nEND;'",
+ "markdown": "Reports illegal cursor states inside SQL routines.\n\n* A routine has CLOSE or FETCH statements but a cursor might be closed.\n* A routine has the OPEN statement but a cursor might be opened.\n\nExample (Microsoft SQL Server):\n\n CREATE TABLE t(col INT);\n\n CREATE PROCEDURE foo() AS\n BEGIN\n DECLARE my_cursor CURSOR FOR SELECT * FROM t;\n DECLARE a INT;\n FETCH my_cursor INTO a;\n CLOSE my_cursor;\n END;\n\nAccording to [CLOSE (Transact-SQL) at\ndocs.microsoft.com](https://docs.microsoft.com/en-us/sql/t-sql/language-elements/close-transact-sql), CLOSE must be issued on an open cursor, and CLOSE is not allowed on cursors that have only been declared or are\nalready closed. So, we need to open the cursor to fix the warning.\n\n CREATE PROCEDURE foo() AS\n BEGIN\n DECLARE my_cursor CURSOR FOR SELECT * FROM t;\n DECLARE a INT;\n OPEN my_cursor;\n FETCH my_cursor INTO a;\n CLOSE my_cursor;\n END;\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlIllegalCursorState",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlDuplicateColumnInspection",
+ "shortDescription": {
+ "text": "Duplicating column name in SELECT"
+ },
+ "fullDescription": {
+ "text": "Reports duplicated names of column aliases in SELECT lists. Example (Sybase ASE): 'CREATE TABLE t1 (a TEXT, b INT, c INT);\n\nSELECT a AS x, b AS x FROM t1;' The 'x' alias name is used for 'a' and 'b' columns. These assignments are highlighted as errors because you cannot use identical alias names for columns in Sybase ASE.",
+ "markdown": "Reports duplicated names of column aliases in SELECT lists.\n\nExample (Sybase ASE):\n\n CREATE TABLE t1 (a TEXT, b INT, c INT);\n\n SELECT a AS x, b AS x FROM t1;\n\nThe `x` alias name is used for `a` and `b` columns. These assignments are highlighted as errors because\nyou cannot use identical alias names for columns in Sybase ASE."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlDuplicateColumn",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SqlIdentifierInspection",
+ "shortDescription": {
+ "text": "Identifier should be quoted"
+ },
+ "fullDescription": {
+ "text": "Reports situations when you use SQL reserved keywords as identifier names in your query. Example (Microsoft SQL Server): 'CREATE TABLE select (identity INT IDENTITY NOT NULL, order INT NOT NULL);' We use 'select', 'identity', and 'order' as table and column names. But they are also reserved keywords in Microsoft SQL Server. Therefore, in order to use them as object names in the query, you must quote these identifiers. To quote them, you can use the Quote identifier quick-fix. After the quick-fix is applied: 'CREATE TABLE [select] ([identity] INT IDENTITY NOT NULL, [order] INT NOT NULL);'",
+ "markdown": "Reports situations when you use SQL reserved keywords as identifier names in your query.\n\nExample (Microsoft SQL Server):\n\n CREATE TABLE select (identity INT IDENTITY NOT NULL, order INT NOT NULL);\n\nWe use `select`, `identity`, and `order` as table and column names.\nBut they are also reserved keywords in Microsoft SQL Server.\nTherefore, in order to use them as object names in the query, you must quote these identifiers. To quote them, you can use the\n**Quote identifier** quick-fix.\n\nAfter the quick-fix is applied:\n\n CREATE TABLE [select] ([identity] INT IDENTITY NOT NULL, [order] INT NOT NULL);\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SqlIdentifier",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "SQL",
+ "index": 25,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "com.intellij.css",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "CssInvalidFunction",
+ "shortDescription": {
+ "text": "Invalid function"
+ },
+ "fullDescription": {
+ "text": "Reports an unknown CSS function or an incorrect function parameter.",
+ "markdown": "Reports an unknown [CSS function](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Functions) or an incorrect function parameter."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "CssInvalidFunction",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS/Invalid elements",
+ "index": 30,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CssConvertColorToRgbInspection",
+ "shortDescription": {
+ "text": "Color could be replaced with rgb()"
+ },
+ "fullDescription": {
+ "text": "Reports an 'hsl()' or 'hwb()' color function or a hexadecimal color notation. Suggests replacing such color value with an equivalent 'rgb()' or 'rgba()' color function. Example: '#0c0fff' After the quick-fix is applied: 'rgb(12, 15, 255)'.",
+ "markdown": "Reports an `hsl()` or `hwb()` color function or a hexadecimal color notation.\n\nSuggests replacing such color value with an equivalent `rgb()` or `rgba()` color function.\n\n**Example:**\n\n #0c0fff\n\nAfter the quick-fix is applied:\n\n rgb(12, 15, 255).\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "CssConvertColorToRgbInspection",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS",
+ "index": 29,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CssOverwrittenProperties",
+ "shortDescription": {
+ "text": "Overwritten property"
+ },
+ "fullDescription": {
+ "text": "Reports a duplicated CSS property within a ruleset. Respects shorthand properties. Example: '.foo {\n margin-bottom: 1px;\n margin-bottom: 1px; /* duplicates margin-bottom */\n margin: 0; /* overrides margin-bottom */\n}'",
+ "markdown": "Reports a duplicated CSS property within a ruleset. Respects shorthand properties.\n\n**Example:**\n\n\n .foo {\n margin-bottom: 1px;\n margin-bottom: 1px; /* duplicates margin-bottom */\n margin: 0; /* overrides margin-bottom */\n }\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "CssOverwrittenProperties",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS",
+ "index": 29,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CssInvalidNestedSelector",
+ "shortDescription": {
+ "text": "Invalid nested selector"
+ },
+ "fullDescription": {
+ "text": "Reports a nested selector starting with an identifier or a functional notation.",
+ "markdown": "Reports a nested selector starting with an identifier or a functional notation."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "CssInvalidNestedSelector",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS/Invalid elements",
+ "index": 30,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CssInvalidHtmlTagReference",
+ "shortDescription": {
+ "text": "Invalid type selector"
+ },
+ "fullDescription": {
+ "text": "Reports a CSS type selector that matches an unknown HTML element.",
+ "markdown": "Reports a CSS [type selector](https://developer.mozilla.org/en-US/docs/Web/CSS/Type_selectors) that matches an unknown HTML element."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "CssInvalidHtmlTagReference",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS/Invalid elements",
+ "index": 30,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CssMissingSemicolon",
+ "shortDescription": {
+ "text": "Missing semicolon"
+ },
+ "fullDescription": {
+ "text": "Reports a missing semicolon at the end of a declaration.",
+ "markdown": "Reports a missing semicolon at the end of a declaration."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "CssMissingSemicolon",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS/Code style issues",
+ "index": 114,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CssInvalidCustomPropertyAtRuleName",
+ "shortDescription": {
+ "text": "Invalid @property name"
+ },
+ "fullDescription": {
+ "text": "Reports an invalid custom property name. Custom property name should be prefixed with two dashes. Example: '@property invalid-property-name {\n ...\n}\n\n@property --valid-property-name {\n ...\n}'",
+ "markdown": "Reports an invalid custom property name. Custom property name should be prefixed with two dashes.\n\n**Example:**\n\n\n @property invalid-property-name {\n ...\n }\n\n @property --valid-property-name {\n ...\n }\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "CssInvalidCustomPropertyAtRuleName",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS/Invalid elements",
+ "index": 30,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CssUnknownTarget",
+ "shortDescription": {
+ "text": "Unresolved file reference"
+ },
+ "fullDescription": {
+ "text": "Reports an unresolved file reference, for example, an incorrect path in an '@import' statement.",
+ "markdown": "Reports an unresolved file reference, for example, an incorrect path in an `@import` statement."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "CssUnknownTarget",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS/Invalid elements",
+ "index": 30,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CssInvalidCharsetRule",
+ "shortDescription": {
+ "text": "Misplaced or incorrect @charset"
+ },
+ "fullDescription": {
+ "text": "Reports a misplaced '@charset' at-rule or an incorrect charset value.",
+ "markdown": "Reports a misplaced `@charset` at-rule or an incorrect charset value."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "CssInvalidCharsetRule",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS/Invalid elements",
+ "index": 30,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CssInvalidPseudoSelector",
+ "shortDescription": {
+ "text": "Invalid pseudo-selector"
+ },
+ "fullDescription": {
+ "text": "Reports an incorrect CSS pseudo-class pseudo-element.",
+ "markdown": "Reports an incorrect CSS [pseudo-class](https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-classes) [pseudo-element](https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-elements)."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "CssInvalidPseudoSelector",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS/Invalid elements",
+ "index": 30,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CssInvalidCustomPropertyAtRuleDeclaration",
+ "shortDescription": {
+ "text": "Invalid @property declaration"
+ },
+ "fullDescription": {
+ "text": "Reports a missing required syntax, inherits, or initial-value property in a declaration of a custom property.",
+ "markdown": "Reports a missing required [syntax](https://developer.mozilla.org/en-US/docs/web/css/@property/syntax), [inherits](https://developer.mozilla.org/en-US/docs/web/css/@property/inherits), or [initial-value](https://developer.mozilla.org/en-US/docs/web/css/@property/initial-value) property in a declaration of a custom property."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "CssInvalidCustomPropertyAtRuleDeclaration",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS/Invalid elements",
+ "index": 30,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CssBrowserCompatibilityForProperties",
+ "shortDescription": {
+ "text": "Property is incompatible with selected browsers"
+ },
+ "fullDescription": {
+ "text": "Reports a CSS property that is not supported by the specified browsers. Based on the MDN Compatibility Data.",
+ "markdown": "Reports a CSS property that is not supported by the specified browsers. Based on the [MDN Compatibility Data](https://github.com/mdn/browser-compat-data)."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "CssBrowserCompatibilityForProperties",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS",
+ "index": 29,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CssInvalidMediaFeature",
+ "shortDescription": {
+ "text": "Invalid media feature"
+ },
+ "fullDescription": {
+ "text": "Reports an unknown CSS media feature or an incorrect media feature value.",
+ "markdown": "Reports an unknown [CSS media feature](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries) or an incorrect media feature value."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "CssInvalidMediaFeature",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS/Invalid elements",
+ "index": 30,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CssUnresolvedCustomProperty",
+ "shortDescription": {
+ "text": "Unresolved custom property"
+ },
+ "fullDescription": {
+ "text": "Reports an unresolved reference to a custom property among the arguments of the 'var()' function.",
+ "markdown": "Reports an unresolved reference to a [custom property](https://developer.mozilla.org/en-US/docs/Web/CSS/--*) among the arguments of the `var()` function."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "CssUnresolvedCustomProperty",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS/Invalid elements",
+ "index": 30,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CssUnknownProperty",
+ "shortDescription": {
+ "text": "Unknown property"
+ },
+ "fullDescription": {
+ "text": "Reports an unknown CSS property or a property used in a wrong context. Add the unknown property to the 'Custom CSS properties' list to skip validation.",
+ "markdown": "Reports an unknown CSS property or a property used in a wrong context.\n\nAdd the unknown property to the 'Custom CSS properties' list to skip validation."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "CssUnknownProperty",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS/Invalid elements",
+ "index": 30,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CssMissingComma",
+ "shortDescription": {
+ "text": "Missing comma in selector list"
+ },
+ "fullDescription": {
+ "text": "Reports a multi-line selector. Most likely this means that several single-line selectors are actually intended but a comma is missing at the end of one or several lines. Example: 'input /* comma has probably been forgotten */\n.button {\n margin: 1px;\n}'",
+ "markdown": "Reports a multi-line selector. Most likely this means that several single-line selectors are actually intended but a comma is missing at the end of one or several lines.\n\n**Example:**\n\n\n input /* comma has probably been forgotten */\n .button {\n margin: 1px;\n }\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "CssMissingComma",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS/Probable bugs",
+ "index": 146,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CssUnusedSymbol",
+ "shortDescription": {
+ "text": "Unused selector"
+ },
+ "fullDescription": {
+ "text": "Reports a CSS class or an element IDs that appears in selectors but is not used in HTML. Note that complete inspection results are available only when running it via Code | Inspect Code or Code | Analyze Code | Run Inspection by Name. Due to performance reasons, style sheet files are not inspected on the fly.",
+ "markdown": "Reports a CSS class or an element IDs that appears in selectors but is not used in HTML.\n\n\nNote that complete inspection results are available only when running it via **Code \\| Inspect Code** or\n**Code \\| Analyze Code \\| Run Inspection by Name**.\nDue to performance reasons, style sheet files are not inspected on the fly."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "CssUnusedSymbol",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS",
+ "index": 29,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CssDeprecatedValue",
+ "shortDescription": {
+ "text": "Deprecated value"
+ },
+ "fullDescription": {
+ "text": "Reports a deprecated CSS value. Suggests replacing the deprecated value with its valid equivalent.",
+ "markdown": "Reports a deprecated CSS value. Suggests replacing the deprecated value with its valid equivalent."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "CssDeprecatedValue",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS",
+ "index": 29,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CssNonIntegerLengthInPixels",
+ "shortDescription": {
+ "text": "Non-integer length in pixels"
+ },
+ "fullDescription": {
+ "text": "Reports a non-integer length in pixels. Example: 'width: 3.14px'",
+ "markdown": "Reports a non-integer length in pixels.\n\n**Example:**\n\n width: 3.14px\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "CssNonIntegerLengthInPixels",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS/Probable bugs",
+ "index": 146,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CssConvertColorToHexInspection",
+ "shortDescription": {
+ "text": "Color could be replaced with #-hex"
+ },
+ "fullDescription": {
+ "text": "Reports an 'rgb()', 'hsl()', or other color function. Suggests replacing a color function with an equivalent hexadecimal notation. Example: 'rgb(12, 15, 255)' After the quick-fix is applied: '#0c0fff'.",
+ "markdown": "Reports an `rgb()`, `hsl()`, or other color function.\n\nSuggests replacing a color function with an equivalent hexadecimal notation.\n\n**Example:**\n\n rgb(12, 15, 255)\n\nAfter the quick-fix is applied:\n\n #0c0fff.\n"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "CssConvertColorToHexInspection",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS",
+ "index": 29,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CssInvalidAtRule",
+ "shortDescription": {
+ "text": "Unknown at-rule"
+ },
+ "fullDescription": {
+ "text": "Reports an unknown CSS at-rule.",
+ "markdown": "Reports an unknown [CSS at-rule](https://developer.mozilla.org/en-US/docs/Web/CSS/At-rule)."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "CssInvalidAtRule",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS/Invalid elements",
+ "index": 30,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CssNegativeValue",
+ "shortDescription": {
+ "text": "Negative property value"
+ },
+ "fullDescription": {
+ "text": "Reports a negative value of a CSS property that is not expected to be less than zero, for example, object width or height.",
+ "markdown": "Reports a negative value of a CSS property that is not expected to be less than zero, for example, object width or height."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "CssNegativeValue",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS/Invalid elements",
+ "index": 30,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CssNoGenericFontName",
+ "shortDescription": {
+ "text": "Missing generic font family name"
+ },
+ "fullDescription": {
+ "text": "Verifies that the 'font-family' property contains a generic font family name as a fallback alternative. Generic font family names are: 'serif', 'sans-serif', 'cursive', 'fantasy', and 'monospace'.",
+ "markdown": "Verifies that the [font-family](https://developer.mozilla.org/en-US/docs/Web/CSS/font-family) property contains a generic font family name as a fallback alternative.\n\n\nGeneric font family names are: `serif`, `sans-serif`, `cursive`, `fantasy`,\nand `monospace`."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "CssNoGenericFontName",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS/Probable bugs",
+ "index": 146,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CssRedundantUnit",
+ "shortDescription": {
+ "text": "Redundant measure unit"
+ },
+ "fullDescription": {
+ "text": "Reports a measure unit of a zero value where units are not required by the specification. Example: 'width: 0px'",
+ "markdown": "Reports a measure unit of a zero value where units are not required by the specification.\n\n**Example:**\n\n width: 0px\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "CssRedundantUnit",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS/Code style issues",
+ "index": 114,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CssInvalidPropertyValue",
+ "shortDescription": {
+ "text": "Invalid property value"
+ },
+ "fullDescription": {
+ "text": "Reports an incorrect CSS property value.",
+ "markdown": "Reports an incorrect CSS property value."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "CssInvalidPropertyValue",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS/Invalid elements",
+ "index": 30,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CssReplaceWithShorthandUnsafely",
+ "shortDescription": {
+ "text": "Properties may probably be replaced with a shorthand"
+ },
+ "fullDescription": {
+ "text": "Reports a set of longhand CSS properties and suggests replacing an incomplete set of longhand CSS properties with a shorthand form, which is however not 100% equivalent in this case. For example, 2 properties: 'outline-color' and 'outline-style' may be replaced with a single 'outline'. Such replacement is not 100% equivalent because shorthands reset all omitted sub-values to their initial states. In this example, switching to the 'outline' shorthand means that 'outline-width' is also set to its initial value, which is 'medium'. This inspection doesn't handle full sets of longhand properties (when switching to shorthand is 100% safe). For such cases see the 'Properties may be safely replaced with a shorthand' inspection instead.",
+ "markdown": "Reports a set of longhand CSS properties and suggests replacing an incomplete set of longhand CSS properties with a shorthand form, which is however not 100% equivalent in this case.\n\n\nFor example, 2 properties: `outline-color` and `outline-style` may be replaced with a single `outline`.\nSuch replacement is not 100% equivalent because shorthands reset all omitted sub-values to their initial states.\nIn this example, switching to the `outline` shorthand means that `outline-width` is also set to its initial value,\nwhich is `medium`.\n\n\nThis inspection doesn't handle full sets of longhand properties (when switching to shorthand is 100% safe).\nFor such cases see the 'Properties may be safely replaced with a shorthand' inspection instead."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "CssReplaceWithShorthandUnsafely",
+ "ideaSeverity": "INFORMATION",
+ "qodanaSeverity": "Info",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS",
+ "index": 29,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CssUnknownUnit",
+ "shortDescription": {
+ "text": "Unknown unit"
+ },
+ "fullDescription": {
+ "text": "Reports an unknown unit.",
+ "markdown": "Reports an unknown unit."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "CssUnknownUnit",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS/Invalid elements",
+ "index": 30,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CssInvalidImport",
+ "shortDescription": {
+ "text": "Misplaced @import"
+ },
+ "fullDescription": {
+ "text": "Reports a misplaced '@import' statement. According to the specification, '@import' rules must precede all other types of rules, except '@charset' rules.",
+ "markdown": "Reports a misplaced `@import` statement.\n\n\nAccording to the [specification](https://developer.mozilla.org/en-US/docs/Web/CSS/@import),\n`@import` rules must precede all other types of rules, except `@charset` rules."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "CssInvalidImport",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS/Invalid elements",
+ "index": 30,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CssUnresolvedClassInComposesRule",
+ "shortDescription": {
+ "text": "Unresolved class in 'composes' rule"
+ },
+ "fullDescription": {
+ "text": "Reports a CSS class reference in the 'composes' rule that cannot be resolved to any valid target. Example: '.className {/* ... */}\n\n .otherClassName {\n composes: className;\n }'",
+ "markdown": "Reports a CSS class reference in the ['composes'](https://github.com/css-modules/css-modules#composition) rule that cannot be resolved to any valid target.\n\n**Example:**\n\n\n .className {/* ... */}\n\n .otherClassName {\n composes: className;\n }\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "CssUnresolvedClassInComposesRule",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS/Invalid elements",
+ "index": 30,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CssReplaceWithShorthandSafely",
+ "shortDescription": {
+ "text": "Properties may be safely replaced with a shorthand"
+ },
+ "fullDescription": {
+ "text": "Reports a set of longhand properties. Suggests replacing a complete set of longhand CSS properties with an equivalent shorthand form. For example, 4 properties: 'padding-top', 'padding-right', 'padding-bottom', and 'padding-left' can be safely replaced with a single 'padding' property. Note that this inspection doesn't show up if the set of longhand properties is incomplete (e.g. only 3 'padding-xxx' properties in a ruleset) because switching to a shorthand may change the result. For such cases consider the 'Properties may probably be replaced with a shorthand' inspection.",
+ "markdown": "Reports a set of longhand properties. Suggests replacing a complete set of longhand CSS properties with an equivalent shorthand form.\n\n\nFor example, 4 properties: `padding-top`, `padding-right`, `padding-bottom`, and\n`padding-left`\ncan be safely replaced with a single `padding` property.\n\n\nNote that this inspection doesn't show up if the set of longhand properties is incomplete\n(e.g. only 3 `padding-xxx` properties in a ruleset)\nbecause switching to a shorthand may change the result.\nFor such cases consider the 'Properties may probably be replaced with a shorthand'\ninspection."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "CssReplaceWithShorthandSafely",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS",
+ "index": 29,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "com.intellij.kubernetes",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "KubernetesDeprecatedResources",
+ "shortDescription": {
+ "text": "Deprecated Kubernetes resources"
+ },
+ "fullDescription": {
+ "text": "Report deprecated Kubernetes resource types.",
+ "markdown": "Report deprecated Kubernetes resource types. "
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "KubernetesDeprecatedResources",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Kubernetes",
+ "index": 33,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "KubernetesNonEditableResources",
+ "shortDescription": {
+ "text": "Non-editable Kubernetes resources"
+ },
+ "fullDescription": {
+ "text": "Reports non-editable (read-only) Kubernetes resource types.",
+ "markdown": "Reports non-editable (read-only) Kubernetes resource types. "
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "KubernetesNonEditableResources",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Kubernetes",
+ "index": 33,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "KubernetesDeprecatedKeys",
+ "shortDescription": {
+ "text": "Deprecated Kubernetes resource properties"
+ },
+ "fullDescription": {
+ "text": "Reports deprecated keys in Kubernetes resource files.",
+ "markdown": "Reports deprecated keys in Kubernetes resource files. "
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "KubernetesDeprecatedKeys",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Kubernetes",
+ "index": 33,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "KubernetesNonEditableKeys",
+ "shortDescription": {
+ "text": "Non-editable Kubernetes resource properties"
+ },
+ "fullDescription": {
+ "text": "Reports non-editable (read-only) keys in Kubernetes resource files.",
+ "markdown": "Reports non-editable (read-only) keys in Kubernetes resource files. "
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "KubernetesNonEditableKeys",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Kubernetes",
+ "index": 33,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HelmChartMissingKeys",
+ "shortDescription": {
+ "text": "Missing Chart.yaml keys"
+ },
+ "fullDescription": {
+ "text": "Reports missing required keys in Chart.yaml.",
+ "markdown": "Reports missing required keys in Chart.yaml. "
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "HelmChartMissingKeys",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Kubernetes",
+ "index": 33,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "KubernetesUnknownValues",
+ "shortDescription": {
+ "text": "Unknown Kubernetes YAML values"
+ },
+ "fullDescription": {
+ "text": "Reports invalid values in Kubernetes resource files.",
+ "markdown": "Reports invalid values in Kubernetes resource files. "
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "KubernetesUnknownValues",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Kubernetes",
+ "index": 33,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "KubernetesUnknownKeys",
+ "shortDescription": {
+ "text": "Unknown Kubernetes YAML keys"
+ },
+ "fullDescription": {
+ "text": "Reports unrecognized keys in Kubernetes resource files.",
+ "markdown": "Reports unrecognized keys in Kubernetes resource files. "
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "KubernetesUnknownKeys",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Kubernetes",
+ "index": 33,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HelmChartUnknownValues",
+ "shortDescription": {
+ "text": "Invalid Chart.yaml values"
+ },
+ "fullDescription": {
+ "text": "Reports unrecognized values in Chart.yaml and requirements.yaml.",
+ "markdown": "Reports unrecognized values in Chart.yaml and requirements.yaml. "
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "HelmChartUnknownValues",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Kubernetes",
+ "index": 33,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "KubernetesMissingKeys",
+ "shortDescription": {
+ "text": "Missing Kubernetes YAML keys"
+ },
+ "fullDescription": {
+ "text": "Reports missing required keys in Kubernetes resource files.",
+ "markdown": "Reports missing required keys in Kubernetes resource files. "
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "KubernetesMissingKeys",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Kubernetes",
+ "index": 33,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "KubernetesUnknownResourcesInspection",
+ "shortDescription": {
+ "text": "Unknown Kubernetes resources"
+ },
+ "fullDescription": {
+ "text": "Reports unrecognized Kubernetes resource types.",
+ "markdown": "Reports unrecognized Kubernetes resource types. "
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "KubernetesUnknownResourcesInspection",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Kubernetes",
+ "index": 33,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HelmChartUnknownKeys",
+ "shortDescription": {
+ "text": "Unknown Chart.yaml keys"
+ },
+ "fullDescription": {
+ "text": "Reports unrecognized keys in Chart.yaml.",
+ "markdown": "Reports unrecognized keys in Chart.yaml. "
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "HelmChartUnknownKeys",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Kubernetes",
+ "index": 33,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "KubernetesDuplicatedEnvVars",
+ "shortDescription": {
+ "text": "Duplicated EnvVar definitions"
+ },
+ "fullDescription": {
+ "text": "Reports duplicate EnvVars in Kubernetes container definitions.",
+ "markdown": "Reports duplicate EnvVars in Kubernetes container definitions. "
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "KubernetesDuplicatedEnvVars",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Kubernetes",
+ "index": 33,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "com.intellij.properties",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "UseEllipsisInPropertyInspection",
+ "shortDescription": {
+ "text": "Three dot characters instead of the ellipsis"
+ },
+ "fullDescription": {
+ "text": "Reports three \"dot\" characters which are used instead of the ellipsis character for UTF-8 properties files.",
+ "markdown": "Reports three \"dot\" characters which are used instead of the ellipsis character for UTF-8 properties files."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "UseEllipsisInPropertyInspection",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Properties files",
+ "index": 38,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AlphaUnsortedPropertiesFile",
+ "shortDescription": {
+ "text": "Properties file or resource bundle is alphabetically unsorted"
+ },
+ "fullDescription": {
+ "text": "Reports alphabetically unsorted resource bundles or .properties files.",
+ "markdown": "Reports alphabetically unsorted resource bundles or .properties files."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "AlphaUnsortedPropertiesFile",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Properties files",
+ "index": 38,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "UnusedProperty",
+ "shortDescription": {
+ "text": "Unused property"
+ },
+ "fullDescription": {
+ "text": "Reports properties that are not referenced outside of the .properties file they are contained in.",
+ "markdown": "Reports properties that are not referenced outside of the .properties file they are contained in."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "UnusedProperty",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Properties files",
+ "index": 38,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "TrailingSpacesInProperty",
+ "shortDescription": {
+ "text": "Trailing spaces in property"
+ },
+ "fullDescription": {
+ "text": "Reports properties whose keys or values end with a whitespace.",
+ "markdown": "Reports properties whose keys or values end with a whitespace."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "TrailingSpacesInProperty",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Properties files",
+ "index": 38,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "WrongPropertyKeyValueDelimiter",
+ "shortDescription": {
+ "text": "Property key/value delimiter doesn't match code style settings"
+ },
+ "fullDescription": {
+ "text": "Reports properties in which key or value delimiters do not match code style settings.",
+ "markdown": "Reports properties in which key or value delimiters do not match code style settings."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "WrongPropertyKeyValueDelimiter",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Properties files",
+ "index": 38,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "DuplicatePropertyInspection",
+ "shortDescription": {
+ "text": "Duplicate property"
+ },
+ "fullDescription": {
+ "text": "Reports duplicate property keys with different values, duplicate keys, or duplicate property values. Example: 'property1=value;\nproperty2=value;' The Options list allows selecting the area in which the inspection should search for duplicates.",
+ "markdown": "Reports duplicate property keys with different values, duplicate keys, or duplicate property values.\n\nExample:\n\n\n property1=value;\n property2=value;\n\nThe **Options** list allows selecting the area in which the inspection should search for duplicates."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "DuplicatePropertyInspection",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Properties files",
+ "index": 38,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "XPathView",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "XsltUnusedDeclaration",
+ "shortDescription": {
+ "text": "Unused variable or parameter"
+ },
+ "fullDescription": {
+ "text": "Reports local variables and parameters that are never used.",
+ "markdown": "Reports local variables and parameters that are never used."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "XsltUnusedDeclaration",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "XSLT",
+ "index": 43,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "RedundantTypeConversion",
+ "shortDescription": {
+ "text": "Redundant type conversion"
+ },
+ "fullDescription": {
+ "text": "Reports unnecessary type conversions. Type conversions are unnecessary when the argument type of a 'string()', 'number()', or 'boolean()' function is already the same as the function's return type or if the expected expression type is 'any'. Suggests removing the unnecessary conversion.",
+ "markdown": "Reports unnecessary type conversions. Type conversions are unnecessary when the argument type of a `string()`, `number()`, or `boolean()` function is already the same as the function's return type or if the expected expression type is `any`. Suggests removing the unnecessary conversion."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "RedundantTypeConversion",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Performance"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "XPath",
+ "index": 85,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CheckNodeTest",
+ "shortDescription": {
+ "text": "Unknown element or attribute name"
+ },
+ "fullDescription": {
+ "text": "Reports names of elements or attributes that are used in an XPath-expression but are missing in the associated XML files and are not defined in the referenced schemas. Such names are often the result of typos and would otherwise probably only be discovered at runtime. Example: '' If the 'h' is bound to the XHTML namespace, the inspection will report this part of the 'match' expression as an unknown element name because the correct name of the element is \"textarea\".",
+ "markdown": "Reports names of elements or attributes that are used in an XPath-expression but are missing in the associated XML files and are not defined in the referenced schemas. Such names are often the result of typos and would otherwise probably only be discovered at runtime.\n\n**Example:**\n\n\n \n\n\nIf the `h` is bound to the XHTML namespace, the inspection will report this part of the `match` expression as an\nunknown element name because the correct name of the element is \"textarea\"."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "CheckNodeTest",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "XPath",
+ "index": 85,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "XsltDeclarations",
+ "shortDescription": {
+ "text": "Incorrect declaration"
+ },
+ "fullDescription": {
+ "text": "Reports duplicate declarations and illegal identifiers in XSLT variables, parameters, and named templates:",
+ "markdown": "Reports duplicate declarations and illegal identifiers in XSLT variables, parameters, and named templates:"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "XsltDeclarations",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "XSLT",
+ "index": 43,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HardwiredNamespacePrefix",
+ "shortDescription": {
+ "text": "Hardcoded namespace prefix"
+ },
+ "fullDescription": {
+ "text": "Reports comparisons of the 'name()' function with a string that contains a colon (':'). Such usages usually indicate a hardcoded namespace prefix in the comparison. As a result, the code will break when run against XML that uses another prefix for the same namespace. Example: '...'",
+ "markdown": "Reports comparisons of the `name()` function with a string that contains a colon (`:`). Such usages usually indicate a hardcoded namespace prefix in the comparison. As a result, the code will break when run against XML that uses another prefix for the same namespace.\n\n**Example:**\n\n\n ...\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "HardwiredNamespacePrefix",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "XPath",
+ "index": 85,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ImplicitTypeConversion",
+ "shortDescription": {
+ "text": "Implicit type conversion"
+ },
+ "fullDescription": {
+ "text": "Reports implicit conversions between the predefined XPath-types 'STRING', 'NUMBER', 'BOOLEAN', and 'NODESET'. Helps to write XSLT scripts that are more expressive about types and prevents subtle bugs: Example: '' is not the same as '' The first test checks whether the element \"foo\" exists ('count(foo) > 0)'; the latter one however is only true if the element actually contains any text ('string-length(foo) > 0'). Suggests making the type conversion more explicit. Use the following options to configure the inspection: Enable or disable implicit conversions between certain types Always report explicit conversions that do not result in the actually expected type, for example, '' Ignore conversion from 'NODESET' to 'BOOLEAN' by using the 'string()' function as a shortcut for writing 'string-length() > 0'.",
+ "markdown": "Reports implicit conversions between the predefined XPath-types `STRING`, `NUMBER`, `BOOLEAN`, and `NODESET`. Helps to write XSLT scripts that are more expressive about types and prevents subtle bugs:\n\n**Example:**\n\n\n \n\nis not the same as\n\n\n \n\n\nThe first test checks whether the element \"foo\" exists (`count(foo) > 0)`; the latter one however is only\ntrue if the element actually contains any text (`string-length(foo) > 0`). Suggests making\nthe type conversion more explicit.\n\n\nUse the following options to configure the inspection:\n\n* Enable or disable implicit conversions between certain types\n* Always report explicit conversions that do not result in the actually expected type, for example, ``\n* Ignore conversion from `NODESET` to `BOOLEAN` by using the `string()` function as a shortcut for writing `string-length() > 0`."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "ImplicitTypeConversion",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "XPath",
+ "index": 85,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "IndexZeroUsage",
+ "shortDescription": {
+ "text": "XPath predicate with index 0"
+ },
+ "fullDescription": {
+ "text": "Reports usages of '0' in a predicate index or in a comparison with the function 'position()'. Such usage is almost always a bug because in XPath, the index starts at '1', not at '0'. Example: '//someelement[position() = 0]' or '//something[0]'",
+ "markdown": "Reports usages of `0` in a predicate index or in a comparison with the function `position()`. Such usage is almost always a bug because in XPath, the index starts at `1`, *not* at `0`.\n\n**Example:**\n\n\n //someelement[position() = 0] or //something[0]\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "IndexZeroUsage",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "XPath",
+ "index": 85,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "XsltTemplateInvocation",
+ "shortDescription": {
+ "text": "Incorrect template invocation"
+ },
+ "fullDescription": {
+ "text": "Reports missing arguments, passing arguments that are not declared, and passing arguments for parameters more than once in named XSLT template invocations. Parameters declared with a default value are optional and will not be reported as missing.",
+ "markdown": "Reports missing arguments, passing arguments that are not declared, and passing arguments for parameters more than once in named XSLT template invocations.\n\n\nParameters declared with a default value are optional and will not be reported as missing."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "XsltTemplateInvocation",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "XSLT",
+ "index": 43,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "XsltVariableShadowing",
+ "shortDescription": {
+ "text": "Shadowed variable"
+ },
+ "fullDescription": {
+ "text": "Reports shadowed XSLT variables.",
+ "markdown": "Reports shadowed XSLT variables."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "XsltVariableShadowing",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "XSLT",
+ "index": 43,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "Docker",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "DockerFileRunCommandMissingContinuation",
+ "shortDescription": {
+ "text": "Missing continuation character for ''RUN'' command"
+ },
+ "fullDescription": {
+ "text": "Reports missing continuation characters in 'RUN' command. In the shell form of 'RUN' command you should use a '\\' (backslash) to continue a single 'RUN' instruction onto the next line. Otherwise, Docker build will fail. Examples: '# the command below will fail\n RUN /bin/bash -c 'source $HOME/.bashrc;\n echo $HOME'' After the quick-fix is applied: 'RUN /bin/bash -c 'source $HOME/.bashrc; \\\n echo $HOME''",
+ "markdown": "Reports missing continuation characters in `RUN` command.\n\n\nIn the *shell* form of `RUN` command you should use a '\\\\' (backslash)\nto continue a single `RUN` instruction onto the next line.\nOtherwise, Docker build will fail.\n\n**Examples:**\n\n\n # the command below will fail\n RUN /bin/bash -c 'source $HOME/.bashrc;\n echo $HOME'\n\nAfter the quick-fix is applied:\n\n\n RUN /bin/bash -c 'source $HOME/.bashrc; \\\n echo $HOME'\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "DockerFileRunCommandMissingContinuation",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Dockerfile",
+ "index": 44,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "DockerJsonFormStringLiterals",
+ "shortDescription": {
+ "text": "A single quoted string in JSON array format"
+ },
+ "fullDescription": {
+ "text": "Reports a single quoted string in JSON array format. JSON array form, must use double-quotes (\") around words not single-quotes ('). Otherwise, Docker build will fail. Examples: '# all the commands below will fail\n RUN ['/bin/bash', '-c', 'echo hello']\n ADD ['binaryA.jar', 'binary2.jar', 'destination/']\n COPY ['binaryA.jar', 'binary2.jar', 'destination/']' After the quick-fix is applied: 'RUN [\"/bin/bash\", \"-c\", \"echo hello\"]\n ADD [\"binaryA.jar\", \"binary2.jar\", \"destination/\"]\n COPY [\"binaryA.jar\", \"binary2.jar\", \"destination/\"]'",
+ "markdown": "Reports a single quoted string in JSON array format.\n\n\nJSON array form, must use double-quotes (\") around words not single-quotes ('). Otherwise, Docker build will fail.\n\n**Examples:**\n\n\n # all the commands below will fail\n RUN ['/bin/bash', '-c', 'echo hello']\n ADD ['binaryA.jar', 'binary2.jar', 'destination/']\n COPY ['binaryA.jar', 'binary2.jar', 'destination/']\n\nAfter the quick-fix is applied:\n\n\n RUN [\"/bin/bash\", \"-c\", \"echo hello\"]\n ADD [\"binaryA.jar\", \"binary2.jar\", \"destination/\"]\n COPY [\"binaryA.jar\", \"binary2.jar\", \"destination/\"]\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "DockerJsonFormStringLiterals",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Dockerfile",
+ "index": 44,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "DockerFileArgumentCount",
+ "shortDescription": {
+ "text": "Wrong number of arguments"
+ },
+ "fullDescription": {
+ "text": "Reports invalid number of arguments for the Dockerfile commands. Docker build will fail after reaching the instruction with an invalid number of arguments.",
+ "markdown": "Reports invalid number of arguments for the Dockerfile commands.\n\n\nDocker build will fail after reaching the instruction with an invalid number of arguments."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "DockerFileArgumentCount",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Dockerfile",
+ "index": 44,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ComposeUnknownValues",
+ "shortDescription": {
+ "text": "Unknown docker-compose YAML values"
+ },
+ "fullDescription": {
+ "text": "Reports unrecognized values in Docker Compose files.",
+ "markdown": "Reports unrecognized values in Docker Compose files. "
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "ComposeUnknownValues",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Docker-compose",
+ "index": 135,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "DockerFileAddOrCopyPaths",
+ "shortDescription": {
+ "text": "Invalid destination for ''ADD''/''COPY'' commands"
+ },
+ "fullDescription": {
+ "text": "Reports invalid destination directories in 'ADD' and 'COPY' commands. According to the Dockerfile specification, if multiple sources are specified, then the destination must be a directory, and it must end with a slash '/'. Otherwise, Docker build will fail. Examples: '# all the commands below will fail\n ADD textA.txt textB.txt relativeDir\n ADD [\"binaryA.jar\", \"binary2.jar\", \"destination\"]\n COPY text3.txt text4.txt /absolute/path' After the quick-fix is applied: 'ADD textA.txt textB.txt relativeDir/\n ADD [\"binaryA.jar\", \"binary2.jar\", \"destination/\"]\n COPY text3.txt text4.txt /absolute/path/'",
+ "markdown": "Reports invalid destination directories in `ADD` and `COPY` commands.\n\n\nAccording to the [Dockerfile specification](https://docs.docker.com/engine/reference/builder/#add),\nif multiple sources are specified, then the destination must be a directory, and it must end with a slash '/'.\nOtherwise, Docker build will fail.\n\n**Examples:**\n\n\n # all the commands below will fail\n ADD textA.txt textB.txt relativeDir\n ADD [\"binaryA.jar\", \"binary2.jar\", \"destination\"]\n COPY text3.txt text4.txt /absolute/path\n\nAfter the quick-fix is applied:\n\n\n ADD textA.txt textB.txt relativeDir/\n ADD [\"binaryA.jar\", \"binary2.jar\", \"destination/\"]\n COPY text3.txt text4.txt /absolute/path/\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "DockerFileAddOrCopyPaths",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Dockerfile",
+ "index": 44,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ComposeMissingKeys",
+ "shortDescription": {
+ "text": "Missing docker-compose YAML keys"
+ },
+ "fullDescription": {
+ "text": "Reports missing required keys in Docker Compose files.",
+ "markdown": "Reports missing required keys in Docker Compose files. "
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "ComposeMissingKeys",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Docker-compose",
+ "index": 135,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ComposeUnquotedPorts",
+ "shortDescription": {
+ "text": "Unquoted port mappings"
+ },
+ "fullDescription": {
+ "text": "Reports unquoted port mappings in Docker Compose files. According to the Compose file specification, mapping ports in the 'HOST:CONTAINER' format may lead to erroneous results when using a container port lower than 60, because YAML parses numbers in the format 'xx:yy' as a base-60 value. For this reason, we recommend always explicitly specifying the port mappings as strings. Examples: 'ports:\n - 3000\n - 3000-3005\n - 22:22\n - 8080:8080' After the quick-fix is applied: 'ports:\n - \"3000\"\n - \"3000-3005\"\n - \"22:22\"\n - \"8080:8080\"'",
+ "markdown": "Reports unquoted port mappings in Docker Compose files.\n\n\nAccording to the [Compose file specification](https://docs.docker.com/compose/compose-file/compose-file-v3/#short-syntax-1),\nmapping ports in the `HOST:CONTAINER` format may lead to erroneous results when using a container port lower than 60,\nbecause YAML parses numbers in the format `xx:yy` as a base-60 value.\nFor this reason, we recommend always explicitly specifying the port mappings as strings.\n\n**Examples:**\n\n\n ports:\n - 3000\n - 3000-3005\n - 22:22\n - 8080:8080\n\nAfter the quick-fix is applied:\n\n\n ports:\n - \"3000\"\n - \"3000-3005\"\n - \"22:22\"\n - \"8080:8080\"\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "ComposeUnquotedPorts",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Docker-compose",
+ "index": 135,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "ComposeUnknownKeys",
+ "shortDescription": {
+ "text": "Unknown docker-compose YAML keys"
+ },
+ "fullDescription": {
+ "text": "Reports unrecognized keys in Docker Compose files.",
+ "markdown": "Reports unrecognized keys in Docker Compose files. "
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "ComposeUnknownKeys",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Docker-compose",
+ "index": 135,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "DockerFileAssignments",
+ "shortDescription": {
+ "text": "Invalid spaces in ''key=value'' pair"
+ },
+ "fullDescription": {
+ "text": "Reports incorrect spacing for key-value pairs in 'ARG', 'ENV', and 'LABEL' commands. While it is not explicitly specified in the Dockerfile specification, some combinations of spacing for key-value pairs are not allowed. Docker build will fail after reaching the problem instruction. Examples: The 'ARG' command does not allow any spaces around '=' 'ENV' and 'LABEL' do not allow spaces after '=' '# all the commands below will fail\n ARG answer = 42\n ARG version= \"1.0.0\"\n LABEL \"maintained.by\"= someone@gmail.com\n ENV JAVA_HOME= \"/docker-java-home\"' After the quick-fix is applied: 'ARG answer=2\n ARG version=\"1.0.0\"\n LABEL \"maintained.by\"=someone@gmail.com\n ENV JAVA_HOME=\"/docker-java-home\"'",
+ "markdown": "Reports incorrect spacing for key-value pairs in `ARG`, `ENV`, and `LABEL` commands.\n\n\nWhile it is not explicitly specified in the [Dockerfile specification](https://docs.docker.com/engine/reference/builder/#arg),\nsome combinations of spacing for key-value pairs are not allowed.\nDocker build will fail after reaching the problem instruction.\n\n**Examples:**\n\n* The `ARG` command does not allow any spaces around '='\n* `ENV` and `LABEL` do not allow spaces after '='\n\n\n # all the commands below will fail\n ARG answer = 42\n ARG version= \"1.0.0\"\n LABEL \"maintained.by\"= someone@gmail.com\n ENV JAVA_HOME= \"/docker-java-home\"\n\nAfter the quick-fix is applied:\n\n\n ARG answer=2\n ARG version=\"1.0.0\"\n LABEL \"maintained.by\"=someone@gmail.com\n ENV JAVA_HOME=\"/docker-java-home\"\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "DockerFileAssignments",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Dockerfile",
+ "index": 44,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "org.intellij.qodana",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "JsCoverageInspection",
+ "shortDescription": {
+ "text": "Check JavaScript and TypeScript source code coverage"
+ },
+ "fullDescription": {
+ "text": "Reports methods, classes and files whose coverage is below a certain threshold.",
+ "markdown": "Reports methods, classes and files whose coverage is below a certain threshold."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JsCoverageInspection",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Code Coverage",
+ "index": 53,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CyclomaticComplexityInspection",
+ "shortDescription": {
+ "text": "Code metrics"
+ },
+ "fullDescription": {
+ "text": "Calculates cyclomatic complexity.",
+ "markdown": "Calculates cyclomatic complexity."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "CyclomaticComplexityInspection",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Qodana",
+ "index": 174,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "AngularJS",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "AngularInvalidImportedOrDeclaredSymbol",
+ "shortDescription": {
+ "text": "Invalid imported or declared symbol"
+ },
+ "fullDescription": {
+ "text": "Reports any symbol that is declared, imported or exported by an Angular module or standalone component that is not a module, component, directive, or pipe or can’t be used in the context of the property.",
+ "markdown": "Reports any symbol that is declared, imported or exported by an Angular module or standalone component that is not a module, component, directive, or pipe or can't be used in the context of the property."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "AngularInvalidImportedOrDeclaredSymbol",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Angular",
+ "index": 59,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AngularRecursiveModuleImportExport",
+ "shortDescription": {
+ "text": "Recursive import or export of an Angular module or a standalone component"
+ },
+ "fullDescription": {
+ "text": "Reports a cyclic dependency between Angular modules or standalone components.",
+ "markdown": "Reports a cyclic dependency between Angular modules or standalone components."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "AngularRecursiveModuleImportExport",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Angular",
+ "index": 59,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AngularNgOptimizedImage",
+ "shortDescription": {
+ "text": "Issues with ngSrc usage in img tags"
+ },
+ "fullDescription": {
+ "text": "Reports issues related to usage of 'ngSrc' (NgOptimizedDirective) on 'img' tags. Following issues are reported: 'img' tags, which use 'src' instead of 'ngSrc' lack of 'width' and 'height', or 'fill' attributes when 'ngSrc' is used 'width' or 'height', and 'fill' attributes being present on the same element when 'ngSrc' is used",
+ "markdown": "Reports issues related to usage of `ngSrc` ([NgOptimizedDirective](https://angular.io/guide/image-directive)) on `img` tags.\n\n\nFollowing issues are reported:\n\n* `img` tags, which use `src` instead of `ngSrc`\n* lack of `width` and `height`, or `fill` attributes when `ngSrc` is used\n* `width` or `height`, and `fill` attributes being present on the same element when `ngSrc` is used"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "AngularNgOptimizedImage",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Performance"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Angular",
+ "index": 59,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AngularInvalidTemplateReferenceVariable",
+ "shortDescription": {
+ "text": "Unbound or ambiguous template reference variable"
+ },
+ "fullDescription": {
+ "text": "Reports a template reference variable that is not assigned to a directive when using 'exportAs' or is assigned to multiple directives.",
+ "markdown": "Reports a template reference variable that is not assigned to a directive when using `exportAs` or is assigned to multiple directives."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "AngularInvalidTemplateReferenceVariable",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Angular",
+ "index": 59,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AngularMultipleStructuralDirectives",
+ "shortDescription": {
+ "text": "Multiple structural directives on one element"
+ },
+ "fullDescription": {
+ "text": "Reports multiple structural directives ('*ngIf', '*ngFor', etc.) on one element.",
+ "markdown": "Reports multiple structural directives (`*ngIf`, `*ngFor`, etc.) on one element."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "AngularMultipleStructuralDirectives",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Angular",
+ "index": 59,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AngularUnsupportedSyntax",
+ "shortDescription": {
+ "text": "Unsupported Angular expression syntax"
+ },
+ "fullDescription": {
+ "text": "Reports problems with Angular expression syntax, which is not supported in an older version of Angular.",
+ "markdown": "Reports problems with Angular expression syntax, which is not supported in an older version of Angular."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "AngularUnsupportedSyntax",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Angular",
+ "index": 59,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AngularNonStandaloneComponentImports",
+ "shortDescription": {
+ "text": "Invalid usage of imports in non-standalone components"
+ },
+ "fullDescription": {
+ "text": "Reports usages of imports property in non-standalone component decorators. Imports can be used only in standalone components.",
+ "markdown": "Reports usages of imports property in non-standalone component decorators. Imports can be used only in standalone components."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "AngularNonStandaloneComponentImports",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Angular",
+ "index": 59,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AngularInvalidSelector",
+ "shortDescription": {
+ "text": "Missing or invalid selector"
+ },
+ "fullDescription": {
+ "text": "Reports an invalid 'selector' property of a component or directive.",
+ "markdown": "Reports an invalid `selector` property of a component or directive."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "AngularInvalidSelector",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Angular",
+ "index": 59,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AngularNonEmptyNgContent",
+ "shortDescription": {
+ "text": "Content inside tag"
+ },
+ "fullDescription": {
+ "text": "Reports a text or tag occurrence inside a '' tag used for content projection.",
+ "markdown": "Reports a text or tag occurrence inside a `` tag used for content projection."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "AngularNonEmptyNgContent",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Angular",
+ "index": 59,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AngularInsecureBindingToEvent",
+ "shortDescription": {
+ "text": "Insecure binding to event"
+ },
+ "fullDescription": {
+ "text": "Reports a binding to an event property or attribute, for example, '[onclick]' or '[attr.onclick]' instead of '(click)'.",
+ "markdown": "Reports a binding to an event property or attribute, for example, `[onclick]` or `[attr.onclick]` instead of `(click)`."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "AngularInsecureBindingToEvent",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Angular",
+ "index": 59,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AngularDeferBlockOnTrigger",
+ "shortDescription": {
+ "text": "Problems with @defer `on` triggers"
+ },
+ "fullDescription": {
+ "text": "Reports issues with triggers in `on` parameters in `@defer` block.",
+ "markdown": "Reports issues with triggers in \\`on\\` parameters in \\`@defer\\` block."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "AngularDeferBlockOnTrigger",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Angular",
+ "index": 59,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AngularMissingEventHandler",
+ "shortDescription": {
+ "text": "Missing event handler"
+ },
+ "fullDescription": {
+ "text": "Reports a missing event handler statement for an event binding.",
+ "markdown": "Reports a missing event handler statement for an event binding."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "AngularMissingEventHandler",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Angular",
+ "index": 59,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AngularUndefinedBinding",
+ "shortDescription": {
+ "text": "Undefined binding"
+ },
+ "fullDescription": {
+ "text": "Reports an undefined property, event, or structural directive bindings on elements.",
+ "markdown": "Reports an undefined property, event, or structural directive bindings on elements."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "AngularUndefinedBinding",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Angular",
+ "index": 59,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AngularForBlockNonIterableVar",
+ "shortDescription": {
+ "text": "Non-iterable type in @for block"
+ },
+ "fullDescription": {
+ "text": "Reports that the type of variable to iterate over does not have '[Symbol.iterator]()' method, which returns an iterator.",
+ "markdown": "Reports that the type of variable to iterate over does not have `[Symbol.iterator]()` method, which returns an iterator."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "AngularForBlockNonIterableVar",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Angular",
+ "index": 59,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AngularBindingTypeMismatch",
+ "shortDescription": {
+ "text": "Invalid binding type"
+ },
+ "fullDescription": {
+ "text": "Reports a mismatch between actual and expected directive binding type.",
+ "markdown": "Reports a mismatch between actual and expected directive binding type."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "AngularBindingTypeMismatch",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Angular",
+ "index": 59,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AngularUndefinedTag",
+ "shortDescription": {
+ "text": "Undefined tag"
+ },
+ "fullDescription": {
+ "text": "Reports a tag defined by a component or directive out of the current scope.",
+ "markdown": "Reports a tag defined by a component or directive out of the current scope."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "AngularUndefinedTag",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Angular",
+ "index": 59,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AngularAmbiguousComponentTag",
+ "shortDescription": {
+ "text": "Ambiguous component tag"
+ },
+ "fullDescription": {
+ "text": "Reports a component that is matched on an embedded template element '' or multiple components matched on any other element.",
+ "markdown": "Reports a component that is matched on an embedded template element `` or multiple components matched on any other element."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "AngularAmbiguousComponentTag",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Angular",
+ "index": 59,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AngularUndefinedModuleExport",
+ "shortDescription": {
+ "text": "Undefined export from Angular module"
+ },
+ "fullDescription": {
+ "text": "Reports an export of an undeclared or unimported component, directive, or pipes from an Angular module.",
+ "markdown": "Reports an export of an undeclared or unimported component, directive, or pipes from an Angular module."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "AngularUndefinedModuleExport",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Angular",
+ "index": 59,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AngularInvalidI18nAttribute",
+ "shortDescription": {
+ "text": "Invalid i18n attribute"
+ },
+ "fullDescription": {
+ "text": "Reports a problem with a 'i18n-*' attribute.",
+ "markdown": "Reports a problem with a `i18n-*` attribute."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "AngularInvalidI18nAttribute",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Angular",
+ "index": 59,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AngularIncorrectLetUsage",
+ "shortDescription": {
+ "text": "Incorrect usage of @let declaration"
+ },
+ "fullDescription": {
+ "text": "Reports problems with @let declaration usages.",
+ "markdown": "Reports problems with @let declaration usages."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "AngularIncorrectLetUsage",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Angular",
+ "index": 59,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AngularInvalidAnimationTriggerAssignment",
+ "shortDescription": {
+ "text": "Invalid animation trigger assignment"
+ },
+ "fullDescription": {
+ "text": "Reports an invalid assignment of an animation trigger. To attach an animation to an element, use '[@triggerName]=\"expression\"' or an attribute without a value '@triggerName'.",
+ "markdown": "Reports an invalid assignment of an animation trigger. To attach an animation to an element, use `[@triggerName]=\"expression\"` or an attribute without a value `@triggerName`."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "AngularInvalidAnimationTriggerAssignment",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Angular",
+ "index": 59,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AngularUnresolvedPipe",
+ "shortDescription": {
+ "text": "Unresolved pipe"
+ },
+ "fullDescription": {
+ "text": "Reports an unresolved pipe.",
+ "markdown": "Reports an unresolved pipe."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "AngularUnresolvedPipe",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Angular",
+ "index": 59,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AngularUnusedComponentImport",
+ "shortDescription": {
+ "text": "Unused import in an Angular component declaration"
+ },
+ "fullDescription": {
+ "text": "Reports unused imports in Angular components.",
+ "markdown": "Reports unused imports in Angular components."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "AngularUnusedComponentImport",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Angular",
+ "index": 59,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AngularIncorrectBlockUsage",
+ "shortDescription": {
+ "text": "Incorrect usage of Angular block"
+ },
+ "fullDescription": {
+ "text": "Reports problems with Angular blocks.",
+ "markdown": "Reports problems with Angular blocks."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "AngularIncorrectBlockUsage",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Angular",
+ "index": 59,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AngularCliAddDependency",
+ "shortDescription": {
+ "text": "Angular CLI add dependency"
+ },
+ "fullDescription": {
+ "text": "Suggests using the 'ng add' command to install the dependency. 'ng add' will use the package manager to download it and invoke a schematic which can update your project with configuration changes, add additional dependencies (e.g. polyfills), or scaffold package-specific initialization code.",
+ "markdown": "Suggests using the `ng add` command to install the dependency.\n\n`ng add` will use the package manager to download it and invoke a schematic\nwhich can update your project with configuration changes, add additional dependencies (e.g. polyfills),\nor scaffold package-specific initialization code."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "AngularCliAddDependency",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Angular",
+ "index": 59,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AngularInaccessibleSymbol",
+ "shortDescription": {
+ "text": "Inaccessible component member or directive input"
+ },
+ "fullDescription": {
+ "text": "Reports access to invisible (private or protected) component member or directive input from an Angular template.",
+ "markdown": "Reports access to invisible (private or protected) component member or directive input from an Angular template."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "AngularInaccessibleSymbol",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Security"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Angular",
+ "index": 59,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AngularIncorrectTemplateDefinition",
+ "shortDescription": {
+ "text": "Incorrect component template definition"
+ },
+ "fullDescription": {
+ "text": "Reports a component that doesn’t have an associated template or uses both 'template' and 'templateUrl' properties.",
+ "markdown": "Reports a component that doesn't have an associated template or uses both `template` and `templateUrl` properties."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "AngularIncorrectTemplateDefinition",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Angular",
+ "index": 59,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AngularMissingRequiredDirectiveInputBinding",
+ "shortDescription": {
+ "text": "Missing required directive input"
+ },
+ "fullDescription": {
+ "text": "Reports a missing binding for a required directive input.",
+ "markdown": "Reports a missing binding for a required directive input."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "AngularMissingRequiredDirectiveInputBinding",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Angular",
+ "index": 59,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AngularMissingOrInvalidDeclarationInModule",
+ "shortDescription": {
+ "text": "Missing or invalid component, directive or pipe declaration in a module"
+ },
+ "fullDescription": {
+ "text": "Reports a non-standalone Angular component, directive, or pipe that is not declared in any module or is declared in multiple modules.",
+ "markdown": "Reports a non-standalone Angular component, directive, or pipe that is not declared in any module or is declared in multiple modules."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "AngularMissingOrInvalidDeclarationInModule",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Angular",
+ "index": 59,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "AngularInvalidEntryComponent",
+ "shortDescription": {
+ "text": "Invalid entry component"
+ },
+ "fullDescription": {
+ "text": "Reports an invalid Angular component specified in the module’s 'bootstrap' or 'entryComponents' property.",
+ "markdown": "Reports an invalid Angular component specified in the module's `bootstrap` or `entryComponents` property."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "AngularInvalidEntryComponent",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Angular",
+ "index": 59,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "com.intellij.swagger",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "SwYamlMaybeSpecificationInspection",
+ "shortDescription": {
+ "text": "Possible OpenAPI/Swagger specification candidate"
+ },
+ "fullDescription": {
+ "text": "Detects YAML files that can be interpreted as a part of OpenAPI/Swagger specification. Such files do not contain explicit specification attributes, but they are referenced from primary specification files located nearby. The following example contains two files located in the same directory. First one is a plain primary specification file. Second is referenced from the first one and thus is suggested to be considered a specification too. Primary specification file 'openapi.yaml': 'openapi: 3.1.0\ncomponents:\n schemas:\n CustomSchema:\n description: Custom schema object\n properties:\n foo:\n $ref: 'common.components.yaml#/components/schemas/CommonSchema'' Specification file candidate 'common.components.yaml': 'components: # 'Mark file as OpenAPI specification' highlighting\n schemas:\n CommonSchema:\n description: Common schema object reused in several specifications'",
+ "markdown": "Detects YAML files that can be interpreted as a part of OpenAPI/Swagger specification.\n\n\nSuch files do not contain explicit specification attributes, but they are referenced from primary specification files located nearby.\n\n\nThe following example contains two files located in the same directory. First one is a plain primary specification file.\nSecond is referenced from the first one and thus is suggested to be considered a specification too.\n\n**Primary specification file `openapi.yaml`:**\n\n\n openapi: 3.1.0\n components:\n schemas:\n CustomSchema:\n description: Custom schema object\n properties:\n foo:\n $ref: 'common.components.yaml#/components/schemas/CommonSchema'\n\n**Specification file candidate `common.components.yaml`:**\n\n\n components: # 'Mark file as OpenAPI specification' highlighting\n schemas:\n CommonSchema:\n description: Common schema object reused in several specifications\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SwYamlMaybeSpecificationInspection",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "OpenAPI specifications",
+ "index": 66,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SwJsonUnresolvedReferencesInspection",
+ "shortDescription": {
+ "text": "Unresolved reference"
+ },
+ "fullDescription": {
+ "text": "Detects unresolved references in JSON specification files.",
+ "markdown": "Detects unresolved references in JSON specification files."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "SwJsonUnresolvedReferencesInspection",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "OpenAPI specifications",
+ "index": 66,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SwJsonMaybeSpecificationInspection",
+ "shortDescription": {
+ "text": "Possible OpenAPI/Swagger specification candidate"
+ },
+ "fullDescription": {
+ "text": "Detects JSON files that can be interpreted as a part of OpenAPI/Swagger specification. Such files do not contain explicit specification attributes, but they are referenced from primary specification files located nearby. The following example contains two files located in the same directory. First one is a plain primary specification file. Second is referenced from the first one and thus is suggested to be considered a specification too. Primary specification file 'openapi.yaml': 'openapi: 3.1.0\ncomponents:\n schemas:\n CustomSchema:\n description: Custom schema object\n properties:\n foo:\n $ref: 'common.components.json#/components/schemas/CommonSchema'' Specification file candidate 'common.components.json': '{\n \"components\": { // 'Mark file as OpenAPI specification' highlighting\n \"schemas\": {\n \"CommonSchema\": {\n \"description\": \"Common schema object reused in several specifications\"\n }\n }\n }\n}'",
+ "markdown": "Detects JSON files that can be interpreted as a part of OpenAPI/Swagger specification.\n\n\nSuch files do not contain explicit specification attributes, but they are referenced from primary specification files located nearby.\n\n\nThe following example contains two files located in the same directory. First one is a plain primary specification file.\nSecond is referenced from the first one and thus is suggested to be considered a specification too.\n\n**Primary specification file `openapi.yaml`:**\n\n\n openapi: 3.1.0\n components:\n schemas:\n CustomSchema:\n description: Custom schema object\n properties:\n foo:\n $ref: 'common.components.json#/components/schemas/CommonSchema'\n\n**Specification file candidate `common.components.json`:**\n\n\n {\n \"components\": { // 'Mark file as OpenAPI specification' highlighting\n \"schemas\": {\n \"CommonSchema\": {\n \"description\": \"Common schema object reused in several specifications\"\n }\n }\n }\n }\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "SwJsonMaybeSpecificationInspection",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "OpenAPI specifications",
+ "index": 66,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "SwYamlUnresolvedReferencesInspection",
+ "shortDescription": {
+ "text": "Unresolved reference"
+ },
+ "fullDescription": {
+ "text": "Detects unresolved references in YAML specification files.",
+ "markdown": "Detects unresolved references in YAML specification files."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "SwYamlUnresolvedReferencesInspection",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "OpenAPI specifications",
+ "index": 66,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "org.jetbrains.plugins.github",
+ "version": "243.24609-ultimate",
+ "rules": [
+ {
+ "id": "CyclicJobDependency",
+ "shortDescription": {
+ "text": "Cyclic job dependency"
+ },
+ "fullDescription": {
+ "text": "Detects cyclic dependencies for jobs in GitHub workflow YML file. See the GitHub Actions documentation for more information on workflow syntax.",
+ "markdown": "Detects cyclic dependencies for jobs in GitHub workflow YML file.\n\n\nSee the [GitHub Actions documentation](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idneeds) for more information on workflow syntax."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "CyclicJobDependency",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "GitHub actions",
+ "index": 70,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "MandatoryParamsAbsent",
+ "shortDescription": {
+ "text": "Invalid parameters"
+ },
+ "fullDescription": {
+ "text": "Reports the absence of mandatory parameters that do not have a default value for an action. It also provides a Quick Fix by adding the missing parameters with an empty value. For more information on action params, see the GitHub documentation.",
+ "markdown": "Reports the absence of mandatory parameters that do not have a default value for an action. It also provides a Quick Fix by adding the missing parameters with an empty value.\n\n\nFor more information on action params, see the [GitHub documentation](https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsstepswith)."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "MandatoryParamsAbsent",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "GitHub actions",
+ "index": 70,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "IllegalJobDependency",
+ "shortDescription": {
+ "text": "Undefined job dependency"
+ },
+ "fullDescription": {
+ "text": "Detects dependencies to undefined Jobs in GitHub workflow YML file. See the GitHub Actions documentation for more information on workflow syntax.",
+ "markdown": "Detects dependencies to undefined Jobs in GitHub workflow YML file.\n\n\nSee the [GitHub Actions documentation](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idneeds) for more information on workflow syntax."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "IllegalJobDependency",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "GitHub actions",
+ "index": 70,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "UndefinedAction",
+ "shortDescription": {
+ "text": "Undefined action/file reference"
+ },
+ "fullDescription": {
+ "text": "Detects unresolved action references in GitHub action and workflow files. For more information on action references, see the GitHub documentation.",
+ "markdown": "Detects unresolved action references in GitHub action and workflow files.\n\n\nFor more information on action references, see the [GitHub documentation](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsuses)."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "UndefinedAction",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "GitHub actions",
+ "index": 70,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "UndefinedParamsPresent",
+ "shortDescription": {
+ "text": "Undefined parameters"
+ },
+ "fullDescription": {
+ "text": "Reports the presence of parameters which are not defined in an action. It also provides a Quick Fix by removing the undefined parameters. For more information on action params, see the GitHub documentation.",
+ "markdown": "Reports the presence of parameters which are not defined in an action. It also provides a Quick Fix by removing the undefined parameters.\n\n\nFor more information on action params, see the [GitHub documentation](https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsstepswith)."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "UndefinedParamsPresent",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "GitHub actions",
+ "index": 70,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "GithubFunctionSignatureValidation",
+ "shortDescription": {
+ "text": "Standard library functions validation"
+ },
+ "fullDescription": {
+ "text": "Reports invalid GitHub Actions Expression language standard library function calls For more information on GitHub Actions Expression language, see the GitHub documentation.",
+ "markdown": "Reports invalid GitHub Actions Expression language standard library function calls\n\n\nFor more information on GitHub Actions Expression language, see the [GitHub documentation](https://docs.github.com/en/actions/learn-github-actions/expressions)."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "GithubFunctionSignatureValidation",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "GitHub actions",
+ "index": 70,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "com.jetbrains.plugins.jade",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "JadeTabsAndSpaces",
+ "shortDescription": {
+ "text": "Tabs and spaces both used"
+ },
+ "fullDescription": {
+ "text": "Reports use of spaces and tabs for indentation in a Pug file.",
+ "markdown": "Reports use of spaces and tabs for indentation in a Pug file."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "JadeTabsAndSpaces",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Pug_Jade",
+ "index": 71,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "com.intellij.jsonpath",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "JsonPathUnknownFunction",
+ "shortDescription": {
+ "text": "Unknown JSONPath function"
+ },
+ "fullDescription": {
+ "text": "Reports an unknown name in a JSONPath function call instead of known standard function names: 'concat', 'keys', 'length', 'min', 'max', 'avg', 'stddev', 'sum'.",
+ "markdown": "Reports an unknown name in a JSONPath function call instead of known standard function names: `concat`, `keys`, `length`, `min`, `max`, `avg`, `stddev`, `sum`."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JsonPathUnknownFunction",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JSONPath",
+ "index": 78,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JsonPathUnknownOperator",
+ "shortDescription": {
+ "text": "Unknown JSONPath operator"
+ },
+ "fullDescription": {
+ "text": "Reports an unknown operator on a JSONPath expression instead of one of the standard ones: 'in', 'nin', 'subsetof', 'anyof', 'noneof', 'size', 'empty', 'contains'.",
+ "markdown": "Reports an unknown operator on a JSONPath expression instead of one of the standard ones: `in`, `nin`, `subsetof`, `anyof`, `noneof`, `size`, `empty`, `contains`."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JsonPathUnknownOperator",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JSONPath",
+ "index": 78,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JsonPathEvaluateUnknownKey",
+ "shortDescription": {
+ "text": "Unknown property key used for JSONPath evaluate expression"
+ },
+ "fullDescription": {
+ "text": "Reports a key in a JSONPath expression that is missing in the source JSON document to evaluate.",
+ "markdown": "Reports a key in a JSONPath expression that is missing in the source JSON document to evaluate."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JsonPathEvaluateUnknownKey",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JSONPath",
+ "index": 78,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "HtmlTools",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "HtmlRequiredSummaryAttribute",
+ "shortDescription": {
+ "text": "Missing required 'summary' attribute"
+ },
+ "fullDescription": {
+ "text": "Reports a missing 'summary' attribute in a 'table' tag. Suggests adding a'summary' attribute. Based on WCAG 2.0: H73.",
+ "markdown": "Reports a missing `summary` attribute in a `table` tag. Suggests adding a`summary` attribute. Based on WCAG 2.0: [H73](https://www.w3.org/TR/WCAG20-TECHS/H73.html)."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "HtmlRequiredSummaryAttribute",
+ "ideaSeverity": "INFORMATION",
+ "qodanaSeverity": "Info",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTML/Accessibility",
+ "index": 83,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HtmlNonExistentInternetResource",
+ "shortDescription": {
+ "text": "Unresolved web link"
+ },
+ "fullDescription": {
+ "text": "Reports an unresolved web link. Works by making network requests in the background.",
+ "markdown": "Reports an unresolved web link. Works by making network requests in the background."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "HtmlNonExistentInternetResource",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTML",
+ "index": 11,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HtmlRequiredTitleAttribute",
+ "shortDescription": {
+ "text": "Missing required 'title' attribute"
+ },
+ "fullDescription": {
+ "text": "Reports a missing title attribute 'frame', 'iframe', 'dl', and 'a' tags. Suggests adding a title attribute. Based on WCAG 2.0: H33, H40, and H64.",
+ "markdown": "Reports a missing title attribute `frame`, `iframe`, `dl`, and `a` tags. Suggests adding a title attribute. Based on WCAG 2.0: [H33](https://www.w3.org/TR/WCAG20-TECHS/H33.html), [H40](https://www.w3.org/TR/WCAG20-TECHS/H40.html), and [H64](https://www.w3.org/TR/WCAG20-TECHS/H64.html)."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "HtmlRequiredTitleAttribute",
+ "ideaSeverity": "INFORMATION",
+ "qodanaSeverity": "Info",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTML/Accessibility",
+ "index": 83,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HtmlRequiredAltAttribute",
+ "shortDescription": {
+ "text": "Missing required 'alt' attribute"
+ },
+ "fullDescription": {
+ "text": "Reports a missing 'alt' attribute in a 'img' or 'applet' tag or in a 'area' element of an image map. Suggests adding a required attribute with a text alternative for the contents of the tag. Based on WCAG 2.0: H24, H35, H36, H37.",
+ "markdown": "Reports a missing `alt` attribute in a `img` or `applet` tag or in a `area` element of an image map. Suggests adding a required attribute with a text alternative for the contents of the tag. Based on WCAG 2.0: [H24](https://www.w3.org/TR/WCAG20-TECHS/H24.html), [H35](https://www.w3.org/TR/WCAG20-TECHS/H35.html), [H36](https://www.w3.org/TR/WCAG20-TECHS/H36.html), [H37](https://www.w3.org/TR/WCAG20-TECHS/H37.html)."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "HtmlRequiredAltAttribute",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTML/Accessibility",
+ "index": 83,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HtmlPresentationalElement",
+ "shortDescription": {
+ "text": "Presentational tag"
+ },
+ "fullDescription": {
+ "text": "Reports a presentational HTML tag. Suggests replacing the presentational tag with a CSS or another tag.",
+ "markdown": "Reports a presentational HTML tag. Suggests replacing the presentational tag with a CSS or another tag."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "HtmlPresentationalElement",
+ "ideaSeverity": "INFORMATION",
+ "qodanaSeverity": "Info",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTML",
+ "index": 11,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HtmlDeprecatedTag",
+ "shortDescription": {
+ "text": "Obsolete tag"
+ },
+ "fullDescription": {
+ "text": "Reports an obsolete HTML5 tag. Suggests replacing the obsolete tag with a CSS or another tag.",
+ "markdown": "Reports an obsolete HTML5 tag. Suggests replacing the obsolete tag with a CSS or another tag."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "HtmlDeprecatedTag",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTML",
+ "index": 11,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HtmlFormInputWithoutLabel",
+ "shortDescription": {
+ "text": "Missing associated label"
+ },
+ "fullDescription": {
+ "text": "Reports a form element ('input', 'textarea', or 'select') without an associated label. Suggests creating a new label. Based on WCAG 2.0: H44.",
+ "markdown": "Reports a form element (`input`, `textarea`, or `select`) without an associated label. Suggests creating a new label. Based on WCAG 2.0: [H44](https://www.w3.org/TR/WCAG20-TECHS/H44.html). "
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "HtmlFormInputWithoutLabel",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTML/Accessibility",
+ "index": 83,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HtmlRequiredTitleElement",
+ "shortDescription": {
+ "text": "Missing required 'title' element"
+ },
+ "fullDescription": {
+ "text": "Reports a missing 'title' element inside a 'head' section. Suggests adding a 'title' element. The title should describe the document. Based on WCAG 2.0: H25.",
+ "markdown": "Reports a missing `title` element inside a `head` section. Suggests adding a `title` element. The title should describe the document. Based on WCAG 2.0: [H25](https://www.w3.org/TR/WCAG20-TECHS/H25.html)."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "HtmlRequiredTitleElement",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTML/Accessibility",
+ "index": 83,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HtmlDeprecatedAttribute",
+ "shortDescription": {
+ "text": "Obsolete attribute"
+ },
+ "fullDescription": {
+ "text": "Reports an obsolete HTML5 attribute.",
+ "markdown": "Reports an obsolete HTML5 attribute."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "HtmlDeprecatedAttribute",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTML",
+ "index": 11,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CheckImageSize",
+ "shortDescription": {
+ "text": "Mismatched image size"
+ },
+ "fullDescription": {
+ "text": "Reports a 'width' and 'height' attribute value of a 'img' tag that is different from the actual width and height of the referenced image.",
+ "markdown": "Reports a `width` and `height` attribute value of a `img` tag that is different from the actual width and height of the referenced image."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "CheckImageSize",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Performance"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTML",
+ "index": 11,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "HtmlRequiredLangAttribute",
+ "shortDescription": {
+ "text": "Missing required 'lang' attribute"
+ },
+ "fullDescription": {
+ "text": "Reports a missing 'lang' (or 'xml:lang') attribute in a 'html' tag. Suggests adding a required attribute to state the default language of the document. Based on WCAG 2.0: H57.",
+ "markdown": "Reports a missing `lang` (or `xml:lang`) attribute in a `html` tag. Suggests adding a required attribute to state the default language of the document. Based on WCAG 2.0: [H57](https://www.w3.org/TR/WCAG20-TECHS/H57.html)."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "HtmlRequiredLangAttribute",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "HTML/Accessibility",
+ "index": 83,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "com.intellij.modules.json",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "JsonSchemaCompliance",
+ "shortDescription": {
+ "text": "Compliance with JSON schema"
+ },
+ "fullDescription": {
+ "text": "Reports inconsistence between a JSON file and the JSON schema that is assigned to it.",
+ "markdown": "Reports inconsistence between a JSON file and the [JSON schema](https://json-schema.org) that is assigned to it. "
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JsonSchemaCompliance",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JSON and JSON5",
+ "index": 84,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JsonSchemaDeprecation",
+ "shortDescription": {
+ "text": "Deprecated JSON property"
+ },
+ "fullDescription": {
+ "text": "Reports a deprecated property in a JSON file. Note that deprecation mechanism is not defined in the JSON Schema specification yet, and this inspection uses a non-standard extension 'deprecationMessage'.",
+ "markdown": "Reports a deprecated property in a JSON file. \nNote that deprecation mechanism is not defined in the JSON Schema specification yet, and this inspection uses a non-standard extension 'deprecationMessage'."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "JsonSchemaDeprecation",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JSON and JSON5",
+ "index": 84,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JsonStandardCompliance",
+ "shortDescription": {
+ "text": "Compliance with JSON standard"
+ },
+ "fullDescription": {
+ "text": "Reports the following discrepancies of a JSON file with the language specification: A line or block comment (configurable). Multiple top-level values (expect for JSON Lines files, configurable for others). A trailing comma in an object or array (configurable). A single quoted string. A property key is a not a double quoted strings. A NaN or Infinity/-Infinity numeric value as a floating point literal (configurable).",
+ "markdown": "Reports the following discrepancies of a JSON file with [the language specification](https://tools.ietf.org/html/rfc7159):\n\n* A line or block comment (configurable).\n* Multiple top-level values (expect for JSON Lines files, configurable for others).\n* A trailing comma in an object or array (configurable).\n* A single quoted string.\n* A property key is a not a double quoted strings.\n* A NaN or Infinity/-Infinity numeric value as a floating point literal (configurable)."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "JsonStandardCompliance",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JSON and JSON5",
+ "index": 84,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JsonSchemaRefReference",
+ "shortDescription": {
+ "text": "Unresolved '$ref' and '$schema' references"
+ },
+ "fullDescription": {
+ "text": "Reports an unresolved '$ref' or '$schema' path in a JSON schema.",
+ "markdown": "Reports an unresolved `$ref` or `$schema` path in a JSON schema. "
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JsonSchemaRefReference",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JSON and JSON5",
+ "index": 84,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "Json5StandardCompliance",
+ "shortDescription": {
+ "text": "Compliance with JSON5 standard"
+ },
+ "fullDescription": {
+ "text": "Reports inconsistency with the language specification in a JSON5 file.",
+ "markdown": "Reports inconsistency with [the language specification](http://json5.org) in a JSON5 file."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "Json5StandardCompliance",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JSON and JSON5",
+ "index": 84,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "JsonDuplicatePropertyKeys",
+ "shortDescription": {
+ "text": "Duplicate keys in object literals"
+ },
+ "fullDescription": {
+ "text": "Reports a duplicate key in an object literal.",
+ "markdown": "Reports a duplicate key in an object literal."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "JsonDuplicatePropertyKeys",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JSON and JSON5",
+ "index": 84,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "org.jetbrains.plugins.vue",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "VueMissingComponentImportInspection",
+ "shortDescription": {
+ "text": "Missing component import"
+ },
+ "fullDescription": {
+ "text": "Reports Vue components, which require to be imported in Vue templates. It provides a quick fix to add the missing import.",
+ "markdown": "Reports Vue components, which require to be imported in Vue templates. It provides a quick fix to add the missing import."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "VueMissingComponentImportInspection",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Vue",
+ "index": 88,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "VueDeprecatedSymbol",
+ "shortDescription": {
+ "text": "Deprecated symbol"
+ },
+ "fullDescription": {
+ "text": "Reports a deprecated Vue symbol.",
+ "markdown": "Reports a deprecated Vue symbol."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "VueDeprecatedSymbol",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Vue",
+ "index": 88,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "VueUnrecognizedDirective",
+ "shortDescription": {
+ "text": "Unrecognized directive"
+ },
+ "fullDescription": {
+ "text": "Reports an unrecognized Vue directive.",
+ "markdown": "Reports an unrecognized Vue directive."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "VueUnrecognizedDirective",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Vue",
+ "index": 88,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "VueDuplicateTag",
+ "shortDescription": {
+ "text": "Duplicate template/script tag"
+ },
+ "fullDescription": {
+ "text": "Reports multiple usages of the 'template' or 'script' tag in a Vue file. Vue Component specification indicates that each '*.vue' file can contain at most one 'template' or 'script' block at a time.",
+ "markdown": "Reports multiple usages of the `template` or `script` tag in a Vue file.\n\n[Vue Component specification](https://vue-loader.vuejs.org/spec.html) indicates that each `*.vue` file can contain at most one `template` or `script` block at a time."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "VueDuplicateTag",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Vue",
+ "index": 88,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "VueDataFunction",
+ "shortDescription": {
+ "text": "Data function"
+ },
+ "fullDescription": {
+ "text": "Reports a Vue component data property that is not a function. Suggests wrapping an object literal with a function. When defining a component, 'data' must be declared as a function that returns the initial data object, because the same definition will be used for creating numerous instances. If a plain object is still used for 'data', that very object will be shared by reference across all instances created! With a 'data' function, every time a new instance is created we can simply call it to return a fresh copy of the initial data.",
+ "markdown": "Reports a Vue component [data](https://vuejs.org/v2/api/#data) property that is not a function. Suggests wrapping an object literal with a function.\n\nWhen defining a component, `data` must be declared as a function that returns the initial data object, because the same definition will be used for creating numerous instances. If a plain object is still used for `data`, that very object will be shared by reference across all instances created! With a `data` function, every time a new instance is created we can simply call it to return a fresh copy of the initial data."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "VueDataFunction",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Vue",
+ "index": 88,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "VueUnrecognizedSlot",
+ "shortDescription": {
+ "text": "Unrecognized slot"
+ },
+ "fullDescription": {
+ "text": "Reports an unrecognized Vue slot.",
+ "markdown": "Reports an unrecognized Vue slot."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "VueUnrecognizedSlot",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Vue",
+ "index": 88,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "org.intellij.plugins.markdown",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "MarkdownOutdatedTableOfContents",
+ "shortDescription": {
+ "text": "Outdated table of contents section"
+ },
+ "fullDescription": {
+ "text": "Checks if a particular table of contents section corresponds to the actual structure of the document.",
+ "markdown": "Checks if a particular table of contents section corresponds to the actual structure of the document."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "MarkdownOutdatedTableOfContents",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Markdown",
+ "index": 90,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "MarkdownUnresolvedLinkLabel",
+ "shortDescription": {
+ "text": "Unresolved link label"
+ },
+ "fullDescription": {
+ "text": "Reports unresolved link labels in Markdown files.",
+ "markdown": "Reports unresolved link labels in Markdown files."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "MarkdownUnresolvedLinkLabel",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Markdown",
+ "index": 90,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "MarkdownNoTableBorders",
+ "shortDescription": {
+ "text": "Table doesn't have side borders"
+ },
+ "fullDescription": {
+ "text": "Checks if table has correct side borders. For compatibility reasons all table rows should have borders (pipe symbols) at the start and at the end.",
+ "markdown": "Checks if table has correct side borders. For compatibility reasons all table rows should have borders (pipe symbols) at the start and at the end."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "MarkdownNoTableBorders",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Markdown",
+ "index": 90,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "MarkdownIncorrectlyNumberedListItem",
+ "shortDescription": {
+ "text": "Incorrectly numbered list item"
+ },
+ "fullDescription": {
+ "text": "Ordered list items are expected to have straight numeration starting from 1. The motivation behind this is that most of Markdown processors are ignoring the numbering of ordered lists. A processor will generate an '' element for such list, that will number items continuously from 1.",
+ "markdown": "Ordered list items are expected to have straight numeration starting from 1.\n\nThe motivation behind this is that most of Markdown processors are ignoring the numbering of ordered lists. A processor will generate an `` element for such list, that will number items continuously from 1."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "MarkdownIncorrectlyNumberedListItem",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Markdown",
+ "index": 90,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "MarkdownUnresolvedHeaderReference",
+ "shortDescription": {
+ "text": "Unresolved header reference"
+ },
+ "fullDescription": {
+ "text": "Reports unresolved header references in Markdown files.",
+ "markdown": "Reports unresolved header references in Markdown files."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "MarkdownUnresolvedHeaderReference",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Markdown",
+ "index": 90,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "MarkdownLinkDestinationWithSpaces",
+ "shortDescription": {
+ "text": "Links should not contain spaces"
+ },
+ "fullDescription": {
+ "text": "To ensure consistency between different tools, file links should not contain spaces. Example: '[Some file link](some file.md)' A quick-fix replaces spaces with their url-encoded equivalent: '[Some file link](some%20file.md)'",
+ "markdown": "To ensure consistency between different tools, file links should not contain spaces.\n\n**Example:**\n\n\n [Some file link](some file.md)\n\nA quick-fix replaces spaces with their url-encoded equivalent:\n\n\n [Some file link](some%20file.md)\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "MarkdownLinkDestinationWithSpaces",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Markdown",
+ "index": 90,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "MarkdownIncorrectTableFormatting",
+ "shortDescription": {
+ "text": "Incorrect table formatting"
+ },
+ "fullDescription": {
+ "text": "Checks if table is correctly formatted.",
+ "markdown": "Checks if table is correctly formatted."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "MarkdownIncorrectTableFormatting",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Markdown",
+ "index": 90,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "MarkdownUnresolvedFileReference",
+ "shortDescription": {
+ "text": "Unresolved file references"
+ },
+ "fullDescription": {
+ "text": "Reports unresolved file references in Markdown files.",
+ "markdown": "Reports unresolved file references in Markdown files."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "MarkdownUnresolvedFileReference",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Markdown",
+ "index": 90,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "org.jetbrains.plugins.yaml",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "YAMLIncompatibleTypes",
+ "shortDescription": {
+ "text": "Suspicious type mismatch"
+ },
+ "fullDescription": {
+ "text": "Reports a mismatch between a scalar value type in YAML file and types of the values in the similar positions. Example: 'myElements:\n - value1\n - value2\n - false # <- reported, because it is a boolean value, while other values are strings'",
+ "markdown": "Reports a mismatch between a scalar value type in YAML file and types of the values in the similar positions.\n\n**Example:**\n\n\n myElements:\n - value1\n - value2\n - false # <- reported, because it is a boolean value, while other values are strings\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "YAMLIncompatibleTypes",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "YAML",
+ "index": 95,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "YAMLUnresolvedAlias",
+ "shortDescription": {
+ "text": "Unresolved alias"
+ },
+ "fullDescription": {
+ "text": "Reports unresolved aliases in YAML files. Example: 'some_key: *unknown_alias'",
+ "markdown": "Reports unresolved aliases in YAML files.\n\n**Example:**\n\n\n some_key: *unknown_alias\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "YAMLUnresolvedAlias",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "YAML",
+ "index": 95,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "YAMLDuplicatedKeys",
+ "shortDescription": {
+ "text": "Duplicated YAML keys"
+ },
+ "fullDescription": {
+ "text": "Reports duplicated keys in YAML files. Example: 'same_key: some value\n same_key: another value'",
+ "markdown": "Reports duplicated keys in YAML files.\n\n**Example:**\n\n\n same_key: some value\n same_key: another value\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "YAMLDuplicatedKeys",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "YAML",
+ "index": 95,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "YAMLSchemaValidation",
+ "shortDescription": {
+ "text": "Validation by JSON Schema"
+ },
+ "fullDescription": {
+ "text": "Reports inconsistencies between a YAML file and a JSON Schema if the schema is specified. Scheme example: '{\n \"properties\": {\n \"SomeNumberProperty\": {\n \"type\": \"number\"\n }\n }\n }' The following is an example with the corresponding warning: 'SomeNumberProperty: hello world'",
+ "markdown": "Reports inconsistencies between a YAML file and a JSON Schema if the schema is specified.\n\n**Scheme example:**\n\n\n {\n \"properties\": {\n \"SomeNumberProperty\": {\n \"type\": \"number\"\n }\n }\n }\n\n**The following is an example with the corresponding warning:**\n\n\n SomeNumberProperty: hello world\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "YAMLSchemaValidation",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "YAML",
+ "index": 95,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "YAMLSchemaDeprecation",
+ "shortDescription": {
+ "text": "Deprecated YAML key"
+ },
+ "fullDescription": {
+ "text": "Reports deprecated keys in YAML files. Deprecation is checked only if there exists a JSON schema associated with the corresponding YAML file. Note that the deprecation mechanism is not defined in the JSON Schema specification yet, and this inspection uses a non-standard 'deprecationMessage' extension. Scheme deprecation example: '{\n \"properties\": {\n \"SomeDeprecatedProperty\": {\n \"deprecationMessage\": \"Baz\",\n \"description\": \"Foo bar\"\n }\n }\n }' The following is an example with the corresponding warning: 'SomeDeprecatedProperty: some value'",
+ "markdown": "Reports deprecated keys in YAML files.\n\nDeprecation is checked only if there exists a JSON schema associated with the corresponding YAML file.\n\nNote that the deprecation mechanism is not defined in the JSON Schema specification yet,\nand this inspection uses a non-standard `deprecationMessage` extension.\n\n**Scheme deprecation example:**\n\n\n {\n \"properties\": {\n \"SomeDeprecatedProperty\": {\n \"deprecationMessage\": \"Baz\",\n \"description\": \"Foo bar\"\n }\n }\n }\n\n**The following is an example with the corresponding warning:**\n\n\n SomeDeprecatedProperty: some value\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "YAMLSchemaDeprecation",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "YAML",
+ "index": 95,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "YAMLRecursiveAlias",
+ "shortDescription": {
+ "text": "Recursive alias"
+ },
+ "fullDescription": {
+ "text": "Reports recursion in YAML aliases. Alias can't be recursive and be used inside the data referenced by a corresponding anchor. Example: 'some_key: &some_anchor\n sub_key1: value1\n sub_key2: *some_anchor'",
+ "markdown": "Reports recursion in YAML aliases.\n\nAlias can't be recursive and be used inside the data referenced by a corresponding anchor.\n\n**Example:**\n\n\n some_key: &some_anchor\n sub_key1: value1\n sub_key2: *some_anchor\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "YAMLRecursiveAlias",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "YAML",
+ "index": 95,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "YAMLUnusedAnchor",
+ "shortDescription": {
+ "text": "Unused anchor"
+ },
+ "fullDescription": {
+ "text": "Reports unused anchors. Example: 'some_key: &some_anchor\n key1: value1'",
+ "markdown": "Reports unused anchors.\n\n**Example:**\n\n\n some_key: &some_anchor\n key1: value1\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "YAMLUnusedAnchor",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "YAML",
+ "index": 95,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "intellij.webpack",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "WebpackConfigHighlighting",
+ "shortDescription": {
+ "text": "Webpack config compliance with JSON Schema"
+ },
+ "fullDescription": {
+ "text": "Validates options in webpack config files (which name should start with `webpack`, e.g. `webpack.config.js`) against webpack options schema. Disable this inspection to turn off validation and code completion inside the configuration object.",
+ "markdown": "Validates options in webpack config files (which name should start with \\`webpack\\`, e.g. \\`webpack.config.js\\`) against [webpack options schema](https://github.com/webpack/webpack/blob/master/schemas/WebpackOptions.json). \n\nDisable this inspection to turn off validation and code completion inside the configuration object."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "WebpackConfigHighlighting",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/General",
+ "index": 17,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "com.intellij.plugins.dependencyAnalysis",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "CheckDependencyLicenses",
+ "shortDescription": {
+ "text": "Check dependency licenses"
+ },
+ "fullDescription": {
+ "text": "Check dependencies licenses for possible problems: missing or prohibited licenses, or other compliance issues",
+ "markdown": "Check dependencies licenses for possible problems: missing or prohibited licenses, or other compliance issues"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "CheckDependencyLicenses",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Dependency analysis",
+ "index": 105,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CheckThirdPartySoftwareList",
+ "shortDescription": {
+ "text": "Check third party software list"
+ },
+ "fullDescription": {
+ "text": "Check project for possible problems: user's third party software list does not match the collected project metadata",
+ "markdown": "Check project for possible problems: user's third party software list does not match the collected project metadata"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "CheckThirdPartySoftwareList",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Dependency analysis",
+ "index": 105,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "CheckModuleLicenses",
+ "shortDescription": {
+ "text": "Check module licenses"
+ },
+ "fullDescription": {
+ "text": "Check module licenses for possible problems: missing licenses or other compliance issues",
+ "markdown": "Check module licenses for possible problems: missing licenses or other compliance issues"
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "CheckModuleLicenses",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Dependency analysis",
+ "index": 105,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "com.intellij.grpc",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "GrpcSchemes",
+ "shortDescription": {
+ "text": "GRPC request schema can be substituted or omitted"
+ },
+ "fullDescription": {
+ "text": "Reports unnecessary `grpc` or standard `http[s]` schemes usage in gRPC requests Example requests: '# `grpc` scheme may be omitted since insecure connection is assumed by default\nGRPC grpc://localhost/TestService/testRpc' '# `http` scheme may be omitted: prefer empty scheme for insecure connection and a dedicated `grpcs` scheme for a secure one\nGRPC http://localhost/TestService/testRpc' '# `https` scheme should be replaced by `grpcs`: prefer a dedicated `grpcs` scheme to indicate that transport layer security should be enabled to execute the request\nGRPC https://localhost/TestService/testRpc' To avoid confusion, it is recommended to use dedicated `grpcs` scheme in a gRPC request, when the request should use secure channel underneath. Otherwise, the scheme might be completely omitted",
+ "markdown": "Reports unnecessary \\`grpc\\` or standard \\`http\\[s\\]\\` schemes usage in gRPC requests\n\n\nExample requests:\n\n\n # `grpc` scheme may be omitted since insecure connection is assumed by default\n GRPC grpc://localhost/TestService/testRpc\n\n\n # `http` scheme may be omitted: prefer empty scheme for insecure connection and a dedicated `grpcs` scheme for a secure one\n GRPC http://localhost/TestService/testRpc\n\n\n # `https` scheme should be replaced by `grpcs`: prefer a dedicated `grpcs` scheme to indicate that transport layer security should be enabled to execute the request\n GRPC https://localhost/TestService/testRpc\n\n\nTo avoid confusion, it is recommended to use dedicated \\`grpcs\\` scheme in a gRPC request, when the request should use secure channel\nunderneath. Otherwise, the scheme might be completely omitted"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "GrpcSchemes",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Security"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Inappropriate gRPC request scheme",
+ "index": 106,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "com.jetbrains.sh",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "ShellCheck",
+ "shortDescription": {
+ "text": "ShellCheck"
+ },
+ "fullDescription": {
+ "text": "Reports shell script bugs detected by the integrated ShellCheck static analysis tool.",
+ "markdown": "Reports shell script bugs detected by the integrated [ShellCheck](https://github.com/koalaman/shellcheck) static analysis tool."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "ShellCheck",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Security"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Shell script",
+ "index": 111,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "org.jetbrains.plugins.less",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "LessResolvedByNameOnly",
+ "shortDescription": {
+ "text": "Missing import"
+ },
+ "fullDescription": {
+ "text": "Reports a reference to a variable or mixin that is declared in another file, which is not explicitly imported in the current file. Example: '* {\n margin: @var-in-other-file;\n}'",
+ "markdown": "Reports a reference to a variable or mixin that is declared in another file, which is not explicitly [imported](http://lesscss.org/features/#import-atrules-feature) in the current file.\n\n**Example:**\n\n\n * {\n margin: @var-in-other-file;\n }\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "LessResolvedByNameOnly",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Less",
+ "index": 121,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "LessUnresolvedVariable",
+ "shortDescription": {
+ "text": "Unresolved variable"
+ },
+ "fullDescription": {
+ "text": "Reports a reference to a Less variable that is not resolved. Example: '* {\n margin: @unknown-var;\n}'",
+ "markdown": "Reports a reference to a [Less variable](http://lesscss.org/features/#variables-feature) that is not resolved.\n\n**Example:**\n\n\n * {\n margin: @unknown-var;\n }\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "LessUnresolvedVariable",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Less",
+ "index": 121,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "LessUnresolvedMixin",
+ "shortDescription": {
+ "text": "Unresolved mixin"
+ },
+ "fullDescription": {
+ "text": "Reports a reference to a Less mixin that is not resolved. Example: '* {\n .unknown-mixin();\n}'",
+ "markdown": "Reports a reference to a [Less mixin](http://lesscss.org/features/#mixins-feature) that is not resolved.\n\n**Example:**\n\n\n * {\n .unknown-mixin();\n }\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "LessUnresolvedMixin",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Less",
+ "index": 121,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "tanvd.grazi",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "LanguageDetectionInspection",
+ "shortDescription": {
+ "text": "Natural language detection"
+ },
+ "fullDescription": {
+ "text": "Detects natural languages and suggests enabling corresponding grammar and spelling checks.",
+ "markdown": "Detects natural languages and suggests enabling corresponding grammar and spelling checks."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "LanguageDetectionInspection",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Proofreading",
+ "index": 122,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "GrazieInspection",
+ "shortDescription": {
+ "text": "Grammar"
+ },
+ "fullDescription": {
+ "text": "Reports grammar mistakes in your text. You can configure the inspection in Settings | Editor | Natural Languages | Grammar and Style.",
+ "markdown": "Reports grammar mistakes in your text. You can configure the inspection in [Settings \\| Editor \\| Natural Languages \\| Grammar and Style](settings://reference.settingsdialog.project.grazie)."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "GrazieInspection",
+ "ideaSeverity": "GRAMMAR_ERROR",
+ "qodanaSeverity": "Info",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Proofreading",
+ "index": 122,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "com.jetbrains.rider-cpp",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "UnrealJsonLocalInspectionTool",
+ "shortDescription": {
+ "text": "Unreal Engine json inspection"
+ },
+ "fullDescription": {
+ "text": "RIDER-83134",
+ "markdown": "[RIDER-83134](https://youtrack.jetbrains.com/issue/RIDER-83134/)"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "UnrealJsonLocalInspectionTool",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Unreal Engine",
+ "index": 126,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "com.intellij.stylelint",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "Stylelint",
+ "shortDescription": {
+ "text": "Stylelint"
+ },
+ "fullDescription": {
+ "text": "Reports a discrepancy detected by the Stylelint linter. The highlighting is based on the rule severity specified in the Stylelint configuration file for each individual rule.",
+ "markdown": "Reports a discrepancy detected by the [Stylelint](http://stylelint.io) linter. \n\nThe highlighting is based on the rule severity specified in the [Stylelint configuration file](https://stylelint.io/user-guide/configure) for each individual rule."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "Stylelint",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS/Code quality tools",
+ "index": 129,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "com.intellij.hardcodedPasswords",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "HardcodedPasswords",
+ "shortDescription": {
+ "text": "Hardcoded passwords"
+ },
+ "fullDescription": {
+ "text": "Detects potential security tokens or passwords in comments using entropy analysis and regular expressions. This inspection utilizes entropy analysis and regular expressions to scan the codebase for strings that resemble security tokens or passwords. It highlights these findings, helping developers identify and secure potential vulnerabilities. The inspection's effectiveness relies on the patterns defined in its configuration, making it adaptable to different coding environments and requirements. '// Example of a regular expression pattern used for detection:\n/[0-9]+:AA[0-9A-Za-z\\-_]{33}/' Text after this comment will only be shown in the settings of the inspection.",
+ "markdown": "Detects potential security tokens or passwords in comments using entropy analysis and regular expressions.\n\n\nThis inspection utilizes entropy analysis and regular expressions to scan the codebase for strings that resemble security tokens or\npasswords. It highlights these findings, helping developers identify and secure potential vulnerabilities. The inspection's effectiveness\nrelies on the patterns defined in its configuration, making it adaptable to different coding environments and requirements.\n\n\n // Example of a regular expression pattern used for detection:\n /[0-9]+:AA[0-9A-Za-z\\-_]{33}/\n\nText after this comment will only be shown in the settings of the inspection."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "HardcodedPasswords",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Security",
+ "index": 131,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "Karma",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "KarmaConfigFile",
+ "shortDescription": {
+ "text": "Invalid Karma configuration file"
+ },
+ "fullDescription": {
+ "text": "Reports a potential error in a file path ('basePath', 'files') for a Karma configuration file, for example, 'karma.conf.js'.",
+ "markdown": "Reports a potential error in a file path ('basePath', 'files') for a Karma configuration file, for example, `karma.conf.js`."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "KarmaConfigFile",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Unit testing",
+ "index": 140,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "com.jetbrains.plugins.ini4idea",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "DuplicateSectionInFile",
+ "shortDescription": {
+ "text": "Duplicate section in file"
+ },
+ "fullDescription": {
+ "text": "Reports duplicate sections in the 'ini' file.",
+ "markdown": "Reports duplicate sections in the `ini` file."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "DuplicateSectionInFile",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Ini files",
+ "index": 147,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ },
+ {
+ "id": "DuplicateKeyInSection",
+ "shortDescription": {
+ "text": "Duplicate directive in section"
+ },
+ "fullDescription": {
+ "text": "Reports duplicate properties in the 'ini' file section.",
+ "markdown": "Reports duplicate properties in the `ini` file section."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "DuplicateKeyInSection",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Ini files",
+ "index": 147,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "tslint",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "TsLint",
+ "shortDescription": {
+ "text": "TSLint"
+ },
+ "fullDescription": {
+ "text": "Reports a discrepancy detected by the TSLint linter. The highlighting is based on the rule severity specified in the TSLint configuration file for each individual rule. Clear the 'Use rule severity from the configuration file' checkbox to use the severity configured in this inspection for all TSLint rules.",
+ "markdown": "Reports a discrepancy detected by the [TSLint](https://github.com/palantir/tslint) linter. \n\nThe highlighting is based on the rule severity specified in the [TSLint configuration file](https://palantir.github.io/tslint/usage/configuration/) for each individual rule. \n\nClear the 'Use rule severity from the configuration file' checkbox to use the severity configured in this inspection for all TSLint rules."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "TsLint",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "JavaScript and TypeScript/Code quality tools",
+ "index": 69,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "org.intellij.intelliLang",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "InjectedReferences",
+ "shortDescription": {
+ "text": "Injected references"
+ },
+ "fullDescription": {
+ "text": "Reports unresolved references injected by Language Injections. Example: '@Language(\"file-reference\")\n String fileName = \"/home/user/nonexistent.file\"; // highlighted if file doesn't exist'",
+ "markdown": "Reports unresolved references injected by [Language Injections](https://www.jetbrains.com/help/idea/using-language-injections.html).\n\nExample:\n\n\n @Language(\"file-reference\")\n String fileName = \"/home/user/nonexistent.file\"; // highlighted if file doesn't exist\n"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "InjectedReferences",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Sanity"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "General",
+ "index": 46,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "W3Validators",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "W3CssValidation",
+ "shortDescription": {
+ "text": "W3C CSS validator"
+ },
+ "fullDescription": {
+ "text": "Reports a discrepancy detected by the W3C CSS Validator.",
+ "markdown": "Reports a discrepancy detected by the [W3C CSS Validator](https://jigsaw.w3.org/css-validator/)."
+ },
+ "defaultConfiguration": {
+ "enabled": false,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "W3CssValidation",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "CSS/Code quality tools",
+ "index": 129,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "org.jetbrains.plugins.docker.gateway",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "DevContainerIdeSettings",
+ "shortDescription": {
+ "text": "Validate IDE settings"
+ },
+ "fullDescription": {
+ "text": "No description available",
+ "markdown": "No description available"
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "error",
+ "parameters": {
+ "suppressToolId": "DevContainerIdeSettings",
+ "ideaSeverity": "ERROR",
+ "qodanaSeverity": "Critical",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Dev Container",
+ "index": 153,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "com.intellij.plugins.watcher",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "TaskProblemsInspection",
+ "shortDescription": {
+ "text": "File watcher problems"
+ },
+ "fullDescription": {
+ "text": "Reports an error detected by the output filters from a File Watcher. A File Watcher tracks changes in files and executes the configured command when a change is detected.",
+ "markdown": "Reports an error detected by the output filters from a File Watcher.\n\n\nA File Watcher tracks changes in files and executes the configured command when a change is detected."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "note",
+ "parameters": {
+ "suppressToolId": "TaskProblemsInspection",
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "codeQualityCategory": "Unspecified"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "File Watchers",
+ "index": 154,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "idea.plugin.protoeditor",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "PbDuplicatedImports",
+ "shortDescription": {
+ "text": "Duplicated import statements"
+ },
+ "fullDescription": {
+ "text": "Reports effectively equivalent import statements.",
+ "markdown": "Reports effectively equivalent import statements."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "PbDuplicatedImports",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Reliability"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Protocol Buffers",
+ "index": 164,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ },
+ {
+ "name": "com.dmarcotte.handlebars",
+ "version": "243.24609",
+ "rules": [
+ {
+ "id": "HbEmptyBlock",
+ "shortDescription": {
+ "text": "Missing block helper argument"
+ },
+ "fullDescription": {
+ "text": "Reports an 'if', 'each', or 'with' block helper without an argument.",
+ "markdown": "Reports an `if`, `each`, or `with` block helper without an argument."
+ },
+ "defaultConfiguration": {
+ "enabled": true,
+ "level": "warning",
+ "parameters": {
+ "suppressToolId": "HbEmptyBlock",
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "codeQualityCategory": "Code Style"
+ }
+ },
+ "relationships": [
+ {
+ "target": {
+ "id": "Handlebars_Mustache",
+ "index": 170,
+ "toolComponent": {
+ "name": "QDNET"
+ }
+ },
+ "kinds": [
+ "superset"
+ ]
+ }
+ ]
+ }
+ ],
+ "language": "en-US",
+ "contents": [
+ "localizedData",
+ "nonLocalizedData"
+ ],
+ "isComprehensive": false
+ }
+ ]
+ },
+ "invocations": [
+ {
+ "startTimeUtc": "2025-01-25T11:10:37.2211479Z",
+ "exitCode": 255,
+ "exitCodeDescription": "Failure conditions triggered:\n- Detected 19 problems across all severities, fail threshold: 0\n- Fresh coverage minimum not met. Got 21%, fail threshold 50%",
+ "executionSuccessful": true
+ }
+ ],
+ "language": "en-US",
+ "versionControlProvenance": [
+ {
+ "repositoryUri": "https://github.com/FrankvdStam/SoulSplitter.git",
+ "revisionId": "a22726a557b26868c2fc4d91e5262b5e5f2c10c5",
+ "branch": "feature/langversion-13",
+ "properties": {
+ "repoUrl": "https://github.com/FrankvdStam/SoulSplitter.git",
+ "lastAuthorName": "Frank van der Stam",
+ "vcsType": "Git",
+ "lastAuthorEmail": "frank_stam5@hotmail.com"
+ }
+ }
+ ],
+ "results": [
+ {
+ "ruleId": "ArrangeTrailingCommaInMultilineLists",
+ "kind": "fail",
+ "level": "note",
+ "message": {
+ "text": "Remove trailing comma to conform to code style",
+ "markdown": "Remove trailing comma to conform to code style"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulSplitter/UI/DarkSouls1/DarkSouls1ViewModelRefactor.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 153,
+ "startColumn": 65,
+ "charOffset": 5931,
+ "charLength": 1,
+ "snippet": {
+ "text": ","
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 151,
+ "startColumn": 1,
+ "charOffset": 5727,
+ "charLength": 220,
+ "snippet": {
+ "text": " new EnumFlagViewModel(TimingType.Immediate),\r\n new EnumFlagViewModel(TimingType.OnLoading),\r\n new EnumFlagViewModel(TimingType.OnWarp),\r\n };\r\n\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulSplitter",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "ad6f8ebdb3064944",
+ "equalIndicator/v1": "ef7ce585c3abbb140e1f0f522dd51bbb09763258a7ea041d7139dcf33586d7a8"
+ },
+ "baselineState": "unchanged",
+ "properties": {
+ "ideaSeverity": "TYPO",
+ "qodanaSeverity": "Low",
+ "tags": [
+ "C#",
+ ".NETFramework 4.8.1"
+ ]
+ }
+ },
+ {
+ "ruleId": "ArrangeTrailingCommaInMultilineLists",
+ "kind": "fail",
+ "level": "note",
+ "message": {
+ "text": "Remove trailing comma to conform to code style",
+ "markdown": "Remove trailing comma to conform to code style"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulSplitter/UI/DarkSouls1/DarkSouls1ViewModelRefactor.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 163,
+ "startColumn": 61,
+ "charOffset": 6504,
+ "charLength": 1,
+ "snippet": {
+ "text": ","
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 161,
+ "startColumn": 1,
+ "charOffset": 6314,
+ "charLength": 214,
+ "snippet": {
+ "text": " new EnumFlagViewModel(SplitType.Item),\r\n new EnumFlagViewModel(SplitType.Position),\r\n new EnumFlagViewModel(SplitType.Flag),\r\n };\r\n \r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulSplitter",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "c0e083ed292cf0bd",
+ "equalIndicator/v1": "ff5c0a8e2c08c7f0780bc50a7a348c09f8c7bff8abc0a2714943910ba7a90a92"
+ },
+ "baselineState": "unchanged",
+ "properties": {
+ "ideaSeverity": "TYPO",
+ "qodanaSeverity": "Low",
+ "tags": [
+ "C#",
+ ".NETFramework 4.8.1"
+ ]
+ }
+ },
+ {
+ "ruleId": "MergeSequentialChecks",
+ "kind": "fail",
+ "level": "note",
+ "message": {
+ "text": "Merge sequential checks",
+ "markdown": "Merge sequential checks"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulSplitter/UI/DarkSouls1/DarkSouls1ViewModelRefactor.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 64,
+ "startColumn": 57,
+ "charOffset": 2484,
+ "charLength": 2,
+ "snippet": {
+ "text": "&&"
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 62,
+ "startColumn": 1,
+ "charOffset": 2385,
+ "charLength": 180,
+ "snippet": {
+ "text": "\r\n case SplitType.Bonfire:\r\n return NewSplitBonfireState != null && NewSplitBonfireState.Bonfire != null;\r\n\r\n case SplitType.Item:\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulSplitter",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "4d05b0d47486c533",
+ "equalIndicator/v1": "859827cc1992c121ffc4d869a3c47957e2f5a56739f09b0c8cdcafe338a766ea"
+ },
+ "baselineState": "unchanged",
+ "properties": {
+ "ideaSeverity": "TYPO",
+ "qodanaSeverity": "Low",
+ "tags": [
+ "C#",
+ ".NETFramework 4.8.1"
+ ]
+ }
+ },
+ {
+ "ruleId": "MergeSequentialChecks",
+ "kind": "fail",
+ "level": "note",
+ "message": {
+ "text": "Merge sequential checks",
+ "markdown": "Merge sequential checks"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulSplitter/UI/DarkSouls1/DarkSouls1ViewModelRefactor.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 67,
+ "startColumn": 54,
+ "charOffset": 2619,
+ "charLength": 2,
+ "snippet": {
+ "text": "&&"
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 65,
+ "startColumn": 1,
+ "charOffset": 2526,
+ "charLength": 175,
+ "snippet": {
+ "text": "\r\n case SplitType.Item:\r\n return NewSplitItemState != null && NewSplitItemState.ItemType != null;\r\n\r\n case SplitType.Credits:\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulSplitter",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "c788683153bd0226",
+ "equalIndicator/v1": "b665eec3bfb75d079bc1fd1082963396441643f192521dbcefb2f018d981973e"
+ },
+ "baselineState": "unchanged",
+ "properties": {
+ "ideaSeverity": "TYPO",
+ "qodanaSeverity": "Low",
+ "tags": [
+ "C#",
+ ".NETFramework 4.8.1"
+ ]
+ }
+ },
+ {
+ "ruleId": "RedundantDefaultMemberInitializer",
+ "kind": "fail",
+ "level": "warning",
+ "message": {
+ "text": "Initializing field by default value is redundant",
+ "markdown": "Initializing field by default value is redundant"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulSplitter/UI/DarkSouls1/DarkSouls1ViewModelRefactor.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 120,
+ "startColumn": 42,
+ "charOffset": 4437,
+ "charLength": 6,
+ "snippet": {
+ "text": "= null"
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 118,
+ "startColumn": 1,
+ "charOffset": 4383,
+ "charLength": 85,
+ "snippet": {
+ "text": " }\r\n\r\n private SplitType? _newSplitType = null;\r\n\r\n [XmlIgnore]\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulSplitter",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "76dc05de0c05f1df",
+ "equalIndicator/v1": "742f9dbdc0eb0ba7e101a1a262bf2c8d4b621791287a49fea39f248409c3b62e"
+ },
+ "baselineState": "unchanged",
+ "properties": {
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "tags": [
+ "C#",
+ ".NETFramework 4.8.1"
+ ]
+ }
+ },
+ {
+ "ruleId": "RedundantEmptyObjectCreationArgumentList",
+ "kind": "fail",
+ "level": "note",
+ "message": {
+ "text": "Empty argument list is redundant",
+ "markdown": "Empty argument list is redundant"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulSplitter/UI/DarkSouls1/DarkSouls1ViewModelRefactor.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 102,
+ "startColumn": 50,
+ "charOffset": 3794,
+ "charLength": 2,
+ "snippet": {
+ "text": "()"
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 100,
+ "startColumn": 1,
+ "charOffset": 3697,
+ "charLength": 174,
+ "snippet": {
+ "text": "\r\n case SplitType.Position:\r\n Position = new VectorSize() { Position = CurrentPosition.Clone() };\r\n break;\r\n\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulSplitter",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "d8afaeb4f928c092",
+ "equalIndicator/v1": "2d8d324ef8f20d8e3ff784a7ef0402cf20ff0176c7f7efd7f045cf39ed60c1c9"
+ },
+ "baselineState": "unchanged",
+ "properties": {
+ "ideaSeverity": "TYPO",
+ "qodanaSeverity": "Low",
+ "tags": [
+ "C#",
+ ".NETFramework 4.8.1"
+ ]
+ }
+ },
+ {
+ "ruleId": "RedundantEmptyObjectCreationArgumentList",
+ "kind": "fail",
+ "level": "note",
+ "message": {
+ "text": "Empty argument list is redundant",
+ "markdown": "Empty argument list is redundant"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulSplitter/UI/DarkSouls1/DarkSouls1ViewModelRefactor.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 156,
+ "startColumn": 155,
+ "charOffset": 6102,
+ "charLength": 2,
+ "snippet": {
+ "text": "()"
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 154,
+ "startColumn": 1,
+ "charOffset": 5934,
+ "charLength": 245,
+ "snippet": {
+ "text": " };\r\n\r\n public static ObservableCollection> SplitTypes { get; set; } = new ObservableCollection>()\r\n {\r\n new EnumFlagViewModel(SplitType.Boss),\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulSplitter",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "a083737c350a5d54",
+ "equalIndicator/v1": "606a6c9ea5fb4a8a3ea70f1eac497e1f4d321c13d0650140e11af304284e2320"
+ },
+ "baselineState": "unchanged",
+ "properties": {
+ "ideaSeverity": "TYPO",
+ "qodanaSeverity": "Low",
+ "tags": [
+ "C#",
+ ".NETFramework 4.8.1"
+ ]
+ }
+ },
+ {
+ "ruleId": "RedundantEmptyObjectCreationArgumentList",
+ "kind": "fail",
+ "level": "note",
+ "message": {
+ "text": "Empty argument list is redundant",
+ "markdown": "Empty argument list is redundant"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulSplitter/UI/DarkSouls1/DarkSouls1ViewModelRefactor.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 145,
+ "startColumn": 41,
+ "charOffset": 5378,
+ "charLength": 2,
+ "snippet": {
+ "text": "()"
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 143,
+ "startColumn": 1,
+ "charOffset": 5182,
+ "charLength": 370,
+ "snippet": {
+ "text": " public ObservableCollection BooleanFlags { get; set; } = new ObservableCollection()\r\n {\r\n new BoolDescriptionViewModel(){ Description = \"Start automatically\", Value = true },\r\n new BoolDescriptionViewModel(){ Description = \"Reset inventory indices\", Value = true }\r\n };\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulSplitter",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "4cff0868ed0f1131",
+ "equalIndicator/v1": "637ac634056f4782bca3c58d2665a04ccd73109db48f2ff7e4e40e547d1faeea"
+ },
+ "baselineState": "unchanged",
+ "properties": {
+ "ideaSeverity": "TYPO",
+ "qodanaSeverity": "Low",
+ "tags": [
+ "C#",
+ ".NETFramework 4.8.1"
+ ]
+ }
+ },
+ {
+ "ruleId": "RedundantEmptyObjectCreationArgumentList",
+ "kind": "fail",
+ "level": "note",
+ "message": {
+ "text": "Empty argument list is redundant",
+ "markdown": "Empty argument list is redundant"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulSplitter/UI/DarkSouls1/DarkSouls1ViewModelRefactor.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 149,
+ "startColumn": 158,
+ "charOffset": 5712,
+ "charLength": 2,
+ "snippet": {
+ "text": "()"
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 147,
+ "startColumn": 1,
+ "charOffset": 5541,
+ "charLength": 255,
+ "snippet": {
+ "text": " };\r\n\r\n public static ObservableCollection> TimingTypes { get; set; } = new ObservableCollection>()\r\n {\r\n new EnumFlagViewModel(TimingType.Immediate),\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulSplitter",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "e79e306139f6a21d",
+ "equalIndicator/v1": "680236b845b1bb81f032667ca41c86be11ced003f69feb9b71e85fe3013ba347"
+ },
+ "baselineState": "unchanged",
+ "properties": {
+ "ideaSeverity": "TYPO",
+ "qodanaSeverity": "Low",
+ "tags": [
+ "C#",
+ ".NETFramework 4.8.1"
+ ]
+ }
+ },
+ {
+ "ruleId": "RedundantEmptyObjectCreationArgumentList",
+ "kind": "fail",
+ "level": "note",
+ "message": {
+ "text": "Empty argument list is redundant",
+ "markdown": "Empty argument list is redundant"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulSplitter/UI/DarkSouls1/DarkSouls1ViewModelRefactor.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 110,
+ "startColumn": 82,
+ "charOffset": 4140,
+ "charLength": 2,
+ "snippet": {
+ "text": "()"
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 108,
+ "startColumn": 1,
+ "charOffset": 4012,
+ "charLength": 200,
+ "snippet": {
+ "text": "\r\n case SplitType.Bonfire:\r\n NewSplitBonfireState = new Splits.DarkSouls1.BonfireState() { State = BonfireState.Unlocked };\r\n break;\r\n\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulSplitter",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "ed688dc70c51ad6c",
+ "equalIndicator/v1": "8eb5979087b04e5b32d055c60cfae331255eb92ffa19629b8ad1942cca8465bb"
+ },
+ "baselineState": "unchanged",
+ "properties": {
+ "ideaSeverity": "TYPO",
+ "qodanaSeverity": "Low",
+ "tags": [
+ "C#",
+ ".NETFramework 4.8.1"
+ ]
+ }
+ },
+ {
+ "ruleId": "RedundantEmptyObjectCreationArgumentList",
+ "kind": "fail",
+ "level": "note",
+ "message": {
+ "text": "Empty argument list is redundant",
+ "markdown": "Empty argument list is redundant"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulSplitter/UI/DarkSouls1/DarkSouls1ViewModelRefactor.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 146,
+ "startColumn": 41,
+ "charOffset": 5480,
+ "charLength": 2,
+ "snippet": {
+ "text": "()"
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 144,
+ "startColumn": 1,
+ "charOffset": 5327,
+ "charLength": 227,
+ "snippet": {
+ "text": " {\r\n new BoolDescriptionViewModel(){ Description = \"Start automatically\", Value = true },\r\n new BoolDescriptionViewModel(){ Description = \"Reset inventory indices\", Value = true }\r\n };\r\n\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulSplitter",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "8a54528c02781916",
+ "equalIndicator/v1": "ababcdddcf004ae18233bc33bd6a3a18d40c580289093e43ae79ee273dde7450"
+ },
+ "baselineState": "unchanged",
+ "properties": {
+ "ideaSeverity": "TYPO",
+ "qodanaSeverity": "Low",
+ "tags": [
+ "C#",
+ ".NETFramework 4.8.1"
+ ]
+ }
+ },
+ {
+ "ruleId": "RedundantEmptyObjectCreationArgumentList",
+ "kind": "fail",
+ "level": "note",
+ "message": {
+ "text": "Empty argument list is redundant",
+ "markdown": "Empty argument list is redundant"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulSplitter/UI/DarkSouls1/DarkSouls1ViewModelRefactor.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 98,
+ "startColumn": 72,
+ "charOffset": 3587,
+ "charLength": 2,
+ "snippet": {
+ "text": "()"
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 96,
+ "startColumn": 1,
+ "charOffset": 3450,
+ "charLength": 248,
+ "snippet": {
+ "text": " {\r\n case SplitType.Attribute:\r\n NewSplitValue = new Splits.DarkSouls1.Attribute() { AttributeType = SoulMemory.DarkSouls1.Attribute.Vitality, Level = 10 };\r\n break;\r\n\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulSplitter",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "7ad4b854e870363c",
+ "equalIndicator/v1": "bd11dab5ec7341a4273558ec8001f2548e0cdfbff66b578390970b8e552cbf78"
+ },
+ "baselineState": "unchanged",
+ "properties": {
+ "ideaSeverity": "TYPO",
+ "qodanaSeverity": "Low",
+ "tags": [
+ "C#",
+ ".NETFramework 4.8.1"
+ ]
+ }
+ },
+ {
+ "ruleId": "RedundantEmptyObjectCreationArgumentList",
+ "kind": "fail",
+ "level": "note",
+ "message": {
+ "text": "Empty argument list is redundant",
+ "markdown": "Empty argument list is redundant"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulSplitter/UI/DarkSouls1/DarkSouls1ViewModelRefactor.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 143,
+ "startColumn": 142,
+ "charOffset": 5323,
+ "charLength": 2,
+ "snippet": {
+ "text": "()"
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 141,
+ "startColumn": 1,
+ "charOffset": 5000,
+ "charLength": 439,
+ "snippet": {
+ "text": "\r\n #region Static UI source data ============================================================================================================================================\r\n public ObservableCollection BooleanFlags { get; set; } = new ObservableCollection()\r\n {\r\n new BoolDescriptionViewModel(){ Description = \"Start automatically\", Value = true },\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulSplitter",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "1a1036a3542fddff",
+ "equalIndicator/v1": "df37820f71aa670b64041b52413c3a67d4d5cc7f4e3953227199df17641769c9"
+ },
+ "baselineState": "unchanged",
+ "properties": {
+ "ideaSeverity": "TYPO",
+ "qodanaSeverity": "Low",
+ "tags": [
+ "C#",
+ ".NETFramework 4.8.1"
+ ]
+ }
+ },
+ {
+ "ruleId": "RedundantNameQualifier",
+ "kind": "fail",
+ "level": "warning",
+ "message": {
+ "text": "Qualifier is redundant",
+ "markdown": "Qualifier is redundant"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulSplitter/UI/DarkSouls1/DarkSouls1ViewModelRefactor.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 98,
+ "startColumn": 93,
+ "charOffset": 3608,
+ "charLength": 22,
+ "snippet": {
+ "text": "SoulMemory.DarkSouls1."
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 96,
+ "startColumn": 1,
+ "charOffset": 3450,
+ "charLength": 248,
+ "snippet": {
+ "text": " {\r\n case SplitType.Attribute:\r\n NewSplitValue = new Splits.DarkSouls1.Attribute() { AttributeType = SoulMemory.DarkSouls1.Attribute.Vitality, Level = 10 };\r\n break;\r\n\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulSplitter",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "bb6a00e25a6e80c0",
+ "equalIndicator/v1": "d65290a376d1a0a323d6005ef0b236b3fade9cb66fdbb45cd5957982db0dd919"
+ },
+ "baselineState": "unchanged",
+ "properties": {
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "tags": [
+ "C#",
+ ".NETFramework 4.8.1"
+ ]
+ }
+ },
+ {
+ "ruleId": "SwitchStatementHandlesSomeKnownEnumValuesWithDefault",
+ "kind": "fail",
+ "level": "note",
+ "message": {
+ "text": "Some values of the enum are not processed inside switch: KnownFlag, ItemPickup, null",
+ "markdown": "Some values of the enum are not processed inside switch: KnownFlag, ItemPickup, null"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulSplitter/UI/DarkSouls1/DarkSouls1ViewModelRefactor.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 48,
+ "startColumn": 13,
+ "charOffset": 1921,
+ "charLength": 6,
+ "snippet": {
+ "text": "switch"
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 46,
+ "startColumn": 1,
+ "charOffset": 1892,
+ "charLength": 92,
+ "snippet": {
+ "text": " }\r\n\r\n switch (NewSplitType)\r\n {\r\n default:\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulSplitter",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "23a0517eca880c64",
+ "equalIndicator/v1": "1f2be0a78eaece0f9666ffc06bbb0e3b408f8a2f54daf78fb8c3e6d2b518d5da"
+ },
+ "baselineState": "unchanged",
+ "properties": {
+ "ideaSeverity": "TYPO",
+ "qodanaSeverity": "Low",
+ "tags": [
+ "C#",
+ ".NETFramework 4.8.1"
+ ]
+ }
+ },
+ {
+ "ruleId": "SwitchStatementMissingSomeEnumCasesNoDefault",
+ "kind": "fail",
+ "level": "note",
+ "message": {
+ "text": "Some values of the enum are not processed inside switch: Boss, KnownFlag, ItemPickup...",
+ "markdown": "Some values of the enum are not processed inside switch: Boss, KnownFlag, ItemPickup..."
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulSplitter/UI/DarkSouls1/DarkSouls1ViewModelRefactor.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 95,
+ "startColumn": 17,
+ "charOffset": 3427,
+ "charLength": 6,
+ "snippet": {
+ "text": "switch"
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 93,
+ "startColumn": 1,
+ "charOffset": 3356,
+ "charLength": 159,
+ "snippet": {
+ "text": " SetField(ref _newSplitType, value);\r\n\r\n switch (NewSplitType)\r\n {\r\n case SplitType.Attribute:\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulSplitter",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "4d87e767e0889218",
+ "equalIndicator/v1": "85bf90966cfbd77a66bdd20f545e4f72a14c96a566244ebd90146d7b19d2493e"
+ },
+ "baselineState": "unchanged",
+ "properties": {
+ "ideaSeverity": "TYPO",
+ "qodanaSeverity": "Low",
+ "tags": [
+ "C#",
+ ".NETFramework 4.8.1"
+ ]
+ }
+ },
+ {
+ "ruleId": "UseSymbolAlias",
+ "kind": "fail",
+ "level": "note",
+ "message": {
+ "text": "Use type alias 'Attribute'",
+ "markdown": "Use type alias 'Attribute'"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulSplitter/UI/DarkSouls1/DarkSouls1ViewModelRefactor.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 98,
+ "startColumn": 93,
+ "charOffset": 3608,
+ "charLength": 31,
+ "snippet": {
+ "text": "SoulMemory.DarkSouls1.Attribute"
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 96,
+ "startColumn": 1,
+ "charOffset": 3450,
+ "charLength": 248,
+ "snippet": {
+ "text": " {\r\n case SplitType.Attribute:\r\n NewSplitValue = new Splits.DarkSouls1.Attribute() { AttributeType = SoulMemory.DarkSouls1.Attribute.Vitality, Level = 10 };\r\n break;\r\n\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulSplitter",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "a9b812250de78dc4",
+ "equalIndicator/v1": "3b5f7e8ab72b22ee5ffc2dd42dbb51a64cff8b8cdbdd4f8f795614ebbde95f14"
+ },
+ "baselineState": "unchanged",
+ "properties": {
+ "ideaSeverity": "TYPO",
+ "qodanaSeverity": "Low",
+ "tags": [
+ "C#",
+ ".NETFramework 4.8.1"
+ ]
+ }
+ },
+ {
+ "ruleId": "YAMLSchemaValidation",
+ "kind": "fail",
+ "level": "warning",
+ "message": {
+ "text": "Schema validation: Missing required property 'version' = 1.0",
+ "markdown": "Schema validation: Missing required property 'version' = 1.0"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": ".github/workflows/qodana.yml",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 1,
+ "startColumn": 1,
+ "charOffset": 0,
+ "charLength": 12,
+ "snippet": {
+ "text": "name: Qodana"
+ },
+ "sourceLanguage": "yaml"
+ },
+ "contextRegion": {
+ "startLine": 1,
+ "startColumn": 1,
+ "charOffset": 0,
+ "charLength": 32,
+ "snippet": {
+ "text": "name: Qodana\r\non:\r\n #schedule:\r"
+ },
+ "sourceLanguage": "yaml"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "rider.module",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "18d6a70f4b1439d0",
+ "equalIndicator/v1": "2a03b40c141d224bf54ff3e9565ea9aa53d43ceb165c31255d5e6806e440d259"
+ },
+ "baselineState": "unchanged",
+ "properties": {
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "tags": [
+ "yaml"
+ ]
+ }
+ },
+ {
+ "ruleId": "ArrangeObjectCreationWhenTypeEvident",
+ "kind": "fail",
+ "level": "note",
+ "message": {
+ "text": "Redundant type specification",
+ "markdown": "Redundant type specification"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulMemory/DarkSouls1/DropMod.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 107,
+ "startColumn": 13,
+ "charOffset": 4099,
+ "charLength": 14,
+ "snippet": {
+ "text": "SwitchableDrop"
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 105,
+ "startColumn": 1,
+ "charOffset": 3973,
+ "charLength": 216,
+ "snippet": {
+ "text": " //Anor londo\r\n new SwitchableDrop(ItemType.SilverKnightStraightSword, 24100000, 208000, 1473000),\r\n new SwitchableDrop(ItemType.SilverKnightSpear, 24100300, 1006000, 1473000),\r\n\r\n //kiln\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulMemory",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "5193df7cbc82f6be",
+ "equalIndicator/v1": "0b4b51a79e3aad84297a00737c570c67c02f7f7d6699e0b7ac3394caee2c9a97"
+ },
+ "baselineState": "new",
+ "properties": {
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "tags": [
+ "C#",
+ ".NETStandard 2.0"
+ ]
+ }
+ },
+ {
+ "ruleId": "ArrangeObjectCreationWhenTypeEvident",
+ "kind": "fail",
+ "level": "note",
+ "message": {
+ "text": "Redundant type specification",
+ "markdown": "Redundant type specification"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulMemory/DarkSouls1/DropMod.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 103,
+ "startColumn": 13,
+ "charOffset": 3901,
+ "charLength": 14,
+ "snippet": {
+ "text": "SwitchableDrop"
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 101,
+ "startColumn": 1,
+ "charOffset": 3818,
+ "charLength": 176,
+ "snippet": {
+ "text": " private readonly List _switchableWeapons =\r\n [\r\n new SwitchableDrop(ItemType.StoneGreatsword, 23800000, 306000, 1503000),\r\n\r\n //Anor londo\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulMemory",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "5530271796c19239",
+ "equalIndicator/v1": "15ddb4b9664fc756d0a9321a5d753484a7df7441b6deaedf3871c5ae8d7b8613"
+ },
+ "baselineState": "new",
+ "properties": {
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "tags": [
+ "C#",
+ ".NETStandard 2.0"
+ ]
+ }
+ },
+ {
+ "ruleId": "ArrangeObjectCreationWhenTypeEvident",
+ "kind": "fail",
+ "level": "note",
+ "message": {
+ "text": "Redundant type specification",
+ "markdown": "Redundant type specification"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulSplitter/ViewModels/Games/ArmoredCore6ViewModel.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 60,
+ "startColumn": 13,
+ "charOffset": 2038,
+ "charLength": 29,
+ "snippet": {
+ "text": "EnumFlagViewModel"
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 58,
+ "startColumn": 1,
+ "charOffset": 1953,
+ "charLength": 147,
+ "snippet": {
+ "text": " [\r\n new EnumFlagViewModel(TimingType.Immediate),\r\n new EnumFlagViewModel(TimingType.OnLoading)\r\n ];\r\n\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulSplitter",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "9d637dc0d30d32ee",
+ "equalIndicator/v1": "1974c6a2371bb2b3940dfa05d4f06e47974847641fb7c3b34eea9c083e37c740"
+ },
+ "baselineState": "new",
+ "properties": {
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "tags": [
+ "C#",
+ ".NETFramework 4.8.1"
+ ]
+ }
+ },
+ {
+ "ruleId": "ArrangeObjectCreationWhenTypeEvident",
+ "kind": "fail",
+ "level": "note",
+ "message": {
+ "text": "Redundant type specification",
+ "markdown": "Redundant type specification"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulMemory/DarkSouls1/DropMod.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 113,
+ "startColumn": 13,
+ "charOffset": 4457,
+ "charLength": 14,
+ "snippet": {
+ "text": "SwitchableDrop"
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 111,
+ "startColumn": 1,
+ "charOffset": 4276,
+ "charLength": 285,
+ "snippet": {
+ "text": " new SwitchableDrop(ItemType.BlackKnightGreataxe, 27905200, 753000, 1474000),\r\n new SwitchableDrop(ItemType.BlackKnightSword, 27905000, 310000, 1474000),\r\n new SwitchableDrop(ItemType.BlackKnightGreatsword, 27905100, 355000, 1474000),\r\n\r\n //Darkroot Garden\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulMemory",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "b9250f3c50c11f6e",
+ "equalIndicator/v1": "21a0e2733c7b048dede430ea4975ea6c81864f659a016370c6901ecd0fdb7678"
+ },
+ "baselineState": "new",
+ "properties": {
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "tags": [
+ "C#",
+ ".NETStandard 2.0"
+ ]
+ }
+ },
+ {
+ "ruleId": "ArrangeObjectCreationWhenTypeEvident",
+ "kind": "fail",
+ "level": "note",
+ "message": {
+ "text": "Redundant type specification",
+ "markdown": "Redundant type specification"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulMemory/DarkSouls1/DropMod.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 111,
+ "startColumn": 13,
+ "charOffset": 4288,
+ "charLength": 14,
+ "snippet": {
+ "text": "SwitchableDrop"
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 109,
+ "startColumn": 1,
+ "charOffset": 4174,
+ "charLength": 358,
+ "snippet": {
+ "text": " //kiln\r\n new SwitchableDrop(ItemType.BlackKnightHalberd, 27905300, 1105000, 1474000),\r\n new SwitchableDrop(ItemType.BlackKnightGreataxe, 27905200, 753000, 1474000),\r\n new SwitchableDrop(ItemType.BlackKnightSword, 27905000, 310000, 1474000),\r\n new SwitchableDrop(ItemType.BlackKnightGreatsword, 27905100, 355000, 1474000),\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulMemory",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "60e49cb5c195c562",
+ "equalIndicator/v1": "42537eeaca94369dfc320c7a227d8739ef8b095499a0b3580b0914d569aac751"
+ },
+ "baselineState": "new",
+ "properties": {
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "tags": [
+ "C#",
+ ".NETStandard 2.0"
+ ]
+ }
+ },
+ {
+ "ruleId": "ArrangeObjectCreationWhenTypeEvident",
+ "kind": "fail",
+ "level": "note",
+ "message": {
+ "text": "Redundant type specification",
+ "markdown": "Redundant type specification"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulMemory/DarkSouls1/DropMod.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 122,
+ "startColumn": 13,
+ "charOffset": 4789,
+ "charLength": 14,
+ "snippet": {
+ "text": "SwitchableDrop"
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 120,
+ "startColumn": 1,
+ "charOffset": 4757,
+ "charLength": 125,
+ "snippet": {
+ "text": "\r\n //Asylum\r\n new SwitchableDrop(ItemType.BlackKnightSword, 27907000, 310000, 1474000),\r\n\r\n //Catacombs\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulMemory",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "3dcba666b022de69",
+ "equalIndicator/v1": "4ee7129abfcbbad3ac9a885e7be250809026043e8b916fa2b18430ce7da789ef"
+ },
+ "baselineState": "new",
+ "properties": {
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "tags": [
+ "C#",
+ ".NETStandard 2.0"
+ ]
+ }
+ },
+ {
+ "ruleId": "ArrangeObjectCreationWhenTypeEvident",
+ "kind": "fail",
+ "level": "note",
+ "message": {
+ "text": "Redundant type specification",
+ "markdown": "Redundant type specification"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulMemory/DarkSouls1/DropMod.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 126,
+ "startColumn": 13,
+ "charOffset": 4981,
+ "charLength": 14,
+ "snippet": {
+ "text": "SwitchableDrop"
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 124,
+ "startColumn": 1,
+ "charOffset": 4862,
+ "charLength": 201,
+ "snippet": {
+ "text": " //Catacombs\r\n new SwitchableDrop(ItemType.BlackKnightGreataxe, 27902000, 753000, 1474000),\r\n new SwitchableDrop(ItemType.BlackKnightHalberd, 27903000, 1105000, 1474000)\r\n ];\r\n\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulMemory",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "325c1d3eed006ae7",
+ "equalIndicator/v1": "611250be4e0f0ddccacb4e6696e242084cfdf904b76deef7f6bc840bdde1c74a"
+ },
+ "baselineState": "new",
+ "properties": {
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "tags": [
+ "C#",
+ ".NETStandard 2.0"
+ ]
+ }
+ },
+ {
+ "ruleId": "ArrangeObjectCreationWhenTypeEvident",
+ "kind": "fail",
+ "level": "note",
+ "message": {
+ "text": "Redundant type specification",
+ "markdown": "Redundant type specification"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulMemory/DarkSouls1/DropMod.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 106,
+ "startColumn": 13,
+ "charOffset": 4007,
+ "charLength": 14,
+ "snippet": {
+ "text": "SwitchableDrop"
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 104,
+ "startColumn": 1,
+ "charOffset": 3971,
+ "charLength": 202,
+ "snippet": {
+ "text": "\r\n //Anor londo\r\n new SwitchableDrop(ItemType.SilverKnightStraightSword, 24100000, 208000, 1473000),\r\n new SwitchableDrop(ItemType.SilverKnightSpear, 24100300, 1006000, 1473000),\r\n\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulMemory",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "89731189a979a222",
+ "equalIndicator/v1": "6e59e9317944742eb6ce4154c2db5bc8a6b443fc0fdcd70540b7b03f84a01814"
+ },
+ "baselineState": "new",
+ "properties": {
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "tags": [
+ "C#",
+ ".NETStandard 2.0"
+ ]
+ }
+ },
+ {
+ "ruleId": "ArrangeObjectCreationWhenTypeEvident",
+ "kind": "fail",
+ "level": "note",
+ "message": {
+ "text": "Redundant type specification",
+ "markdown": "Redundant type specification"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulMemory/DarkSouls1/DropMod.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 112,
+ "startColumn": 13,
+ "charOffset": 4374,
+ "charLength": 14,
+ "snippet": {
+ "text": "SwitchableDrop"
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 110,
+ "startColumn": 1,
+ "charOffset": 4190,
+ "charLength": 344,
+ "snippet": {
+ "text": " new SwitchableDrop(ItemType.BlackKnightHalberd, 27905300, 1105000, 1474000),\r\n new SwitchableDrop(ItemType.BlackKnightGreataxe, 27905200, 753000, 1474000),\r\n new SwitchableDrop(ItemType.BlackKnightSword, 27905000, 310000, 1474000),\r\n new SwitchableDrop(ItemType.BlackKnightGreatsword, 27905100, 355000, 1474000),\r\n\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulMemory",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "32d4d48ac4324d3a",
+ "equalIndicator/v1": "bc6fbfeec5039e0b3b558679a47c708c9e377a203c557f8ad9bbc71f63991321"
+ },
+ "baselineState": "new",
+ "properties": {
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "tags": [
+ "C#",
+ ".NETStandard 2.0"
+ ]
+ }
+ },
+ {
+ "ruleId": "ArrangeObjectCreationWhenTypeEvident",
+ "kind": "fail",
+ "level": "note",
+ "message": {
+ "text": "Redundant type specification",
+ "markdown": "Redundant type specification"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulMemory/DarkSouls1/DropMod.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 110,
+ "startColumn": 13,
+ "charOffset": 4202,
+ "charLength": 14,
+ "snippet": {
+ "text": "SwitchableDrop"
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 108,
+ "startColumn": 1,
+ "charOffset": 4172,
+ "charLength": 272,
+ "snippet": {
+ "text": "\r\n //kiln\r\n new SwitchableDrop(ItemType.BlackKnightHalberd, 27905300, 1105000, 1474000),\r\n new SwitchableDrop(ItemType.BlackKnightGreataxe, 27905200, 753000, 1474000),\r\n new SwitchableDrop(ItemType.BlackKnightSword, 27905000, 310000, 1474000),\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulMemory",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "08d56da94219c50e",
+ "equalIndicator/v1": "cf49b307b42dad873acad20590cec25554429be8f7ffdb6d0db52efcbe9ccc28"
+ },
+ "baselineState": "new",
+ "properties": {
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "tags": [
+ "C#",
+ ".NETStandard 2.0"
+ ]
+ }
+ },
+ {
+ "ruleId": "ArrangeObjectCreationWhenTypeEvident",
+ "kind": "fail",
+ "level": "note",
+ "message": {
+ "text": "Redundant type specification",
+ "markdown": "Redundant type specification"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulMemory/DarkSouls1/DropMod.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 119,
+ "startColumn": 13,
+ "charOffset": 4685,
+ "charLength": 14,
+ "snippet": {
+ "text": "SwitchableDrop"
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 117,
+ "startColumn": 1,
+ "charOffset": 4648,
+ "charLength": 128,
+ "snippet": {
+ "text": "\r\n //undead burg\r\n new SwitchableDrop(ItemType.BlackKnightSword, 27900000, 1105000, 1474000),\r\n\r\n //Asylum\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulMemory",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "94a5a089791e2caf",
+ "equalIndicator/v1": "d68235433e2b1a3c5aeba16c922755d828a053cdd24b1c4acfae196b3c4ab748"
+ },
+ "baselineState": "new",
+ "properties": {
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "tags": [
+ "C#",
+ ".NETStandard 2.0"
+ ]
+ }
+ },
+ {
+ "ruleId": "ArrangeObjectCreationWhenTypeEvident",
+ "kind": "fail",
+ "level": "note",
+ "message": {
+ "text": "Redundant type specification",
+ "markdown": "Redundant type specification"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulSplitter/ViewModels/Games/ArmoredCore6ViewModel.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 59,
+ "startColumn": 13,
+ "charOffset": 1972,
+ "charLength": 29,
+ "snippet": {
+ "text": "EnumFlagViewModel"
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 57,
+ "startColumn": 1,
+ "charOffset": 1854,
+ "charLength": 244,
+ "snippet": {
+ "text": " public static ObservableCollection> TimingTypes { get; set; } =\r\n [\r\n new EnumFlagViewModel(TimingType.Immediate),\r\n new EnumFlagViewModel(TimingType.OnLoading)\r\n ];\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulSplitter",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "2eda5b9b7ea90b86",
+ "equalIndicator/v1": "df663559023b9583a68800796c9aadd998c0054c2c59f48589e990d1ee86eeb8"
+ },
+ "baselineState": "new",
+ "properties": {
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "tags": [
+ "C#",
+ ".NETFramework 4.8.1"
+ ]
+ }
+ },
+ {
+ "ruleId": "ArrangeObjectCreationWhenTypeEvident",
+ "kind": "fail",
+ "level": "note",
+ "message": {
+ "text": "Redundant type specification",
+ "markdown": "Redundant type specification"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulMemory/DarkSouls1/DropMod.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 125,
+ "startColumn": 13,
+ "charOffset": 4895,
+ "charLength": 14,
+ "snippet": {
+ "text": "SwitchableDrop"
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 123,
+ "startColumn": 1,
+ "charOffset": 4860,
+ "charLength": 201,
+ "snippet": {
+ "text": "\r\n //Catacombs\r\n new SwitchableDrop(ItemType.BlackKnightGreataxe, 27902000, 753000, 1474000),\r\n new SwitchableDrop(ItemType.BlackKnightHalberd, 27903000, 1105000, 1474000)\r\n ];\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulMemory",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "bccb2b7a9f02bdb9",
+ "equalIndicator/v1": "edd4d2fd36bd219dbe90625812e05eaf8339157cea6f9848d67ef9178dbf7744"
+ },
+ "baselineState": "new",
+ "properties": {
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "tags": [
+ "C#",
+ ".NETStandard 2.0"
+ ]
+ }
+ },
+ {
+ "ruleId": "ArrangeObjectCreationWhenTypeEvident",
+ "kind": "fail",
+ "level": "note",
+ "message": {
+ "text": "Redundant type specification",
+ "markdown": "Redundant type specification"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulMemory/DarkSouls1/DropMod.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 116,
+ "startColumn": 13,
+ "charOffset": 4574,
+ "charLength": 14,
+ "snippet": {
+ "text": "SwitchableDrop"
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 114,
+ "startColumn": 1,
+ "charOffset": 4533,
+ "charLength": 139,
+ "snippet": {
+ "text": "\r\n //Darkroot Garden\r\n new SwitchableDrop(ItemType.BlackKnightHalberd, 27901000, 1105000, 1474000),\r\n\r\n //undead burg\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulMemory",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "002eb7db1095fa26",
+ "equalIndicator/v1": "f260fecfee22cb6b8f1ff86e21843840bd23e0c03b1225a509ad074096fcbb21"
+ },
+ "baselineState": "new",
+ "properties": {
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "tags": [
+ "C#",
+ ".NETStandard 2.0"
+ ]
+ }
+ },
+ {
+ "ruleId": "ArrangeObjectCreationWhenTypeEvident",
+ "kind": "fail",
+ "level": "note",
+ "message": {
+ "text": "Redundant type specification",
+ "markdown": "Redundant type specification"
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": "src/SoulSplitter/ViewModels/Games/ArmoredCore6ViewModel.cs",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 65,
+ "startColumn": 13,
+ "charOffset": 2217,
+ "charLength": 28,
+ "snippet": {
+ "text": "EnumFlagViewModel"
+ },
+ "sourceLanguage": "C#"
+ },
+ "contextRegion": {
+ "startLine": 63,
+ "startColumn": 1,
+ "charOffset": 2101,
+ "charLength": 171,
+ "snippet": {
+ "text": " public static ObservableCollection> SplitTypes { get; set; } =\r\n [\r\n new EnumFlagViewModel(SplitType.Flag)\r\n ];\r\n\r"
+ },
+ "sourceLanguage": "C#"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "SoulSplitter",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "dcdf93c4453a1eea",
+ "equalIndicator/v1": "fac065de65064817227b74843cb1136d9128df5773303a6dff880ee7174d9b0f"
+ },
+ "baselineState": "new",
+ "properties": {
+ "ideaSeverity": "WEAK WARNING",
+ "qodanaSeverity": "Moderate",
+ "tags": [
+ "C#",
+ ".NETFramework 4.8.1"
+ ]
+ }
+ },
+ {
+ "ruleId": "UndefinedAction",
+ "kind": "fail",
+ "level": "warning",
+ "message": {
+ "text": "Unresolved action/workflow reference: \"github/codeql-action/upload-sarif@v2\"",
+ "markdown": "Unresolved action/workflow reference: \"github/codeql-action/upload-sarif@v2\""
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": ".github/workflows/build.yml",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 54,
+ "startColumn": 15,
+ "charOffset": 1446,
+ "charLength": 36,
+ "snippet": {
+ "text": "github/codeql-action/upload-sarif@v2"
+ },
+ "sourceLanguage": "yaml"
+ },
+ "contextRegion": {
+ "startLine": 52,
+ "startColumn": 1,
+ "charOffset": 1383,
+ "charLength": 190,
+ "snippet": {
+ "text": " \r\n - name: upload to github code scanning\r\n uses: github/codeql-action/upload-sarif@v2\r\n with:\r\n sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json\r"
+ },
+ "sourceLanguage": "yaml"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "rider.module",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "30d1d3b42342658f",
+ "equalIndicator/v1": "c78e5387f2714374750666c72df2d2472b4bf326f072745ffad79c97f87834b5"
+ },
+ "baselineState": "new",
+ "properties": {
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "tags": [
+ "yaml"
+ ]
+ }
+ },
+ {
+ "ruleId": "UndefinedAction",
+ "kind": "fail",
+ "level": "warning",
+ "message": {
+ "text": "Unresolved action/workflow reference: \"JetBrains/qodana-action@v2024.3\"",
+ "markdown": "Unresolved action/workflow reference: \"JetBrains/qodana-action@v2024.3\""
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": ".github/workflows/build.yml",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 47,
+ "startColumn": 15,
+ "charOffset": 1222,
+ "charLength": 31,
+ "snippet": {
+ "text": "JetBrains/qodana-action@v2024.3"
+ },
+ "sourceLanguage": "yaml"
+ },
+ "contextRegion": {
+ "startLine": 45,
+ "startColumn": 1,
+ "charOffset": 1119,
+ "charLength": 196,
+ "snippet": {
+ "text": " - name: Qodana Scan\r\n if: ${{ !github.event.pull_request.head.repo.fork }}\r\n uses: JetBrains/qodana-action@v2024.3\r\n with:\r\n args: --baseline,qodana.sarif.json\r"
+ },
+ "sourceLanguage": "yaml"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "rider.module",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "b8760fb9428f65fb",
+ "equalIndicator/v1": "e8345da687debcab2af2879146fa2eb77f03e6d7e216a69af9fb42799c2d0c38"
+ },
+ "baselineState": "new",
+ "properties": {
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "tags": [
+ "yaml"
+ ]
+ }
+ },
+ {
+ "ruleId": "UndefinedParamsPresent",
+ "kind": "fail",
+ "level": "warning",
+ "message": {
+ "text": "Undefined parameter: \"sarif_file\"",
+ "markdown": "Undefined parameter: \"sarif_file\""
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": ".github/workflows/build.yml",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 56,
+ "startColumn": 11,
+ "charOffset": 1509,
+ "charLength": 63,
+ "snippet": {
+ "text": "sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json"
+ },
+ "sourceLanguage": "yaml"
+ },
+ "contextRegion": {
+ "startLine": 54,
+ "startColumn": 1,
+ "charOffset": 1432,
+ "charLength": 196,
+ "snippet": {
+ "text": " uses: github/codeql-action/upload-sarif@v2\r\n with:\r\n sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json\r\n\r\n #Collect all the artifacts and publish them\r"
+ },
+ "sourceLanguage": "yaml"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "rider.module",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "52e3c7debad7d5b2",
+ "equalIndicator/v1": "46cd96ec0f07ea68e82ef188cf0b9d5a6b4ddd931150e02696368b7fb718c4b6"
+ },
+ "baselineState": "new",
+ "properties": {
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "tags": [
+ "yaml"
+ ]
+ }
+ },
+ {
+ "ruleId": "UndefinedParamsPresent",
+ "kind": "fail",
+ "level": "warning",
+ "message": {
+ "text": "Undefined parameter: \"args\"",
+ "markdown": "Undefined parameter: \"args\""
+ },
+ "locations": [
+ {
+ "physicalLocation": {
+ "artifactLocation": {
+ "uri": ".github/workflows/build.yml",
+ "uriBaseId": "SRCROOT"
+ },
+ "region": {
+ "startLine": 49,
+ "startColumn": 11,
+ "charOffset": 1280,
+ "charLength": 34,
+ "snippet": {
+ "text": "args: --baseline,qodana.sarif.json"
+ },
+ "sourceLanguage": "yaml"
+ },
+ "contextRegion": {
+ "startLine": 47,
+ "startColumn": 1,
+ "charOffset": 1208,
+ "charLength": 174,
+ "snippet": {
+ "text": " uses: JetBrains/qodana-action@v2024.3\r\n with:\r\n args: --baseline,qodana.sarif.json\r\n env:\r\n QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}\r"
+ },
+ "sourceLanguage": "yaml"
+ }
+ },
+ "logicalLocations": [
+ {
+ "fullyQualifiedName": "rider.module",
+ "kind": "module"
+ }
+ ]
+ }
+ ],
+ "partialFingerprints": {
+ "equalIndicator/v2": "e918d13e365ba355",
+ "equalIndicator/v1": "5aa4d3babf6a646db2ec40dd357ba5af1293458d4575cdd3001149af40a1827e"
+ },
+ "baselineState": "new",
+ "properties": {
+ "ideaSeverity": "WARNING",
+ "qodanaSeverity": "High",
+ "tags": [
+ "yaml"
+ ]
+ }
+ }
+ ],
+ "automationDetails": {
+ "id": "SoulSplitter/qodana/2025-01-25",
+ "guid": "e9554cec-8fe9-4210-b6f7-e92d8752b370",
+ "properties": {
+ "jobUrl": "https://github.com/FrankvdStam/SoulSplitter/actions/runs/12964320992",
+ "analysisKind": "incremental"
+ }
+ },
+ "newlineSequences": [
+ "\r\n",
+ "\n"
+ ],
+ "properties": {
+ "qodanaFailureConditions": {
+ "severityThresholds": {
+ "any": 0
+ },
+ "testCoverageThresholds": {
+ "totalCoverage": 20,
+ "freshCoverage": 50
+ }
+ },
+ "coverage": {
+ "totalCoverage": 21,
+ "totalLines": 7702,
+ "totalCoveredLines": 1678,
+ "freshCoverage": 21,
+ "freshLines": 6543,
+ "freshCoveredLines": 1385
+ },
+ "configProfile": "recommended",
+ "deviceId": "200820300000000-50b2-0b80-867f-20af431df407",
+ "qodanaNewResultSummary": {
+ "moderate": 15,
+ "high": 4,
+ "total": 19
+ }
+ }
+ }
+ ]
+}
\ No newline at end of file
diff --git a/qodana.yaml b/qodana.yaml
index 9a71859c..b9fd5d52 100644
--- a/qodana.yaml
+++ b/qodana.yaml
@@ -12,4 +12,24 @@ exclude:
- name: exclude
paths:
- src/cli
- - tests
\ No newline at end of file
+ - tests
+ - name: SwitchExpressionHandlesSomeKnownEnumValuesWithExceptionInDefault
+ - name: All
+ paths:
+ - tests
+ - src/Cli
+
+dependencyOverrides:
+ #this unfortunately does not get detected automatically by qodana
+ - name: "NETStandard.Library"
+ version: "2.0.3"
+ licenses:
+ - key: "MIT"
+ url: "https://nuget.info/packages/NETStandard.Library/2.0.3"
+
+failureConditions:
+ severityThresholds:
+ any: 0
+ testCoverageThresholds:
+ fresh: 20
+ total: 20
\ No newline at end of file
diff --git a/src/SoulMemory/AnnotationsAttribute.cs b/src/SoulMemory/AnnotationsAttribute.cs
index af43be1f..b7c96019 100644
--- a/src/SoulMemory/AnnotationsAttribute.cs
+++ b/src/SoulMemory/AnnotationsAttribute.cs
@@ -16,18 +16,17 @@
using System;
-namespace SoulMemory
-{
- //I used to use Dispaly(Name = "", Description = "") to add human friendly boss/bonfire names
- //and locations to enum flags. When switching to .net standard, it was troublesome to get
- //livesplit to properly load the data annotations lib from microsoft. Rather than fighting
- //livesplit over loading it, I opted to just ditch it and use a simple attribute.
- //That's why this annotion exists and why it is so similar to Display().
+namespace SoulMemory;
+
+//I used to use Dispaly(Name = "", Description = "") to add human friendly boss/bonfire names
+//and locations to enum flags. When switching to .net standard, it was troublesome to get
+//livesplit to properly load the data annotations lib from microsoft. Rather than fighting
+//livesplit over loading it, I opted to just ditch it and use a simple attribute.
+//That's why this annotion exists and why it is so similar to Display().
- [AttributeUsage(AttributeTargets.Field)]
- public class AnnotationAttribute : Attribute
- {
- public string Name { get; set; }
- public string Description { get; set; }
- }
+[AttributeUsage(AttributeTargets.Field)]
+public class AnnotationAttribute : Attribute
+{
+ public string Name { get; set; } = null!;
+ public string Description { get; set; } = null!;
}
diff --git a/src/SoulMemory/ArmoredCore6/ArmoredCore6.cs b/src/SoulMemory/ArmoredCore6/ArmoredCore6.cs
index d7ca0717..4562b691 100644
--- a/src/SoulMemory/ArmoredCore6/ArmoredCore6.cs
+++ b/src/SoulMemory/ArmoredCore6/ArmoredCore6.cs
@@ -20,212 +20,211 @@
using System.Diagnostics;
using SoulMemory.MemoryV2.PointerTreeBuilder;
-namespace SoulMemory.ArmoredCore6
+namespace SoulMemory.ArmoredCore6;
+
+public class ArmoredCore6 : IGame
{
- public class ArmoredCore6 : IGame
+ private readonly IProcessHook _armoredCore6;
+
+ public ArmoredCore6(IProcessHook? processHook = null)
{
- private readonly IProcessHook _armoredCore6;
-
- public ArmoredCore6(IProcessHook processHook = null)
- {
- _armoredCore6 = processHook ?? new ProcessHook("armoredcore6");
+ _armoredCore6 = processHook ?? new ProcessHook("armoredcore6");
- _eventFlagMan = new Pointer(_armoredCore6);
- _noLogo = new Pointer(_armoredCore6);
- _fd4Time = new Pointer(_armoredCore6);
- _menuMan = new Pointer(_armoredCore6);
+ _eventFlagMan = new Pointer(_armoredCore6);
+ _noLogo = new Pointer(_armoredCore6);
+ _fd4Time = new Pointer(_armoredCore6);
+ _menuMan = new Pointer(_armoredCore6);
- _armoredCore6.PointerTreeBuilder
- .ScanRelative("CSEventFlagMan", "48 8b 35 ? ? ? ? 83 f8 ff 0f 44 c1", 3, 7)
- .AddPointer(_eventFlagMan, 0, 0);
+ _armoredCore6.PointerTreeBuilder
+ .ScanRelative("CSEventFlagMan", "48 8b 35 ? ? ? ? 83 f8 ff 0f 44 c1", 3, 7)
+ .AddPointer(_eventFlagMan, 0, 0);
- _armoredCore6.PointerTreeBuilder
- .ScanAbsolute("NoLogo", "33 f6 89 75 97 40 38 75 77 ? ? 48 89 31", 9)
- .AddPointer(_noLogo);
+ _armoredCore6.PointerTreeBuilder
+ .ScanAbsolute("NoLogo", "33 f6 89 75 97 40 38 75 77 ? ? 48 89 31", 9)
+ .AddPointer(_noLogo);
- _armoredCore6.PointerTreeBuilder
- .ScanRelative("FD4Time", "48 8b 0d ? ? ? ? 0f 28 c8 f3 0f 59 0d", 3, 7)
- .AddPointer(_fd4Time, 0, 0);
+ _armoredCore6.PointerTreeBuilder
+ .ScanRelative("FD4Time", "48 8b 0d ? ? ? ? 0f 28 c8 f3 0f 59 0d", 3, 7)
+ .AddPointer(_fd4Time, 0, 0);
- _armoredCore6.PointerTreeBuilder
- .ScanRelative("CSMenuMan", "48 8b 35 ? ? ? ? 33 db 89 5c 24 20", 3, 7)
- .AddPointer(_menuMan, 0, 0);
+ _armoredCore6.PointerTreeBuilder
+ .ScanRelative("CSMenuMan", "48 8b 35 ? ? ? ? 33 db 89 5c 24 20", 3, 7)
+ .AddPointer(_menuMan, 0, 0);
- _armoredCore6.Hooked += () =>
- {
- _noLogo.WriteBytes(0x0, new byte[] { 0x90, 0x90 });
- return InjectMods();
- };
- }
+ _armoredCore6.Hooked += () =>
+ {
+ _noLogo.WriteBytes(0x0, [0x90, 0x90]);
+ return InjectMods();
+ };
+ }
- private readonly Pointer _eventFlagMan;
- private readonly Pointer _noLogo;
- private readonly Pointer _fd4Time;
- private readonly Pointer _menuMan;
+ private readonly Pointer _eventFlagMan;
+ private readonly Pointer _noLogo;
+ private readonly Pointer _fd4Time;
+ private readonly Pointer _menuMan;
- public int GetInGameTimeMilliseconds() => _fd4Time.ReadInt32(0x114);
- public void WriteInGameTimeMilliseconds(int milliseconds) => _fd4Time.WriteInt32(0x114, milliseconds);
+ public int GetInGameTimeMilliseconds() => _fd4Time.ReadInt32(0x114);
+ public void WriteInGameTimeMilliseconds(int milliseconds) => _fd4Time.WriteInt32(0x114, milliseconds);
- public bool IsLoadingScreenVisible()
- {
- var value = _menuMan.ReadInt32(0x8e4);
- return value != 0;
- }
+ public bool IsLoadingScreenVisible()
+ {
+ var value = _menuMan.ReadInt32(0x8e4);
+ return value != 0;
+ }
- public ResultErr TryRefresh() => _armoredCore6.TryRefresh();
+ public ResultErr TryRefresh() => _armoredCore6.TryRefresh();
- public SoulMemory.Memory.TreeBuilder GetTreeBuilder()
+ public SoulMemory.Memory.TreeBuilder GetTreeBuilder()
+ {
+ var builder = new SoulMemory.Memory.TreeBuilder();
+ foreach (var node in _armoredCore6.PointerTreeBuilder.Tree)
{
- var builder = new SoulMemory.Memory.TreeBuilder();
- foreach (var node in _armoredCore6.PointerTreeBuilder.Tree)
+ if (node.PointerNodeType == PointerNodeType.RelativeScan)
{
- if (node.PointerNodeType == PointerNodeType.RelativeScan)
- {
- builder.ScanRelative(node.Name, node.Pattern, node.AddressOffset, node.InstructionSize);
- }
- if (node.PointerNodeType == PointerNodeType.AbsoluteScan)
- {
- builder.ScanAbsolute(node.Name, node.Pattern, node.AddressOffset);
- }
+ builder.ScanRelative(node.Name, node.Pattern, node.AddressOffset, node.InstructionSize);
+ }
+ if (node.PointerNodeType == PointerNodeType.AbsoluteScan)
+ {
+ builder.ScanAbsolute(node.Name, node.Pattern, node.AddressOffset);
}
- return builder;
}
+ return builder;
+ }
- public Process GetProcess() => _armoredCore6.ProcessWrapper.GetProcess();
+ public Process? GetProcess() => _armoredCore6.ProcessWrapper.GetProcess();
- private ResultErr InjectMods()
+ private ResultErr InjectMods()
+ {
+ Exception? exception = null;
+ try
{
- Exception exception = null;
- try
- {
- soulmods.Soulmods.Inject(_armoredCore6.ProcessWrapper.GetProcess());
- }
- catch (Exception e) { exception = e; }
+ soulmods.Soulmods.Inject(GetProcess()!);
+ }
+ catch (Exception e) { exception = e; }
+
+ var module = _armoredCore6.ProcessWrapper.GetProcessModules().Find(i => i.ModuleName == "soulmods.dll");
+ if (module != null)
+ {
+ return Result.Ok();
+ }
+
+ if (exception != null)
+ {
+ return Result.Err(new RefreshError(RefreshErrorReason.ModLoadFailed, exception));
+ }
- var module = _armoredCore6.ProcessWrapper.GetProcessModules().Find(i => i.ModuleName == "soulmods.dll");
- if (module != null)
+ return Result.Err(new RefreshError(RefreshErrorReason.ModLoadFailed, "module not loaded"));
+ }
+
+ #region Read event flag ==================================================================================================================
+
+ public void WriteEventFlag(uint eventFlagId, bool value)
+ {
+ var result = GetEventFlagAddress(eventFlagId, out int mask);
+ if (result.IsOk)
+ {
+ var address = result.Unwrap();
+ var read = _armoredCore6.ReadInt32(address);
+ var write = read;
+ if (value)
{
- return Result.Ok();
+ write |= mask;
}
-
- if (exception != null)
+ else
{
- return Result.Err(new RefreshError(RefreshErrorReason.ModLoadFailed, exception));
+ write &= ~mask;
}
+ _armoredCore6.WriteInt32(address, write);
+ }
+ }
- return Result.Err(new RefreshError(RefreshErrorReason.ModLoadFailed, "module not loaded"));
+ public bool ReadEventFlag(uint eventFlagId)
+ {
+ var result = GetEventFlagAddress(eventFlagId, out int mask);
+ if (result.IsOk)
+ {
+ var address = result.Unwrap();
+ var read = _armoredCore6.ReadInt32(address);
+ return (read & mask) != 0;
}
- #region Read event flag ==================================================================================================================
+ return false;
+ }
- public void WriteEventFlag(uint eventFlagId, bool value)
+ private ResultOk GetEventFlagAddress(uint eventFlagId, out int mask)
+ {
+ mask = 0;
+
+ var divisor = _eventFlagMan.ReadInt32(0x1c);
+ //This check does not exist in the games code; reading 0 here means something isn't initialized yet and we should check this flag again later.
+ if (divisor == 0)
{
- var result = GetEventFlagAddress(eventFlagId, out int mask);
- if (result.IsOk)
- {
- var address = result.Unwrap();
- var read = _armoredCore6.ReadInt32(address);
- var write = read;
- if (value)
- {
- write |= mask;
- }
- else
- {
- write &= ~mask;
- }
- _armoredCore6.WriteInt32(address, write);
- }
+ return Result.Err();
}
- public bool ReadEventFlag(uint eventFlagId)
+ var category = (eventFlagId / divisor); //stored in rax after; div r8d
+ var leastSignificantDigits = eventFlagId - (category * divisor); //stored in r11 after; sub r11d,r8d
+
+ var currentElement = _eventFlagMan.Pointer64(0x38); //rdx
+ var currentSubElement = currentElement.Pointer64(0x8); //rcx
+
+ while (currentSubElement.ReadByte(0x19) == '\0') //cmp [rcx+19],r9l -> r9 get's cleared before this instruction and will always be 0
{
- var result = GetEventFlagAddress(eventFlagId, out int mask);
- if (result.IsOk)
+ if (currentSubElement.ReadInt32(0x20) < category)
{
- var address = result.Unwrap();
- var read = _armoredCore6.ReadInt32(address);
- return (read & mask) != 0;
+ currentSubElement = currentSubElement.Pointer64(0x10);
+ }
+ else
+ {
+ currentElement = currentSubElement;
+ currentSubElement = currentSubElement.Pointer64(0x0);
}
-
- return false;
}
- private ResultOk GetEventFlagAddress(uint eventFlagId, out int mask)
+ if (category < currentElement.ReadInt32(0x20))
{
- mask = 0;
+ return Result.Err();
+ }
- var divisor = _eventFlagMan.ReadInt32(0x1c);
- //This check does not exist in the games code; reading 0 here means something isn't initialized yet and we should check this flag again later.
- if (divisor == 0)
- {
- return Result.Err();
- }
+ if (currentElement.ResolveOffsets() != currentSubElement.ResolveOffsets())
+ {
+ var mysteryValue = currentElement.ReadInt32(0x28) - 1;
- var category = (eventFlagId / divisor); //stored in rax after; div r8d
- var leastSignificantDigits = eventFlagId - (category * divisor); //stored in r11 after; sub r11d,r8d
+ //These if statements can obviously be optimized in C#.
+ //They are written out like this explicitly, to match the game's assembly
- var currentElement = _eventFlagMan.Pointer64(0x38); //rdx
- var currentSubElement = currentElement.Pointer64(0x8); //rcx
+ long calculatedPointer = 0;
- while (currentSubElement.ReadByte(0x19) == '\0') //cmp [rcx+19],r9l -> r9 get's cleared before this instruction and will always be 0
+ //jump to calculate ptr if zero
+ if (mysteryValue != 0)
{
- if (currentSubElement.ReadInt32(0x20) < category)
+ //jnz skip to return, otherwise set calculated ptr
+ if (mysteryValue != 1)
{
- currentSubElement = currentSubElement.Pointer64(0x10);
+ calculatedPointer = currentElement.ReadInt64(0x30);
}
else
{
- currentElement = currentSubElement;
- currentSubElement = currentSubElement.Pointer64(0x0);
+ return Result.Err();
}
}
-
- if (category < currentElement.ReadInt32(0x20))
+ else
{
- return Result.Err();
+ calculatedPointer = (_eventFlagMan.ReadInt32(0x20) * currentElement.ReadInt32(0x30)) +
+ _eventFlagMan.ReadInt64(0x28);
}
- if (currentElement.ResolveOffsets() != currentSubElement.ResolveOffsets())
+ if (calculatedPointer != 0)
{
- var mysteryValue = currentElement.ReadInt32(0x28) - 1;
-
- //These if statements can obviously be optimized in C#.
- //They are written out like this explicitly, to match the game's assembly
-
- long calculatedPointer = 0;
-
- //jump to calculate ptr if zero
- if (mysteryValue != 0)
- {
- //jnz skip to return, otherwise set calculated ptr
- if (mysteryValue != 1)
- {
- calculatedPointer = currentElement.ReadInt64(0x30);
- }
- else
- {
- return Result.Err();
- }
- }
- else
- {
- calculatedPointer = (_eventFlagMan.ReadInt32(0x20) * currentElement.ReadInt32(0x30)) +
- _eventFlagMan.ReadInt64(0x28);
- }
-
- if (calculatedPointer != 0)
- {
- var thing = 7 - (leastSignificantDigits & 7);
- mask = 1 << (int)thing;
- var shifted = leastSignificantDigits >> 3;
- return Result.Ok(calculatedPointer + shifted);
- }
+ var thing = 7 - (leastSignificantDigits & 7);
+ mask = 1 << (int)thing;
+ var shifted = leastSignificantDigits >> 3;
+ return Result.Ok(calculatedPointer + shifted);
}
-
- return Result.Err();
}
- #endregion
+ return Result.Err();
}
+
+ #endregion
}
diff --git a/src/SoulMemory/DarkSouls1/Attribute.cs b/src/SoulMemory/DarkSouls1/Attribute.cs
index 23c8c662..ba6172ca 100644
--- a/src/SoulMemory/DarkSouls1/Attribute.cs
+++ b/src/SoulMemory/DarkSouls1/Attribute.cs
@@ -16,20 +16,19 @@
using System.Xml.Serialization;
-namespace SoulMemory.DarkSouls1
+namespace SoulMemory.DarkSouls1;
+
+[XmlType(Namespace = "SoulMemory.DarkSouls1")]
+public enum Attribute : long
{
- [XmlType(Namespace = "SoulMemory.DarkSouls1")]
- public enum Attribute : long
- {
- Vitality = 0x38,
- Attunement = 0x40,
- Endurance = 0x48,
- Strength = 0x50,
- Dexterity = 0x58,
- Resistance = 0x80,
- Intelligence = 0x60,
- Faith = 0x68,
- Humanity = 0x7C,
- SoulLevel = 0x88,
- }
+ Vitality = 0x38,
+ Attunement = 0x40,
+ Endurance = 0x48,
+ Strength = 0x50,
+ Dexterity = 0x58,
+ Resistance = 0x80,
+ Intelligence = 0x60,
+ Faith = 0x68,
+ Humanity = 0x7C,
+ SoulLevel = 0x88,
}
diff --git a/src/SoulMemory/DarkSouls1/Bonfire.cs b/src/SoulMemory/DarkSouls1/Bonfire.cs
index b574b971..0037da6c 100644
--- a/src/SoulMemory/DarkSouls1/Bonfire.cs
+++ b/src/SoulMemory/DarkSouls1/Bonfire.cs
@@ -16,160 +16,159 @@
using System.Xml.Serialization;
-namespace SoulMemory.DarkSouls1
+namespace SoulMemory.DarkSouls1;
+
+[XmlType(Namespace = "SoulMemory.DarkSouls1")]
+public enum Bonfire
{
- [XmlType(Namespace = "SoulMemory.DarkSouls1")]
- public enum Bonfire
- {
- [Annotation(Name = "Undead Asylum - Courtyard", Description = "Undead Asylum")]
- UndeadAsylumCourtyard = 1811960,
+ [Annotation(Name = "Undead Asylum - Courtyard", Description = "Undead Asylum")]
+ UndeadAsylumCourtyard = 1811960,
- [Annotation(Name = "Undead Asylum - Interior", Description = "Undead Asylum")]
- UndeadAsylumInterior = 1811961,
+ [Annotation(Name = "Undead Asylum - Interior", Description = "Undead Asylum")]
+ UndeadAsylumInterior = 1811961,
- [Annotation(Name = "Firelink Shrine", Description = "Firelink Shrine")]
- FirelinkShrine = 1021960,
+ [Annotation(Name = "Firelink Shrine", Description = "Firelink Shrine")]
+ FirelinkShrine = 1021960,
- [Annotation(Name = "Firelink Altar - Lordvessel", Description = "Firelink Altar")]
- FirelinkAltarLordvessel = 1801960,
+ [Annotation(Name = "Firelink Altar - Lordvessel", Description = "Firelink Altar")]
+ FirelinkAltarLordvessel = 1801960,
- [Annotation(Name = "Undead Burg", Description = "Undead Burg")]
- UndeadBurg = 1011962,
+ [Annotation(Name = "Undead Burg", Description = "Undead Burg")]
+ UndeadBurg = 1011962,
- [Annotation(Name = "Undead Burg - Sunlight Altar", Description = "Undead Burg")]
- UndeadBurgSunlightAltar = 1011961,
+ [Annotation(Name = "Undead Burg - Sunlight Altar", Description = "Undead Burg")]
+ UndeadBurgSunlightAltar = 1011961,
- [Annotation(Name = "Undead Parish", Description = "Undead Parish")]
- UndeadParishAndre = 1011964,
+ [Annotation(Name = "Undead Parish", Description = "Undead Parish")]
+ UndeadParishAndre = 1011964,
- [Annotation(Name = "Darkroot Garden", Description = "Darkroot Garden")]
- DarkrootGarden = 1201961,
+ [Annotation(Name = "Darkroot Garden", Description = "Darkroot Garden")]
+ DarkrootGarden = 1201961,
- [Annotation(Name = "Darkroot Basin", Description = "Darkroot Basin")]
- DarkrootBasin = 1601961,
+ [Annotation(Name = "Darkroot Basin", Description = "Darkroot Basin")]
+ DarkrootBasin = 1601961,
- [Annotation(Name = "Depths", Description = "Depths")]
- Depths = 1001960,
+ [Annotation(Name = "Depths", Description = "Depths")]
+ Depths = 1001960,
- [Annotation(Name = "Blighttown Catwalk", Description = "Blighttown")]
- BlighttownCatwalk = 1401962,
+ [Annotation(Name = "Blighttown Catwalk", Description = "Blighttown")]
+ BlighttownCatwalk = 1401962,
- [Annotation(Name = "Blighttown Swamp", Description = "Blighttown")]
- BlighttownSwamp = 1401961,
+ [Annotation(Name = "Blighttown Swamp", Description = "Blighttown")]
+ BlighttownSwamp = 1401961,
- [Annotation(Name = "Quelaag's Domain - DaughterOfChaos", Description = "Quelaag's Domain")]
- DaughterOfChaos = 1401960,
+ [Annotation(Name = "Quelaag's Domain - DaughterOfChaos", Description = "Quelaag's Domain")]
+ DaughterOfChaos = 1401960,
- [Annotation(Name = "The Great Hollow", Description = "The Great Hollow")]
- TheGreatHollow = 1321962,
+ [Annotation(Name = "The Great Hollow", Description = "The Great Hollow")]
+ TheGreatHollow = 1321962,
- [Annotation(Name = "Ash Lake", Description = "Ash Lake")]
- AshLake = 1321961,
+ [Annotation(Name = "Ash Lake", Description = "Ash Lake")]
+ AshLake = 1321961,
- [Annotation(Name = "Ash Lake - Stone Dragon", Description = "Ash Lake")]
- AshLakeDragon = 1321960,
+ [Annotation(Name = "Ash Lake - Stone Dragon", Description = "Ash Lake")]
+ AshLakeDragon = 1321960,
- [Annotation(Name = "Demon Ruins - Entrance", Description = "Demon Ruins")]
- DemonRuinsEntrance = 1411961,
+ [Annotation(Name = "Demon Ruins - Entrance", Description = "Demon Ruins")]
+ DemonRuinsEntrance = 1411961,
- [Annotation(Name = "Demon Ruins - Staircase", Description = "Demon Ruins")]
- DemonRuinsStaircase = 1411962,
+ [Annotation(Name = "Demon Ruins - Staircase", Description = "Demon Ruins")]
+ DemonRuinsStaircase = 1411962,
- [Annotation(Name = "Demon Ruins - Catacombs", Description = "Demon Ruins")]
- DemonRuinsCatacombs = 1411963,
+ [Annotation(Name = "Demon Ruins - Catacombs", Description = "Demon Ruins")]
+ DemonRuinsCatacombs = 1411963,
- [Annotation(Name = "Lost Izalith - Lava Pits", Description = "Lost Izalith")]
- LostIzalithLavaPits = 1411964,
+ [Annotation(Name = "Lost Izalith - Lava Pits", Description = "Lost Izalith")]
+ LostIzalithLavaPits = 1411964,
- [Annotation(Name = "Lost Izalith - 2 (illusory wall)", Description = "Lost Izalith")]
- LostIzalith2 = 1411960,
+ [Annotation(Name = "Lost Izalith - 2 (illusory wall)", Description = "Lost Izalith")]
+ LostIzalith2 = 1411960,
- [Annotation(Name = "Lost Izalith Heart of Chaos", Description = "Lost Izalith")]
- LostIzalithHeartOfChaos = 1411950,
+ [Annotation(Name = "Lost Izalith Heart of Chaos", Description = "Lost Izalith")]
+ LostIzalithHeartOfChaos = 1411950,
- [Annotation(Name = "Sen's Fortress", Description = "Sen's Fortress")]
- SensFortress = 1501961,
+ [Annotation(Name = "Sen's Fortress", Description = "Sen's Fortress")]
+ SensFortress = 1501961,
- [Annotation(Name = "Anor Londo", Description = "Anor Londo")]
- AnorLondo = 1511960,
+ [Annotation(Name = "Anor Londo", Description = "Anor Londo")]
+ AnorLondo = 1511960,
- [Annotation(Name = "Anor Londo Darkmoon Tomb", Description = "Anor Londo")]
- AnorLondoDarkmoonTomb = 1511962,
+ [Annotation(Name = "Anor Londo Darkmoon Tomb", Description = "Anor Londo")]
+ AnorLondoDarkmoonTomb = 1511962,
- [Annotation(Name = "Anor Londo Residence", Description = "Anor Londo")]
- AnorLondoResidence = 1511961,
+ [Annotation(Name = "Anor Londo Residence", Description = "Anor Londo")]
+ AnorLondoResidence = 1511961,
- [Annotation(Name = "Anor Londo Chamber of the Princess", Description = "Anor Londo")]
- AnorLondoChamberOfThePrincess = 1511950,
+ [Annotation(Name = "Anor Londo Chamber of the Princess", Description = "Anor Londo")]
+ AnorLondoChamberOfThePrincess = 1511950,
- [Annotation(Name = "Painted World of Ariamis", Description = "Painted World of Ariamis")]
- PaintedWorldOfAriamis = 1101960,
+ [Annotation(Name = "Painted World of Ariamis", Description = "Painted World of Ariamis")]
+ PaintedWorldOfAriamis = 1101960,
- [Annotation(Name = "The Duke's Archives 1 (entrance)", Description = "The Duke's Archives")]
- DukesArchives1 = 1701962,
+ [Annotation(Name = "The Duke's Archives 1 (entrance)", Description = "The Duke's Archives")]
+ DukesArchives1 = 1701962,
- [Annotation(Name = "The Duke's Archives 2 (prison cell)", Description = "The Duke's Archives")]
- DukesArchives2 = 1701961,
+ [Annotation(Name = "The Duke's Archives 2 (prison cell)", Description = "The Duke's Archives")]
+ DukesArchives2 = 1701961,
- [Annotation(Name = "The Duke's Archives 3 (balcony)", Description = "The Duke's Archives")]
- DukesArchives3 = 1701960,
+ [Annotation(Name = "The Duke's Archives 3 (balcony)", Description = "The Duke's Archives")]
+ DukesArchives3 = 1701960,
- [Annotation(Name = "Crystal Cave", Description = "Crystal Cave")]
- CrystalCave = 1701950,
+ [Annotation(Name = "Crystal Cave", Description = "Crystal Cave")]
+ CrystalCave = 1701950,
- [Annotation(Name = "Catacombs 1 (necromancer)", Description = "Catacombs")]
- Catacombs1 = 1301960,
+ [Annotation(Name = "Catacombs 1 (necromancer)", Description = "Catacombs")]
+ Catacombs1 = 1301960,
- [Annotation(Name = "Catacombs 2 (illusory wall)", Description = "Catacombs")]
- Catacombs2 = 1301961,
+ [Annotation(Name = "Catacombs 2 (illusory wall)", Description = "Catacombs")]
+ Catacombs2 = 1301961,
- [Annotation(Name = "Tomb of the Giants - 1 (patches)", Description = "Tomb of the Giants")]
- TombOfTheGiantsPatches = 1311961,
+ [Annotation(Name = "Tomb of the Giants - 1 (patches)", Description = "Tomb of the Giants")]
+ TombOfTheGiantsPatches = 1311961,
- [Annotation(Name = "Tomb of the Giants - 2", Description = "Tomb of the Giants")]
- TombOfTheGiants2 = 1311960,
+ [Annotation(Name = "Tomb of the Giants - 2", Description = "Tomb of the Giants")]
+ TombOfTheGiants2 = 1311960,
- [Annotation(Name = "Tomb of the Giants - Altar of the Gravelord", Description = "Tomb of the Giants")]
- TombOfTheGiantsAltarOfTheGravelord = 1311950,
+ [Annotation(Name = "Tomb of the Giants - Altar of the Gravelord", Description = "Tomb of the Giants")]
+ TombOfTheGiantsAltarOfTheGravelord = 1311950,
- [Annotation(Name = "The Abyss", Description = "The Abyss")]
- TheAbyss = 1601950,
+ [Annotation(Name = "The Abyss", Description = "The Abyss")]
+ TheAbyss = 1601950,
- [Annotation(Name = "Oolacile - Sanctuary Garden", Description = "Oolacile")]
- OolacileSanctuaryGarden = 1211963,
+ [Annotation(Name = "Oolacile - Sanctuary Garden", Description = "Oolacile")]
+ OolacileSanctuaryGarden = 1211963,
- [Annotation(Name = "Oolacile - Sanctuary", Description = "Oolacile")]
- OolacileSanctuary = 1211961,
+ [Annotation(Name = "Oolacile - Sanctuary", Description = "Oolacile")]
+ OolacileSanctuary = 1211961,
- [Annotation(Name = "Oolacile - Township", Description = "Oolacile")]
- OolacileTownship = 1211962,
+ [Annotation(Name = "Oolacile - Township", Description = "Oolacile")]
+ OolacileTownship = 1211962,
- [Annotation(Name = "Oolacile - Township Dungeon", Description = "Oolacile")]
- OolacileTownshipDungeon = 1211964,
+ [Annotation(Name = "Oolacile - Township Dungeon", Description = "Oolacile")]
+ OolacileTownshipDungeon = 1211964,
- [Annotation(Name = "Chasm of the Abyss", Description = "Chasm of the Abyss")]
- ChasmOfTheAbyss = 1211950,
- }
+ [Annotation(Name = "Chasm of the Abyss", Description = "Chasm of the Abyss")]
+ ChasmOfTheAbyss = 1211950,
+}
- [XmlType(Namespace = "SoulMemory.DarkSouls1")]
- public enum BonfireState
- {
- [Annotation(Name = "Not discovered")]
- Unknown = -1,
+[XmlType(Namespace = "SoulMemory.DarkSouls1")]
+public enum BonfireState
+{
+ [Annotation(Name = "Not discovered")]
+ Unknown = -1,
- [Annotation(Name = "Discovered")]
- Discovered = 0,
+ [Annotation(Name = "Discovered")]
+ Discovered = 0,
- [Annotation(Name = "Unlocked")]
- Unlocked = 10,
+ [Annotation(Name = "Unlocked")]
+ Unlocked = 10,
- [Annotation(Name = "Kindled 1")]
- Kindled1 = 20,
+ [Annotation(Name = "Kindled 1")]
+ Kindled1 = 20,
- [Annotation(Name = "Kindled 2")]
- Kindled2 = 30,
+ [Annotation(Name = "Kindled 2")]
+ Kindled2 = 30,
- [Annotation(Name = "Kindled 3")]
- Kindled3 = 40,
- }
+ [Annotation(Name = "Kindled 3")]
+ Kindled3 = 40,
}
diff --git a/src/SoulMemory/DarkSouls1/Boss.cs b/src/SoulMemory/DarkSouls1/Boss.cs
index 9deaa202..54ec565a 100644
--- a/src/SoulMemory/DarkSouls1/Boss.cs
+++ b/src/SoulMemory/DarkSouls1/Boss.cs
@@ -16,87 +16,86 @@
using System.Xml.Serialization;
-namespace SoulMemory.DarkSouls1
+namespace SoulMemory.DarkSouls1;
+
+[XmlType(Namespace = "SoulMemory.DarkSouls1")]
+public enum Boss : uint
{
- [XmlType(Namespace = "SoulMemory.DarkSouls1")]
- public enum Boss : uint
- {
- [Annotation(Name = "Asylum Demon")]
- AsylumDemon = 16,
+ [Annotation(Name = "Asylum Demon")]
+ AsylumDemon = 16,
- [Annotation(Name = "Bell Gargoyle")]
- BellGargoyles = 3,
+ [Annotation(Name = "Bell Gargoyle")]
+ BellGargoyles = 3,
- [Annotation(Name = "Capra Demon")]
- CapraDemon = 11010902,
+ [Annotation(Name = "Capra Demon")]
+ CapraDemon = 11010902,
- [Annotation(Name = "Ceaseless Discharge")]
- CeaselessDischarge = 11410900,
+ [Annotation(Name = "Ceaseless Discharge")]
+ CeaselessDischarge = 11410900,
- [Annotation(Name = "Centipede Demon")]
- CentipedeDemon = 11410901,
+ [Annotation(Name = "Centipede Demon")]
+ CentipedeDemon = 11410901,
- [Annotation(Name = "Chaos Witch Quelaag")]
- ChaosWitchQuelaag = 9,
+ [Annotation(Name = "Chaos Witch Quelaag")]
+ ChaosWitchQuelaag = 9,
- [Annotation(Name = "Crossbreed Priscilla")]
- CrossbreedPriscilla = 4,
+ [Annotation(Name = "Crossbreed Priscilla")]
+ CrossbreedPriscilla = 4,
- [Annotation(Name = "Dark Sun Gwyndolin")]
- DarkSunGwyndolindolin = 11510900,
+ [Annotation(Name = "Dark Sun Gwyndolin")]
+ DarkSunGwyndolindolin = 11510900,
- [Annotation(Name = "Demon Firesage")]
- DemonFiresage = 11410410,
+ [Annotation(Name = "Demon Firesage")]
+ DemonFiresage = 11410410,
- [Annotation(Name = "Four Kings")]
- FourKings = 13,
+ [Annotation(Name = "Four Kings")]
+ FourKings = 13,
- [Annotation(Name = "Gaping Dragon")]
- GapingDragon = 2,
+ [Annotation(Name = "Gaping Dragon")]
+ GapingDragon = 2,
- [Annotation(Name = "Great Grey Wolf Sif")]
- GreatGreyWolfSif = 5,
+ [Annotation(Name = "Great Grey Wolf Sif")]
+ GreatGreyWolfSif = 5,
- [Annotation(Name = "Gwyn Lord of Cinder")]
- GwynLordOfCinder = 15,
+ [Annotation(Name = "Gwyn Lord of Cinder")]
+ GwynLordOfCinder = 15,
- [Annotation(Name = "Iron Golem")]
- IronGolem = 11,
+ [Annotation(Name = "Iron Golem")]
+ IronGolem = 11,
- [Annotation(Name = "Moonlight Butterfly")]
- MoonlightButterfly = 11200900,
+ [Annotation(Name = "Moonlight Butterfly")]
+ MoonlightButterfly = 11200900,
- [Annotation(Name = "Nito")]
- Nito = 7,
+ [Annotation(Name = "Nito")]
+ Nito = 7,
- [Annotation(Name = "Ornstein And Smough")]
- OrnsteinAndSmough = 12,
+ [Annotation(Name = "Ornstein And Smough")]
+ OrnsteinAndSmough = 12,
- [Annotation(Name = "Pinwheel")]
- Pinwheel = 6,
+ [Annotation(Name = "Pinwheel")]
+ Pinwheel = 6,
- [Annotation(Name = "Seath the Scaleless")]
- SeathTheScaleless = 14,
+ [Annotation(Name = "Seath the Scaleless")]
+ SeathTheScaleless = 14,
- [Annotation(Name = "Stray Demon")]
- StrayDemon = 11810900,
+ [Annotation(Name = "Stray Demon")]
+ StrayDemon = 11810900,
- [Annotation(Name = "Taurus Demon")]
- TaurusDemon = 11010901,
+ [Annotation(Name = "Taurus Demon")]
+ TaurusDemon = 11010901,
- [Annotation(Name = "The Bed of Chaos")]
- BedOfChaos = 10,
-
- [Annotation(Name = "Artorias the Abysswalker")]
- ArtoriasTheAbysswalker = 11210001,
-
- [Annotation(Name = "Black Dragon Kalameet")]
- BlackDragonKalameet = 11210004,
+ [Annotation(Name = "The Bed of Chaos")]
+ BedOfChaos = 10,
+
+ [Annotation(Name = "Artorias the Abysswalker")]
+ ArtoriasTheAbysswalker = 11210001,
+
+ [Annotation(Name = "Black Dragon Kalameet")]
+ BlackDragonKalameet = 11210004,
- [Annotation(Name = "Manus, Father of the Abyss")]
- ManusFatherOfTheAbyss = 11210002,
-
- [Annotation(Name = "Sanctuary Guardian")]
- SanctuaryGuardian = 11210000,
- }
+ [Annotation(Name = "Manus, Father of the Abyss")]
+ ManusFatherOfTheAbyss = 11210002,
+
+ [Annotation(Name = "Sanctuary Guardian")]
+ SanctuaryGuardian = 11210000,
}
diff --git a/src/SoulMemory/DarkSouls1/DarkSouls1.cs b/src/SoulMemory/DarkSouls1/DarkSouls1.cs
index 9b5dae2e..dc6ff212 100644
--- a/src/SoulMemory/DarkSouls1/DarkSouls1.cs
+++ b/src/SoulMemory/DarkSouls1/DarkSouls1.cs
@@ -22,77 +22,76 @@
using System.Linq;
using System.Threading;
-namespace SoulMemory.DarkSouls1
+namespace SoulMemory.DarkSouls1;
+
+public class DarkSouls1 : IDarkSouls1
{
- public class DarkSouls1 : IDarkSouls1
- {
- private IDarkSouls1 _darkSouls1;
- public Process GetProcess() => _darkSouls1?.GetProcess();
- public int GetAttribute(Attribute attribute) => _darkSouls1?.GetAttribute(attribute) ?? 0;
- public bool ReadEventFlag(uint eventFlagId) => _darkSouls1?.ReadEventFlag(eventFlagId) ?? false;
- public bool IsWarpRequested() => _darkSouls1?.IsWarpRequested() ?? false;
- public bool IsPlayerLoaded() => _darkSouls1?.IsPlayerLoaded() ?? false;
- public Vector3f GetPosition() => _darkSouls1?.GetPosition() ?? new Vector3f(0,0,0);
- public int GetInGameTimeMilliseconds() => _darkSouls1?.GetInGameTimeMilliseconds() ?? 0;
- public int NgCount() => _darkSouls1?.NgCount() ?? 0;
- public int GetCurrentSaveSlot() => _darkSouls1?.GetCurrentSaveSlot() ?? -1;
- public void ResetInventoryIndices() => _darkSouls1?.ResetInventoryIndices();
- public List- GetInventory() => _darkSouls1?.GetInventory() ?? new List
- ();
- public bool AreCreditsRolling() => _darkSouls1?.AreCreditsRolling() ?? false;
- public BonfireState GetBonfireState(Bonfire bonfire) => _darkSouls1?.GetBonfireState(bonfire) ?? BonfireState.Unknown;
- public string GetSaveFileLocation() => _darkSouls1?.GetSaveFileLocation();
- public int GetSaveFileGameTimeMilliseconds(string path, int slot) => _darkSouls1?.GetSaveFileGameTimeMilliseconds(path, slot) ?? 0;
- public void WriteWeaponDescription(uint weaponId, string description) => _darkSouls1?.WriteWeaponDescription(weaponId, description);
- public void WriteItemLotParam(int rowId, Action accessor) => _darkSouls1?.WriteItemLotParam(rowId, accessor);
- public void SetLoadingScreenItem(int index, uint item) => _darkSouls1?.SetLoadingScreenItem(index, item);
+ private IDarkSouls1? _darkSouls1;
+ public Process? GetProcess() => _darkSouls1?.GetProcess();
+ public int GetAttribute(Attribute attribute) => _darkSouls1?.GetAttribute(attribute) ?? 0;
+ public bool ReadEventFlag(uint eventFlagId) => _darkSouls1?.ReadEventFlag(eventFlagId) ?? false;
+ public bool IsWarpRequested() => _darkSouls1?.IsWarpRequested() ?? false;
+ public bool IsPlayerLoaded() => _darkSouls1?.IsPlayerLoaded() ?? false;
+ public Vector3f GetPosition() => _darkSouls1?.GetPosition() ?? new Vector3f(0,0,0);
+ public int GetInGameTimeMilliseconds() => _darkSouls1?.GetInGameTimeMilliseconds() ?? 0;
+ public int NgCount() => _darkSouls1?.NgCount() ?? 0;
+ public int GetCurrentSaveSlot() => _darkSouls1?.GetCurrentSaveSlot() ?? -1;
+ public void ResetInventoryIndices() => _darkSouls1?.ResetInventoryIndices();
+ public List
- GetInventory() => _darkSouls1?.GetInventory() ?? [];
+ public bool AreCreditsRolling() => _darkSouls1?.AreCreditsRolling() ?? false;
+ public BonfireState GetBonfireState(Bonfire bonfire) => _darkSouls1?.GetBonfireState(bonfire) ?? BonfireState.Unknown;
+ public string? GetSaveFileLocation() => _darkSouls1?.GetSaveFileLocation();
+ public int GetSaveFileGameTimeMilliseconds(string path, int slot) => _darkSouls1?.GetSaveFileGameTimeMilliseconds(path, slot) ?? 0;
+ public void WriteWeaponDescription(uint weaponId, string description) => _darkSouls1?.WriteWeaponDescription(weaponId, description);
+ public void WriteItemLotParam(int rowId, Action accessor) => _darkSouls1?.WriteItemLotParam(rowId, accessor);
+ public void SetLoadingScreenItem(int index, uint item) => _darkSouls1?.SetLoadingScreenItem(index, item);
- public TreeBuilder GetTreeBuilder() => _darkSouls1.GetTreeBuilder();
+ public TreeBuilder GetTreeBuilder() => _darkSouls1?.GetTreeBuilder() ?? null!;
- public ResultErr TryRefresh()
+ public ResultErr TryRefresh()
+ {
+ try
{
- try
+ if (_darkSouls1 == null)
{
- if (_darkSouls1 == null)
+ var process = Process.GetProcesses().FirstOrDefault(i => (i.ProcessName.ToLower() == "darksouls" || i.ProcessName.ToLower() == "darksoulsremastered") && !i.HasExited);
+ if (process == null)
{
- var process = Process.GetProcesses().FirstOrDefault(i => (i.ProcessName.ToLower() == "darksouls" || i.ProcessName.ToLower() == "darksoulsremastered") && !i.HasExited);
- if (process == null)
- {
- return Result.Err(new RefreshError(RefreshErrorReason.ProcessNotRunning, "Dark Souls 1/Dark Souls Remastered not running."));
- }
-
- if (process.ProcessName.ToLower() == "darksouls")
- {
- _darkSouls1 = new Ptde();
- }
- else
- {
- _darkSouls1 = new Remastered();
- }
+ return Result.Err(new RefreshError(RefreshErrorReason.ProcessNotRunning, "Dark Souls 1/Dark Souls Remastered not running."));
+ }
- Thread.Sleep(4000); //let the game boot
- return _darkSouls1.TryRefresh();
+ if (process.ProcessName.ToLower() == "darksouls")
+ {
+ _darkSouls1 = new Ptde();
}
else
{
- var result = _darkSouls1.TryRefresh();
- if(result.IsErr)
- {
- _darkSouls1 = null;
- return result;
- }
- return Result.Ok();
+ _darkSouls1 = new Remastered();
}
+
+ Thread.Sleep(4000); //let the game boot
+ return _darkSouls1.TryRefresh();
}
- catch (Exception e)
+ else
{
- return RefreshError.FromException(e);
+ var result = _darkSouls1.TryRefresh();
+ if(result.IsErr)
+ {
+ _darkSouls1 = null;
+ return result;
+ }
+ return Result.Ok();
}
}
+ catch (Exception e)
+ {
+ return RefreshError.FromException(e);
+ }
+ }
#if DEBUG
- public object GetTestValue() => _darkSouls1?.GetTestValue();
+ public object GetTestValue() => _darkSouls1?.GetTestValue()!;
#endif
- }
}
diff --git a/src/SoulMemory/DarkSouls1/DropMod.cs b/src/SoulMemory/DarkSouls1/DropMod.cs
index 4b1897a3..15cb68b4 100644
--- a/src/SoulMemory/DarkSouls1/DropMod.cs
+++ b/src/SoulMemory/DarkSouls1/DropMod.cs
@@ -17,139 +17,121 @@
using System.Collections.Generic;
using System.Linq;
-namespace SoulMemory.DarkSouls1
+namespace SoulMemory.DarkSouls1;
+
+public class DropMod(IDarkSouls1 darkSouls)
{
- public class DropMod
+ public void InitBkh()
{
- private readonly IDarkSouls1 _darkSouls;
-
- public DropMod(IDarkSouls1 darkSouls)
+ darkSouls.WriteWeaponDescription(1105000, "Dropmod!\n\nAffected:\nBlack Knight Halberd\n\n\n\n\n\n\n\n\n\n");
+ for (int i = 0; i < 62; i++)
{
- _darkSouls = darkSouls;
+ darkSouls.SetLoadingScreenItem(i, 1105000);
}
+ GuaranteeDrop(27901000, 1105000);
+ }
- public void InitBkh()
- {
- _darkSouls.WriteWeaponDescription(1105000, "Dropmod!\n\nAffected:\nBlack Knight Halberd\n\n\n\n\n\n\n\n\n\n");
- for (int i = 0; i < 62; i++)
- {
- _darkSouls.SetLoadingScreenItem(i, 1105000);
- }
- GuaranteeDrop(27901000, 1105000);
- }
+ public void InitAllAchievements()
+ {
+ darkSouls.WriteWeaponDescription(1004000, "Dropmod!\n\nAffected:\nBlack Knight Halberd/Sword/Greatsword/Greataxe/Shield\nSilver Knight Straight Sword/Spear/Shield\nStone Greatsword/Greatshield\nChanneler's Trident\nSouvenir of Reprisal\nEye of Death\n\n\n\n\n");
- public void InitAllAchievements()
+ for (int i = 0; i < 62; i++)
{
- _darkSouls.WriteWeaponDescription(1004000, "Dropmod!\n\nAffected:\nBlack Knight Halberd/Sword/Greatsword/Greataxe/Shield\nSilver Knight Straight Sword/Spear/Shield\nStone Greatsword/Greatshield\nChanneler's Trident\nSouvenir of Reprisal\nEye of Death\n\n\n\n\n");
-
- for (int i = 0; i < 62; i++)
- {
- _darkSouls.SetLoadingScreenItem(i, 1004000);
- }
-
- //trident
- GuaranteeDrop(23700000, 1004000);
- GuaranteeDrop(23700100, 1004000);
- GuaranteeDrop(23700200, 1004000);
-
- //Eye of death
- GuaranteeDrop(32700000, 109);
- GuaranteeDrop(32700100, 109);
+ darkSouls.SetLoadingScreenItem(i, 1004000);
+ }
+
+ //trident
+ GuaranteeDrop(23700000, 1004000);
+ GuaranteeDrop(23700100, 1004000);
+ GuaranteeDrop(23700200, 1004000);
- //Souvenir
- GuaranteeDrop(23100000, 374);
+ //Eye of death
+ GuaranteeDrop(32700000, 109);
+ GuaranteeDrop(32700100, 109);
- foreach (var s in _switchableWeapons)
- {
- GuaranteeDrop(s.RowId, s.ItemId1);
- }
- }
+ //Souvenir
+ GuaranteeDrop(23100000, 374);
- public void UpdateAllAchievements()
+ foreach (var s in _switchableWeapons)
{
- var items = _darkSouls.GetInventory();
-
- foreach (SwitchableDrop temp in _switchableWeapons)
- {
- var s = temp; //structs need to be put in a variable in order to be mutable. Meme.
- if (s.ShouldSwitch && items.Any(j => j.ItemType == s.SwitchItem))
- {
- GuaranteeDrop(s.RowId, s.ItemId2);
- s.ShouldSwitch = false;
- }
- }
+ GuaranteeDrop(s.RowId, s.ItemId1);
}
+ }
- public void ResetAllAchievements()
+ public void UpdateAllAchievements()
+ {
+ var items = darkSouls.GetInventory();
+
+ foreach (SwitchableDrop temp in _switchableWeapons)
{
- foreach (SwitchableDrop temp in _switchableWeapons)
+ var s = temp; //structs need to be put in a variable in order to be mutable. Meme.
+ if (s.ShouldSwitch && items.Any(j => j.ItemType == s.SwitchItem))
{
- var s = temp; //structs need to be put in a variable in order to be mutable. Meme.
- s.ShouldSwitch = true;
+ GuaranteeDrop(s.RowId, s.ItemId2);
+ s.ShouldSwitch = false;
}
}
+ }
- private void GuaranteeDrop(int rowId, int itemId)
+ public void ResetAllAchievements()
+ {
+ foreach (SwitchableDrop temp in _switchableWeapons)
{
- _darkSouls.WriteItemLotParam(rowId, (itemLot) =>
- {
- itemLot.LotItemBasePoint01 = (ushort)(itemLot.LotItemId01 == itemId ? 100 : 0);
- itemLot.LotItemBasePoint02 = (ushort)(itemLot.LotItemId02 == itemId ? 100 : 0);
- itemLot.LotItemBasePoint03 = (ushort)(itemLot.LotItemId03 == itemId ? 100 : 0);
- itemLot.LotItemBasePoint04 = (ushort)(itemLot.LotItemId04 == itemId ? 100 : 0);
- itemLot.LotItemBasePoint05 = (ushort)(itemLot.LotItemId05 == itemId ? 100 : 0);
- itemLot.LotItemBasePoint06 = (ushort)(itemLot.LotItemId06 == itemId ? 100 : 0);
- itemLot.LotItemBasePoint07 = (ushort)(itemLot.LotItemId07 == itemId ? 100 : 0);
- itemLot.LotItemBasePoint08 = (ushort)(itemLot.LotItemId08 == itemId ? 100 : 0);
- });
+ var s = temp; //structs need to be put in a variable in order to be mutable. Meme.
+ s.ShouldSwitch = true;
}
-
+ }
- private readonly List _switchableWeapons = new List()
- {
- //Darkroot
- new SwitchableDrop(ItemType.StoneGreatsword , 23800000, 306000 , 1503000),
-
- //Anor londo
- new SwitchableDrop(ItemType.SilverKnightStraightSword, 24100000, 208000 , 1473000),
- new SwitchableDrop(ItemType.SilverKnightSpear , 24100300, 1006000, 1473000),
-
- //kiln
- new SwitchableDrop(ItemType.BlackKnightHalberd , 27905300, 1105000, 1474000),
- new SwitchableDrop(ItemType.BlackKnightGreataxe , 27905200, 753000 , 1474000),
- new SwitchableDrop(ItemType.BlackKnightSword , 27905000, 310000 , 1474000),
- new SwitchableDrop(ItemType.BlackKnightGreatsword , 27905100, 355000 , 1474000),
-
- //Darkroot Garden
- new SwitchableDrop(ItemType.BlackKnightHalberd , 27901000, 1105000, 1474000),
-
- //undead burg
- new SwitchableDrop(ItemType.BlackKnightSword , 27900000, 1105000, 1474000),
-
- //Asylum
- new SwitchableDrop(ItemType.BlackKnightSword , 27907000, 310000 , 1474000),
-
- //Catacombs
- new SwitchableDrop(ItemType.BlackKnightGreataxe , 27902000, 753000 , 1474000),
- new SwitchableDrop(ItemType.BlackKnightHalberd , 27903000, 1105000, 1474000),
- };
-
- private struct SwitchableDrop
+ private void GuaranteeDrop(int rowId, int itemId)
+ {
+ darkSouls.WriteItemLotParam(rowId, (itemLot) =>
{
- public SwitchableDrop(ItemType switchItem, int rowId, int itemId1, int itemId2)
- {
- ShouldSwitch = true;
- SwitchItem = switchItem ;
- RowId = rowId ;
- ItemId1 = itemId1 ;
- ItemId2 = itemId2 ;
- }
-
- public bool ShouldSwitch;
- public ItemType SwitchItem;
- public int RowId;
- public int ItemId1;
- public int ItemId2;
- }
+ itemLot.LotItemBasePoint01 = (ushort)(itemLot.LotItemId01 == itemId ? 100 : 0);
+ itemLot.LotItemBasePoint02 = (ushort)(itemLot.LotItemId02 == itemId ? 100 : 0);
+ itemLot.LotItemBasePoint03 = (ushort)(itemLot.LotItemId03 == itemId ? 100 : 0);
+ itemLot.LotItemBasePoint04 = (ushort)(itemLot.LotItemId04 == itemId ? 100 : 0);
+ itemLot.LotItemBasePoint05 = (ushort)(itemLot.LotItemId05 == itemId ? 100 : 0);
+ itemLot.LotItemBasePoint06 = (ushort)(itemLot.LotItemId06 == itemId ? 100 : 0);
+ itemLot.LotItemBasePoint07 = (ushort)(itemLot.LotItemId07 == itemId ? 100 : 0);
+ itemLot.LotItemBasePoint08 = (ushort)(itemLot.LotItemId08 == itemId ? 100 : 0);
+ });
+ }
+
+
+ private readonly List _switchableWeapons =
+ [
+ new SwitchableDrop(ItemType.StoneGreatsword, 23800000, 306000, 1503000),
+
+ //Anor londo
+ new SwitchableDrop(ItemType.SilverKnightStraightSword, 24100000, 208000, 1473000),
+ new SwitchableDrop(ItemType.SilverKnightSpear, 24100300, 1006000, 1473000),
+
+ //kiln
+ new SwitchableDrop(ItemType.BlackKnightHalberd, 27905300, 1105000, 1474000),
+ new SwitchableDrop(ItemType.BlackKnightGreataxe, 27905200, 753000, 1474000),
+ new SwitchableDrop(ItemType.BlackKnightSword, 27905000, 310000, 1474000),
+ new SwitchableDrop(ItemType.BlackKnightGreatsword, 27905100, 355000, 1474000),
+
+ //Darkroot Garden
+ new SwitchableDrop(ItemType.BlackKnightHalberd, 27901000, 1105000, 1474000),
+
+ //undead burg
+ new SwitchableDrop(ItemType.BlackKnightSword, 27900000, 1105000, 1474000),
+
+ //Asylum
+ new SwitchableDrop(ItemType.BlackKnightSword, 27907000, 310000, 1474000),
+
+ //Catacombs
+ new SwitchableDrop(ItemType.BlackKnightGreataxe, 27902000, 753000, 1474000),
+ new SwitchableDrop(ItemType.BlackKnightHalberd, 27903000, 1105000, 1474000)
+ ];
+
+ private struct SwitchableDrop(ItemType switchItem, int rowId, int itemId1, int itemId2)
+ {
+ public bool ShouldSwitch = true;
+ public ItemType SwitchItem = switchItem;
+ public int RowId = rowId;
+ public int ItemId1 = itemId1;
+ public int ItemId2 = itemId2;
}
}
diff --git a/src/SoulMemory/DarkSouls1/DropModType.cs b/src/SoulMemory/DarkSouls1/DropModType.cs
index ef41afea..71fa027b 100644
--- a/src/SoulMemory/DarkSouls1/DropModType.cs
+++ b/src/SoulMemory/DarkSouls1/DropModType.cs
@@ -14,12 +14,11 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-namespace SoulMemory.DarkSouls1
+namespace SoulMemory.DarkSouls1;
+
+public enum DropModType
{
- public enum DropModType
- {
- None,
- AnyPercent,
- AllAchievements
- }
+ None,
+ AnyPercent,
+ AllAchievements
}
diff --git a/src/SoulMemory/DarkSouls1/IDarkSouls1.cs b/src/SoulMemory/DarkSouls1/IDarkSouls1.cs
index 33535087..8df15869 100644
--- a/src/SoulMemory/DarkSouls1/IDarkSouls1.cs
+++ b/src/SoulMemory/DarkSouls1/IDarkSouls1.cs
@@ -18,28 +18,27 @@
using System;
using System.Collections.Generic;
-namespace SoulMemory.DarkSouls1
+namespace SoulMemory.DarkSouls1;
+
+public interface IDarkSouls1 : IGame
{
- public interface IDarkSouls1 : IGame
- {
- int GetAttribute(Attribute attribute);
- bool IsWarpRequested();
- bool IsPlayerLoaded();
- int NgCount();
- int GetCurrentSaveSlot();
- Vector3f GetPosition();
- bool AreCreditsRolling();
- void ResetInventoryIndices();
- List
- GetInventory();
- BonfireState GetBonfireState(Bonfire bonfire);
- string GetSaveFileLocation();
- int GetSaveFileGameTimeMilliseconds(string path, int slot);
- void WriteWeaponDescription(uint weaponId, string description);
- void WriteItemLotParam(int rowId, Action accessor);
- void SetLoadingScreenItem(int index, uint item);
+ int GetAttribute(Attribute attribute);
+ bool IsWarpRequested();
+ bool IsPlayerLoaded();
+ int NgCount();
+ int GetCurrentSaveSlot();
+ Vector3f GetPosition();
+ bool AreCreditsRolling();
+ void ResetInventoryIndices();
+ List
- GetInventory();
+ BonfireState GetBonfireState(Bonfire bonfire);
+ string? GetSaveFileLocation();
+ int GetSaveFileGameTimeMilliseconds(string path, int slot);
+ void WriteWeaponDescription(uint weaponId, string description);
+ void WriteItemLotParam(int rowId, Action accessor);
+ void SetLoadingScreenItem(int index, uint item);
#if DEBUG
- object GetTestValue();
+ object GetTestValue();
#endif
- }
}
diff --git a/src/SoulMemory/DarkSouls1/Item.cs b/src/SoulMemory/DarkSouls1/Item.cs
index 59724b59..573b8e2a 100644
--- a/src/SoulMemory/DarkSouls1/Item.cs
+++ b/src/SoulMemory/DarkSouls1/Item.cs
@@ -20,1554 +20,1543 @@
using System.Diagnostics.CodeAnalysis;
using System.Xml.Serialization;
-namespace SoulMemory.DarkSouls1
+namespace SoulMemory.DarkSouls1;
+
+[ExcludeFromCodeCoverage]
+public class Item(string name, int id, ItemType itemType, ItemCategory category, int stackLimit, ItemUpgrade upgrade)
{
- [ExcludeFromCodeCoverage]
- public class Item
+ public string Name { get; set; } = name;
+ public int Id { get; set; } = id;
+ public ItemType ItemType { get; set; } = itemType;
+ public ItemCategory Category { get; set; } = category;
+ public int StackLimit { get; set; } = stackLimit;
+ public int Quantity { get; set; }
+ public ItemUpgrade Upgrade { get; set; } = upgrade;
+ public ItemInfusion Infusion { get; set; }
+ public int UpgradeLevel { get; set; }
+
+ //For display in debugger
+ public override string ToString()
{
- public Item(string name, int id, ItemType itemType, ItemCategory category, int stackLimit, ItemUpgrade upgrade)
- {
- Name = name;
- Id = id;
- ItemType = itemType;
- Category = category;
- StackLimit = stackLimit;
- Upgrade = upgrade;
- }
+ return $"{Name} {Quantity}";
+ }
- public string Name { get; set; }
- public int Id { get; set; }
- public ItemType ItemType { get; set; }
- public ItemCategory Category { get; set; }
- public int StackLimit { get; set; }
- public int Quantity { get; set; }
- public ItemUpgrade Upgrade { get; set; }
- public ItemInfusion Infusion { get; set; }
- public int UpgradeLevel { get; set; }
- //For display in debugger
- public override string ToString()
+
+ public int GetGameValue()
+ {
+ int id = (int)ItemType;
+ if (Upgrade is ItemUpgrade.PyroFlame or ItemUpgrade.PyroFlameAscended)
{
- return $"{Name} {Quantity}";
+ id += UpgradeLevel * 100;
}
-
-
-
- public int GetGameValue()
+ else
{
- int id = (int)ItemType;
- if (Upgrade == ItemUpgrade.PyroFlame || Upgrade == ItemUpgrade.PyroFlameAscended)
- {
- id += UpgradeLevel * 100;
- }
- else
- {
- id += UpgradeLevel;
- }
+ id += UpgradeLevel;
+ }
- if (Upgrade == ItemUpgrade.Infusable || Upgrade == ItemUpgrade.InfusableRestricted)
- {
- id += (int)Upgrade;
- }
- return id;
+ if (Upgrade is ItemUpgrade.Infusable or ItemUpgrade.InfusableRestricted)
+ {
+ id += (int)Upgrade;
}
+ return id;
+ }
- public int MaxUpgrade
+ public int MaxUpgrade
+ {
+ get
{
- get
+ return Infusion switch
{
- switch (Infusion)
- {
- default: throw new NotSupportedException($"Unknown infusion type: {Infusion}");
- case ItemInfusion.Normal: return 15;
- case ItemInfusion.Chaos: return 5;
- case ItemInfusion.Crystal: return 5;
- case ItemInfusion.Divine: return 10;
- case ItemInfusion.Enchanted: return 5;
- case ItemInfusion.Fire: return 10;
- case ItemInfusion.Lightning: return 5;
- case ItemInfusion.Magic: return 10;
- case ItemInfusion.Occult: return 5;
- case ItemInfusion.Raw: return 5;
- }
- }
+ ItemInfusion.Normal => 15,
+ ItemInfusion.Chaos => 5,
+ ItemInfusion.Crystal => 5,
+ ItemInfusion.Divine => 10,
+ ItemInfusion.Enchanted => 5,
+ ItemInfusion.Fire => 10,
+ ItemInfusion.Lightning => 5,
+ ItemInfusion.Magic => 10,
+ ItemInfusion.Occult => 5,
+ ItemInfusion.Raw => 5,
+ _ => throw new NotSupportedException($"Unknown infusion type: {Infusion}")
+ };
}
+ }
- public bool RestrictUpgrade
+ public bool RestrictUpgrade
+ {
+ get
{
- get
+ return Infusion switch
{
- switch (Infusion)
- {
- default: throw new NotSupportedException($"Unknown infusion type: {Infusion}");
- case ItemInfusion.Normal: return false;
- case ItemInfusion.Chaos: return true;
- case ItemInfusion.Crystal: return false;
- case ItemInfusion.Divine: return false;
- case ItemInfusion.Enchanted: return true;
- case ItemInfusion.Fire: return false;
- case ItemInfusion.Lightning: return false;
- case ItemInfusion.Magic: return false;
- case ItemInfusion.Occult: return true;
- case ItemInfusion.Raw: return true;
- }
- }
+ ItemInfusion.Normal => false,
+ ItemInfusion.Chaos => true,
+ ItemInfusion.Crystal => false,
+ ItemInfusion.Divine => false,
+ ItemInfusion.Enchanted => true,
+ ItemInfusion.Fire => false,
+ ItemInfusion.Lightning => false,
+ ItemInfusion.Magic => false,
+ ItemInfusion.Occult => true,
+ ItemInfusion.Raw => true,
+ _ => throw new NotSupportedException($"Unknown infusion type: {Infusion}")
+ };
}
-
- public static readonly ReadOnlyCollection
- AllItems = new ReadOnlyCollection
- (new List
- ()
- {
- new Item("Catarina Helm" , 10000, ItemType.CatarinaHelm , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Catarina Armor" , 11000, ItemType.CatarinaArmor , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Catarina Gauntlets" , 12000, ItemType.CatarinaGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Catarina Leggings" , 13000, ItemType.CatarinaLeggings , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Paladin Helm" , 20000, ItemType.PaladinHelm , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Paladin Armor" , 21000, ItemType.PaladinArmor , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Paladin Gauntlets" , 22000, ItemType.PaladinGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Paladin Leggings" , 23000, ItemType.PaladinLeggings , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Dark Mask" , 40000, ItemType.DarkMask , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Dark Armor" , 41000, ItemType.DarkArmor , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Dark Gauntlets" , 42000, ItemType.DarkGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Dark Leggings" , 43000, ItemType.DarkLeggings , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Brigand Hood" , 50000, ItemType.BrigandHood , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Brigand Armor" , 51000, ItemType.BrigandArmor , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Brigand Gauntlets" , 52000, ItemType.BrigandGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Brigand Trousers" , 53000, ItemType.BrigandTrousers , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Shadow Mask" , 60000, ItemType.ShadowMask , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Shadow Garb" , 61000, ItemType.ShadowGarb , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Shadow Gauntlets" , 62000, ItemType.ShadowGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Shadow Leggings" , 63000, ItemType.ShadowLeggings , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Black Iron Helm" , 70000, ItemType.BlackIronHelm , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Black Iron Armor" , 71000, ItemType.BlackIronArmor , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Black Iron Gauntlets" , 72000, ItemType.BlackIronGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Black Iron Leggings" , 73000, ItemType.BlackIronLeggings , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Smough's Helm" , 80000, ItemType.SmoughsHelm , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Smough's Armor" , 81000, ItemType.SmoughsArmor , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Smough's Gauntlets" , 82000, ItemType.SmoughsGauntlets , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Smough's Leggings" , 83000, ItemType.SmoughsLeggings , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Six-Eyed Helm of the Channelers" , 90000, ItemType.SixEyedHelmoftheChannelers , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Robe of the Channelers" , 91000, ItemType.RobeoftheChannelers , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Gauntlets of the Channelers" , 92000, ItemType.GauntletsoftheChannelers , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Waistcloth of the Channelers" , 93000, ItemType.WaistclothoftheChannelers , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Helm of Favor" , 100000, ItemType.HelmofFavor , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Embraced Armor of Favor" , 101000, ItemType.EmbracedArmorofFavor , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Gauntlets of Favor" , 102000, ItemType.GauntletsofFavor , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Leggings of Favor" , 103000, ItemType.LeggingsofFavor , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Helm of the Wise" , 110000, ItemType.HelmoftheWise , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Armor of the Glorious" , 111000, ItemType.ArmoroftheGlorious , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Gauntlets of the Vanquisher" , 112000, ItemType.GauntletsoftheVanquisher , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Boots of the Explorer" , 113000, ItemType.BootsoftheExplorer , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Stone Helm" , 120000, ItemType.StoneHelm , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Stone Armor" , 121000, ItemType.StoneArmor , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Stone Gauntlets" , 122000, ItemType.StoneGauntlets , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Stone Leggings" , 123000, ItemType.StoneLeggings , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Crystalline Helm" , 130000, ItemType.CrystallineHelm , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Crystalline Armor" , 131000, ItemType.CrystallineArmor , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Crystalline Gauntlets" , 132000, ItemType.CrystallineGauntlets , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Crystalline Leggings" , 133000, ItemType.CrystallineLeggings , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Mask of the Sealer" , 140000, ItemType.MaskoftheSealer , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Crimson Robe" , 141000, ItemType.CrimsonRobe , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Crimson Gloves" , 142000, ItemType.CrimsonGloves , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Crimson Waistcloth" , 143000, ItemType.CrimsonWaistcloth , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Mask of Velka" , 150000, ItemType.MaskofVelka , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Black Cleric Robe" , 151000, ItemType.BlackClericRobe , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Black Manchette" , 152000, ItemType.BlackManchette , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Black Tights" , 153000, ItemType.BlackTights , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Iron Helm" , 160000, ItemType.IronHelm , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Armor of the Sun" , 161000, ItemType.ArmoroftheSun , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Iron Bracelet" , 162000, ItemType.IronBracelet , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Iron Leggings" , 163000, ItemType.IronLeggings , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Chain Helm" , 170000, ItemType.ChainHelm , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Chain Armor" , 171000, ItemType.ChainArmor , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Leather Gauntlets" , 172000, ItemType.LeatherGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Chain Leggings" , 173000, ItemType.ChainLeggings , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Cleric Helm" , 180000, ItemType.ClericHelm , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Cleric Armor" , 181000, ItemType.ClericArmor , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Cleric Gauntlets" , 182000, ItemType.ClericGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Cleric Leggings" , 183000, ItemType.ClericLeggings , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Sunlight Maggot" , 190000, ItemType.SunlightMaggot , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Helm of Thorns" , 200000, ItemType.HelmofThorns , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Armor of Thorns" , 201000, ItemType.ArmorofThorns , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Gauntlets of Thorns" , 202000, ItemType.GauntletsofThorns , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Leggings of Thorns" , 203000, ItemType.LeggingsofThorns , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Standard Helm" , 210000, ItemType.StandardHelm , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Hard Leather Armor" , 211000, ItemType.HardLeatherArmor , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Hard Leather Gauntlets" , 212000, ItemType.HardLeatherGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Hard Leather Boots" , 213000, ItemType.HardLeatherBoots , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Sorcerer Hat" , 220000, ItemType.SorcererHat , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Sorcerer Cloak" , 221000, ItemType.SorcererCloak , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Sorcerer Gauntlets" , 222000, ItemType.SorcererGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Sorcerer Boots" , 223000, ItemType.SorcererBoots , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Tattered Cloth Hood" , 230000, ItemType.TatteredClothHood , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Tattered Cloth Robe" , 231000, ItemType.TatteredClothRobe , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Tattered Cloth Manchette" , 232000, ItemType.TatteredClothManchette , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Heavy Boots" , 233000, ItemType.HeavyBoots , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Pharis's Hat" , 240000, ItemType.PharissHat , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Leather Armor" , 241000, ItemType.LeatherArmor , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Leather Gloves" , 242000, ItemType.LeatherGloves , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Leather Boots" , 243000, ItemType.LeatherBoots , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Painting Guardian Hood" , 250000, ItemType.PaintingGuardianHood , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Painting Guardian Robe" , 251000, ItemType.PaintingGuardianRobe , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Painting Guardian Gloves" , 252000, ItemType.PaintingGuardianGloves , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Painting Guardian Waistcloth" , 253000, ItemType.PaintingGuardianWaistcloth , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Ornstein's Helm" , 270000, ItemType.OrnsteinsHelm , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Ornstein's Armor" , 271000, ItemType.OrnsteinsArmor , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Ornstein's Gauntlets" , 272000, ItemType.OrnsteinsGauntlets , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Ornstein's Leggings" , 273000, ItemType.OrnsteinsLeggings , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Eastern Helm" , 280000, ItemType.EasternHelm , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Eastern Armor" , 281000, ItemType.EasternArmor , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Eastern Gauntlets" , 282000, ItemType.EasternGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Eastern Leggings" , 283000, ItemType.EasternLeggings , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Xanthous Crown" , 290000, ItemType.XanthousCrown , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Xanthous Overcoat" , 291000, ItemType.XanthousOvercoat , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Xanthous Gloves" , 292000, ItemType.XanthousGloves , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Xanthous Waistcloth" , 293000, ItemType.XanthousWaistcloth , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Thief Mask" , 300000, ItemType.ThiefMask , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Black Leather Armor" , 301000, ItemType.BlackLeatherArmor , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Black Leather Gloves" , 302000, ItemType.BlackLeatherGloves , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Black Leather Boots" , 303000, ItemType.BlackLeatherBoots , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Priest's Hat" , 310000, ItemType.PriestsHat , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Holy Robe" , 311000, ItemType.HolyRobe , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Traveling Gloves (Holy)" , 312000, ItemType.TravelingGlovesHoly , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Holy Trousers" , 313000, ItemType.HolyTrousers , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Black Knight Helm" , 320000, ItemType.BlackKnightHelm , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Black Knight Armor" , 321000, ItemType.BlackKnightArmor , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Black Knight Gauntlets" , 322000, ItemType.BlackKnightGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Black Knight Leggings" , 323000, ItemType.BlackKnightLeggings , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Crown of Dusk" , 330000, ItemType.CrownofDusk , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Antiquated Dress" , 331000, ItemType.AntiquatedDress , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Antiquated Gloves" , 332000, ItemType.AntiquatedGloves , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Antiquated Skirt" , 333000, ItemType.AntiquatedSkirt , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Witch Hat" , 340000, ItemType.WitchHat , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Witch Cloak" , 341000, ItemType.WitchCloak , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Witch Gloves" , 342000, ItemType.WitchGloves , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Witch Skirt" , 343000, ItemType.WitchSkirt , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Elite Knight Helm" , 350000, ItemType.EliteKnightHelm , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Elite Knight Armor" , 351000, ItemType.EliteKnightArmor , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Elite Knight Gauntlets" , 352000, ItemType.EliteKnightGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Elite Knight Leggings" , 353000, ItemType.EliteKnightLeggings , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Wanderer Hood" , 360000, ItemType.WandererHood , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Wanderer Coat" , 361000, ItemType.WandererCoat , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Wanderer Manchette" , 362000, ItemType.WandererManchette , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Wanderer Boots" , 363000, ItemType.WandererBoots , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Big Hat" , 380000, ItemType.BigHat , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Sage Robe" , 381000, ItemType.SageRobe , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Traveling Gloves (Sage)" , 382000, ItemType.TravelingGlovesSage , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Traveling Boots" , 383000, ItemType.TravelingBoots , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Knight Helm" , 390000, ItemType.KnightHelm , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Knight Armor" , 391000, ItemType.KnightArmor , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Knight Gauntlets" , 392000, ItemType.KnightGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Knight Leggings" , 393000, ItemType.KnightLeggings , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Dingy Hood" , 400000, ItemType.DingyHood , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Dingy Robe" , 401000, ItemType.DingyRobe , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Dingy Gloves" , 402000, ItemType.DingyGloves , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Blood-Stained Skirt" , 403000, ItemType.BloodStainedSkirt , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Maiden Hood" , 410000, ItemType.MaidenHood , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Maiden Robe" , 411000, ItemType.MaidenRobe , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Maiden Gloves" , 412000, ItemType.MaidenGloves , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Maiden Skirt" , 413000, ItemType.MaidenSkirt , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Silver Knight Helm" , 420000, ItemType.SilverKnightHelm , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Silver Knight Armor" , 421000, ItemType.SilverKnightArmor , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Silver Knight Gauntlets" , 422000, ItemType.SilverKnightGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Silver Knight Leggings" , 423000, ItemType.SilverKnightLeggings , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Havel's Helm" , 440000, ItemType.HavelsHelm , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Havel's Armor" , 441000, ItemType.HavelsArmor , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Havel's Gauntlets" , 442000, ItemType.HavelsGauntlets , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Havel's Leggings" , 443000, ItemType.HavelsLeggings , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Brass Helm" , 450000, ItemType.BrassHelm , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Brass Armor" , 451000, ItemType.BrassArmor , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Brass Gauntlets" , 452000, ItemType.BrassGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Brass Leggings" , 453000, ItemType.BrassLeggings , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Gold-Hemmed Black Hood" , 460000, ItemType.GoldHemmedBlackHood , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Gold-Hemmed Black Cloak" , 461000, ItemType.GoldHemmedBlackCloak , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Gold-Hemmed Black Gloves" , 462000, ItemType.GoldHemmedBlackGloves , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Gold-Hemmed Black Skirt" , 463000, ItemType.GoldHemmedBlackSkirt , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Golem Helm" , 470000, ItemType.GolemHelm , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Golem Armor" , 471000, ItemType.GolemArmor , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Golem Gauntlets" , 472000, ItemType.GolemGauntlets , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Golem Leggings" , 473000, ItemType.GolemLeggings , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Hollow Soldier Helm" , 480000, ItemType.HollowSoldierHelm , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Hollow Soldier Armor" , 481000, ItemType.HollowSoldierArmor , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Hollow Soldier Waistcloth" , 483000, ItemType.HollowSoldierWaistcloth , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Steel Helm" , 490000, ItemType.SteelHelm , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Steel Armor" , 491000, ItemType.SteelArmor , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Steel Gauntlets" , 492000, ItemType.SteelGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Steel Leggings" , 493000, ItemType.SteelLeggings , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Hollow Thief's Hood" , 500000, ItemType.HollowThiefsHood , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Hollow Thief's Leather Armor" , 501000, ItemType.HollowThiefsLeatherArmor , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Hollow Thief's Tights" , 503000, ItemType.HollowThiefsTights , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Balder Helm" , 510000, ItemType.BalderHelm , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Balder Armor" , 511000, ItemType.BalderArmor , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Balder Gauntlets" , 512000, ItemType.BalderGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Balder Leggings" , 513000, ItemType.BalderLeggings , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Hollow Warrior Helm" , 520000, ItemType.HollowWarriorHelm , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Hollow Warrior Armor" , 521000, ItemType.HollowWarriorArmor , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Hollow Warrior Waistcloth" , 523000, ItemType.HollowWarriorWaistcloth , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Giant Helm" , 530000, ItemType.GiantHelm , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Giant Armor" , 531000, ItemType.GiantArmor , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Giant Gauntlets" , 532000, ItemType.GiantGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Giant Leggings" , 533000, ItemType.GiantLeggings , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Crown of the Dark Sun" , 540000, ItemType.CrownoftheDarkSun , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Moonlight Robe" , 541000, ItemType.MoonlightRobe , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Moonlight Gloves" , 542000, ItemType.MoonlightGloves , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Moonlight Waistcloth" , 543000, ItemType.MoonlightWaistcloth , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Crown of the Great Lord" , 550000, ItemType.CrownoftheGreatLord , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Robe of the Great Lord" , 551000, ItemType.RobeoftheGreatLord , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Bracelet of the Great Lord" , 552000, ItemType.BraceletoftheGreatLord , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Anklet of the Great Lord" , 553000, ItemType.AnkletoftheGreatLord , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Sack" , 560000, ItemType.Sack , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Symbol of Avarice" , 570000, ItemType.SymbolofAvarice , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Royal Helm" , 580000, ItemType.RoyalHelm , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Mask of the Father" , 590000, ItemType.MaskoftheFather , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Mask of the Mother" , 600000, ItemType.MaskoftheMother , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Mask of the Child" , 610000, ItemType.MaskoftheChild , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Fang Boar Helm" , 620000, ItemType.FangBoarHelm , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Gargoyle Helm" , 630000, ItemType.GargoyleHelm , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Black Sorcerer Hat" , 640000, ItemType.BlackSorcererHat , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Black Sorcerer Cloak" , 641000, ItemType.BlackSorcererCloak , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Black Sorcerer Gauntlets" , 642000, ItemType.BlackSorcererGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Black Sorcerer Boots" , 643000, ItemType.BlackSorcererBoots , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
- new Item("Helm of Artorias" , 660000, ItemType.HelmofArtorias , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Armor of Artorias" , 661000, ItemType.ArmorofArtorias , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Gauntlets of Artorias" , 662000, ItemType.GauntletsofArtorias , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Leggings of Artorias" , 663000, ItemType.LeggingsofArtorias , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Porcelain Mask" , 670000, ItemType.PorcelainMask , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Lord's Blade Robe" , 671000, ItemType.LordsBladeRobe , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Lord's Blade Gloves" , 672000, ItemType.LordsBladeGloves , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Lord's Blade Waistcloth" , 673000, ItemType.LordsBladeWaistcloth , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Gough's Helm" , 680000, ItemType.GoughsHelm , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Gough's Armor" , 681000, ItemType.GoughsArmor , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Gough's Gauntlets" , 682000, ItemType.GoughsGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Gough's Leggings" , 683000, ItemType.GoughsLeggings , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Guardian Helm" , 690000, ItemType.GuardianHelm , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Guardian Armor" , 691000, ItemType.GuardianArmor , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Guardian Gauntlets" , 692000, ItemType.GuardianGauntlets , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Guardian Leggings" , 693000, ItemType.GuardianLeggings , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Snickering Top Hat" , 700000, ItemType.SnickeringTopHat , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Chester's Long Coat" , 701000, ItemType.ChestersLongCoat , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Chester's Gloves" , 702000, ItemType.ChestersGloves , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Chester's Trousers" , 703000, ItemType.ChestersTrousers , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
- new Item("Bloated Head" , 710000, ItemType.BloatedHead , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Bloated Sorcerer Head" , 720000, ItemType.BloatedSorcererHead , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ }
+
+ public static readonly ReadOnlyCollection
- AllItems = new(new List
- ()
+ {
+ new("Catarina Helm" , 10000, ItemType.CatarinaHelm , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Catarina Armor" , 11000, ItemType.CatarinaArmor , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Catarina Gauntlets" , 12000, ItemType.CatarinaGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Catarina Leggings" , 13000, ItemType.CatarinaLeggings , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Paladin Helm" , 20000, ItemType.PaladinHelm , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Paladin Armor" , 21000, ItemType.PaladinArmor , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Paladin Gauntlets" , 22000, ItemType.PaladinGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Paladin Leggings" , 23000, ItemType.PaladinLeggings , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Dark Mask" , 40000, ItemType.DarkMask , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Dark Armor" , 41000, ItemType.DarkArmor , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Dark Gauntlets" , 42000, ItemType.DarkGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Dark Leggings" , 43000, ItemType.DarkLeggings , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Brigand Hood" , 50000, ItemType.BrigandHood , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Brigand Armor" , 51000, ItemType.BrigandArmor , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Brigand Gauntlets" , 52000, ItemType.BrigandGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Brigand Trousers" , 53000, ItemType.BrigandTrousers , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Shadow Mask" , 60000, ItemType.ShadowMask , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Shadow Garb" , 61000, ItemType.ShadowGarb , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Shadow Gauntlets" , 62000, ItemType.ShadowGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Shadow Leggings" , 63000, ItemType.ShadowLeggings , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Black Iron Helm" , 70000, ItemType.BlackIronHelm , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Black Iron Armor" , 71000, ItemType.BlackIronArmor , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Black Iron Gauntlets" , 72000, ItemType.BlackIronGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Black Iron Leggings" , 73000, ItemType.BlackIronLeggings , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Smough's Helm" , 80000, ItemType.SmoughsHelm , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Smough's Armor" , 81000, ItemType.SmoughsArmor , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Smough's Gauntlets" , 82000, ItemType.SmoughsGauntlets , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Smough's Leggings" , 83000, ItemType.SmoughsLeggings , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Six-Eyed Helm of the Channelers" , 90000, ItemType.SixEyedHelmoftheChannelers , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Robe of the Channelers" , 91000, ItemType.RobeoftheChannelers , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Gauntlets of the Channelers" , 92000, ItemType.GauntletsoftheChannelers , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Waistcloth of the Channelers" , 93000, ItemType.WaistclothoftheChannelers , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Helm of Favor" , 100000, ItemType.HelmofFavor , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Embraced Armor of Favor" , 101000, ItemType.EmbracedArmorofFavor , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Gauntlets of Favor" , 102000, ItemType.GauntletsofFavor , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Leggings of Favor" , 103000, ItemType.LeggingsofFavor , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Helm of the Wise" , 110000, ItemType.HelmoftheWise , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Armor of the Glorious" , 111000, ItemType.ArmoroftheGlorious , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Gauntlets of the Vanquisher" , 112000, ItemType.GauntletsoftheVanquisher , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Boots of the Explorer" , 113000, ItemType.BootsoftheExplorer , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Stone Helm" , 120000, ItemType.StoneHelm , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Stone Armor" , 121000, ItemType.StoneArmor , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Stone Gauntlets" , 122000, ItemType.StoneGauntlets , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Stone Leggings" , 123000, ItemType.StoneLeggings , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Crystalline Helm" , 130000, ItemType.CrystallineHelm , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Crystalline Armor" , 131000, ItemType.CrystallineArmor , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Crystalline Gauntlets" , 132000, ItemType.CrystallineGauntlets , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Crystalline Leggings" , 133000, ItemType.CrystallineLeggings , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Mask of the Sealer" , 140000, ItemType.MaskoftheSealer , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Crimson Robe" , 141000, ItemType.CrimsonRobe , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Crimson Gloves" , 142000, ItemType.CrimsonGloves , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Crimson Waistcloth" , 143000, ItemType.CrimsonWaistcloth , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Mask of Velka" , 150000, ItemType.MaskofVelka , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Black Cleric Robe" , 151000, ItemType.BlackClericRobe , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Black Manchette" , 152000, ItemType.BlackManchette , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Black Tights" , 153000, ItemType.BlackTights , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Iron Helm" , 160000, ItemType.IronHelm , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Armor of the Sun" , 161000, ItemType.ArmoroftheSun , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Iron Bracelet" , 162000, ItemType.IronBracelet , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Iron Leggings" , 163000, ItemType.IronLeggings , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Chain Helm" , 170000, ItemType.ChainHelm , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Chain Armor" , 171000, ItemType.ChainArmor , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Leather Gauntlets" , 172000, ItemType.LeatherGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Chain Leggings" , 173000, ItemType.ChainLeggings , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Cleric Helm" , 180000, ItemType.ClericHelm , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Cleric Armor" , 181000, ItemType.ClericArmor , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Cleric Gauntlets" , 182000, ItemType.ClericGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Cleric Leggings" , 183000, ItemType.ClericLeggings , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Sunlight Maggot" , 190000, ItemType.SunlightMaggot , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Helm of Thorns" , 200000, ItemType.HelmofThorns , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Armor of Thorns" , 201000, ItemType.ArmorofThorns , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Gauntlets of Thorns" , 202000, ItemType.GauntletsofThorns , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Leggings of Thorns" , 203000, ItemType.LeggingsofThorns , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Standard Helm" , 210000, ItemType.StandardHelm , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Hard Leather Armor" , 211000, ItemType.HardLeatherArmor , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Hard Leather Gauntlets" , 212000, ItemType.HardLeatherGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Hard Leather Boots" , 213000, ItemType.HardLeatherBoots , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Sorcerer Hat" , 220000, ItemType.SorcererHat , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Sorcerer Cloak" , 221000, ItemType.SorcererCloak , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Sorcerer Gauntlets" , 222000, ItemType.SorcererGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Sorcerer Boots" , 223000, ItemType.SorcererBoots , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Tattered Cloth Hood" , 230000, ItemType.TatteredClothHood , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Tattered Cloth Robe" , 231000, ItemType.TatteredClothRobe , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Tattered Cloth Manchette" , 232000, ItemType.TatteredClothManchette , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Heavy Boots" , 233000, ItemType.HeavyBoots , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Pharis's Hat" , 240000, ItemType.PharissHat , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Leather Armor" , 241000, ItemType.LeatherArmor , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Leather Gloves" , 242000, ItemType.LeatherGloves , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Leather Boots" , 243000, ItemType.LeatherBoots , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Painting Guardian Hood" , 250000, ItemType.PaintingGuardianHood , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Painting Guardian Robe" , 251000, ItemType.PaintingGuardianRobe , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Painting Guardian Gloves" , 252000, ItemType.PaintingGuardianGloves , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Painting Guardian Waistcloth" , 253000, ItemType.PaintingGuardianWaistcloth , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Ornstein's Helm" , 270000, ItemType.OrnsteinsHelm , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Ornstein's Armor" , 271000, ItemType.OrnsteinsArmor , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Ornstein's Gauntlets" , 272000, ItemType.OrnsteinsGauntlets , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Ornstein's Leggings" , 273000, ItemType.OrnsteinsLeggings , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Eastern Helm" , 280000, ItemType.EasternHelm , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Eastern Armor" , 281000, ItemType.EasternArmor , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Eastern Gauntlets" , 282000, ItemType.EasternGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Eastern Leggings" , 283000, ItemType.EasternLeggings , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Xanthous Crown" , 290000, ItemType.XanthousCrown , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Xanthous Overcoat" , 291000, ItemType.XanthousOvercoat , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Xanthous Gloves" , 292000, ItemType.XanthousGloves , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Xanthous Waistcloth" , 293000, ItemType.XanthousWaistcloth , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Thief Mask" , 300000, ItemType.ThiefMask , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Black Leather Armor" , 301000, ItemType.BlackLeatherArmor , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Black Leather Gloves" , 302000, ItemType.BlackLeatherGloves , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Black Leather Boots" , 303000, ItemType.BlackLeatherBoots , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Priest's Hat" , 310000, ItemType.PriestsHat , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Holy Robe" , 311000, ItemType.HolyRobe , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Traveling Gloves (Holy)" , 312000, ItemType.TravelingGlovesHoly , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Holy Trousers" , 313000, ItemType.HolyTrousers , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Black Knight Helm" , 320000, ItemType.BlackKnightHelm , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Black Knight Armor" , 321000, ItemType.BlackKnightArmor , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Black Knight Gauntlets" , 322000, ItemType.BlackKnightGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Black Knight Leggings" , 323000, ItemType.BlackKnightLeggings , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Crown of Dusk" , 330000, ItemType.CrownofDusk , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Antiquated Dress" , 331000, ItemType.AntiquatedDress , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Antiquated Gloves" , 332000, ItemType.AntiquatedGloves , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Antiquated Skirt" , 333000, ItemType.AntiquatedSkirt , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Witch Hat" , 340000, ItemType.WitchHat , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Witch Cloak" , 341000, ItemType.WitchCloak , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Witch Gloves" , 342000, ItemType.WitchGloves , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Witch Skirt" , 343000, ItemType.WitchSkirt , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Elite Knight Helm" , 350000, ItemType.EliteKnightHelm , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Elite Knight Armor" , 351000, ItemType.EliteKnightArmor , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Elite Knight Gauntlets" , 352000, ItemType.EliteKnightGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Elite Knight Leggings" , 353000, ItemType.EliteKnightLeggings , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Wanderer Hood" , 360000, ItemType.WandererHood , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Wanderer Coat" , 361000, ItemType.WandererCoat , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Wanderer Manchette" , 362000, ItemType.WandererManchette , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Wanderer Boots" , 363000, ItemType.WandererBoots , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Big Hat" , 380000, ItemType.BigHat , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Sage Robe" , 381000, ItemType.SageRobe , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Traveling Gloves (Sage)" , 382000, ItemType.TravelingGlovesSage , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Traveling Boots" , 383000, ItemType.TravelingBoots , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Knight Helm" , 390000, ItemType.KnightHelm , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Knight Armor" , 391000, ItemType.KnightArmor , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Knight Gauntlets" , 392000, ItemType.KnightGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Knight Leggings" , 393000, ItemType.KnightLeggings , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Dingy Hood" , 400000, ItemType.DingyHood , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Dingy Robe" , 401000, ItemType.DingyRobe , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Dingy Gloves" , 402000, ItemType.DingyGloves , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Blood-Stained Skirt" , 403000, ItemType.BloodStainedSkirt , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Maiden Hood" , 410000, ItemType.MaidenHood , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Maiden Robe" , 411000, ItemType.MaidenRobe , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Maiden Gloves" , 412000, ItemType.MaidenGloves , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Maiden Skirt" , 413000, ItemType.MaidenSkirt , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Silver Knight Helm" , 420000, ItemType.SilverKnightHelm , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Silver Knight Armor" , 421000, ItemType.SilverKnightArmor , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Silver Knight Gauntlets" , 422000, ItemType.SilverKnightGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Silver Knight Leggings" , 423000, ItemType.SilverKnightLeggings , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Havel's Helm" , 440000, ItemType.HavelsHelm , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Havel's Armor" , 441000, ItemType.HavelsArmor , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Havel's Gauntlets" , 442000, ItemType.HavelsGauntlets , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Havel's Leggings" , 443000, ItemType.HavelsLeggings , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Brass Helm" , 450000, ItemType.BrassHelm , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Brass Armor" , 451000, ItemType.BrassArmor , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Brass Gauntlets" , 452000, ItemType.BrassGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Brass Leggings" , 453000, ItemType.BrassLeggings , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Gold-Hemmed Black Hood" , 460000, ItemType.GoldHemmedBlackHood , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Gold-Hemmed Black Cloak" , 461000, ItemType.GoldHemmedBlackCloak , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Gold-Hemmed Black Gloves" , 462000, ItemType.GoldHemmedBlackGloves , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Gold-Hemmed Black Skirt" , 463000, ItemType.GoldHemmedBlackSkirt , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Golem Helm" , 470000, ItemType.GolemHelm , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Golem Armor" , 471000, ItemType.GolemArmor , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Golem Gauntlets" , 472000, ItemType.GolemGauntlets , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Golem Leggings" , 473000, ItemType.GolemLeggings , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Hollow Soldier Helm" , 480000, ItemType.HollowSoldierHelm , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Hollow Soldier Armor" , 481000, ItemType.HollowSoldierArmor , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Hollow Soldier Waistcloth" , 483000, ItemType.HollowSoldierWaistcloth , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Steel Helm" , 490000, ItemType.SteelHelm , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Steel Armor" , 491000, ItemType.SteelArmor , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Steel Gauntlets" , 492000, ItemType.SteelGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Steel Leggings" , 493000, ItemType.SteelLeggings , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Hollow Thief's Hood" , 500000, ItemType.HollowThiefsHood , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Hollow Thief's Leather Armor" , 501000, ItemType.HollowThiefsLeatherArmor , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Hollow Thief's Tights" , 503000, ItemType.HollowThiefsTights , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Balder Helm" , 510000, ItemType.BalderHelm , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Balder Armor" , 511000, ItemType.BalderArmor , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Balder Gauntlets" , 512000, ItemType.BalderGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Balder Leggings" , 513000, ItemType.BalderLeggings , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Hollow Warrior Helm" , 520000, ItemType.HollowWarriorHelm , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Hollow Warrior Armor" , 521000, ItemType.HollowWarriorArmor , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Hollow Warrior Waistcloth" , 523000, ItemType.HollowWarriorWaistcloth , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Giant Helm" , 530000, ItemType.GiantHelm , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Giant Armor" , 531000, ItemType.GiantArmor , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Giant Gauntlets" , 532000, ItemType.GiantGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Giant Leggings" , 533000, ItemType.GiantLeggings , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Crown of the Dark Sun" , 540000, ItemType.CrownoftheDarkSun , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Moonlight Robe" , 541000, ItemType.MoonlightRobe , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Moonlight Gloves" , 542000, ItemType.MoonlightGloves , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Moonlight Waistcloth" , 543000, ItemType.MoonlightWaistcloth , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Crown of the Great Lord" , 550000, ItemType.CrownoftheGreatLord , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Robe of the Great Lord" , 551000, ItemType.RobeoftheGreatLord , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Bracelet of the Great Lord" , 552000, ItemType.BraceletoftheGreatLord , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Anklet of the Great Lord" , 553000, ItemType.AnkletoftheGreatLord , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Sack" , 560000, ItemType.Sack , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Symbol of Avarice" , 570000, ItemType.SymbolofAvarice , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Royal Helm" , 580000, ItemType.RoyalHelm , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Mask of the Father" , 590000, ItemType.MaskoftheFather , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Mask of the Mother" , 600000, ItemType.MaskoftheMother , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Mask of the Child" , 610000, ItemType.MaskoftheChild , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Fang Boar Helm" , 620000, ItemType.FangBoarHelm , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Gargoyle Helm" , 630000, ItemType.GargoyleHelm , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Black Sorcerer Hat" , 640000, ItemType.BlackSorcererHat , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Black Sorcerer Cloak" , 641000, ItemType.BlackSorcererCloak , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Black Sorcerer Gauntlets" , 642000, ItemType.BlackSorcererGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Black Sorcerer Boots" , 643000, ItemType.BlackSorcererBoots , ItemCategory.Armor , 1, ItemUpgrade.Armor ),
+ new("Helm of Artorias" , 660000, ItemType.HelmofArtorias , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Armor of Artorias" , 661000, ItemType.ArmorofArtorias , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Gauntlets of Artorias" , 662000, ItemType.GauntletsofArtorias , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Leggings of Artorias" , 663000, ItemType.LeggingsofArtorias , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Porcelain Mask" , 670000, ItemType.PorcelainMask , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Lord's Blade Robe" , 671000, ItemType.LordsBladeRobe , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Lord's Blade Gloves" , 672000, ItemType.LordsBladeGloves , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Lord's Blade Waistcloth" , 673000, ItemType.LordsBladeWaistcloth , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Gough's Helm" , 680000, ItemType.GoughsHelm , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Gough's Armor" , 681000, ItemType.GoughsArmor , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Gough's Gauntlets" , 682000, ItemType.GoughsGauntlets , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Gough's Leggings" , 683000, ItemType.GoughsLeggings , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Guardian Helm" , 690000, ItemType.GuardianHelm , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Guardian Armor" , 691000, ItemType.GuardianArmor , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Guardian Gauntlets" , 692000, ItemType.GuardianGauntlets , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Guardian Leggings" , 693000, ItemType.GuardianLeggings , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Snickering Top Hat" , 700000, ItemType.SnickeringTopHat , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Chester's Long Coat" , 701000, ItemType.ChestersLongCoat , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Chester's Gloves" , 702000, ItemType.ChestersGloves , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Chester's Trousers" , 703000, ItemType.ChestersTrousers , ItemCategory.Armor , 1, ItemUpgrade.Unique ),
+ new("Bloated Head" , 710000, ItemType.BloatedHead , ItemCategory.Armor , 1, ItemUpgrade.None ),
+ new("Bloated Sorcerer Head" , 720000, ItemType.BloatedSorcererHead , ItemCategory.Armor , 1, ItemUpgrade.None ),
- new Item("Eye of Death" , 109, ItemType.EyeofDeath , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Cracked Red Eye Orb" , 111, ItemType.CrackedRedEyeOrb , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Estus Flask" , 200, ItemType.EstusFlask , ItemCategory.Consumables , 1, ItemUpgrade.None ),
- new Item("Elizabeth's Mushroom" , 230, ItemType.ElizabethsMushroom , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Divine Blessing" , 240, ItemType.DivineBlessing , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Green Blossom" , 260, ItemType.GreenBlossom , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Bloodred Moss Clump" , 270, ItemType.BloodredMossClump , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Purple Moss Clump" , 271, ItemType.PurpleMossClump , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Blooming Purple Moss Clump" , 272, ItemType.BloomingPurpleMossClump , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Purging Stone" , 274, ItemType.PurgingStone , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Egg Vermifuge" , 275, ItemType.EggVermifuge , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Repair Powder" , 280, ItemType.RepairPowder , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Throwing Knife" , 290, ItemType.ThrowingKnife , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Poison Throwing Knife" , 291, ItemType.PoisonThrowingKnife , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Firebomb" , 292, ItemType.Firebomb , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Dung Pie" , 293, ItemType.DungPie , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Alluring Skull" , 294, ItemType.AlluringSkull , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Lloyd's Talisman" , 296, ItemType.LloydsTalisman , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Black Firebomb" , 297, ItemType.BlackFirebomb , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Charcoal Pine Resin" , 310, ItemType.CharcoalPineResin , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Gold Pine Resin" , 311, ItemType.GoldPineResin , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Transient Curse" , 312, ItemType.TransientCurse , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Rotten Pine Resin" , 313, ItemType.RottenPineResin , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Homeward Bone" , 330, ItemType.HomewardBone , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Prism Stone" , 370, ItemType.PrismStone , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Indictment" , 373, ItemType.Indictment , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Souvenir of Reprisal" , 374, ItemType.SouvenirofReprisal , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Sunlight Medal" , 375, ItemType.SunlightMedal , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Pendant" , 376, ItemType.Pendant , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Rubbish" , 380, ItemType.Rubbish , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Copper Coin" , 381, ItemType.CopperCoin , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Silver Coin" , 382, ItemType.SilverCoin , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Gold Coin" , 383, ItemType.GoldCoin , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Fire Keeper Soul (Anastacia of Astora)" , 390, ItemType.FireKeeperSoulAnastaciaofAstora , ItemCategory.Consumables , 1, ItemUpgrade.None ),
- new Item("Fire Keeper Soul (Darkmoon Knightess)" , 391, ItemType.FireKeeperSoulDarkmoonKnightess , ItemCategory.Consumables , 1, ItemUpgrade.None ),
- new Item("Fire Keeper Soul (Daughter of Chaos)" , 392, ItemType.FireKeeperSoulDaughterofChaos , ItemCategory.Consumables , 1, ItemUpgrade.None ),
- new Item("Fire Keeper Soul (New Londo)" , 393, ItemType.FireKeeperSoulNewLondo , ItemCategory.Consumables , 1, ItemUpgrade.None ),
- new Item("Fire Keeper Soul (Blighttown)" , 394, ItemType.FireKeeperSoulBlighttown , ItemCategory.Consumables , 1, ItemUpgrade.None ),
- new Item("Fire Keeper Soul (Duke's Archives)" , 395, ItemType.FireKeeperSoulDukesArchives , ItemCategory.Consumables , 1, ItemUpgrade.None ),
- new Item("Fire Keeper Soul (Undead Parish)" , 396, ItemType.FireKeeperSoulUndeadParish , ItemCategory.Consumables , 1, ItemUpgrade.None ),
- new Item("Soul of a Lost Undead" , 400, ItemType.SoulofaLostUndead , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Large Soul of a Lost Undead" , 401, ItemType.LargeSoulofaLostUndead , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Soul of a Nameless Soldier" , 402, ItemType.SoulofaNamelessSoldier , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Large Soul of a Nameless Soldier" , 403, ItemType.LargeSoulofaNamelessSoldier , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Soul of a Proud Knight" , 404, ItemType.SoulofaProudKnight , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Large Soul of a Proud Knight" , 405, ItemType.LargeSoulofaProudKnight , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Soul of a Brave Warrior" , 406, ItemType.SoulofaBraveWarrior , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Large Soul of a Brave Warrior" , 407, ItemType.LargeSoulofaBraveWarrior , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Soul of a Hero" , 408, ItemType.SoulofaHero , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Soul of a Great Hero" , 409, ItemType.SoulofaGreatHero , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Humanity" , 500, ItemType.Humanity , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Twin Humanities" , 501, ItemType.TwinHumanities , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Soul of Quelaag" , 700, ItemType.SoulofQuelaag , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Soul of Sif" , 701, ItemType.SoulofSif , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Soul of Gwyn, Lord of Cinder" , 702, ItemType.SoulofGwynLordofCinder , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Core of an Iron Golem" , 703, ItemType.CoreofanIronGolem , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Soul of Ornstein" , 704, ItemType.SoulofOrnstein , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Soul of the Moonlight Butterfly" , 705, ItemType.SouloftheMoonlightButterfly , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Soul of Smough" , 706, ItemType.SoulofSmough , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Soul of Priscilla" , 707, ItemType.SoulofPriscilla , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Soul of Gwyndolin" , 708, ItemType.SoulofGwyndolin , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Guardian Soul" , 709, ItemType.GuardianSoul , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Soul of Artorias" , 710, ItemType.SoulofArtorias , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Soul of Manus" , 711, ItemType.SoulofManus , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Eye of Death" , 109, ItemType.EyeofDeath , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Cracked Red Eye Orb" , 111, ItemType.CrackedRedEyeOrb , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Estus Flask" , 200, ItemType.EstusFlask , ItemCategory.Consumables , 1, ItemUpgrade.None ),
+ new("Elizabeth's Mushroom" , 230, ItemType.ElizabethsMushroom , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Divine Blessing" , 240, ItemType.DivineBlessing , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Green Blossom" , 260, ItemType.GreenBlossom , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Bloodred Moss Clump" , 270, ItemType.BloodredMossClump , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Purple Moss Clump" , 271, ItemType.PurpleMossClump , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Blooming Purple Moss Clump" , 272, ItemType.BloomingPurpleMossClump , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Purging Stone" , 274, ItemType.PurgingStone , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Egg Vermifuge" , 275, ItemType.EggVermifuge , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Repair Powder" , 280, ItemType.RepairPowder , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Throwing Knife" , 290, ItemType.ThrowingKnife , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Poison Throwing Knife" , 291, ItemType.PoisonThrowingKnife , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Firebomb" , 292, ItemType.Firebomb , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Dung Pie" , 293, ItemType.DungPie , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Alluring Skull" , 294, ItemType.AlluringSkull , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Lloyd's Talisman" , 296, ItemType.LloydsTalisman , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Black Firebomb" , 297, ItemType.BlackFirebomb , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Charcoal Pine Resin" , 310, ItemType.CharcoalPineResin , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Gold Pine Resin" , 311, ItemType.GoldPineResin , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Transient Curse" , 312, ItemType.TransientCurse , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Rotten Pine Resin" , 313, ItemType.RottenPineResin , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Homeward Bone" , 330, ItemType.HomewardBone , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Prism Stone" , 370, ItemType.PrismStone , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Indictment" , 373, ItemType.Indictment , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Souvenir of Reprisal" , 374, ItemType.SouvenirofReprisal , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Sunlight Medal" , 375, ItemType.SunlightMedal , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Pendant" , 376, ItemType.Pendant , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Rubbish" , 380, ItemType.Rubbish , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Copper Coin" , 381, ItemType.CopperCoin , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Silver Coin" , 382, ItemType.SilverCoin , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Gold Coin" , 383, ItemType.GoldCoin , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Fire Keeper Soul (Anastacia of Astora)" , 390, ItemType.FireKeeperSoulAnastaciaofAstora , ItemCategory.Consumables , 1, ItemUpgrade.None ),
+ new("Fire Keeper Soul (Darkmoon Knightess)" , 391, ItemType.FireKeeperSoulDarkmoonKnightess , ItemCategory.Consumables , 1, ItemUpgrade.None ),
+ new("Fire Keeper Soul (Daughter of Chaos)" , 392, ItemType.FireKeeperSoulDaughterofChaos , ItemCategory.Consumables , 1, ItemUpgrade.None ),
+ new("Fire Keeper Soul (New Londo)" , 393, ItemType.FireKeeperSoulNewLondo , ItemCategory.Consumables , 1, ItemUpgrade.None ),
+ new("Fire Keeper Soul (Blighttown)" , 394, ItemType.FireKeeperSoulBlighttown , ItemCategory.Consumables , 1, ItemUpgrade.None ),
+ new("Fire Keeper Soul (Duke's Archives)" , 395, ItemType.FireKeeperSoulDukesArchives , ItemCategory.Consumables , 1, ItemUpgrade.None ),
+ new("Fire Keeper Soul (Undead Parish)" , 396, ItemType.FireKeeperSoulUndeadParish , ItemCategory.Consumables , 1, ItemUpgrade.None ),
+ new("Soul of a Lost Undead" , 400, ItemType.SoulofaLostUndead , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Large Soul of a Lost Undead" , 401, ItemType.LargeSoulofaLostUndead , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Soul of a Nameless Soldier" , 402, ItemType.SoulofaNamelessSoldier , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Large Soul of a Nameless Soldier" , 403, ItemType.LargeSoulofaNamelessSoldier , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Soul of a Proud Knight" , 404, ItemType.SoulofaProudKnight , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Large Soul of a Proud Knight" , 405, ItemType.LargeSoulofaProudKnight , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Soul of a Brave Warrior" , 406, ItemType.SoulofaBraveWarrior , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Large Soul of a Brave Warrior" , 407, ItemType.LargeSoulofaBraveWarrior , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Soul of a Hero" , 408, ItemType.SoulofaHero , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Soul of a Great Hero" , 409, ItemType.SoulofaGreatHero , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Humanity" , 500, ItemType.Humanity , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Twin Humanities" , 501, ItemType.TwinHumanities , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Soul of Quelaag" , 700, ItemType.SoulofQuelaag , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Soul of Sif" , 701, ItemType.SoulofSif , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Soul of Gwyn, Lord of Cinder" , 702, ItemType.SoulofGwynLordofCinder , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Core of an Iron Golem" , 703, ItemType.CoreofanIronGolem , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Soul of Ornstein" , 704, ItemType.SoulofOrnstein , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Soul of the Moonlight Butterfly" , 705, ItemType.SouloftheMoonlightButterfly , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Soul of Smough" , 706, ItemType.SoulofSmough , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Soul of Priscilla" , 707, ItemType.SoulofPriscilla , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Soul of Gwyndolin" , 708, ItemType.SoulofGwyndolin , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Guardian Soul" , 709, ItemType.GuardianSoul , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Soul of Artorias" , 710, ItemType.SoulofArtorias , ItemCategory.Consumables , 99, ItemUpgrade.None ),
+ new("Soul of Manus" , 711, ItemType.SoulofManus , ItemCategory.Consumables , 99, ItemUpgrade.None ),
- new Item("Peculiar Doll" , 384, ItemType.PeculiarDoll , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Basement Key" , 2001, ItemType.BasementKey , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Crest of Artorias" , 2002, ItemType.CrestofArtorias , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Cage Key" , 2003, ItemType.CageKey , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Archive Tower Cell Key" , 2004, ItemType.ArchiveTowerCellKey , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Archive Tower Giant Door Key" , 2005, ItemType.ArchiveTowerGiantDoorKey , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Archive Tower Giant Cell Key" , 2006, ItemType.ArchiveTowerGiantCellKey , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Blighttown Key" , 2007, ItemType.BlighttownKey , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Key to New Londo Ruins" , 2008, ItemType.KeytoNewLondoRuins , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Annex Key" , 2009, ItemType.AnnexKey , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Dungeon Cell Key" , 2010, ItemType.DungeonCellKey , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Big Pilgrim's Key" , 2011, ItemType.BigPilgrimsKey , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Undead Asylum F2 East Key" , 2012, ItemType.UndeadAsylumF2EastKey , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Key to the Seal" , 2013, ItemType.KeytotheSeal , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Key to Depths" , 2014, ItemType.KeytoDepths , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Undead Asylum F2 West Key" , 2016, ItemType.UndeadAsylumF2WestKey , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Mystery Key" , 2017, ItemType.MysteryKey , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Sewer Chamber Key" , 2018, ItemType.SewerChamberKey , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Watchtower Basement Key" , 2019, ItemType.WatchtowerBasementKey , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Archive Prison Extra Key" , 2020, ItemType.ArchivePrisonExtraKey , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Residence Key" , 2021, ItemType.ResidenceKey , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Crest Key" , 2022, ItemType.CrestKey , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Master Key" , 2100, ItemType.MasterKey , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Lord Soul (Nito)" , 2500, ItemType.LordSoulNito , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Lord Soul (Bed of Chaos)" , 2501, ItemType.LordSoulBedofChaos , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Bequeathed Lord Soul Shard (Four Kings)" , 2502, ItemType.BequeathedLordSoulShardFourKings , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Bequeathed Lord Soul Shard (Seath)" , 2503, ItemType.BequeathedLordSoulShardSeath , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Lordvessel" , 2510, ItemType.Lordvessel , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Broken Pendant" , 2520, ItemType.BrokenPendant , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Weapon Smithbox" , 2600, ItemType.WeaponSmithbox , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Armor Smithbox" , 2601, ItemType.ArmorSmithbox , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Repairbox" , 2602, ItemType.Repairbox , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Rite of Kindling" , 2607, ItemType.RiteofKindling , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Bottomless Box" , 2608, ItemType.BottomlessBox , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Peculiar Doll" , 384, ItemType.PeculiarDoll , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Basement Key" , 2001, ItemType.BasementKey , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Crest of Artorias" , 2002, ItemType.CrestofArtorias , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Cage Key" , 2003, ItemType.CageKey , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Archive Tower Cell Key" , 2004, ItemType.ArchiveTowerCellKey , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Archive Tower Giant Door Key" , 2005, ItemType.ArchiveTowerGiantDoorKey , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Archive Tower Giant Cell Key" , 2006, ItemType.ArchiveTowerGiantCellKey , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Blighttown Key" , 2007, ItemType.BlighttownKey , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Key to New Londo Ruins" , 2008, ItemType.KeytoNewLondoRuins , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Annex Key" , 2009, ItemType.AnnexKey , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Dungeon Cell Key" , 2010, ItemType.DungeonCellKey , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Big Pilgrim's Key" , 2011, ItemType.BigPilgrimsKey , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Undead Asylum F2 East Key" , 2012, ItemType.UndeadAsylumF2EastKey , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Key to the Seal" , 2013, ItemType.KeytotheSeal , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Key to Depths" , 2014, ItemType.KeytoDepths , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Undead Asylum F2 West Key" , 2016, ItemType.UndeadAsylumF2WestKey , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Mystery Key" , 2017, ItemType.MysteryKey , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Sewer Chamber Key" , 2018, ItemType.SewerChamberKey , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Watchtower Basement Key" , 2019, ItemType.WatchtowerBasementKey , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Archive Prison Extra Key" , 2020, ItemType.ArchivePrisonExtraKey , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Residence Key" , 2021, ItemType.ResidenceKey , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Crest Key" , 2022, ItemType.CrestKey , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Master Key" , 2100, ItemType.MasterKey , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Lord Soul (Nito)" , 2500, ItemType.LordSoulNito , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Lord Soul (Bed of Chaos)" , 2501, ItemType.LordSoulBedofChaos , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Bequeathed Lord Soul Shard (Four Kings)" , 2502, ItemType.BequeathedLordSoulShardFourKings , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Bequeathed Lord Soul Shard (Seath)" , 2503, ItemType.BequeathedLordSoulShardSeath , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Lordvessel" , 2510, ItemType.Lordvessel , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Broken Pendant" , 2520, ItemType.BrokenPendant , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Weapon Smithbox" , 2600, ItemType.WeaponSmithbox , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Armor Smithbox" , 2601, ItemType.ArmorSmithbox , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Repairbox" , 2602, ItemType.Repairbox , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Rite of Kindling" , 2607, ItemType.RiteofKindling , ItemCategory.Key , 1, ItemUpgrade.None ),
+ new("Bottomless Box" , 2608, ItemType.BottomlessBox , ItemCategory.Key , 1, ItemUpgrade.None ),
- new Item("Dagger" , 100000, ItemType.Dagger , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Parrying Dagger" , 101000, ItemType.ParryingDagger , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Ghost Blade" , 102000, ItemType.GhostBlade , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Bandit's Knife" , 103000, ItemType.BanditsKnife , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Priscilla's Dagger" , 104000, ItemType.PriscillasDagger , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Shortsword" , 200000, ItemType.Shortsword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Longsword" , 201000, ItemType.Longsword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Broadsword" , 202000, ItemType.Broadsword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Broken Straight Sword" , 203000, ItemType.BrokenStraightSword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Balder Side Sword" , 204000, ItemType.BalderSideSword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Crystal Straight Sword" , 205000, ItemType.CrystalStraightSword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.None ),
- new Item("Sunlight Straight Sword" , 206000, ItemType.SunlightStraightSword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Barbed Straight Sword" , 207000, ItemType.BarbedStraightSword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Silver Knight Straight Sword" , 208000, ItemType.SilverKnightStraightSword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Astora's Straight Sword" , 209000, ItemType.AstorasStraightSword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Darksword" , 210000, ItemType.Darksword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Drake Sword" , 211000, ItemType.DrakeSword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Straight Sword Hilt" , 212000, ItemType.StraightSwordHilt , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Bastard Sword" , 300000, ItemType.BastardSword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Claymore" , 301000, ItemType.Claymore , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Man-serpent Greatsword" , 302000, ItemType.ManserpentGreatsword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Flamberge" , 303000, ItemType.Flamberge , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Crystal Greatsword" , 304000, ItemType.CrystalGreatsword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.None ),
- new Item("Stone Greatsword" , 306000, ItemType.StoneGreatsword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Greatsword of Artorias" , 307000, ItemType.GreatswordofArtorias , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Moonlight Greatsword" , 309000, ItemType.MoonlightGreatsword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Black Knight Sword" , 310000, ItemType.BlackKnightSword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Greatsword of Artorias (Cursed)" , 311000, ItemType.GreatswordofArtoriasCursed , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Great Lord Greatsword" , 314000, ItemType.GreatLordGreatsword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Zweihander" , 350000, ItemType.Zweihander , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Greatsword" , 351000, ItemType.Greatsword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Demon Great Machete" , 352000, ItemType.DemonGreatMachete , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Dragon Greatsword" , 354000, ItemType.DragonGreatsword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Black Knight Greatsword" , 355000, ItemType.BlackKnightGreatsword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Scimitar" , 400000, ItemType.Scimitar , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Falchion" , 401000, ItemType.Falchion , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Shotel" , 402000, ItemType.Shotel , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Jagged Ghost Blade" , 403000, ItemType.JaggedGhostBlade , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Painting Guardian Sword" , 405000, ItemType.PaintingGuardianSword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Quelaag's Furysword" , 406000, ItemType.QuelaagsFurysword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Server" , 450000, ItemType.Server , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Murakumo" , 451000, ItemType.Murakumo , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Gravelord Sword" , 453000, ItemType.GravelordSword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Uchigatana" , 500000, ItemType.Uchigatana , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Washing Pole" , 501000, ItemType.WashingPole , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Iaito" , 502000, ItemType.Iaito , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Chaos Blade" , 503000, ItemType.ChaosBlade , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Mail Breaker" , 600000, ItemType.MailBreaker , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Rapier" , 601000, ItemType.Rapier , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Estoc" , 602000, ItemType.Estoc , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Velka's Rapier" , 603000, ItemType.VelkasRapier , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Ricard's Rapier" , 604000, ItemType.RicardsRapier , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Hand Axe" , 700000, ItemType.HandAxe , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Battle Axe" , 701000, ItemType.BattleAxe , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Crescent Axe" , 702000, ItemType.CrescentAxe , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Butcher Knife" , 703000, ItemType.ButcherKnife , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Golem Axe" , 704000, ItemType.GolemAxe , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Gargoyle Tail Axe" , 705000, ItemType.GargoyleTailAxe , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Greataxe" , 750000, ItemType.Greataxe , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Demon's Greataxe" , 751000, ItemType.DemonsGreataxe , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Dragon King Greataxe" , 752000, ItemType.DragonKingGreataxe , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Black Knight Greataxe" , 753000, ItemType.BlackKnightGreataxe , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Club" , 800000, ItemType.Club , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Mace" , 801000, ItemType.Mace , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Morning Star" , 802000, ItemType.MorningStar , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Warpick" , 803000, ItemType.Warpick , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Pickaxe" , 804000, ItemType.Pickaxe , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Reinforced Club" , 809000, ItemType.ReinforcedClub , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Blacksmith Hammer" , 810000, ItemType.BlacksmithHammer , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Blacksmith Giant Hammer" , 811000, ItemType.BlacksmithGiantHammer , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Hammer of Vamos" , 812000, ItemType.HammerofVamos , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Great Club" , 850000, ItemType.GreatClub , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Grant" , 851000, ItemType.Grant , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Demon's Great Hammer" , 852000, ItemType.DemonsGreatHammer , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Dragon Tooth" , 854000, ItemType.DragonTooth , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Large Club" , 855000, ItemType.LargeClub , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Smough's Hammer" , 856000, ItemType.SmoughsHammer , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Caestus" , 901000, ItemType.Caestus , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Claw" , 902000, ItemType.Claw , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Dragon Bone Fist" , 903000, ItemType.DragonBoneFist , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Dark Hand" , 904000, ItemType.DarkHand , ItemCategory.MeleeWeapons , 1, ItemUpgrade.None ),
- new Item("Spear" , 1000000, ItemType.Spear , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Winged Spear" , 1001000, ItemType.WingedSpear , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Partizan" , 1002000, ItemType.Partizan , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Demon's Spear" , 1003000, ItemType.DemonsSpear , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Channeler's Trident" , 1004000, ItemType.ChannelersTrident , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Silver Knight Spear" , 1006000, ItemType.SilverKnightSpear , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Pike" , 1050000, ItemType.Pike , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Dragonslayer Spear" , 1051000, ItemType.DragonslayerSpear , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Moonlight Butterfly Horn" , 1052000, ItemType.MoonlightButterflyHorn , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Halberd" , 1100000, ItemType.Halberd , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Giant's Halberd" , 1101000, ItemType.GiantsHalberd , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Titanite Catch Pole" , 1102000, ItemType.TitaniteCatchPole , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Gargoyle's Halberd" , 1103000, ItemType.GargoylesHalberd , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Black Knight Halberd" , 1105000, ItemType.BlackKnightHalberd , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Lucerne" , 1106000, ItemType.Lucerne , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Scythe" , 1107000, ItemType.Scythe , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Great Scythe" , 1150000, ItemType.GreatScythe , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Lifehunt Scythe" , 1151000, ItemType.LifehuntScythe , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Whip" , 1600000, ItemType.Whip , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Notched Whip" , 1601000, ItemType.NotchedWhip , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Gold Tracer" , 9010000, ItemType.GoldTracer , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Dark Silver Tracer" , 9011000, ItemType.DarkSilverTracer , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Abyss Greatsword" , 9012000, ItemType.AbyssGreatsword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Stone Greataxe" , 9015000, ItemType.StoneGreataxe , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Four-pronged Plow" , 9016000, ItemType.FourprongedPlow , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Guardian Tail" , 9019000, ItemType.GuardianTail , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Obsidian Greatsword" , 9020000, ItemType.ObsidianGreatsword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Dagger" , 100000, ItemType.Dagger , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Parrying Dagger" , 101000, ItemType.ParryingDagger , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Ghost Blade" , 102000, ItemType.GhostBlade , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Bandit's Knife" , 103000, ItemType.BanditsKnife , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Priscilla's Dagger" , 104000, ItemType.PriscillasDagger , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Shortsword" , 200000, ItemType.Shortsword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Longsword" , 201000, ItemType.Longsword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Broadsword" , 202000, ItemType.Broadsword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Broken Straight Sword" , 203000, ItemType.BrokenStraightSword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Balder Side Sword" , 204000, ItemType.BalderSideSword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Crystal Straight Sword" , 205000, ItemType.CrystalStraightSword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.None ),
+ new("Sunlight Straight Sword" , 206000, ItemType.SunlightStraightSword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Barbed Straight Sword" , 207000, ItemType.BarbedStraightSword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Silver Knight Straight Sword" , 208000, ItemType.SilverKnightStraightSword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Astora's Straight Sword" , 209000, ItemType.AstorasStraightSword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Darksword" , 210000, ItemType.Darksword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Drake Sword" , 211000, ItemType.DrakeSword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Straight Sword Hilt" , 212000, ItemType.StraightSwordHilt , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Bastard Sword" , 300000, ItemType.BastardSword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Claymore" , 301000, ItemType.Claymore , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Man-serpent Greatsword" , 302000, ItemType.ManserpentGreatsword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Flamberge" , 303000, ItemType.Flamberge , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Crystal Greatsword" , 304000, ItemType.CrystalGreatsword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.None ),
+ new("Stone Greatsword" , 306000, ItemType.StoneGreatsword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Greatsword of Artorias" , 307000, ItemType.GreatswordofArtorias , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Moonlight Greatsword" , 309000, ItemType.MoonlightGreatsword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Black Knight Sword" , 310000, ItemType.BlackKnightSword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Greatsword of Artorias (Cursed)" , 311000, ItemType.GreatswordofArtoriasCursed , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Great Lord Greatsword" , 314000, ItemType.GreatLordGreatsword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Zweihander" , 350000, ItemType.Zweihander , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Greatsword" , 351000, ItemType.Greatsword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Demon Great Machete" , 352000, ItemType.DemonGreatMachete , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Dragon Greatsword" , 354000, ItemType.DragonGreatsword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Black Knight Greatsword" , 355000, ItemType.BlackKnightGreatsword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Scimitar" , 400000, ItemType.Scimitar , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Falchion" , 401000, ItemType.Falchion , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Shotel" , 402000, ItemType.Shotel , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Jagged Ghost Blade" , 403000, ItemType.JaggedGhostBlade , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Painting Guardian Sword" , 405000, ItemType.PaintingGuardianSword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Quelaag's Furysword" , 406000, ItemType.QuelaagsFurysword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Server" , 450000, ItemType.Server , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Murakumo" , 451000, ItemType.Murakumo , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Gravelord Sword" , 453000, ItemType.GravelordSword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Uchigatana" , 500000, ItemType.Uchigatana , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Washing Pole" , 501000, ItemType.WashingPole , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Iaito" , 502000, ItemType.Iaito , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Chaos Blade" , 503000, ItemType.ChaosBlade , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Mail Breaker" , 600000, ItemType.MailBreaker , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Rapier" , 601000, ItemType.Rapier , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Estoc" , 602000, ItemType.Estoc , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Velka's Rapier" , 603000, ItemType.VelkasRapier , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Ricard's Rapier" , 604000, ItemType.RicardsRapier , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Hand Axe" , 700000, ItemType.HandAxe , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Battle Axe" , 701000, ItemType.BattleAxe , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Crescent Axe" , 702000, ItemType.CrescentAxe , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Butcher Knife" , 703000, ItemType.ButcherKnife , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Golem Axe" , 704000, ItemType.GolemAxe , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Gargoyle Tail Axe" , 705000, ItemType.GargoyleTailAxe , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Greataxe" , 750000, ItemType.Greataxe , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Demon's Greataxe" , 751000, ItemType.DemonsGreataxe , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Dragon King Greataxe" , 752000, ItemType.DragonKingGreataxe , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Black Knight Greataxe" , 753000, ItemType.BlackKnightGreataxe , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Club" , 800000, ItemType.Club , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Mace" , 801000, ItemType.Mace , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Morning Star" , 802000, ItemType.MorningStar , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Warpick" , 803000, ItemType.Warpick , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Pickaxe" , 804000, ItemType.Pickaxe , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Reinforced Club" , 809000, ItemType.ReinforcedClub , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Blacksmith Hammer" , 810000, ItemType.BlacksmithHammer , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Blacksmith Giant Hammer" , 811000, ItemType.BlacksmithGiantHammer , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Hammer of Vamos" , 812000, ItemType.HammerofVamos , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Great Club" , 850000, ItemType.GreatClub , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Grant" , 851000, ItemType.Grant , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Demon's Great Hammer" , 852000, ItemType.DemonsGreatHammer , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Dragon Tooth" , 854000, ItemType.DragonTooth , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Large Club" , 855000, ItemType.LargeClub , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Smough's Hammer" , 856000, ItemType.SmoughsHammer , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Caestus" , 901000, ItemType.Caestus , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Claw" , 902000, ItemType.Claw , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Dragon Bone Fist" , 903000, ItemType.DragonBoneFist , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Dark Hand" , 904000, ItemType.DarkHand , ItemCategory.MeleeWeapons , 1, ItemUpgrade.None ),
+ new("Spear" , 1000000, ItemType.Spear , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Winged Spear" , 1001000, ItemType.WingedSpear , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Partizan" , 1002000, ItemType.Partizan , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Demon's Spear" , 1003000, ItemType.DemonsSpear , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Channeler's Trident" , 1004000, ItemType.ChannelersTrident , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Silver Knight Spear" , 1006000, ItemType.SilverKnightSpear , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Pike" , 1050000, ItemType.Pike , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Dragonslayer Spear" , 1051000, ItemType.DragonslayerSpear , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Moonlight Butterfly Horn" , 1052000, ItemType.MoonlightButterflyHorn , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Halberd" , 1100000, ItemType.Halberd , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Giant's Halberd" , 1101000, ItemType.GiantsHalberd , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Titanite Catch Pole" , 1102000, ItemType.TitaniteCatchPole , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Gargoyle's Halberd" , 1103000, ItemType.GargoylesHalberd , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Black Knight Halberd" , 1105000, ItemType.BlackKnightHalberd , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Lucerne" , 1106000, ItemType.Lucerne , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Scythe" , 1107000, ItemType.Scythe , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Great Scythe" , 1150000, ItemType.GreatScythe , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Lifehunt Scythe" , 1151000, ItemType.LifehuntScythe , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Whip" , 1600000, ItemType.Whip , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Notched Whip" , 1601000, ItemType.NotchedWhip , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Gold Tracer" , 9010000, ItemType.GoldTracer , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Dark Silver Tracer" , 9011000, ItemType.DarkSilverTracer , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Abyss Greatsword" , 9012000, ItemType.AbyssGreatsword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Stone Greataxe" , 9015000, ItemType.StoneGreataxe , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
+ new("Four-pronged Plow" , 9016000, ItemType.FourprongedPlow , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Guardian Tail" , 9019000, ItemType.GuardianTail , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Infusable ),
+ new("Obsidian Greatsword" , 9020000, ItemType.ObsidianGreatsword , ItemCategory.MeleeWeapons , 1, ItemUpgrade.Unique ),
- new Item("Short Bow" , 1200000, ItemType.ShortBow , ItemCategory.RangedWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Longbow" , 1201000, ItemType.Longbow , ItemCategory.RangedWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Black Bow of Pharis" , 1202000, ItemType.BlackBowofPharis , ItemCategory.RangedWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Dragonslayer Greatbow" , 1203000, ItemType.DragonslayerGreatbow , ItemCategory.RangedWeapons , 1, ItemUpgrade.Unique ),
- new Item("Composite Bow" , 1204000, ItemType.CompositeBow , ItemCategory.RangedWeapons , 1, ItemUpgrade.Infusable ),
- new Item("Darkmoon Bow" , 1205000, ItemType.DarkmoonBow , ItemCategory.RangedWeapons , 1, ItemUpgrade.Unique ),
- new Item("Light Crossbow" , 1250000, ItemType.LightCrossbow , ItemCategory.RangedWeapons , 1, ItemUpgrade.InfusableRestricted),
- new Item("Heavy Crossbow" , 1251000, ItemType.HeavyCrossbow , ItemCategory.RangedWeapons , 1, ItemUpgrade.InfusableRestricted),
- new Item("Avelyn" , 1252000, ItemType.Avelyn , ItemCategory.RangedWeapons , 1, ItemUpgrade.InfusableRestricted),
- new Item("Sniper Crossbow" , 1253000, ItemType.SniperCrossbow , ItemCategory.RangedWeapons , 1, ItemUpgrade.InfusableRestricted),
- new Item("Gough's Greatbow" , 9021000, ItemType.GoughsGreatbow , ItemCategory.RangedWeapons , 1, ItemUpgrade.Unique ),
+ new("Short Bow" , 1200000, ItemType.ShortBow , ItemCategory.RangedWeapons , 1, ItemUpgrade.Infusable ),
+ new("Longbow" , 1201000, ItemType.Longbow , ItemCategory.RangedWeapons , 1, ItemUpgrade.Infusable ),
+ new("Black Bow of Pharis" , 1202000, ItemType.BlackBowofPharis , ItemCategory.RangedWeapons , 1, ItemUpgrade.Infusable ),
+ new("Dragonslayer Greatbow" , 1203000, ItemType.DragonslayerGreatbow , ItemCategory.RangedWeapons , 1, ItemUpgrade.Unique ),
+ new("Composite Bow" , 1204000, ItemType.CompositeBow , ItemCategory.RangedWeapons , 1, ItemUpgrade.Infusable ),
+ new("Darkmoon Bow" , 1205000, ItemType.DarkmoonBow , ItemCategory.RangedWeapons , 1, ItemUpgrade.Unique ),
+ new("Light Crossbow" , 1250000, ItemType.LightCrossbow , ItemCategory.RangedWeapons , 1, ItemUpgrade.InfusableRestricted),
+ new("Heavy Crossbow" , 1251000, ItemType.HeavyCrossbow , ItemCategory.RangedWeapons , 1, ItemUpgrade.InfusableRestricted),
+ new("Avelyn" , 1252000, ItemType.Avelyn , ItemCategory.RangedWeapons , 1, ItemUpgrade.InfusableRestricted),
+ new("Sniper Crossbow" , 1253000, ItemType.SniperCrossbow , ItemCategory.RangedWeapons , 1, ItemUpgrade.InfusableRestricted),
+ new("Gough's Greatbow" , 9021000, ItemType.GoughsGreatbow , ItemCategory.RangedWeapons , 1, ItemUpgrade.Unique ),
- new Item("Standard Arrow" , 2000000, ItemType.StandardArrow , ItemCategory.Ammo , 999, ItemUpgrade.None ),
- new Item("Large Arrow" , 2001000, ItemType.LargeArrow , ItemCategory.Ammo , 999, ItemUpgrade.None ),
- new Item("Feather Arrow" , 2002000, ItemType.FeatherArrow , ItemCategory.Ammo , 999, ItemUpgrade.None ),
- new Item("Fire Arrow" , 2003000, ItemType.FireArrow , ItemCategory.Ammo , 999, ItemUpgrade.None ),
- new Item("Poison Arrow" , 2004000, ItemType.PoisonArrow , ItemCategory.Ammo , 999, ItemUpgrade.None ),
- new Item("Moonlight Arrow" , 2005000, ItemType.MoonlightArrow , ItemCategory.Ammo , 999, ItemUpgrade.None ),
- new Item("Wooden Arrow" , 2006000, ItemType.WoodenArrow , ItemCategory.Ammo , 999, ItemUpgrade.None ),
- new Item("Dragonslayer Arrow" , 2007000, ItemType.DragonslayerArrow , ItemCategory.Ammo , 999, ItemUpgrade.None ),
- new Item("Gough's Great Arrow" , 2008000, ItemType.GoughsGreatArrow , ItemCategory.Ammo , 999, ItemUpgrade.None ),
- new Item("Standard Bolt" , 2100000, ItemType.StandardBolt , ItemCategory.Ammo , 999, ItemUpgrade.None ),
- new Item("Heavy Bolt" , 2101000, ItemType.HeavyBolt , ItemCategory.Ammo , 999, ItemUpgrade.None ),
- new Item("Sniper Bolt" , 2102000, ItemType.SniperBolt , ItemCategory.Ammo , 999, ItemUpgrade.None ),
- new Item("Wood Bolt" , 2103000, ItemType.WoodBolt , ItemCategory.Ammo , 999, ItemUpgrade.None ),
- new Item("Lightning Bolt" , 2104000, ItemType.LightningBolt , ItemCategory.Ammo , 999, ItemUpgrade.None ),
+ new("Standard Arrow" , 2000000, ItemType.StandardArrow , ItemCategory.Ammo , 999, ItemUpgrade.None ),
+ new("Large Arrow" , 2001000, ItemType.LargeArrow , ItemCategory.Ammo , 999, ItemUpgrade.None ),
+ new("Feather Arrow" , 2002000, ItemType.FeatherArrow , ItemCategory.Ammo , 999, ItemUpgrade.None ),
+ new("Fire Arrow" , 2003000, ItemType.FireArrow , ItemCategory.Ammo , 999, ItemUpgrade.None ),
+ new("Poison Arrow" , 2004000, ItemType.PoisonArrow , ItemCategory.Ammo , 999, ItemUpgrade.None ),
+ new("Moonlight Arrow" , 2005000, ItemType.MoonlightArrow , ItemCategory.Ammo , 999, ItemUpgrade.None ),
+ new("Wooden Arrow" , 2006000, ItemType.WoodenArrow , ItemCategory.Ammo , 999, ItemUpgrade.None ),
+ new("Dragonslayer Arrow" , 2007000, ItemType.DragonslayerArrow , ItemCategory.Ammo , 999, ItemUpgrade.None ),
+ new("Gough's Great Arrow" , 2008000, ItemType.GoughsGreatArrow , ItemCategory.Ammo , 999, ItemUpgrade.None ),
+ new("Standard Bolt" , 2100000, ItemType.StandardBolt , ItemCategory.Ammo , 999, ItemUpgrade.None ),
+ new("Heavy Bolt" , 2101000, ItemType.HeavyBolt , ItemCategory.Ammo , 999, ItemUpgrade.None ),
+ new("Sniper Bolt" , 2102000, ItemType.SniperBolt , ItemCategory.Ammo , 999, ItemUpgrade.None ),
+ new("Wood Bolt" , 2103000, ItemType.WoodBolt , ItemCategory.Ammo , 999, ItemUpgrade.None ),
+ new("Lightning Bolt" , 2104000, ItemType.LightningBolt , ItemCategory.Ammo , 999, ItemUpgrade.None ),
- new Item("Havel's Ring" , 100, ItemType.HavelsRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Red Tearstone Ring" , 101, ItemType.RedTearstoneRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Darkmoon Blade Covenant Ring" , 102, ItemType.DarkmoonBladeCovenantRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Cat Covenant Ring" , 103, ItemType.CatCovenantRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Cloranthy Ring" , 104, ItemType.CloranthyRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Flame Stoneplate Ring" , 105, ItemType.FlameStoneplateRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Thunder Stoneplate Ring" , 106, ItemType.ThunderStoneplateRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Spell Stoneplate Ring" , 107, ItemType.SpellStoneplateRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Speckled Stoneplate Ring" , 108, ItemType.SpeckledStoneplateRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Bloodbite Ring" , 109, ItemType.BloodbiteRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Poisonbite Ring" , 110, ItemType.PoisonbiteRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Tiny Being's Ring" , 111, ItemType.TinyBeingsRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Cursebite Ring" , 113, ItemType.CursebiteRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("White Seance Ring" , 114, ItemType.WhiteSeanceRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Bellowing Dragoncrest Ring" , 115, ItemType.BellowingDragoncrestRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Dusk Crown Ring" , 116, ItemType.DuskCrownRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Hornet Ring" , 117, ItemType.HornetRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Hawk Ring" , 119, ItemType.HawkRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Ring of Steel Protection" , 120, ItemType.RingofSteelProtection , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Covetous Gold Serpent Ring" , 121, ItemType.CovetousGoldSerpentRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Covetous Silver Serpent Ring" , 122, ItemType.CovetousSilverSerpentRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Slumbering Dragoncrest Ring" , 123, ItemType.SlumberingDragoncrestRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Ring of Fog" , 124, ItemType.RingofFog , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Rusted Iron Ring" , 125, ItemType.RustedIronRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Ring of Sacrifice" , 126, ItemType.RingofSacrifice , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Rare Ring of Sacrifice" , 127, ItemType.RareRingofSacrifice , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Dark Wood Grain Ring" , 128, ItemType.DarkWoodGrainRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Ring of the Sun Princess" , 130, ItemType.RingoftheSunPrincess , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Old Witch's Ring" , 137, ItemType.OldWitchsRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Covenant of Artorias" , 138, ItemType.CovenantofArtorias , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Orange Charred Ring" , 139, ItemType.OrangeCharredRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Lingering Dragoncrest Ring" , 141, ItemType.LingeringDragoncrestRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Ring of the Evil Eye" , 142, ItemType.RingoftheEvilEye , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Ring of Favor and Protection" , 143, ItemType.RingofFavorandProtection , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Leo Ring" , 144, ItemType.LeoRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("East Wood Grain Ring" , 145, ItemType.EastWoodGrainRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Wolf Ring" , 146, ItemType.WolfRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Blue Tearstone Ring" , 147, ItemType.BlueTearstoneRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Ring of the Sun's Firstborn" , 148, ItemType.RingoftheSunsFirstborn , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Darkmoon Seance Ring" , 149, ItemType.DarkmoonSeanceRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Calamity Ring" , 150, ItemType.CalamityRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Havel's Ring" , 100, ItemType.HavelsRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Red Tearstone Ring" , 101, ItemType.RedTearstoneRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Darkmoon Blade Covenant Ring" , 102, ItemType.DarkmoonBladeCovenantRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Cat Covenant Ring" , 103, ItemType.CatCovenantRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Cloranthy Ring" , 104, ItemType.CloranthyRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Flame Stoneplate Ring" , 105, ItemType.FlameStoneplateRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Thunder Stoneplate Ring" , 106, ItemType.ThunderStoneplateRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Spell Stoneplate Ring" , 107, ItemType.SpellStoneplateRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Speckled Stoneplate Ring" , 108, ItemType.SpeckledStoneplateRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Bloodbite Ring" , 109, ItemType.BloodbiteRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Poisonbite Ring" , 110, ItemType.PoisonbiteRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Tiny Being's Ring" , 111, ItemType.TinyBeingsRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Cursebite Ring" , 113, ItemType.CursebiteRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("White Seance Ring" , 114, ItemType.WhiteSeanceRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Bellowing Dragoncrest Ring" , 115, ItemType.BellowingDragoncrestRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Dusk Crown Ring" , 116, ItemType.DuskCrownRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Hornet Ring" , 117, ItemType.HornetRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Hawk Ring" , 119, ItemType.HawkRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Ring of Steel Protection" , 120, ItemType.RingofSteelProtection , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Covetous Gold Serpent Ring" , 121, ItemType.CovetousGoldSerpentRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Covetous Silver Serpent Ring" , 122, ItemType.CovetousSilverSerpentRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Slumbering Dragoncrest Ring" , 123, ItemType.SlumberingDragoncrestRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Ring of Fog" , 124, ItemType.RingofFog , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Rusted Iron Ring" , 125, ItemType.RustedIronRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Ring of Sacrifice" , 126, ItemType.RingofSacrifice , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Rare Ring of Sacrifice" , 127, ItemType.RareRingofSacrifice , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Dark Wood Grain Ring" , 128, ItemType.DarkWoodGrainRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Ring of the Sun Princess" , 130, ItemType.RingoftheSunPrincess , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Old Witch's Ring" , 137, ItemType.OldWitchsRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Covenant of Artorias" , 138, ItemType.CovenantofArtorias , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Orange Charred Ring" , 139, ItemType.OrangeCharredRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Lingering Dragoncrest Ring" , 141, ItemType.LingeringDragoncrestRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Ring of the Evil Eye" , 142, ItemType.RingoftheEvilEye , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Ring of Favor and Protection" , 143, ItemType.RingofFavorandProtection , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Leo Ring" , 144, ItemType.LeoRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("East Wood Grain Ring" , 145, ItemType.EastWoodGrainRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Wolf Ring" , 146, ItemType.WolfRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Blue Tearstone Ring" , 147, ItemType.BlueTearstoneRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Ring of the Sun's Firstborn" , 148, ItemType.RingoftheSunsFirstborn , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Darkmoon Seance Ring" , 149, ItemType.DarkmoonSeanceRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
+ new("Calamity Ring" , 150, ItemType.CalamityRing , ItemCategory.Rings , 1, ItemUpgrade.None ),
- new Item("Skull Lantern" , 1396000, ItemType.SkullLantern , ItemCategory.Shields , 1, ItemUpgrade.None ),
- new Item("East-West Shield" , 1400000, ItemType.EastWestShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
- new Item("Wooden Shield" , 1401000, ItemType.WoodenShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
- new Item("Large Leather Shield" , 1402000, ItemType.LargeLeatherShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
- new Item("Small Leather Shield" , 1403000, ItemType.SmallLeatherShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
- new Item("Target Shield" , 1404000, ItemType.TargetShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
- new Item("Buckler" , 1405000, ItemType.Buckler , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
- new Item("Cracked Round Shield" , 1406000, ItemType.CrackedRoundShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
- new Item("Leather Shield" , 1408000, ItemType.LeatherShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
- new Item("Plank Shield" , 1409000, ItemType.PlankShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
- new Item("Caduceus Round Shield" , 1410000, ItemType.CaduceusRoundShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
- new Item("Crystal Ring Shield" , 1411000, ItemType.CrystalRingShield , ItemCategory.Shields , 1, ItemUpgrade.Unique ),
- new Item("Heater Shield" , 1450000, ItemType.HeaterShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
- new Item("Knight Shield" , 1451000, ItemType.KnightShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
- new Item("Tower Kite Shield" , 1452000, ItemType.TowerKiteShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
- new Item("Grass Crest Shield" , 1453000, ItemType.GrassCrestShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
- new Item("Hollow Soldier Shield" , 1454000, ItemType.HollowSoldierShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
- new Item("Balder Shield" , 1455000, ItemType.BalderShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
- new Item("Crest Shield" , 1456000, ItemType.CrestShield , ItemCategory.Shields , 1, ItemUpgrade.Unique ),
- new Item("Dragon Crest Shield" , 1457000, ItemType.DragonCrestShield , ItemCategory.Shields , 1, ItemUpgrade.Unique ),
- new Item("Warrior's Round Shield" , 1460000, ItemType.WarriorsRoundShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
- new Item("Iron Round Shield" , 1461000, ItemType.IronRoundShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
- new Item("Spider Shield" , 1462000, ItemType.SpiderShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
- new Item("Spiked Shield" , 1470000, ItemType.SpikedShield , ItemCategory.Shields , 1, ItemUpgrade.Infusable ),
- new Item("Crystal Shield" , 1471000, ItemType.CrystalShield , ItemCategory.Shields , 1, ItemUpgrade.None ),
- new Item("Sunlight Shield" , 1472000, ItemType.SunlightShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
- new Item("Silver Knight Shield" , 1473000, ItemType.SilverKnightShield , ItemCategory.Shields , 1, ItemUpgrade.Unique ),
- new Item("Black Knight Shield" , 1474000, ItemType.BlackKnightShield , ItemCategory.Shields , 1, ItemUpgrade.Unique ),
- new Item("Pierce Shield" , 1475000, ItemType.PierceShield , ItemCategory.Shields , 1, ItemUpgrade.Infusable ),
- new Item("Red and White Round Shield" , 1476000, ItemType.RedandWhiteRoundShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
- new Item("Caduceus Kite Shield" , 1477000, ItemType.CaduceusKiteShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
- new Item("Gargoyle's Shield" , 1478000, ItemType.GargoylesShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
- new Item("Eagle Shield" , 1500000, ItemType.EagleShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
- new Item("Tower Shield" , 1501000, ItemType.TowerShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
- new Item("Giant Shield" , 1502000, ItemType.GiantShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
- new Item("Stone Greatshield" , 1503000, ItemType.StoneGreatshield , ItemCategory.Shields , 1, ItemUpgrade.Unique ),
- new Item("Havel's Greatshield" , 1505000, ItemType.HavelsGreatshield , ItemCategory.Shields , 1, ItemUpgrade.Unique ),
- new Item("Bonewheel Shield" , 1506000, ItemType.BonewheelShield , ItemCategory.Shields , 1, ItemUpgrade.Infusable ),
- new Item("Greatshield of Artorias" , 1507000, ItemType.GreatshieldofArtorias , ItemCategory.Shields , 1, ItemUpgrade.Unique ),
- new Item("Effigy Shield" , 9000000, ItemType.EffigyShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
- new Item("Sanctus" , 9001000, ItemType.Sanctus , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
- new Item("Bloodshield" , 9002000, ItemType.Bloodshield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
- new Item("Black Iron Greatshield" , 9003000, ItemType.BlackIronGreatshield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
- new Item("Cleansing Greatshield" , 9014000, ItemType.CleansingGreatshield , ItemCategory.Shields , 1, ItemUpgrade.Unique ),
+ new("Skull Lantern" , 1396000, ItemType.SkullLantern , ItemCategory.Shields , 1, ItemUpgrade.None ),
+ new("East-West Shield" , 1400000, ItemType.EastWestShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
+ new("Wooden Shield" , 1401000, ItemType.WoodenShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
+ new("Large Leather Shield" , 1402000, ItemType.LargeLeatherShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
+ new("Small Leather Shield" , 1403000, ItemType.SmallLeatherShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
+ new("Target Shield" , 1404000, ItemType.TargetShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
+ new("Buckler" , 1405000, ItemType.Buckler , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
+ new("Cracked Round Shield" , 1406000, ItemType.CrackedRoundShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
+ new("Leather Shield" , 1408000, ItemType.LeatherShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
+ new("Plank Shield" , 1409000, ItemType.PlankShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
+ new("Caduceus Round Shield" , 1410000, ItemType.CaduceusRoundShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
+ new("Crystal Ring Shield" , 1411000, ItemType.CrystalRingShield , ItemCategory.Shields , 1, ItemUpgrade.Unique ),
+ new("Heater Shield" , 1450000, ItemType.HeaterShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
+ new("Knight Shield" , 1451000, ItemType.KnightShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
+ new("Tower Kite Shield" , 1452000, ItemType.TowerKiteShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
+ new("Grass Crest Shield" , 1453000, ItemType.GrassCrestShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
+ new("Hollow Soldier Shield" , 1454000, ItemType.HollowSoldierShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
+ new("Balder Shield" , 1455000, ItemType.BalderShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
+ new("Crest Shield" , 1456000, ItemType.CrestShield , ItemCategory.Shields , 1, ItemUpgrade.Unique ),
+ new("Dragon Crest Shield" , 1457000, ItemType.DragonCrestShield , ItemCategory.Shields , 1, ItemUpgrade.Unique ),
+ new("Warrior's Round Shield" , 1460000, ItemType.WarriorsRoundShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
+ new("Iron Round Shield" , 1461000, ItemType.IronRoundShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
+ new("Spider Shield" , 1462000, ItemType.SpiderShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
+ new("Spiked Shield" , 1470000, ItemType.SpikedShield , ItemCategory.Shields , 1, ItemUpgrade.Infusable ),
+ new("Crystal Shield" , 1471000, ItemType.CrystalShield , ItemCategory.Shields , 1, ItemUpgrade.None ),
+ new("Sunlight Shield" , 1472000, ItemType.SunlightShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
+ new("Silver Knight Shield" , 1473000, ItemType.SilverKnightShield , ItemCategory.Shields , 1, ItemUpgrade.Unique ),
+ new("Black Knight Shield" , 1474000, ItemType.BlackKnightShield , ItemCategory.Shields , 1, ItemUpgrade.Unique ),
+ new("Pierce Shield" , 1475000, ItemType.PierceShield , ItemCategory.Shields , 1, ItemUpgrade.Infusable ),
+ new("Red and White Round Shield" , 1476000, ItemType.RedandWhiteRoundShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
+ new("Caduceus Kite Shield" , 1477000, ItemType.CaduceusKiteShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
+ new("Gargoyle's Shield" , 1478000, ItemType.GargoylesShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
+ new("Eagle Shield" , 1500000, ItemType.EagleShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
+ new("Tower Shield" , 1501000, ItemType.TowerShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
+ new("Giant Shield" , 1502000, ItemType.GiantShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
+ new("Stone Greatshield" , 1503000, ItemType.StoneGreatshield , ItemCategory.Shields , 1, ItemUpgrade.Unique ),
+ new("Havel's Greatshield" , 1505000, ItemType.HavelsGreatshield , ItemCategory.Shields , 1, ItemUpgrade.Unique ),
+ new("Bonewheel Shield" , 1506000, ItemType.BonewheelShield , ItemCategory.Shields , 1, ItemUpgrade.Infusable ),
+ new("Greatshield of Artorias" , 1507000, ItemType.GreatshieldofArtorias , ItemCategory.Shields , 1, ItemUpgrade.Unique ),
+ new("Effigy Shield" , 9000000, ItemType.EffigyShield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
+ new("Sanctus" , 9001000, ItemType.Sanctus , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
+ new("Bloodshield" , 9002000, ItemType.Bloodshield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
+ new("Black Iron Greatshield" , 9003000, ItemType.BlackIronGreatshield , ItemCategory.Shields , 1, ItemUpgrade.InfusableRestricted),
+ new("Cleansing Greatshield" , 9014000, ItemType.CleansingGreatshield , ItemCategory.Shields , 1, ItemUpgrade.Unique ),
- new Item("Sorcery: Soul Arrow" , 3000, ItemType.SorcerySoulArrow , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Sorcery: Great Soul Arrow" , 3010, ItemType.SorceryGreatSoulArrow , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Sorcery: Heavy Soul Arrow" , 3020, ItemType.SorceryHeavySoulArrow , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Sorcery: Great Heavy Soul Arrow" , 3030, ItemType.SorceryGreatHeavySoulArrow , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Sorcery: Homing Soulmass" , 3040, ItemType.SorceryHomingSoulmass , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Sorcery: Homing Crystal Soulmass" , 3050, ItemType.SorceryHomingCrystalSoulmass , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Sorcery: Soul Spear" , 3060, ItemType.SorcerySoulSpear , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Sorcery: Crystal Soul Spear" , 3070, ItemType.SorceryCrystalSoulSpear , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Sorcery: Magic Weapon" , 3100, ItemType.SorceryMagicWeapon , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Sorcery: Great Magic Weapon" , 3110, ItemType.SorceryGreatMagicWeapon , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Sorcery: Crystal Magic Weapon" , 3120, ItemType.SorceryCrystalMagicWeapon , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Sorcery: Magic Shield" , 3300, ItemType.SorceryMagicShield , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Sorcery: Strong Magic Shield" , 3310, ItemType.SorceryStrongMagicShield , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Sorcery: Hidden Weapon" , 3400, ItemType.SorceryHiddenWeapon , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Sorcery: Hidden Body" , 3410, ItemType.SorceryHiddenBody , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Sorcery: Cast Light" , 3500, ItemType.SorceryCastLight , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Sorcery: Hush" , 3510, ItemType.SorceryHush , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Sorcery: Aural Decoy" , 3520, ItemType.SorceryAuralDecoy , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Sorcery: Repair" , 3530, ItemType.SorceryRepair , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Sorcery: Fall Control" , 3540, ItemType.SorceryFallControl , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Sorcery: Chameleon" , 3550, ItemType.SorceryChameleon , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Sorcery: Resist Curse" , 3600, ItemType.SorceryResistCurse , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Sorcery: Remedy" , 3610, ItemType.SorceryRemedy , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Sorcery: White Dragon Breath" , 3700, ItemType.SorceryWhiteDragonBreath , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Sorcery: Dark Orb" , 3710, ItemType.SorceryDarkOrb , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Sorcery: Dark Bead" , 3720, ItemType.SorceryDarkBead , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Sorcery: Dark Fog" , 3730, ItemType.SorceryDarkFog , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Sorcery: Pursuers" , 3740, ItemType.SorceryPursuers , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Pyromancy: Fireball" , 4000, ItemType.PyromancyFireball , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Pyromancy: Fire Orb" , 4010, ItemType.PyromancyFireOrb , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Pyromancy: Great Fireball" , 4020, ItemType.PyromancyGreatFireball , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Pyromancy: Firestorm" , 4030, ItemType.PyromancyFirestorm , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Pyromancy: Fire Tempest" , 4040, ItemType.PyromancyFireTempest , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Pyromancy: Fire Surge" , 4050, ItemType.PyromancyFireSurge , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Pyromancy: Fire Whip" , 4060, ItemType.PyromancyFireWhip , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Pyromancy: Combustion" , 4100, ItemType.PyromancyCombustion , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Pyromancy: Great Combustion" , 4110, ItemType.PyromancyGreatCombustion , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Pyromancy: Poison Mist" , 4200, ItemType.PyromancyPoisonMist , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Pyromancy: Toxic Mist" , 4210, ItemType.PyromancyToxicMist , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Pyromancy: Acid Surge" , 4220, ItemType.PyromancyAcidSurge , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Pyromancy: Iron Flesh" , 4300, ItemType.PyromancyIronFlesh , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Pyromancy: Flash Sweat" , 4310, ItemType.PyromancyFlashSweat , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Pyromancy: Undead Rapport" , 4360, ItemType.PyromancyUndeadRapport , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Pyromancy: Power Within" , 4400, ItemType.PyromancyPowerWithin , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Pyromancy: Great Chaos Fireball" , 4500, ItemType.PyromancyGreatChaosFireball , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Pyromancy: Chaos Storm" , 4510, ItemType.PyromancyChaosStorm , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Pyromancy: Chaos Fire Whip" , 4520, ItemType.PyromancyChaosFireWhip , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Pyromancy: Black Flame" , 4530, ItemType.PyromancyBlackFlame , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Miracle: Heal" , 5000, ItemType.MiracleHeal , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Miracle: Great Heal" , 5010, ItemType.MiracleGreatHeal , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Miracle: Great Heal Excerpt" , 5020, ItemType.MiracleGreatHealExcerpt , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Miracle: Soothing Sunlight" , 5030, ItemType.MiracleSoothingSunlight , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Miracle: Replenishment" , 5040, ItemType.MiracleReplenishment , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Miracle: Bountiful Sunlight" , 5050, ItemType.MiracleBountifulSunlight , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Miracle: Gravelord Sword Dance" , 5100, ItemType.MiracleGravelordSwordDance , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Miracle: Gravelord Greatsword Dance" , 5110, ItemType.MiracleGravelordGreatswordDance , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Miracle: Homeward" , 5210, ItemType.MiracleHomeward , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Miracle: Force" , 5300, ItemType.MiracleForce , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Miracle: Wrath of the Gods" , 5310, ItemType.MiracleWrathoftheGods , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Miracle: Emit Force" , 5320, ItemType.MiracleEmitForce , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Miracle: Seek Guidance" , 5400, ItemType.MiracleSeekGuidance , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Miracle: Lightning Spear" , 5500, ItemType.MiracleLightningSpear , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Miracle: Great Lightning Spear" , 5510, ItemType.MiracleGreatLightningSpear , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Miracle: Sunlight Spear" , 5520, ItemType.MiracleSunlightSpear , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Miracle: Magic Barrier" , 5600, ItemType.MiracleMagicBarrier , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Miracle: Great Magic Barrier" , 5610, ItemType.MiracleGreatMagicBarrier , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Miracle: Karmic Justice" , 5700, ItemType.MiracleKarmicJustice , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Miracle: Tranquil Walk of Peace" , 5800, ItemType.MiracleTranquilWalkofPeace , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Miracle: Vow of Silence" , 5810, ItemType.MiracleVowofSilence , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Miracle: Sunlight Blade" , 5900, ItemType.MiracleSunlightBlade , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Miracle: Darkmoon Blade" , 5910, ItemType.MiracleDarkmoonBlade , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Sorcery: Soul Arrow" , 3000, ItemType.SorcerySoulArrow , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Sorcery: Great Soul Arrow" , 3010, ItemType.SorceryGreatSoulArrow , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Sorcery: Heavy Soul Arrow" , 3020, ItemType.SorceryHeavySoulArrow , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Sorcery: Great Heavy Soul Arrow" , 3030, ItemType.SorceryGreatHeavySoulArrow , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Sorcery: Homing Soulmass" , 3040, ItemType.SorceryHomingSoulmass , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Sorcery: Homing Crystal Soulmass" , 3050, ItemType.SorceryHomingCrystalSoulmass , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Sorcery: Soul Spear" , 3060, ItemType.SorcerySoulSpear , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Sorcery: Crystal Soul Spear" , 3070, ItemType.SorceryCrystalSoulSpear , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Sorcery: Magic Weapon" , 3100, ItemType.SorceryMagicWeapon , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Sorcery: Great Magic Weapon" , 3110, ItemType.SorceryGreatMagicWeapon , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Sorcery: Crystal Magic Weapon" , 3120, ItemType.SorceryCrystalMagicWeapon , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Sorcery: Magic Shield" , 3300, ItemType.SorceryMagicShield , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Sorcery: Strong Magic Shield" , 3310, ItemType.SorceryStrongMagicShield , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Sorcery: Hidden Weapon" , 3400, ItemType.SorceryHiddenWeapon , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Sorcery: Hidden Body" , 3410, ItemType.SorceryHiddenBody , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Sorcery: Cast Light" , 3500, ItemType.SorceryCastLight , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Sorcery: Hush" , 3510, ItemType.SorceryHush , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Sorcery: Aural Decoy" , 3520, ItemType.SorceryAuralDecoy , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Sorcery: Repair" , 3530, ItemType.SorceryRepair , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Sorcery: Fall Control" , 3540, ItemType.SorceryFallControl , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Sorcery: Chameleon" , 3550, ItemType.SorceryChameleon , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Sorcery: Resist Curse" , 3600, ItemType.SorceryResistCurse , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Sorcery: Remedy" , 3610, ItemType.SorceryRemedy , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Sorcery: White Dragon Breath" , 3700, ItemType.SorceryWhiteDragonBreath , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Sorcery: Dark Orb" , 3710, ItemType.SorceryDarkOrb , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Sorcery: Dark Bead" , 3720, ItemType.SorceryDarkBead , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Sorcery: Dark Fog" , 3730, ItemType.SorceryDarkFog , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Sorcery: Pursuers" , 3740, ItemType.SorceryPursuers , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Pyromancy: Fireball" , 4000, ItemType.PyromancyFireball , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Pyromancy: Fire Orb" , 4010, ItemType.PyromancyFireOrb , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Pyromancy: Great Fireball" , 4020, ItemType.PyromancyGreatFireball , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Pyromancy: Firestorm" , 4030, ItemType.PyromancyFirestorm , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Pyromancy: Fire Tempest" , 4040, ItemType.PyromancyFireTempest , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Pyromancy: Fire Surge" , 4050, ItemType.PyromancyFireSurge , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Pyromancy: Fire Whip" , 4060, ItemType.PyromancyFireWhip , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Pyromancy: Combustion" , 4100, ItemType.PyromancyCombustion , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Pyromancy: Great Combustion" , 4110, ItemType.PyromancyGreatCombustion , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Pyromancy: Poison Mist" , 4200, ItemType.PyromancyPoisonMist , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Pyromancy: Toxic Mist" , 4210, ItemType.PyromancyToxicMist , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Pyromancy: Acid Surge" , 4220, ItemType.PyromancyAcidSurge , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Pyromancy: Iron Flesh" , 4300, ItemType.PyromancyIronFlesh , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Pyromancy: Flash Sweat" , 4310, ItemType.PyromancyFlashSweat , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Pyromancy: Undead Rapport" , 4360, ItemType.PyromancyUndeadRapport , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Pyromancy: Power Within" , 4400, ItemType.PyromancyPowerWithin , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Pyromancy: Great Chaos Fireball" , 4500, ItemType.PyromancyGreatChaosFireball , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Pyromancy: Chaos Storm" , 4510, ItemType.PyromancyChaosStorm , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Pyromancy: Chaos Fire Whip" , 4520, ItemType.PyromancyChaosFireWhip , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Pyromancy: Black Flame" , 4530, ItemType.PyromancyBlackFlame , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Miracle: Heal" , 5000, ItemType.MiracleHeal , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Miracle: Great Heal" , 5010, ItemType.MiracleGreatHeal , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Miracle: Great Heal Excerpt" , 5020, ItemType.MiracleGreatHealExcerpt , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Miracle: Soothing Sunlight" , 5030, ItemType.MiracleSoothingSunlight , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Miracle: Replenishment" , 5040, ItemType.MiracleReplenishment , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Miracle: Bountiful Sunlight" , 5050, ItemType.MiracleBountifulSunlight , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Miracle: Gravelord Sword Dance" , 5100, ItemType.MiracleGravelordSwordDance , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Miracle: Gravelord Greatsword Dance" , 5110, ItemType.MiracleGravelordGreatswordDance , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Miracle: Homeward" , 5210, ItemType.MiracleHomeward , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Miracle: Force" , 5300, ItemType.MiracleForce , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Miracle: Wrath of the Gods" , 5310, ItemType.MiracleWrathoftheGods , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Miracle: Emit Force" , 5320, ItemType.MiracleEmitForce , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Miracle: Seek Guidance" , 5400, ItemType.MiracleSeekGuidance , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Miracle: Lightning Spear" , 5500, ItemType.MiracleLightningSpear , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Miracle: Great Lightning Spear" , 5510, ItemType.MiracleGreatLightningSpear , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Miracle: Sunlight Spear" , 5520, ItemType.MiracleSunlightSpear , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Miracle: Magic Barrier" , 5600, ItemType.MiracleMagicBarrier , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Miracle: Great Magic Barrier" , 5610, ItemType.MiracleGreatMagicBarrier , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Miracle: Karmic Justice" , 5700, ItemType.MiracleKarmicJustice , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Miracle: Tranquil Walk of Peace" , 5800, ItemType.MiracleTranquilWalkofPeace , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Miracle: Vow of Silence" , 5810, ItemType.MiracleVowofSilence , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Miracle: Sunlight Blade" , 5900, ItemType.MiracleSunlightBlade , ItemCategory.Spells , 99, ItemUpgrade.None ),
+ new("Miracle: Darkmoon Blade" , 5910, ItemType.MiracleDarkmoonBlade , ItemCategory.Spells , 99, ItemUpgrade.None ),
- new Item("Sorcerer's Catalyst" , 1300000, ItemType.SorcerersCatalyst , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
- new Item("Beatrice's Catalyst" , 1301000, ItemType.BeatricesCatalyst , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
- new Item("Tin Banishment Catalyst" , 1302000, ItemType.TinBanishmentCatalyst , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
- new Item("Logan's Catalyst" , 1303000, ItemType.LogansCatalyst , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
- new Item("Tin Darkmoon Catalyst" , 1304000, ItemType.TinDarkmoonCatalyst , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
- new Item("Oolacile Ivory Catalyst" , 1305000, ItemType.OolacileIvoryCatalyst , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
- new Item("Tin Crystallization Catalyst" , 1306000, ItemType.TinCrystallizationCatalyst , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
- new Item("Demon's Catalyst" , 1307000, ItemType.DemonsCatalyst , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
- new Item("Izalith Catalyst" , 1308000, ItemType.IzalithCatalyst , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
- new Item("Pyromancy Flame" , 1330000, ItemType.PyromancyFlame , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
- new Item("Pyromancy Flame (Ascended)" , 1332000, ItemType.PyromancyFlameAscended , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
- new Item("Talisman" , 1360000, ItemType.Talisman , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
- new Item("Canvas Talisman" , 1361000, ItemType.CanvasTalisman , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
- new Item("Thorolund Talisman" , 1362000, ItemType.ThorolundTalisman , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
- new Item("Ivory Talisman" , 1363000, ItemType.IvoryTalisman , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
- new Item("Sunlight Talisman" , 1365000, ItemType.SunlightTalisman , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
- new Item("Darkmoon Talisman" , 1366000, ItemType.DarkmoonTalisman , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
- new Item("Velka's Talisman" , 1367000, ItemType.VelkasTalisman , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
- new Item("Manus Catalyst" , 9017000, ItemType.ManusCatalyst , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
- new Item("Oolacile Catalyst" , 9018000, ItemType.OolacileCatalyst , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
+ new("Sorcerer's Catalyst" , 1300000, ItemType.SorcerersCatalyst , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
+ new("Beatrice's Catalyst" , 1301000, ItemType.BeatricesCatalyst , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
+ new("Tin Banishment Catalyst" , 1302000, ItemType.TinBanishmentCatalyst , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
+ new("Logan's Catalyst" , 1303000, ItemType.LogansCatalyst , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
+ new("Tin Darkmoon Catalyst" , 1304000, ItemType.TinDarkmoonCatalyst , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
+ new("Oolacile Ivory Catalyst" , 1305000, ItemType.OolacileIvoryCatalyst , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
+ new("Tin Crystallization Catalyst" , 1306000, ItemType.TinCrystallizationCatalyst , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
+ new("Demon's Catalyst" , 1307000, ItemType.DemonsCatalyst , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
+ new("Izalith Catalyst" , 1308000, ItemType.IzalithCatalyst , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
+ new("Pyromancy Flame" , 1330000, ItemType.PyromancyFlame , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
+ new("Pyromancy Flame (Ascended)" , 1332000, ItemType.PyromancyFlameAscended , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
+ new("Talisman" , 1360000, ItemType.Talisman , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
+ new("Canvas Talisman" , 1361000, ItemType.CanvasTalisman , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
+ new("Thorolund Talisman" , 1362000, ItemType.ThorolundTalisman , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
+ new("Ivory Talisman" , 1363000, ItemType.IvoryTalisman , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
+ new("Sunlight Talisman" , 1365000, ItemType.SunlightTalisman , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
+ new("Darkmoon Talisman" , 1366000, ItemType.DarkmoonTalisman , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
+ new("Velka's Talisman" , 1367000, ItemType.VelkasTalisman , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
+ new("Manus Catalyst" , 9017000, ItemType.ManusCatalyst , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
+ new("Oolacile Catalyst" , 9018000, ItemType.OolacileCatalyst , ItemCategory.SpellTools , 1, ItemUpgrade.None ),
- new Item("Large Ember" , 800 , ItemType.LargeEmber , ItemCategory.UpgradeMaterials, 1, ItemUpgrade.None ),
- new Item("Very Large Ember" , 801 , ItemType.VeryLargeEmber , ItemCategory.UpgradeMaterials, 1, ItemUpgrade.None ),
- new Item("Crystal Ember" , 802 , ItemType.CrystalEmber , ItemCategory.UpgradeMaterials, 1, ItemUpgrade.None ),
- new Item("Large Magic Ember" , 806 , ItemType.LargeMagicEmber , ItemCategory.UpgradeMaterials, 1, ItemUpgrade.None ),
- new Item("Enchanted Ember" , 807 , ItemType.EnchantedEmber , ItemCategory.UpgradeMaterials, 1, ItemUpgrade.None ),
- new Item("Divine Ember" , 808 , ItemType.DivineEmber , ItemCategory.UpgradeMaterials, 1, ItemUpgrade.None ),
- new Item("Large Divine Ember" , 809 , ItemType.LargeDivineEmber , ItemCategory.UpgradeMaterials, 1, ItemUpgrade.None ),
- new Item("Dark Ember" , 810 , ItemType.DarkEmber , ItemCategory.UpgradeMaterials, 1, ItemUpgrade.None ),
- new Item("Large Flame Ember" , 812 , ItemType.LargeFlameEmber , ItemCategory.UpgradeMaterials, 1, ItemUpgrade.None ),
- new Item("Chaos Flame Ember" , 813 , ItemType.ChaosFlameEmber , ItemCategory.UpgradeMaterials, 1, ItemUpgrade.None ),
- new Item("Titanite Shard" , 1000, ItemType.TitaniteShard , ItemCategory.UpgradeMaterials, 99, ItemUpgrade.None ),
- new Item("Large Titanite Shard" , 1010, ItemType.LargeTitaniteShard , ItemCategory.UpgradeMaterials, 99, ItemUpgrade.None ),
- new Item("Green Titanite Shard" , 1020, ItemType.GreenTitaniteShard , ItemCategory.UpgradeMaterials, 99, ItemUpgrade.None ),
- new Item("Titanite Chunk" , 1030, ItemType.TitaniteChunk , ItemCategory.UpgradeMaterials, 99, ItemUpgrade.None ),
- new Item("Blue Titanite Chunk" , 1040, ItemType.BlueTitaniteChunk , ItemCategory.UpgradeMaterials, 99, ItemUpgrade.None ),
- new Item("White Titanite Chunk" , 1050, ItemType.WhiteTitaniteChunk , ItemCategory.UpgradeMaterials, 99, ItemUpgrade.None ),
- new Item("Red Titanite Chunk" , 1060, ItemType.RedTitaniteChunk , ItemCategory.UpgradeMaterials, 99, ItemUpgrade.None ),
- new Item("Titanite Slab" , 1070, ItemType.TitaniteSlab , ItemCategory.UpgradeMaterials, 99, ItemUpgrade.None ),
- new Item("Blue Titanite Slab" , 1080, ItemType.BlueTitaniteSlab , ItemCategory.UpgradeMaterials, 99, ItemUpgrade.None ),
- new Item("White Titanite Slab" , 1090, ItemType.WhiteTitaniteSlab , ItemCategory.UpgradeMaterials, 99, ItemUpgrade.None ),
- new Item("Red Titanite Slab" , 1100, ItemType.RedTitaniteSlab , ItemCategory.UpgradeMaterials, 99, ItemUpgrade.None ),
- new Item("Dragon Scale" , 1110, ItemType.DragonScale , ItemCategory.UpgradeMaterials, 99, ItemUpgrade.None ),
- new Item("Demon Titanite" , 1120, ItemType.DemonTitanite , ItemCategory.UpgradeMaterials, 99, ItemUpgrade.None ),
- new Item("Twinkling Titanite" , 1130, ItemType.TwinklingTitanite , ItemCategory.UpgradeMaterials, 99, ItemUpgrade.None ),
+ new("Large Ember" , 800 , ItemType.LargeEmber , ItemCategory.UpgradeMaterials, 1, ItemUpgrade.None ),
+ new("Very Large Ember" , 801 , ItemType.VeryLargeEmber , ItemCategory.UpgradeMaterials, 1, ItemUpgrade.None ),
+ new("Crystal Ember" , 802 , ItemType.CrystalEmber , ItemCategory.UpgradeMaterials, 1, ItemUpgrade.None ),
+ new("Large Magic Ember" , 806 , ItemType.LargeMagicEmber , ItemCategory.UpgradeMaterials, 1, ItemUpgrade.None ),
+ new("Enchanted Ember" , 807 , ItemType.EnchantedEmber , ItemCategory.UpgradeMaterials, 1, ItemUpgrade.None ),
+ new("Divine Ember" , 808 , ItemType.DivineEmber , ItemCategory.UpgradeMaterials, 1, ItemUpgrade.None ),
+ new("Large Divine Ember" , 809 , ItemType.LargeDivineEmber , ItemCategory.UpgradeMaterials, 1, ItemUpgrade.None ),
+ new("Dark Ember" , 810 , ItemType.DarkEmber , ItemCategory.UpgradeMaterials, 1, ItemUpgrade.None ),
+ new("Large Flame Ember" , 812 , ItemType.LargeFlameEmber , ItemCategory.UpgradeMaterials, 1, ItemUpgrade.None ),
+ new("Chaos Flame Ember" , 813 , ItemType.ChaosFlameEmber , ItemCategory.UpgradeMaterials, 1, ItemUpgrade.None ),
+ new("Titanite Shard" , 1000, ItemType.TitaniteShard , ItemCategory.UpgradeMaterials, 99, ItemUpgrade.None ),
+ new("Large Titanite Shard" , 1010, ItemType.LargeTitaniteShard , ItemCategory.UpgradeMaterials, 99, ItemUpgrade.None ),
+ new("Green Titanite Shard" , 1020, ItemType.GreenTitaniteShard , ItemCategory.UpgradeMaterials, 99, ItemUpgrade.None ),
+ new("Titanite Chunk" , 1030, ItemType.TitaniteChunk , ItemCategory.UpgradeMaterials, 99, ItemUpgrade.None ),
+ new("Blue Titanite Chunk" , 1040, ItemType.BlueTitaniteChunk , ItemCategory.UpgradeMaterials, 99, ItemUpgrade.None ),
+ new("White Titanite Chunk" , 1050, ItemType.WhiteTitaniteChunk , ItemCategory.UpgradeMaterials, 99, ItemUpgrade.None ),
+ new("Red Titanite Chunk" , 1060, ItemType.RedTitaniteChunk , ItemCategory.UpgradeMaterials, 99, ItemUpgrade.None ),
+ new("Titanite Slab" , 1070, ItemType.TitaniteSlab , ItemCategory.UpgradeMaterials, 99, ItemUpgrade.None ),
+ new("Blue Titanite Slab" , 1080, ItemType.BlueTitaniteSlab , ItemCategory.UpgradeMaterials, 99, ItemUpgrade.None ),
+ new("White Titanite Slab" , 1090, ItemType.WhiteTitaniteSlab , ItemCategory.UpgradeMaterials, 99, ItemUpgrade.None ),
+ new("Red Titanite Slab" , 1100, ItemType.RedTitaniteSlab , ItemCategory.UpgradeMaterials, 99, ItemUpgrade.None ),
+ new("Dragon Scale" , 1110, ItemType.DragonScale , ItemCategory.UpgradeMaterials, 99, ItemUpgrade.None ),
+ new("Demon Titanite" , 1120, ItemType.DemonTitanite , ItemCategory.UpgradeMaterials, 99, ItemUpgrade.None ),
+ new("Twinkling Titanite" , 1130, ItemType.TwinklingTitanite , ItemCategory.UpgradeMaterials, 99, ItemUpgrade.None ),
- new Item("White Sign Soapstone" , 100, ItemType.WhiteSignSoapstone , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
- new Item("Red Sign Soapstone" , 101, ItemType.RedSignSoapstone , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
- new Item("Red Eye Orb" , 102, ItemType.RedEyeOrb , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
- new Item("Black Separation Crystal" , 103, ItemType.BlackSeparationCrystal , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
- new Item("Orange Guidance Soapstone" , 106, ItemType.OrangeGuidanceSoapstone , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
- new Item("Book of the Guilty" , 108, ItemType.BookoftheGuilty , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
- new Item("Servant Roster" , 112, ItemType.ServantRoster , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
- new Item("Blue Eye Orb" , 113, ItemType.BlueEyeOrb , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
- new Item("Dragon Eye" , 114, ItemType.DragonEye , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
- new Item("Black Eye Orb" , 115, ItemType.BlackEyeOrb , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
- new Item("Darksign" , 117, ItemType.Darksign , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
- new Item("Purple Coward's Crystal" , 118, ItemType.PurpleCowardsCrystal , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
- new Item("Silver Pendant" , 220, ItemType.SilverPendant , ItemCategory.UsableItems , 99, ItemUpgrade.None ),
- new Item("Binoculars" , 371, ItemType.Binoculars , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
- new Item("Dragon Head Stone" , 377, ItemType.DragonHeadStone , ItemCategory.UsableItems , 99, ItemUpgrade.None ),
- new Item("Dragon Torso Stone" , 378, ItemType.DragonTorsoStone , ItemCategory.UsableItems , 99, ItemUpgrade.None ),
- new Item("Dried Finger" , 385, ItemType.DriedFinger , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
- new Item("Hello Carving" , 510, ItemType.HelloCarving , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
- new Item("Thank you Carving" , 511, ItemType.ThankyouCarving , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
- new Item("Very good! Carving" , 512, ItemType.VerygoodCarving , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
- new Item("I'm sorry Carving" , 513, ItemType.ImsorryCarving , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
- new Item("Help me! Carving" , 514, ItemType.HelpmeCarving , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
- });
- }
+ new("White Sign Soapstone" , 100, ItemType.WhiteSignSoapstone , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
+ new("Red Sign Soapstone" , 101, ItemType.RedSignSoapstone , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
+ new("Red Eye Orb" , 102, ItemType.RedEyeOrb , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
+ new("Black Separation Crystal" , 103, ItemType.BlackSeparationCrystal , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
+ new("Orange Guidance Soapstone" , 106, ItemType.OrangeGuidanceSoapstone , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
+ new("Book of the Guilty" , 108, ItemType.BookoftheGuilty , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
+ new("Servant Roster" , 112, ItemType.ServantRoster , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
+ new("Blue Eye Orb" , 113, ItemType.BlueEyeOrb , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
+ new("Dragon Eye" , 114, ItemType.DragonEye , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
+ new("Black Eye Orb" , 115, ItemType.BlackEyeOrb , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
+ new("Darksign" , 117, ItemType.Darksign , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
+ new("Purple Coward's Crystal" , 118, ItemType.PurpleCowardsCrystal , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
+ new("Silver Pendant" , 220, ItemType.SilverPendant , ItemCategory.UsableItems , 99, ItemUpgrade.None ),
+ new("Binoculars" , 371, ItemType.Binoculars , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
+ new("Dragon Head Stone" , 377, ItemType.DragonHeadStone , ItemCategory.UsableItems , 99, ItemUpgrade.None ),
+ new("Dragon Torso Stone" , 378, ItemType.DragonTorsoStone , ItemCategory.UsableItems , 99, ItemUpgrade.None ),
+ new("Dried Finger" , 385, ItemType.DriedFinger , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
+ new("Hello Carving" , 510, ItemType.HelloCarving , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
+ new("Thank you Carving" , 511, ItemType.ThankyouCarving , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
+ new("Very good! Carving" , 512, ItemType.VerygoodCarving , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
+ new("I'm sorry Carving" , 513, ItemType.ImsorryCarving , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
+ new("Help me! Carving" , 514, ItemType.HelpmeCarving , ItemCategory.UsableItems , 1, ItemUpgrade.None ),
+ });
+}
- public enum ItemInfusion
- {
- Normal = 0,
- Crystal = 1,
- Lightning = 2,
- Raw = 3,
- Magic = 4,
- Enchanted = 5,
- Divine = 6,
- Occult = 7,
- Fire = 8,
- Chaos = 9,
- }
+public enum ItemInfusion
+{
+ Normal = 0,
+ Crystal = 1,
+ Lightning = 2,
+ Raw = 3,
+ Magic = 4,
+ Enchanted = 5,
+ Divine = 6,
+ Occult = 7,
+ Fire = 8,
+ Chaos = 9,
+}
- public enum ItemUpgrade
- {
- None = 0,
- Unique = 1,
- Armor = 2,
- Infusable = 3,
- InfusableRestricted = 4,
- PyroFlame = 5,
- PyroFlameAscended = 6,
- }
+public enum ItemUpgrade
+{
+ None = 0,
+ Unique = 1,
+ Armor = 2,
+ Infusable = 3,
+ InfusableRestricted = 4,
+ PyroFlame = 5,
+ PyroFlameAscended = 6,
+}
- public enum ItemCategory
- {
- Armor,
- Consumables,
- Key,
- MeleeWeapons,
- RangedWeapons,
- Ammo,
- Rings,
- Shields,
- Spells,
- SpellTools,
- UpgradeMaterials,
- UsableItems,
- }
+public enum ItemCategory
+{
+ Armor,
+ Consumables,
+ Key,
+ MeleeWeapons,
+ RangedWeapons,
+ Ammo,
+ Rings,
+ Shields,
+ Spells,
+ SpellTools,
+ UpgradeMaterials,
+ UsableItems,
+}
- [XmlType(Namespace = "SoulMemory.DarkSouls1")]
- public enum ItemType
- {
- //Armor
+[XmlType(Namespace = "SoulMemory.DarkSouls1")]
+public enum ItemType
+{
+ //Armor
- CatarinaHelm,
- CatarinaArmor,
- CatarinaGauntlets,
- CatarinaLeggings,
- PaladinHelm,
- PaladinArmor,
- PaladinGauntlets,
- PaladinLeggings,
- DarkMask,
- DarkArmor,
- DarkGauntlets,
- DarkLeggings,
- BrigandHood,
- BrigandArmor,
- BrigandGauntlets,
- BrigandTrousers,
- ShadowMask,
- ShadowGarb,
- ShadowGauntlets,
- ShadowLeggings,
- BlackIronHelm,
- BlackIronArmor,
- BlackIronGauntlets,
- BlackIronLeggings,
- SmoughsHelm,
- SmoughsArmor,
- SmoughsGauntlets,
- SmoughsLeggings,
- SixEyedHelmoftheChannelers,
- RobeoftheChannelers,
- GauntletsoftheChannelers,
- WaistclothoftheChannelers,
- HelmofFavor,
- EmbracedArmorofFavor,
- GauntletsofFavor,
- LeggingsofFavor,
- HelmoftheWise,
- ArmoroftheGlorious,
- GauntletsoftheVanquisher,
- BootsoftheExplorer,
- StoneHelm,
- StoneArmor,
- StoneGauntlets,
- StoneLeggings,
- CrystallineHelm,
- CrystallineArmor,
- CrystallineGauntlets,
- CrystallineLeggings,
- MaskoftheSealer,
- CrimsonRobe,
- CrimsonGloves,
- CrimsonWaistcloth,
- MaskofVelka,
- BlackClericRobe,
- BlackManchette,
- BlackTights,
- IronHelm,
- ArmoroftheSun,
- IronBracelet,
- IronLeggings,
- ChainHelm,
- ChainArmor,
- LeatherGauntlets,
- ChainLeggings,
- ClericHelm,
- ClericArmor,
- ClericGauntlets,
- ClericLeggings,
- SunlightMaggot,
- HelmofThorns,
- ArmorofThorns,
- GauntletsofThorns,
- LeggingsofThorns,
- StandardHelm,
- HardLeatherArmor,
- HardLeatherGauntlets,
- HardLeatherBoots,
- SorcererHat,
- SorcererCloak,
- SorcererGauntlets,
- SorcererBoots,
- TatteredClothHood,
- TatteredClothRobe,
- TatteredClothManchette,
- HeavyBoots,
- PharissHat,
- LeatherArmor,
- LeatherGloves,
- LeatherBoots,
- PaintingGuardianHood,
- PaintingGuardianRobe,
- PaintingGuardianGloves,
- PaintingGuardianWaistcloth,
- OrnsteinsHelm,
- OrnsteinsArmor,
- OrnsteinsGauntlets,
- OrnsteinsLeggings,
- EasternHelm,
- EasternArmor,
- EasternGauntlets,
- EasternLeggings,
- XanthousCrown,
- XanthousOvercoat,
- XanthousGloves,
- XanthousWaistcloth,
- ThiefMask,
- BlackLeatherArmor,
- BlackLeatherGloves,
- BlackLeatherBoots,
- PriestsHat,
- HolyRobe,
- TravelingGlovesHoly,
- HolyTrousers,
- BlackKnightHelm,
- BlackKnightArmor,
- BlackKnightGauntlets,
- BlackKnightLeggings,
- CrownofDusk,
- AntiquatedDress,
- AntiquatedGloves,
- AntiquatedSkirt,
- WitchHat,
- WitchCloak,
- WitchGloves,
- WitchSkirt,
- EliteKnightHelm,
- EliteKnightArmor,
- EliteKnightGauntlets,
- EliteKnightLeggings,
- WandererHood,
- WandererCoat,
- WandererManchette,
- WandererBoots,
- BigHat,
- SageRobe,
- TravelingGlovesSage,
- TravelingBoots,
- KnightHelm,
- KnightArmor,
- KnightGauntlets,
- KnightLeggings,
- DingyHood,
- DingyRobe,
- DingyGloves,
- BloodStainedSkirt,
- MaidenHood,
- MaidenRobe,
- MaidenGloves,
- MaidenSkirt,
- SilverKnightHelm,
- SilverKnightArmor,
- SilverKnightGauntlets,
- SilverKnightLeggings,
- HavelsHelm,
- HavelsArmor,
- HavelsGauntlets,
- HavelsLeggings,
- BrassHelm,
- BrassArmor,
- BrassGauntlets,
- BrassLeggings,
- GoldHemmedBlackHood,
- GoldHemmedBlackCloak,
- GoldHemmedBlackGloves,
- GoldHemmedBlackSkirt,
- GolemHelm,
- GolemArmor,
- GolemGauntlets,
- GolemLeggings,
- HollowSoldierHelm,
- HollowSoldierArmor,
- HollowSoldierWaistcloth,
- SteelHelm,
- SteelArmor,
- SteelGauntlets,
- SteelLeggings,
- HollowThiefsHood,
- HollowThiefsLeatherArmor,
- HollowThiefsTights,
- BalderHelm,
- BalderArmor,
- BalderGauntlets,
- BalderLeggings,
- HollowWarriorHelm,
- HollowWarriorArmor,
- HollowWarriorWaistcloth,
- GiantHelm,
- GiantArmor,
- GiantGauntlets,
- GiantLeggings,
- CrownoftheDarkSun,
- MoonlightRobe,
- MoonlightGloves,
- MoonlightWaistcloth,
- CrownoftheGreatLord,
- RobeoftheGreatLord,
- BraceletoftheGreatLord,
- AnkletoftheGreatLord,
- Sack,
- SymbolofAvarice,
- RoyalHelm,
- MaskoftheFather,
- MaskoftheMother,
- MaskoftheChild,
- FangBoarHelm,
- GargoyleHelm,
- BlackSorcererHat,
- BlackSorcererCloak,
- BlackSorcererGauntlets,
- BlackSorcererBoots,
- HelmofArtorias,
- ArmorofArtorias,
- GauntletsofArtorias,
- LeggingsofArtorias,
- PorcelainMask,
- LordsBladeRobe,
- LordsBladeGloves,
- LordsBladeWaistcloth,
- GoughsHelm,
- GoughsArmor,
- GoughsGauntlets,
- GoughsLeggings,
- GuardianHelm,
- GuardianArmor,
- GuardianGauntlets,
- GuardianLeggings,
- SnickeringTopHat,
- ChestersLongCoat,
- ChestersGloves,
- ChestersTrousers,
- BloatedHead,
- BloatedSorcererHead,
+ CatarinaHelm,
+ CatarinaArmor,
+ CatarinaGauntlets,
+ CatarinaLeggings,
+ PaladinHelm,
+ PaladinArmor,
+ PaladinGauntlets,
+ PaladinLeggings,
+ DarkMask,
+ DarkArmor,
+ DarkGauntlets,
+ DarkLeggings,
+ BrigandHood,
+ BrigandArmor,
+ BrigandGauntlets,
+ BrigandTrousers,
+ ShadowMask,
+ ShadowGarb,
+ ShadowGauntlets,
+ ShadowLeggings,
+ BlackIronHelm,
+ BlackIronArmor,
+ BlackIronGauntlets,
+ BlackIronLeggings,
+ SmoughsHelm,
+ SmoughsArmor,
+ SmoughsGauntlets,
+ SmoughsLeggings,
+ SixEyedHelmoftheChannelers,
+ RobeoftheChannelers,
+ GauntletsoftheChannelers,
+ WaistclothoftheChannelers,
+ HelmofFavor,
+ EmbracedArmorofFavor,
+ GauntletsofFavor,
+ LeggingsofFavor,
+ HelmoftheWise,
+ ArmoroftheGlorious,
+ GauntletsoftheVanquisher,
+ BootsoftheExplorer,
+ StoneHelm,
+ StoneArmor,
+ StoneGauntlets,
+ StoneLeggings,
+ CrystallineHelm,
+ CrystallineArmor,
+ CrystallineGauntlets,
+ CrystallineLeggings,
+ MaskoftheSealer,
+ CrimsonRobe,
+ CrimsonGloves,
+ CrimsonWaistcloth,
+ MaskofVelka,
+ BlackClericRobe,
+ BlackManchette,
+ BlackTights,
+ IronHelm,
+ ArmoroftheSun,
+ IronBracelet,
+ IronLeggings,
+ ChainHelm,
+ ChainArmor,
+ LeatherGauntlets,
+ ChainLeggings,
+ ClericHelm,
+ ClericArmor,
+ ClericGauntlets,
+ ClericLeggings,
+ SunlightMaggot,
+ HelmofThorns,
+ ArmorofThorns,
+ GauntletsofThorns,
+ LeggingsofThorns,
+ StandardHelm,
+ HardLeatherArmor,
+ HardLeatherGauntlets,
+ HardLeatherBoots,
+ SorcererHat,
+ SorcererCloak,
+ SorcererGauntlets,
+ SorcererBoots,
+ TatteredClothHood,
+ TatteredClothRobe,
+ TatteredClothManchette,
+ HeavyBoots,
+ PharissHat,
+ LeatherArmor,
+ LeatherGloves,
+ LeatherBoots,
+ PaintingGuardianHood,
+ PaintingGuardianRobe,
+ PaintingGuardianGloves,
+ PaintingGuardianWaistcloth,
+ OrnsteinsHelm,
+ OrnsteinsArmor,
+ OrnsteinsGauntlets,
+ OrnsteinsLeggings,
+ EasternHelm,
+ EasternArmor,
+ EasternGauntlets,
+ EasternLeggings,
+ XanthousCrown,
+ XanthousOvercoat,
+ XanthousGloves,
+ XanthousWaistcloth,
+ ThiefMask,
+ BlackLeatherArmor,
+ BlackLeatherGloves,
+ BlackLeatherBoots,
+ PriestsHat,
+ HolyRobe,
+ TravelingGlovesHoly,
+ HolyTrousers,
+ BlackKnightHelm,
+ BlackKnightArmor,
+ BlackKnightGauntlets,
+ BlackKnightLeggings,
+ CrownofDusk,
+ AntiquatedDress,
+ AntiquatedGloves,
+ AntiquatedSkirt,
+ WitchHat,
+ WitchCloak,
+ WitchGloves,
+ WitchSkirt,
+ EliteKnightHelm,
+ EliteKnightArmor,
+ EliteKnightGauntlets,
+ EliteKnightLeggings,
+ WandererHood,
+ WandererCoat,
+ WandererManchette,
+ WandererBoots,
+ BigHat,
+ SageRobe,
+ TravelingGlovesSage,
+ TravelingBoots,
+ KnightHelm,
+ KnightArmor,
+ KnightGauntlets,
+ KnightLeggings,
+ DingyHood,
+ DingyRobe,
+ DingyGloves,
+ BloodStainedSkirt,
+ MaidenHood,
+ MaidenRobe,
+ MaidenGloves,
+ MaidenSkirt,
+ SilverKnightHelm,
+ SilverKnightArmor,
+ SilverKnightGauntlets,
+ SilverKnightLeggings,
+ HavelsHelm,
+ HavelsArmor,
+ HavelsGauntlets,
+ HavelsLeggings,
+ BrassHelm,
+ BrassArmor,
+ BrassGauntlets,
+ BrassLeggings,
+ GoldHemmedBlackHood,
+ GoldHemmedBlackCloak,
+ GoldHemmedBlackGloves,
+ GoldHemmedBlackSkirt,
+ GolemHelm,
+ GolemArmor,
+ GolemGauntlets,
+ GolemLeggings,
+ HollowSoldierHelm,
+ HollowSoldierArmor,
+ HollowSoldierWaistcloth,
+ SteelHelm,
+ SteelArmor,
+ SteelGauntlets,
+ SteelLeggings,
+ HollowThiefsHood,
+ HollowThiefsLeatherArmor,
+ HollowThiefsTights,
+ BalderHelm,
+ BalderArmor,
+ BalderGauntlets,
+ BalderLeggings,
+ HollowWarriorHelm,
+ HollowWarriorArmor,
+ HollowWarriorWaistcloth,
+ GiantHelm,
+ GiantArmor,
+ GiantGauntlets,
+ GiantLeggings,
+ CrownoftheDarkSun,
+ MoonlightRobe,
+ MoonlightGloves,
+ MoonlightWaistcloth,
+ CrownoftheGreatLord,
+ RobeoftheGreatLord,
+ BraceletoftheGreatLord,
+ AnkletoftheGreatLord,
+ Sack,
+ SymbolofAvarice,
+ RoyalHelm,
+ MaskoftheFather,
+ MaskoftheMother,
+ MaskoftheChild,
+ FangBoarHelm,
+ GargoyleHelm,
+ BlackSorcererHat,
+ BlackSorcererCloak,
+ BlackSorcererGauntlets,
+ BlackSorcererBoots,
+ HelmofArtorias,
+ ArmorofArtorias,
+ GauntletsofArtorias,
+ LeggingsofArtorias,
+ PorcelainMask,
+ LordsBladeRobe,
+ LordsBladeGloves,
+ LordsBladeWaistcloth,
+ GoughsHelm,
+ GoughsArmor,
+ GoughsGauntlets,
+ GoughsLeggings,
+ GuardianHelm,
+ GuardianArmor,
+ GuardianGauntlets,
+ GuardianLeggings,
+ SnickeringTopHat,
+ ChestersLongCoat,
+ ChestersGloves,
+ ChestersTrousers,
+ BloatedHead,
+ BloatedSorcererHead,
- //Consumables
- EyeofDeath,
- CrackedRedEyeOrb,
- EstusFlask,
- ElizabethsMushroom,
- DivineBlessing,
- GreenBlossom,
- BloodredMossClump,
- PurpleMossClump,
- BloomingPurpleMossClump,
- PurgingStone,
- EggVermifuge,
- RepairPowder,
- ThrowingKnife,
- PoisonThrowingKnife,
- Firebomb,
- DungPie,
- AlluringSkull,
- LloydsTalisman,
- BlackFirebomb,
- CharcoalPineResin,
- GoldPineResin,
- TransientCurse,
- RottenPineResin,
- HomewardBone,
- PrismStone,
- Indictment,
- SouvenirofReprisal,
- SunlightMedal,
- Pendant,
- Rubbish,
- CopperCoin,
- SilverCoin,
- GoldCoin,
- FireKeeperSoulAnastaciaofAstora,
- FireKeeperSoulDarkmoonKnightess,
- FireKeeperSoulDaughterofChaos,
- FireKeeperSoulNewLondo,
- FireKeeperSoulBlighttown,
- FireKeeperSoulDukesArchives,
- FireKeeperSoulUndeadParish,
- SoulofaLostUndead,
- LargeSoulofaLostUndead,
- SoulofaNamelessSoldier,
- LargeSoulofaNamelessSoldier,
- SoulofaProudKnight,
- LargeSoulofaProudKnight,
- SoulofaBraveWarrior,
- LargeSoulofaBraveWarrior,
- SoulofaHero,
- SoulofaGreatHero,
- Humanity,
- TwinHumanities,
- SoulofQuelaag,
- SoulofSif,
- SoulofGwynLordofCinder,
- CoreofanIronGolem,
- SoulofOrnstein,
- SouloftheMoonlightButterfly,
- SoulofSmough,
- SoulofPriscilla,
- SoulofGwyndolin,
- GuardianSoul,
- SoulofArtorias,
- SoulofManus,
+ //Consumables
+ EyeofDeath,
+ CrackedRedEyeOrb,
+ EstusFlask,
+ ElizabethsMushroom,
+ DivineBlessing,
+ GreenBlossom,
+ BloodredMossClump,
+ PurpleMossClump,
+ BloomingPurpleMossClump,
+ PurgingStone,
+ EggVermifuge,
+ RepairPowder,
+ ThrowingKnife,
+ PoisonThrowingKnife,
+ Firebomb,
+ DungPie,
+ AlluringSkull,
+ LloydsTalisman,
+ BlackFirebomb,
+ CharcoalPineResin,
+ GoldPineResin,
+ TransientCurse,
+ RottenPineResin,
+ HomewardBone,
+ PrismStone,
+ Indictment,
+ SouvenirofReprisal,
+ SunlightMedal,
+ Pendant,
+ Rubbish,
+ CopperCoin,
+ SilverCoin,
+ GoldCoin,
+ FireKeeperSoulAnastaciaofAstora,
+ FireKeeperSoulDarkmoonKnightess,
+ FireKeeperSoulDaughterofChaos,
+ FireKeeperSoulNewLondo,
+ FireKeeperSoulBlighttown,
+ FireKeeperSoulDukesArchives,
+ FireKeeperSoulUndeadParish,
+ SoulofaLostUndead,
+ LargeSoulofaLostUndead,
+ SoulofaNamelessSoldier,
+ LargeSoulofaNamelessSoldier,
+ SoulofaProudKnight,
+ LargeSoulofaProudKnight,
+ SoulofaBraveWarrior,
+ LargeSoulofaBraveWarrior,
+ SoulofaHero,
+ SoulofaGreatHero,
+ Humanity,
+ TwinHumanities,
+ SoulofQuelaag,
+ SoulofSif,
+ SoulofGwynLordofCinder,
+ CoreofanIronGolem,
+ SoulofOrnstein,
+ SouloftheMoonlightButterfly,
+ SoulofSmough,
+ SoulofPriscilla,
+ SoulofGwyndolin,
+ GuardianSoul,
+ SoulofArtorias,
+ SoulofManus,
- //Key
- PeculiarDoll,
- BasementKey,
- CrestofArtorias,
- CageKey,
- ArchiveTowerCellKey,
- ArchiveTowerGiantDoorKey,
- ArchiveTowerGiantCellKey,
- BlighttownKey,
- KeytoNewLondoRuins,
- AnnexKey,
- DungeonCellKey,
- BigPilgrimsKey,
- UndeadAsylumF2EastKey,
- KeytotheSeal,
- KeytoDepths,
- UndeadAsylumF2WestKey,
- MysteryKey,
- SewerChamberKey,
- WatchtowerBasementKey,
- ArchivePrisonExtraKey,
- ResidenceKey,
- CrestKey,
- MasterKey,
- LordSoulNito,
- LordSoulBedofChaos,
- BequeathedLordSoulShardFourKings,
- BequeathedLordSoulShardSeath,
- Lordvessel,
- BrokenPendant,
- WeaponSmithbox,
- ArmorSmithbox,
- Repairbox,
- RiteofKindling,
- BottomlessBox,
+ //Key
+ PeculiarDoll,
+ BasementKey,
+ CrestofArtorias,
+ CageKey,
+ ArchiveTowerCellKey,
+ ArchiveTowerGiantDoorKey,
+ ArchiveTowerGiantCellKey,
+ BlighttownKey,
+ KeytoNewLondoRuins,
+ AnnexKey,
+ DungeonCellKey,
+ BigPilgrimsKey,
+ UndeadAsylumF2EastKey,
+ KeytotheSeal,
+ KeytoDepths,
+ UndeadAsylumF2WestKey,
+ MysteryKey,
+ SewerChamberKey,
+ WatchtowerBasementKey,
+ ArchivePrisonExtraKey,
+ ResidenceKey,
+ CrestKey,
+ MasterKey,
+ LordSoulNito,
+ LordSoulBedofChaos,
+ BequeathedLordSoulShardFourKings,
+ BequeathedLordSoulShardSeath,
+ Lordvessel,
+ BrokenPendant,
+ WeaponSmithbox,
+ ArmorSmithbox,
+ Repairbox,
+ RiteofKindling,
+ BottomlessBox,
- //melee
- Dagger,
- ParryingDagger,
- GhostBlade,
- BanditsKnife,
- PriscillasDagger,
- Shortsword,
- Longsword,
- Broadsword,
- BrokenStraightSword,
- BalderSideSword,
- CrystalStraightSword,
- SunlightStraightSword,
- BarbedStraightSword,
- SilverKnightStraightSword,
- AstorasStraightSword,
- Darksword,
- DrakeSword,
- StraightSwordHilt,
- BastardSword,
- Claymore,
- ManserpentGreatsword,
- Flamberge,
- CrystalGreatsword,
- StoneGreatsword,
- GreatswordofArtorias,
- MoonlightGreatsword,
- BlackKnightSword,
- GreatswordofArtoriasCursed,
- GreatLordGreatsword,
- Zweihander,
- Greatsword,
- DemonGreatMachete,
- DragonGreatsword,
- BlackKnightGreatsword,
- Scimitar,
- Falchion,
- Shotel,
- JaggedGhostBlade,
- PaintingGuardianSword,
- QuelaagsFurysword,
- Server,
- Murakumo,
- GravelordSword,
- Uchigatana,
- WashingPole,
- Iaito,
- ChaosBlade,
- MailBreaker,
- Rapier,
- Estoc,
- VelkasRapier,
- RicardsRapier,
- HandAxe,
- BattleAxe,
- CrescentAxe,
- ButcherKnife,
- GolemAxe,
- GargoyleTailAxe,
- Greataxe,
- DemonsGreataxe,
- DragonKingGreataxe,
- BlackKnightGreataxe,
- Club,
- Mace,
- MorningStar,
- Warpick,
- Pickaxe,
- ReinforcedClub,
- BlacksmithHammer,
- BlacksmithGiantHammer,
- HammerofVamos,
- GreatClub,
- Grant,
- DemonsGreatHammer,
- DragonTooth,
- LargeClub,
- SmoughsHammer,
- Caestus,
- Claw,
- DragonBoneFist,
- DarkHand,
- Spear,
- WingedSpear,
- Partizan,
- DemonsSpear,
- ChannelersTrident,
- SilverKnightSpear,
- Pike,
- DragonslayerSpear,
- MoonlightButterflyHorn,
- Halberd,
- GiantsHalberd,
- TitaniteCatchPole,
- GargoylesHalberd,
- BlackKnightHalberd,
- Lucerne,
- Scythe,
- GreatScythe,
- LifehuntScythe,
- Whip,
- NotchedWhip,
- GoldTracer,
- DarkSilverTracer,
- AbyssGreatsword,
- StoneGreataxe,
- FourprongedPlow,
- GuardianTail,
- ObsidianGreatsword,
+ //melee
+ Dagger,
+ ParryingDagger,
+ GhostBlade,
+ BanditsKnife,
+ PriscillasDagger,
+ Shortsword,
+ Longsword,
+ Broadsword,
+ BrokenStraightSword,
+ BalderSideSword,
+ CrystalStraightSword,
+ SunlightStraightSword,
+ BarbedStraightSword,
+ SilverKnightStraightSword,
+ AstorasStraightSword,
+ Darksword,
+ DrakeSword,
+ StraightSwordHilt,
+ BastardSword,
+ Claymore,
+ ManserpentGreatsword,
+ Flamberge,
+ CrystalGreatsword,
+ StoneGreatsword,
+ GreatswordofArtorias,
+ MoonlightGreatsword,
+ BlackKnightSword,
+ GreatswordofArtoriasCursed,
+ GreatLordGreatsword,
+ Zweihander,
+ Greatsword,
+ DemonGreatMachete,
+ DragonGreatsword,
+ BlackKnightGreatsword,
+ Scimitar,
+ Falchion,
+ Shotel,
+ JaggedGhostBlade,
+ PaintingGuardianSword,
+ QuelaagsFurysword,
+ Server,
+ Murakumo,
+ GravelordSword,
+ Uchigatana,
+ WashingPole,
+ Iaito,
+ ChaosBlade,
+ MailBreaker,
+ Rapier,
+ Estoc,
+ VelkasRapier,
+ RicardsRapier,
+ HandAxe,
+ BattleAxe,
+ CrescentAxe,
+ ButcherKnife,
+ GolemAxe,
+ GargoyleTailAxe,
+ Greataxe,
+ DemonsGreataxe,
+ DragonKingGreataxe,
+ BlackKnightGreataxe,
+ Club,
+ Mace,
+ MorningStar,
+ Warpick,
+ Pickaxe,
+ ReinforcedClub,
+ BlacksmithHammer,
+ BlacksmithGiantHammer,
+ HammerofVamos,
+ GreatClub,
+ Grant,
+ DemonsGreatHammer,
+ DragonTooth,
+ LargeClub,
+ SmoughsHammer,
+ Caestus,
+ Claw,
+ DragonBoneFist,
+ DarkHand,
+ Spear,
+ WingedSpear,
+ Partizan,
+ DemonsSpear,
+ ChannelersTrident,
+ SilverKnightSpear,
+ Pike,
+ DragonslayerSpear,
+ MoonlightButterflyHorn,
+ Halberd,
+ GiantsHalberd,
+ TitaniteCatchPole,
+ GargoylesHalberd,
+ BlackKnightHalberd,
+ Lucerne,
+ Scythe,
+ GreatScythe,
+ LifehuntScythe,
+ Whip,
+ NotchedWhip,
+ GoldTracer,
+ DarkSilverTracer,
+ AbyssGreatsword,
+ StoneGreataxe,
+ FourprongedPlow,
+ GuardianTail,
+ ObsidianGreatsword,
- //ranged
- ShortBow,
- Longbow,
- BlackBowofPharis,
- DragonslayerGreatbow,
- CompositeBow,
- DarkmoonBow,
- LightCrossbow,
- HeavyCrossbow,
- Avelyn,
- SniperCrossbow,
- GoughsGreatbow,
+ //ranged
+ ShortBow,
+ Longbow,
+ BlackBowofPharis,
+ DragonslayerGreatbow,
+ CompositeBow,
+ DarkmoonBow,
+ LightCrossbow,
+ HeavyCrossbow,
+ Avelyn,
+ SniperCrossbow,
+ GoughsGreatbow,
- //ammo
- StandardArrow,
- LargeArrow,
- FeatherArrow,
- FireArrow,
- PoisonArrow,
- MoonlightArrow,
- WoodenArrow,
- DragonslayerArrow,
- GoughsGreatArrow,
- StandardBolt,
- HeavyBolt,
- SniperBolt,
- WoodBolt,
- LightningBolt,
+ //ammo
+ StandardArrow,
+ LargeArrow,
+ FeatherArrow,
+ FireArrow,
+ PoisonArrow,
+ MoonlightArrow,
+ WoodenArrow,
+ DragonslayerArrow,
+ GoughsGreatArrow,
+ StandardBolt,
+ HeavyBolt,
+ SniperBolt,
+ WoodBolt,
+ LightningBolt,
- //rings
- HavelsRing,
- RedTearstoneRing,
- DarkmoonBladeCovenantRing,
- CatCovenantRing,
- CloranthyRing,
- FlameStoneplateRing,
- ThunderStoneplateRing,
- SpellStoneplateRing,
- SpeckledStoneplateRing,
- BloodbiteRing,
- PoisonbiteRing,
- TinyBeingsRing,
- CursebiteRing,
- WhiteSeanceRing,
- BellowingDragoncrestRing,
- DuskCrownRing,
- HornetRing,
- HawkRing,
- RingofSteelProtection,
- CovetousGoldSerpentRing,
- CovetousSilverSerpentRing,
- SlumberingDragoncrestRing,
- RingofFog,
- RustedIronRing,
- RingofSacrifice,
- RareRingofSacrifice,
- DarkWoodGrainRing,
- RingoftheSunPrincess,
- OldWitchsRing,
- CovenantofArtorias,
- OrangeCharredRing,
- LingeringDragoncrestRing,
- RingoftheEvilEye,
- RingofFavorandProtection,
- LeoRing,
- EastWoodGrainRing,
- WolfRing,
- BlueTearstoneRing,
- RingoftheSunsFirstborn,
- DarkmoonSeanceRing,
- CalamityRing,
+ //rings
+ HavelsRing,
+ RedTearstoneRing,
+ DarkmoonBladeCovenantRing,
+ CatCovenantRing,
+ CloranthyRing,
+ FlameStoneplateRing,
+ ThunderStoneplateRing,
+ SpellStoneplateRing,
+ SpeckledStoneplateRing,
+ BloodbiteRing,
+ PoisonbiteRing,
+ TinyBeingsRing,
+ CursebiteRing,
+ WhiteSeanceRing,
+ BellowingDragoncrestRing,
+ DuskCrownRing,
+ HornetRing,
+ HawkRing,
+ RingofSteelProtection,
+ CovetousGoldSerpentRing,
+ CovetousSilverSerpentRing,
+ SlumberingDragoncrestRing,
+ RingofFog,
+ RustedIronRing,
+ RingofSacrifice,
+ RareRingofSacrifice,
+ DarkWoodGrainRing,
+ RingoftheSunPrincess,
+ OldWitchsRing,
+ CovenantofArtorias,
+ OrangeCharredRing,
+ LingeringDragoncrestRing,
+ RingoftheEvilEye,
+ RingofFavorandProtection,
+ LeoRing,
+ EastWoodGrainRing,
+ WolfRing,
+ BlueTearstoneRing,
+ RingoftheSunsFirstborn,
+ DarkmoonSeanceRing,
+ CalamityRing,
- //Shields
- SkullLantern,
- EastWestShield,
- WoodenShield,
- LargeLeatherShield,
- SmallLeatherShield,
- TargetShield,
- Buckler,
- CrackedRoundShield,
- LeatherShield,
- PlankShield,
- CaduceusRoundShield,
- CrystalRingShield,
- HeaterShield,
- KnightShield,
- TowerKiteShield,
- GrassCrestShield,
- HollowSoldierShield,
- BalderShield,
- CrestShield,
- DragonCrestShield,
- WarriorsRoundShield,
- IronRoundShield,
- SpiderShield,
- SpikedShield,
- CrystalShield,
- SunlightShield,
- SilverKnightShield,
- BlackKnightShield,
- PierceShield,
- RedandWhiteRoundShield,
- CaduceusKiteShield,
- GargoylesShield,
- EagleShield,
- TowerShield,
- GiantShield,
- StoneGreatshield,
- HavelsGreatshield,
- BonewheelShield,
- GreatshieldofArtorias,
- EffigyShield,
- Sanctus,
- Bloodshield,
- BlackIronGreatshield,
- CleansingGreatshield,
+ //Shields
+ SkullLantern,
+ EastWestShield,
+ WoodenShield,
+ LargeLeatherShield,
+ SmallLeatherShield,
+ TargetShield,
+ Buckler,
+ CrackedRoundShield,
+ LeatherShield,
+ PlankShield,
+ CaduceusRoundShield,
+ CrystalRingShield,
+ HeaterShield,
+ KnightShield,
+ TowerKiteShield,
+ GrassCrestShield,
+ HollowSoldierShield,
+ BalderShield,
+ CrestShield,
+ DragonCrestShield,
+ WarriorsRoundShield,
+ IronRoundShield,
+ SpiderShield,
+ SpikedShield,
+ CrystalShield,
+ SunlightShield,
+ SilverKnightShield,
+ BlackKnightShield,
+ PierceShield,
+ RedandWhiteRoundShield,
+ CaduceusKiteShield,
+ GargoylesShield,
+ EagleShield,
+ TowerShield,
+ GiantShield,
+ StoneGreatshield,
+ HavelsGreatshield,
+ BonewheelShield,
+ GreatshieldofArtorias,
+ EffigyShield,
+ Sanctus,
+ Bloodshield,
+ BlackIronGreatshield,
+ CleansingGreatshield,
- //spells
- SorcerySoulArrow,
- SorceryGreatSoulArrow,
- SorceryHeavySoulArrow,
- SorceryGreatHeavySoulArrow,
- SorceryHomingSoulmass,
- SorceryHomingCrystalSoulmass,
- SorcerySoulSpear,
- SorceryCrystalSoulSpear,
- SorceryMagicWeapon,
- SorceryGreatMagicWeapon,
- SorceryCrystalMagicWeapon,
- SorceryMagicShield,
- SorceryStrongMagicShield,
- SorceryHiddenWeapon,
- SorceryHiddenBody,
- SorceryCastLight,
- SorceryHush,
- SorceryAuralDecoy,
- SorceryRepair,
- SorceryFallControl,
- SorceryChameleon,
- SorceryResistCurse,
- SorceryRemedy,
- SorceryWhiteDragonBreath,
- SorceryDarkOrb,
- SorceryDarkBead,
- SorceryDarkFog,
- SorceryPursuers,
- PyromancyFireball,
- PyromancyFireOrb,
- PyromancyGreatFireball,
- PyromancyFirestorm,
- PyromancyFireTempest,
- PyromancyFireSurge,
- PyromancyFireWhip,
- PyromancyCombustion,
- PyromancyGreatCombustion,
- PyromancyPoisonMist,
- PyromancyToxicMist,
- PyromancyAcidSurge,
- PyromancyIronFlesh,
- PyromancyFlashSweat,
- PyromancyUndeadRapport,
- PyromancyPowerWithin,
- PyromancyGreatChaosFireball,
- PyromancyChaosStorm,
- PyromancyChaosFireWhip,
- PyromancyBlackFlame,
- MiracleHeal,
- MiracleGreatHeal,
- MiracleGreatHealExcerpt,
- MiracleSoothingSunlight,
- MiracleReplenishment,
- MiracleBountifulSunlight,
- MiracleGravelordSwordDance,
- MiracleGravelordGreatswordDance,
- MiracleHomeward,
- MiracleForce,
- MiracleWrathoftheGods,
- MiracleEmitForce,
- MiracleSeekGuidance,
- MiracleLightningSpear,
- MiracleGreatLightningSpear,
- MiracleSunlightSpear,
- MiracleMagicBarrier,
- MiracleGreatMagicBarrier,
- MiracleKarmicJustice,
- MiracleTranquilWalkofPeace,
- MiracleVowofSilence,
- MiracleSunlightBlade,
- MiracleDarkmoonBlade,
+ //spells
+ SorcerySoulArrow,
+ SorceryGreatSoulArrow,
+ SorceryHeavySoulArrow,
+ SorceryGreatHeavySoulArrow,
+ SorceryHomingSoulmass,
+ SorceryHomingCrystalSoulmass,
+ SorcerySoulSpear,
+ SorceryCrystalSoulSpear,
+ SorceryMagicWeapon,
+ SorceryGreatMagicWeapon,
+ SorceryCrystalMagicWeapon,
+ SorceryMagicShield,
+ SorceryStrongMagicShield,
+ SorceryHiddenWeapon,
+ SorceryHiddenBody,
+ SorceryCastLight,
+ SorceryHush,
+ SorceryAuralDecoy,
+ SorceryRepair,
+ SorceryFallControl,
+ SorceryChameleon,
+ SorceryResistCurse,
+ SorceryRemedy,
+ SorceryWhiteDragonBreath,
+ SorceryDarkOrb,
+ SorceryDarkBead,
+ SorceryDarkFog,
+ SorceryPursuers,
+ PyromancyFireball,
+ PyromancyFireOrb,
+ PyromancyGreatFireball,
+ PyromancyFirestorm,
+ PyromancyFireTempest,
+ PyromancyFireSurge,
+ PyromancyFireWhip,
+ PyromancyCombustion,
+ PyromancyGreatCombustion,
+ PyromancyPoisonMist,
+ PyromancyToxicMist,
+ PyromancyAcidSurge,
+ PyromancyIronFlesh,
+ PyromancyFlashSweat,
+ PyromancyUndeadRapport,
+ PyromancyPowerWithin,
+ PyromancyGreatChaosFireball,
+ PyromancyChaosStorm,
+ PyromancyChaosFireWhip,
+ PyromancyBlackFlame,
+ MiracleHeal,
+ MiracleGreatHeal,
+ MiracleGreatHealExcerpt,
+ MiracleSoothingSunlight,
+ MiracleReplenishment,
+ MiracleBountifulSunlight,
+ MiracleGravelordSwordDance,
+ MiracleGravelordGreatswordDance,
+ MiracleHomeward,
+ MiracleForce,
+ MiracleWrathoftheGods,
+ MiracleEmitForce,
+ MiracleSeekGuidance,
+ MiracleLightningSpear,
+ MiracleGreatLightningSpear,
+ MiracleSunlightSpear,
+ MiracleMagicBarrier,
+ MiracleGreatMagicBarrier,
+ MiracleKarmicJustice,
+ MiracleTranquilWalkofPeace,
+ MiracleVowofSilence,
+ MiracleSunlightBlade,
+ MiracleDarkmoonBlade,
- //spells tools
- SorcerersCatalyst,
- BeatricesCatalyst,
- TinBanishmentCatalyst,
- LogansCatalyst,
- TinDarkmoonCatalyst,
- OolacileIvoryCatalyst,
- TinCrystallizationCatalyst,
- DemonsCatalyst,
- IzalithCatalyst,
- PyromancyFlame,
- PyromancyFlameAscended,
- Talisman,
- CanvasTalisman,
- ThorolundTalisman,
- IvoryTalisman,
- SunlightTalisman,
- DarkmoonTalisman,
- VelkasTalisman,
- ManusCatalyst,
- OolacileCatalyst,
+ //spells tools
+ SorcerersCatalyst,
+ BeatricesCatalyst,
+ TinBanishmentCatalyst,
+ LogansCatalyst,
+ TinDarkmoonCatalyst,
+ OolacileIvoryCatalyst,
+ TinCrystallizationCatalyst,
+ DemonsCatalyst,
+ IzalithCatalyst,
+ PyromancyFlame,
+ PyromancyFlameAscended,
+ Talisman,
+ CanvasTalisman,
+ ThorolundTalisman,
+ IvoryTalisman,
+ SunlightTalisman,
+ DarkmoonTalisman,
+ VelkasTalisman,
+ ManusCatalyst,
+ OolacileCatalyst,
- //Upgrade materials
- LargeEmber,
- VeryLargeEmber,
- CrystalEmber,
- LargeMagicEmber,
- EnchantedEmber,
- DivineEmber,
- LargeDivineEmber,
- DarkEmber,
- LargeFlameEmber,
- ChaosFlameEmber,
- TitaniteShard,
- LargeTitaniteShard,
- GreenTitaniteShard,
- TitaniteChunk,
- BlueTitaniteChunk,
- WhiteTitaniteChunk,
- RedTitaniteChunk,
- TitaniteSlab,
- BlueTitaniteSlab,
- WhiteTitaniteSlab,
- RedTitaniteSlab,
- DragonScale,
- DemonTitanite,
- TwinklingTitanite,
+ //Upgrade materials
+ LargeEmber,
+ VeryLargeEmber,
+ CrystalEmber,
+ LargeMagicEmber,
+ EnchantedEmber,
+ DivineEmber,
+ LargeDivineEmber,
+ DarkEmber,
+ LargeFlameEmber,
+ ChaosFlameEmber,
+ TitaniteShard,
+ LargeTitaniteShard,
+ GreenTitaniteShard,
+ TitaniteChunk,
+ BlueTitaniteChunk,
+ WhiteTitaniteChunk,
+ RedTitaniteChunk,
+ TitaniteSlab,
+ BlueTitaniteSlab,
+ WhiteTitaniteSlab,
+ RedTitaniteSlab,
+ DragonScale,
+ DemonTitanite,
+ TwinklingTitanite,
- //Usable items
- WhiteSignSoapstone,
- RedSignSoapstone,
- RedEyeOrb,
- BlackSeparationCrystal,
- OrangeGuidanceSoapstone,
- BookoftheGuilty,
- ServantRoster,
- BlueEyeOrb,
- DragonEye,
- BlackEyeOrb,
- Darksign,
- PurpleCowardsCrystal,
- SilverPendant,
- Binoculars,
- DragonHeadStone,
- DragonTorsoStone,
- DriedFinger,
- HelloCarving,
- ThankyouCarving,
- VerygoodCarving,
- ImsorryCarving,
- HelpmeCarving,
- }
+ //Usable items
+ WhiteSignSoapstone,
+ RedSignSoapstone,
+ RedEyeOrb,
+ BlackSeparationCrystal,
+ OrangeGuidanceSoapstone,
+ BookoftheGuilty,
+ ServantRoster,
+ BlueEyeOrb,
+ DragonEye,
+ BlackEyeOrb,
+ Darksign,
+ PurpleCowardsCrystal,
+ SilverPendant,
+ Binoculars,
+ DragonHeadStone,
+ DragonTorsoStone,
+ DriedFinger,
+ HelloCarving,
+ ThankyouCarving,
+ VerygoodCarving,
+ ImsorryCarving,
+ HelpmeCarving,
}
diff --git a/src/SoulMemory/DarkSouls1/ItemReader.cs b/src/SoulMemory/DarkSouls1/ItemReader.cs
index fd4d197a..97c527c7 100644
--- a/src/SoulMemory/DarkSouls1/ItemReader.cs
+++ b/src/SoulMemory/DarkSouls1/ItemReader.cs
@@ -18,117 +18,116 @@
using System.Collections.Generic;
using System.Linq;
-namespace SoulMemory.DarkSouls1
+namespace SoulMemory.DarkSouls1;
+
+internal static class ItemReader
{
- internal static class ItemReader
+ internal static List
- GetCurrentInventoryItems(byte[] data, int listCount, int itemCount, int keyCount)
{
- internal static List
- GetCurrentInventoryItems(byte[] data, int listCount, int itemCount, int keyCount)
+ var items = new List
- ();
+
+ for (var i = 0; i < listCount; i++)
{
- var items = new List
- ();
+ //size of NS::FRPG_EquipInventoryDataItem is 28 or 0x1c
+ var address = i * 0x1c;
+ var cat = data[address + 3];
+ var item = BitConverter.ToInt32(data, address + 4);
+ var quantity = BitConverter.ToInt32(data, address + 8);
- for (var i = 0; i < listCount; i++)
+ if (item != -1)
{
- //size of NS::FRPG_EquipInventoryDataItem is 28 or 0x1c
- var address = i * 0x1c;
- var cat = data[address + 3];
- var item = BitConverter.ToInt32(data, address + 4);
- var quantity = BitConverter.ToInt32(data, address + 8);
-
- if (item != -1)
+ var categories = new List();
+ var hex = cat.ToString("X");
+ var hexCat = int.Parse(hex[0].ToString());
+
+ switch (hexCat)
{
- var categories = new List();
- var hex = cat.ToString("X");
- var hexCat = int.Parse(hex[0].ToString());
-
- switch (hexCat)
- {
- case 0:
- categories.Add(ItemCategory.MeleeWeapons);
- categories.Add(ItemCategory.RangedWeapons);
- categories.Add(ItemCategory.Ammo);
- categories.Add(ItemCategory.Shields);
- categories.Add(ItemCategory.SpellTools);
- break;
-
- case 1:
- categories.Add(ItemCategory.Armor);
- break;
-
- case 2:
- categories.Add(ItemCategory.Rings);
- break;
-
- case 4:
- categories.Add(ItemCategory.Consumables);
- categories.Add(ItemCategory.Key);
- categories.Add(ItemCategory.Spells);
- categories.Add(ItemCategory.UpgradeMaterials);
- categories.Add(ItemCategory.UsableItems);
- break;
- }
-
- //Decode item
- int id = 0;
- ItemInfusion infusion = ItemInfusion.Normal;
- int level = 0;
-
- //if 4 or less digits -> non-upgradable item.
- if (categories.Contains(ItemCategory.Consumables) && item >= 200 && item <= 215 && !items.Any(j => j.ItemType == ItemType.EstusFlask))
- {
- var estus = Item.AllItems.First(j => j.ItemType == ItemType.EstusFlask);
- var instance = new Item(estus.Name, estus.Id, estus.ItemType, estus.Category, estus.StackLimit, estus.Upgrade);
-
- //Item ID is both the item + reinforcement. Level field does not change in the games memory for the estus flask.
- //Goes like this:
- //200 == empty level 0
- //201 == full level 0
- //202 == empty level 1
- //203 == full level 1
- //203 == empty level 2
- //204 == full level 2
- //etc
-
- //If the flask is not empty, the amount of charges is stored in the quantity field.
- //If the ID - 200 is an even number, the flask is empty. For this case we can even ignore the 200 and just check the ID
-
- instance.Quantity = item % 2 == 0 ? 0 : quantity;
-
- //Calculating the upgrade level
- instance.UpgradeLevel = (item - 200) / 2;
-
- instance.Infusion = infusion;
- items.Add(instance);
- continue;
- }
- else if (item < 10000)
- {
- id = item;
- }
- else
- {
- //Separate digits
- int one = item % 10;
- int ten = (item / 10) % 10;
- int hundred = (item / 100) % 10;
-
- id = item - (one + (10 * ten) + (100 * hundred));
- infusion = (ItemInfusion)hundred;
- level = one + (10 * ten);
- }
-
- var lookupItem = Item.AllItems.FirstOrDefault(j => categories.Contains(j.Category) && j.Id == id);
- if (lookupItem != null)
- {
- var instance = new Item(lookupItem.Name, lookupItem.Id, lookupItem.ItemType, lookupItem.Category, lookupItem.StackLimit, lookupItem.Upgrade);
- instance.Quantity = quantity;
- instance.Infusion = infusion;
- instance.UpgradeLevel = level;
- items.Add(instance);
- }
+ case 0:
+ categories.Add(ItemCategory.MeleeWeapons);
+ categories.Add(ItemCategory.RangedWeapons);
+ categories.Add(ItemCategory.Ammo);
+ categories.Add(ItemCategory.Shields);
+ categories.Add(ItemCategory.SpellTools);
+ break;
+
+ case 1:
+ categories.Add(ItemCategory.Armor);
+ break;
+
+ case 2:
+ categories.Add(ItemCategory.Rings);
+ break;
+
+ case 4:
+ categories.Add(ItemCategory.Consumables);
+ categories.Add(ItemCategory.Key);
+ categories.Add(ItemCategory.Spells);
+ categories.Add(ItemCategory.UpgradeMaterials);
+ categories.Add(ItemCategory.UsableItems);
+ break;
}
- }
- return items;
+ //Decode item
+ int id = 0;
+ ItemInfusion infusion = ItemInfusion.Normal;
+ int level = 0;
+
+ //if 4 or less digits -> non-upgradable item.
+ if (categories.Contains(ItemCategory.Consumables) && item is >= 200 and <= 215 && !items.Any(j => j.ItemType == ItemType.EstusFlask))
+ {
+ var estus = Item.AllItems.First(j => j.ItemType == ItemType.EstusFlask);
+ var instance = new Item(estus.Name, estus.Id, estus.ItemType, estus.Category, estus.StackLimit, estus.Upgrade);
+
+ //Item ID is both the item + reinforcement. Level field does not change in the games memory for the estus flask.
+ //Goes like this:
+ //200 == empty level 0
+ //201 == full level 0
+ //202 == empty level 1
+ //203 == full level 1
+ //203 == empty level 2
+ //204 == full level 2
+ //etc
+
+ //If the flask is not empty, the amount of charges is stored in the quantity field.
+ //If the ID - 200 is an even number, the flask is empty. For this case we can even ignore the 200 and just check the ID
+
+ instance.Quantity = item % 2 == 0 ? 0 : quantity;
+
+ //Calculating the upgrade level
+ instance.UpgradeLevel = (item - 200) / 2;
+
+ instance.Infusion = infusion;
+ items.Add(instance);
+ continue;
+ }
+ else if (item < 10000)
+ {
+ id = item;
+ }
+ else
+ {
+ //Separate digits
+ int one = item % 10;
+ int ten = (item / 10) % 10;
+ int hundred = (item / 100) % 10;
+
+ id = item - (one + (10 * ten) + (100 * hundred));
+ infusion = (ItemInfusion)hundred;
+ level = one + (10 * ten);
+ }
+
+ var lookupItem = Item.AllItems.FirstOrDefault(j => categories.Contains(j.Category) && j.Id == id);
+ if (lookupItem != null)
+ {
+ var instance = new Item(lookupItem.Name, lookupItem.Id, lookupItem.ItemType, lookupItem.Category, lookupItem.StackLimit, lookupItem.Upgrade);
+ instance.Quantity = quantity;
+ instance.Infusion = infusion;
+ instance.UpgradeLevel = level;
+ items.Add(instance);
+ }
+ }
}
+
+ return items;
}
}
diff --git a/src/SoulMemory/DarkSouls1/KnownFlag.cs b/src/SoulMemory/DarkSouls1/KnownFlag.cs
index 44e299c8..6e966f2b 100644
--- a/src/SoulMemory/DarkSouls1/KnownFlag.cs
+++ b/src/SoulMemory/DarkSouls1/KnownFlag.cs
@@ -16,165 +16,164 @@
using System.Xml.Serialization;
-namespace SoulMemory.DarkSouls1
+namespace SoulMemory.DarkSouls1;
+
+[XmlType(Namespace = "SoulMemory.DarkSouls1")]
+public enum KnownFlag : uint
{
- [XmlType(Namespace = "SoulMemory.DarkSouls1")]
- public enum KnownFlag : uint
- {
- [Annotation(Name = "Bell of Awakening, Undead Parish 11010700", Description = "Bells of Awakening")]
- BellOfAwakeningUndeadParish = 11010700,
+ [Annotation(Name = "Bell of Awakening, Undead Parish 11010700", Description = "Bells of Awakening")]
+ BellOfAwakeningUndeadParish = 11010700,
- [Annotation(Name = "Bell of Awakening, Blighttown 11400200", Description = "Bells of Awakening")]
- BellOfAwakeningBlighttown = 11400200,
+ [Annotation(Name = "Bell of Awakening, Blighttown 11400200", Description = "Bells of Awakening")]
+ BellOfAwakeningBlighttown = 11400200,
- [Annotation(Name = "Lordvessel, Dark Anor Londo 11510400", Description = "Lordvessel")]
- LordvesselDarkAnorLondo = 11510400,
+ [Annotation(Name = "Lordvessel, Dark Anor Londo 11510400", Description = "Lordvessel")]
+ LordvesselDarkAnorLondo = 11510400,
- [Annotation(Name = "Lordvessel, Receive Lordvessel With Gwynevere Still Alive 11510592", Description = "Lordvessel")]
- LordvesselReceiveLordvesselWithGwynevereStillAlive = 11510592,
+ [Annotation(Name = "Lordvessel, Receive Lordvessel With Gwynevere Still Alive 11510592", Description = "Lordvessel")]
+ LordvesselReceiveLordvesselWithGwynevereStillAlive = 11510592,
- [Annotation(Name = "Lordvessel, Receive Lordvessel (Gwynevere Alive or Dead) 50000090", Description = "Lordvessel")]
- LordvesselReceiveLordvesselGwynevereAliveOrDead = 50000090,
+ [Annotation(Name = "Lordvessel, Receive Lordvessel (Gwynevere Alive or Dead) 50000090", Description = "Lordvessel")]
+ LordvesselReceiveLordvesselGwynevereAliveOrDead = 50000090,
- [Annotation(Name = "Anor Londo, Door to Gwynevere 11510110", Description = "Doors")]
- AnorLondoDoorToGwynevere = 11510110,
+ [Annotation(Name = "Anor Londo, Door to Gwynevere 11510110", Description = "Doors")]
+ AnorLondoDoorToGwynevere = 11510110,
- [Annotation(Name = "Darkroot Garden, Crest of Artorias Door 61200500", Description = "Doors")]
- DarkrootGardenCrestOfArtoriasDoor = 61200500,
+ [Annotation(Name = "Darkroot Garden, Crest of Artorias Door 61200500", Description = "Doors")]
+ DarkrootGardenCrestOfArtoriasDoor = 61200500,
- [Annotation(Name = "Darkroot Garden, Sif Door 61200501", Description = "Doors")]
- DarkrootGardenSifDoor = 61200501,
+ [Annotation(Name = "Darkroot Garden, Sif Door 61200501", Description = "Doors")]
+ DarkrootGardenSifDoor = 61200501,
- [Annotation(Name = "Demon Ruins, Shortcut Door to Lost Izalith 11410340", Description = "Doors")]
- DemonRuinsShortcutDoorToLostIzalith = 11410340,
+ [Annotation(Name = "Demon Ruins, Shortcut Door to Lost Izalith 11410340", Description = "Doors")]
+ DemonRuinsShortcutDoorToLostIzalith = 11410340,
- [Annotation(Name = "Northern Undead Asylum, Cell Door 11810103", Description = "Doors")]
- NorthernUndeadAsylumCellDoor = 11810103,
+ [Annotation(Name = "Northern Undead Asylum, Cell Door 11810103", Description = "Doors")]
+ NorthernUndeadAsylumCellDoor = 11810103,
- [Annotation(Name = "Northern Undead Asylum, Asylum Demon Door 11810112", Description = "Doors")]
- NorthernUndeadAsylumAsylumDemonDoor = 11810112,
+ [Annotation(Name = "Northern Undead Asylum, Asylum Demon Door 11810112", Description = "Doors")]
+ NorthernUndeadAsylumAsylumDemonDoor = 11810112,
- [Annotation(Name = "Northern Undead Asylum, Big Pilgrim Door 11810110", Description = "Doors")]
- NorthernUndeadAsylumBigPilgrimDoor = 11810110,
+ [Annotation(Name = "Northern Undead Asylum, Big Pilgrim Door 11810110", Description = "Doors")]
+ NorthernUndeadAsylumBigPilgrimDoor = 11810110,
- [Annotation(Name = "Anor Londo, Elevator Active 11510220", Description = "Elevators")]
- AnorLondoElevatorActive = 11510220,
+ [Annotation(Name = "Anor Londo, Elevator Active 11510220", Description = "Elevators")]
+ AnorLondoElevatorActive = 11510220,
- [Annotation(Name = "Catacombs, Entrance Lever 11300900", Description = "Levers")]
- CatacombsEntranceLever = 11300900,
+ [Annotation(Name = "Catacombs, Entrance Lever 11300900", Description = "Levers")]
+ CatacombsEntranceLever = 11300900,
- [Annotation(Name = "Duke's Archives, First Lever 11705091", Description = "Levers")]
- DukesArchivesFirstLever = 11705091,
+ [Annotation(Name = "Duke's Archives, First Lever 11705091", Description = "Levers")]
+ DukesArchivesFirstLever = 11705091,
- [Annotation(Name = "Duke's Archives, Second Lever 11705090", Description = "Levers")]
- DukesArchivesSecondLever = 11705090,
+ [Annotation(Name = "Duke's Archives, Second Lever 11705090", Description = "Levers")]
+ DukesArchivesSecondLever = 11705090,
- [Annotation(Name = "New Londo Ruins, Seal Opened 11600200", Description = "Levers")]
- NewLondoRuinsSealOpened = 11600200,
+ [Annotation(Name = "New Londo Ruins, Seal Opened 11600200", Description = "Levers")]
+ NewLondoRuinsSealOpened = 11600200,
- [Annotation(Name = "NPC, Andre, Talk To For First Time 71010000", Description = "NPC")]
- NPCAndreTalkToForFirstTime = 71010000,
+ [Annotation(Name = "NPC, Andre, Talk To For First Time 71010000", Description = "NPC")]
+ NPCAndreTalkToForFirstTime = 71010000,
- [Annotation(Name = "NPC, Blacksmith Giant, Talk To For First Time 71510000", Description = "NPC")]
- NPCBlacksmithGiantTalkToForFirstTime = 71510000,
+ [Annotation(Name = "NPC, Blacksmith Giant, Talk To For First Time 71510000", Description = "NPC")]
+ NPCBlacksmithGiantTalkToForFirstTime = 71510000,
- [Annotation(Name = "NPC, Crestfallen Merchant, Talk To For First Time 71500001", Description = "NPC")]
- NPCCrestfallenMerchantTalkToForFirstTime = 71500001,
+ [Annotation(Name = "NPC, Crestfallen Merchant, Talk To For First Time 71500001", Description = "NPC")]
+ NPCCrestfallenMerchantTalkToForFirstTime = 71500001,
- [Annotation(Name = "NPC, Dusk, Rescued From Golem 1121", Description = "NPC")]
- NPCDuskRescuedFromGolem = 1121,
+ [Annotation(Name = "NPC, Dusk, Rescued From Golem 1121", Description = "NPC")]
+ NPCDuskRescuedFromGolem = 1121,
- [Annotation(Name = "NPC, Dusk, Available for Summon (Said Yes After Rescue) 1122", Description = "NPC")]
- NPCDuskAvailableForSummonSaidYesAfterRescue = 1122,
+ [Annotation(Name = "NPC, Dusk, Available for Summon (Said Yes After Rescue) 1122", Description = "NPC")]
+ NPCDuskAvailableForSummonSaidYesAfterRescue = 1122,
- [Annotation(Name = "NPC, Dusk, Dead 1125", Description = "NPC")]
- NPCDuskDead = 1125,
+ [Annotation(Name = "NPC, Dusk, Dead 1125", Description = "NPC")]
+ NPCDuskDead = 1125,
- [Annotation(Name = "NPC, Lautrec, Dead 1575", Description = "NPC")]
- NPCLautrecDead = 1575,
+ [Annotation(Name = "NPC, Lautrec, Dead 1575", Description = "NPC")]
+ NPCLautrecDead = 1575,
- [Annotation(Name = "NPC, Oswald, Dead 1702", Description = "NPC")]
- NPCOswaldDead = 1702,
+ [Annotation(Name = "NPC, Oswald, Dead 1702", Description = "NPC")]
+ NPCOswaldDead = 1702,
- [Annotation(Name = "NPC, Siegmeyer, Dead 1513", Description = "NPC")]
- NPCSiegmeyerDead = 1513,
+ [Annotation(Name = "NPC, Siegmeyer, Dead 1513", Description = "NPC")]
+ NPCSiegmeyerDead = 1513,
- [Annotation(Name = "NPC, Shiva Bodyguard, Dead 1764", Description = "NPC")]
- NPCShivaBodyguardDead = 1764,
+ [Annotation(Name = "NPC, Shiva Bodyguard, Dead 1764", Description = "NPC")]
+ NPCShivaBodyguardDead = 1764,
- [Annotation(Name = "Covenant Joined, Way of White 851", Description = "Join Covenants")]
- CovenantJoinedWayOfWhite = 851,
+ [Annotation(Name = "Covenant Joined, Way of White 851", Description = "Join Covenants")]
+ CovenantJoinedWayOfWhite = 851,
- [Annotation(Name = "Covenant Joined, Princess Guard 852", Description = "Join Covenants")]
- CovenantJoinedPrincessGuard = 852,
+ [Annotation(Name = "Covenant Joined, Princess Guard 852", Description = "Join Covenants")]
+ CovenantJoinedPrincessGuard = 852,
- [Annotation(Name = "Covenant Joined, Warrior of Sunlight 853", Description = "Join Covenants")]
- CovenantJoinedWarriorOfSunlight = 853,
+ [Annotation(Name = "Covenant Joined, Warrior of Sunlight 853", Description = "Join Covenants")]
+ CovenantJoinedWarriorOfSunlight = 853,
- [Annotation(Name = "Covenant Joined, Darkwraith 854", Description = "Join Covenants")]
- CovenantJoinedDarkwraith = 854,
+ [Annotation(Name = "Covenant Joined, Darkwraith 854", Description = "Join Covenants")]
+ CovenantJoinedDarkwraith = 854,
- [Annotation(Name = "Covenant Joined, Path of the Dragon 855", Description = "Join Covenants")]
- CovenantJoinedPathOfTheDragon = 855,
+ [Annotation(Name = "Covenant Joined, Path of the Dragon 855", Description = "Join Covenants")]
+ CovenantJoinedPathOfTheDragon = 855,
- [Annotation(Name = "Covenant Joined, Gravelord Servant 856", Description = "Join Covenants")]
- CovenantJoinedGravelordServant = 856,
+ [Annotation(Name = "Covenant Joined, Gravelord Servant 856", Description = "Join Covenants")]
+ CovenantJoinedGravelordServant = 856,
- [Annotation(Name = "Covenant Joined, Forest Hunter 857", Description = "Join Covenants")]
- CovenantJoinedForestHunter = 857,
+ [Annotation(Name = "Covenant Joined, Forest Hunter 857", Description = "Join Covenants")]
+ CovenantJoinedForestHunter = 857,
- [Annotation(Name = "Covenant Joined, Darkmoon Blade 858", Description = "Join Covenants")]
- CovenantJoinedDarkmoonBlade = 858,
+ [Annotation(Name = "Covenant Joined, Darkmoon Blade 858", Description = "Join Covenants")]
+ CovenantJoinedDarkmoonBlade = 858,
- [Annotation(Name = "Covenant Joined, Chaos Servant 859", Description = "Join Covenants")]
- CovenantJoinedChaosServant = 859,
+ [Annotation(Name = "Covenant Joined, Chaos Servant 859", Description = "Join Covenants")]
+ CovenantJoinedChaosServant = 859,
- [Annotation(Name = "Anor Londo, Fog Gate Rafters 11510090", Description = "Non-Boss Fog Gates")]
- AnorLondoFogGateRafters = 11510090,
+ [Annotation(Name = "Anor Londo, Fog Gate Rafters 11510090", Description = "Non-Boss Fog Gates")]
+ AnorLondoFogGateRafters = 11510090,
- [Annotation(Name = "Anor Londo, Fog Gate Archers 11510091", Description = "Non-Boss Fog Gates")]
- AnorLondoFogGateArchers = 11510091,
+ [Annotation(Name = "Anor Londo, Fog Gate Archers 11510091", Description = "Non-Boss Fog Gates")]
+ AnorLondoFogGateArchers = 11510091,
- [Annotation(Name = "Duke's Archives, Fog Gate 11700083", Description = "Non-Boss Fog Gates")]
- DukesArchivesFogGate = 11700083,
+ [Annotation(Name = "Duke's Archives, Fog Gate 11700083", Description = "Non-Boss Fog Gates")]
+ DukesArchivesFogGate = 11700083,
- [Annotation(Name = "Northern Undead Asylum, Fog Gate 11810090", Description = "Non-Boss Fog Gates")]
- NorthernUndeadAsylumFogGate = 11810090,
+ [Annotation(Name = "Northern Undead Asylum, Fog Gate 11810090", Description = "Non-Boss Fog Gates")]
+ NorthernUndeadAsylumFogGate = 11810090,
- [Annotation(Name = "Sen's Fortress, Fog Gate 1 11500090", Description = "Non-Boss Fog Gates")]
- SensFortressFogGate1 = 11500090,
+ [Annotation(Name = "Sen's Fortress, Fog Gate 1 11500090", Description = "Non-Boss Fog Gates")]
+ SensFortressFogGate1 = 11500090,
- [Annotation(Name = "Sen's Fortress, Fog Gate 2 11500091", Description = "Non-Boss Fog Gates")]
- SensFortressFogGate2 = 11500091,
+ [Annotation(Name = "Sen's Fortress, Fog Gate 2 11500091", Description = "Non-Boss Fog Gates")]
+ SensFortressFogGate2 = 11500091,
- [Annotation(Name = "Cutscene Skipped, Ornstein and Smough 11515394", Description = "Boss Fight")]
- CutsceneSkippedOrnsteinAndSmough = 11515394,
+ [Annotation(Name = "Cutscene Skipped, Ornstein and Smough 11515394", Description = "Boss Fight")]
+ CutsceneSkippedOrnsteinAndSmough = 11515394,
- [Annotation(Name = "Cutscene Skipped, Centipede Demon 11415382", Description = "Boss Fight")]
- CutsceneSkippedCentipedeDemon = 11415382,
+ [Annotation(Name = "Cutscene Skipped, Centipede Demon 11415382", Description = "Boss Fight")]
+ CutsceneSkippedCentipedeDemon = 11415382,
- [Annotation(Name = "Cutscene Skipped, Chaos Witch Quelaag 11405394", Description = "Boss Fight")]
- CutsceneSkippedChaosWitchQuelaag = 11405394,
+ [Annotation(Name = "Cutscene Skipped, Chaos Witch Quelaag 11405394", Description = "Boss Fight")]
+ CutsceneSkippedChaosWitchQuelaag = 11405394,
- [Annotation(Name = "Cutscene Skipped, Seath 11705394", Description = "Boss Fight")]
- CutsceneSkippedSeath = 11705394,
+ [Annotation(Name = "Cutscene Skipped, Seath 11705394", Description = "Boss Fight")]
+ CutsceneSkippedSeath = 11705394,
- [Annotation(Name = "Boss Arena Entered, Bed of Chaos 11415390", Description = "Boss Fight")]
- BossArenaEnteredBedOfChaos = 11415390,
+ [Annotation(Name = "Boss Arena Entered, Bed of Chaos 11415390", Description = "Boss Fight")]
+ BossArenaEnteredBedOfChaos = 11415390,
- [Annotation(Name = "Boss Arena Entered, Gravelord Nito 11315390", Description = "Boss Fight")]
- BossArenaEnteredGravelordNito = 11315390,
+ [Annotation(Name = "Boss Arena Entered, Gravelord Nito 11315390", Description = "Boss Fight")]
+ BossArenaEnteredGravelordNito = 11315390,
- [Annotation(Name = "Boss Arena Entered, Gwyn 11805394", Description = "Boss Fight")]
- BossArenaEnteredGwyn = 11805394,
+ [Annotation(Name = "Boss Arena Entered, Gwyn 11805394", Description = "Boss Fight")]
+ BossArenaEnteredGwyn = 11805394,
- [Annotation(Name = "Boss Arena Entered, Iron Golem 11505394", Description = "Boss Fight")]
- BossArenaEnteredIronGolem = 11505394,
+ [Annotation(Name = "Boss Arena Entered, Iron Golem 11505394", Description = "Boss Fight")]
+ BossArenaEnteredIronGolem = 11505394,
- [Annotation(Name = "Cutscene Skipped, Warp to Anor Londo 11500210", Description = "Other")]
- CutsceneSkippedWarpToAnorLondo = 11500210,
+ [Annotation(Name = "Cutscene Skipped, Warp to Anor Londo 11500210", Description = "Other")]
+ CutsceneSkippedWarpToAnorLondo = 11500210,
- [Annotation(Name = "Goughless Kalameeth Death Animation 11210063", Description = "Other")]
- GoughlessKalameethDeathAnimation = 11210063,
- }
+ [Annotation(Name = "Goughless Kalameeth Death Animation 11210063", Description = "Other")]
+ GoughlessKalameethDeathAnimation = 11210063,
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/AiStandardInfo.cs b/src/SoulMemory/DarkSouls1/Parameters/AiStandardInfo.cs
index 1bd3f91f..279c84e7 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/AiStandardInfo.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/AiStandardInfo.cs
@@ -18,332 +18,329 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class AiStandardInfo(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class AiStandardInfo : BaseParam
- {
- public AiStandardInfo(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.U16)]
- public ushort RadarRange
- {
- get => _RadarRange;
- set => WriteParamField(ref _RadarRange, value);
- }
- private ushort _RadarRange;
-
- [ParamField(0x2, ParamType.U8)]
- public byte RadarAngleX
- {
- get => _RadarAngleX;
- set => WriteParamField(ref _RadarAngleX, value);
- }
- private byte _RadarAngleX;
-
- [ParamField(0x3, ParamType.U8)]
- public byte RadarAngleY
- {
- get => _RadarAngleY;
- set => WriteParamField(ref _RadarAngleY, value);
- }
- private byte _RadarAngleY;
-
- [ParamField(0x4, ParamType.U16)]
- public ushort TerritorySize
- {
- get => _TerritorySize;
- set => WriteParamField(ref _TerritorySize, value);
- }
- private ushort _TerritorySize;
-
- [ParamField(0x6, ParamType.U8)]
- public byte ThreatBeforeAttackRate
- {
- get => _ThreatBeforeAttackRate;
- set => WriteParamField(ref _ThreatBeforeAttackRate, value);
- }
- private byte _ThreatBeforeAttackRate;
-
- [ParamField(0x7, ParamType.U8)]
- public byte ForceThreatOnFirstLocked
- {
- get => _ForceThreatOnFirstLocked;
- set => WriteParamField(ref _ForceThreatOnFirstLocked, value);
- }
- private byte _ForceThreatOnFirstLocked;
-
- [ParamField(0x8, ParamType.Dummy8, 24)]
- public byte[] Reserve0
- {
- get => _Reserve0;
- set => WriteParamField(ref _Reserve0, value);
- }
- private byte[] _Reserve0;
-
- [ParamField(0x20, ParamType.U16)]
- public ushort Attack1_Distance
- {
- get => _Attack1_Distance;
- set => WriteParamField(ref _Attack1_Distance, value);
- }
- private ushort _Attack1_Distance;
-
- [ParamField(0x22, ParamType.U16)]
- public ushort Attack1_Margin
- {
- get => _Attack1_Margin;
- set => WriteParamField(ref _Attack1_Margin, value);
- }
- private ushort _Attack1_Margin;
-
- [ParamField(0x24, ParamType.U8)]
- public byte Attack1_Rate
- {
- get => _Attack1_Rate;
- set => WriteParamField(ref _Attack1_Rate, value);
- }
- private byte _Attack1_Rate;
-
- [ParamField(0x25, ParamType.U8)]
- public byte Attack1_ActionID
- {
- get => _Attack1_ActionID;
- set => WriteParamField(ref _Attack1_ActionID, value);
- }
- private byte _Attack1_ActionID;
-
- [ParamField(0x26, ParamType.U8)]
- public byte Attack1_DelayMin
- {
- get => _Attack1_DelayMin;
- set => WriteParamField(ref _Attack1_DelayMin, value);
- }
- private byte _Attack1_DelayMin;
-
- [ParamField(0x27, ParamType.U8)]
- public byte Attack1_DelayMax
- {
- get => _Attack1_DelayMax;
- set => WriteParamField(ref _Attack1_DelayMax, value);
- }
- private byte _Attack1_DelayMax;
-
- [ParamField(0x28, ParamType.U8)]
- public byte Attack1_ConeAngle
- {
- get => _Attack1_ConeAngle;
- set => WriteParamField(ref _Attack1_ConeAngle, value);
- }
- private byte _Attack1_ConeAngle;
-
- [ParamField(0x29, ParamType.Dummy8, 7)]
- public byte[] Reserve10
- {
- get => _Reserve10;
- set => WriteParamField(ref _Reserve10, value);
- }
- private byte[] _Reserve10;
-
- [ParamField(0x30, ParamType.U16)]
- public ushort Attack2_Distance
- {
- get => _Attack2_Distance;
- set => WriteParamField(ref _Attack2_Distance, value);
- }
- private ushort _Attack2_Distance;
-
- [ParamField(0x32, ParamType.U16)]
- public ushort Attack2_Margin
- {
- get => _Attack2_Margin;
- set => WriteParamField(ref _Attack2_Margin, value);
- }
- private ushort _Attack2_Margin;
-
- [ParamField(0x34, ParamType.U8)]
- public byte Attack2_Rate
- {
- get => _Attack2_Rate;
- set => WriteParamField(ref _Attack2_Rate, value);
- }
- private byte _Attack2_Rate;
-
- [ParamField(0x35, ParamType.U8)]
- public byte Attack2_ActionID
- {
- get => _Attack2_ActionID;
- set => WriteParamField(ref _Attack2_ActionID, value);
- }
- private byte _Attack2_ActionID;
-
- [ParamField(0x36, ParamType.U8)]
- public byte Attack2_DelayMin
- {
- get => _Attack2_DelayMin;
- set => WriteParamField(ref _Attack2_DelayMin, value);
- }
- private byte _Attack2_DelayMin;
-
- [ParamField(0x37, ParamType.U8)]
- public byte Attack2_DelayMax
- {
- get => _Attack2_DelayMax;
- set => WriteParamField(ref _Attack2_DelayMax, value);
- }
- private byte _Attack2_DelayMax;
-
- [ParamField(0x38, ParamType.U8)]
- public byte Attack2_ConeAngle
- {
- get => _Attack2_ConeAngle;
- set => WriteParamField(ref _Attack2_ConeAngle, value);
- }
- private byte _Attack2_ConeAngle;
-
- [ParamField(0x39, ParamType.Dummy8, 7)]
- public byte[] Reserve11
- {
- get => _Reserve11;
- set => WriteParamField(ref _Reserve11, value);
- }
- private byte[] _Reserve11;
-
- [ParamField(0x40, ParamType.U16)]
- public ushort Attack3_Distance
- {
- get => _Attack3_Distance;
- set => WriteParamField(ref _Attack3_Distance, value);
- }
- private ushort _Attack3_Distance;
-
- [ParamField(0x42, ParamType.U16)]
- public ushort Attack3_Margin
- {
- get => _Attack3_Margin;
- set => WriteParamField(ref _Attack3_Margin, value);
- }
- private ushort _Attack3_Margin;
-
- [ParamField(0x44, ParamType.U8)]
- public byte Attack3_Rate
- {
- get => _Attack3_Rate;
- set => WriteParamField(ref _Attack3_Rate, value);
- }
- private byte _Attack3_Rate;
-
- [ParamField(0x45, ParamType.U8)]
- public byte Attack3_ActionID
- {
- get => _Attack3_ActionID;
- set => WriteParamField(ref _Attack3_ActionID, value);
- }
- private byte _Attack3_ActionID;
-
- [ParamField(0x46, ParamType.U8)]
- public byte Attack3_DelayMin
- {
- get => _Attack3_DelayMin;
- set => WriteParamField(ref _Attack3_DelayMin, value);
- }
- private byte _Attack3_DelayMin;
-
- [ParamField(0x47, ParamType.U8)]
- public byte Attack3_DelayMax
- {
- get => _Attack3_DelayMax;
- set => WriteParamField(ref _Attack3_DelayMax, value);
- }
- private byte _Attack3_DelayMax;
-
- [ParamField(0x48, ParamType.U8)]
- public byte Attack3_ConeAngle
- {
- get => _Attack3_ConeAngle;
- set => WriteParamField(ref _Attack3_ConeAngle, value);
- }
- private byte _Attack3_ConeAngle;
-
- [ParamField(0x49, ParamType.Dummy8, 7)]
- public byte[] Reserve12
- {
- get => _Reserve12;
- set => WriteParamField(ref _Reserve12, value);
- }
- private byte[] _Reserve12;
-
- [ParamField(0x50, ParamType.U16)]
- public ushort Attack4_Distance
- {
- get => _Attack4_Distance;
- set => WriteParamField(ref _Attack4_Distance, value);
- }
- private ushort _Attack4_Distance;
-
- [ParamField(0x52, ParamType.U16)]
- public ushort Attack4_Margin
- {
- get => _Attack4_Margin;
- set => WriteParamField(ref _Attack4_Margin, value);
- }
- private ushort _Attack4_Margin;
-
- [ParamField(0x54, ParamType.U8)]
- public byte Attack4_Rate
- {
- get => _Attack4_Rate;
- set => WriteParamField(ref _Attack4_Rate, value);
- }
- private byte _Attack4_Rate;
-
- [ParamField(0x55, ParamType.U8)]
- public byte Attack4_ActionID
- {
- get => _Attack4_ActionID;
- set => WriteParamField(ref _Attack4_ActionID, value);
- }
- private byte _Attack4_ActionID;
-
- [ParamField(0x56, ParamType.U8)]
- public byte Attack4_DelayMin
- {
- get => _Attack4_DelayMin;
- set => WriteParamField(ref _Attack4_DelayMin, value);
- }
- private byte _Attack4_DelayMin;
-
- [ParamField(0x57, ParamType.U8)]
- public byte Attack4_DelayMax
- {
- get => _Attack4_DelayMax;
- set => WriteParamField(ref _Attack4_DelayMax, value);
- }
- private byte _Attack4_DelayMax;
-
- [ParamField(0x58, ParamType.U8)]
- public byte Attack4_ConeAngle
- {
- get => _Attack4_ConeAngle;
- set => WriteParamField(ref _Attack4_ConeAngle, value);
- }
- private byte _Attack4_ConeAngle;
-
- [ParamField(0x59, ParamType.Dummy8, 7)]
- public byte[] Reserve13
- {
- get => _Reserve13;
- set => WriteParamField(ref _Reserve13, value);
- }
- private byte[] _Reserve13;
-
- [ParamField(0x60, ParamType.Dummy8, 32)]
- public byte[] Reserve_last
- {
- get => _Reserve_last;
- set => WriteParamField(ref _Reserve_last, value);
- }
- private byte[] _Reserve_last;
+ [ParamField(0x0, ParamType.U16)]
+ public ushort RadarRange
+ {
+ get => _RadarRange;
+ set => WriteParamField(ref _RadarRange, value);
+ }
+ private ushort _RadarRange;
+
+ [ParamField(0x2, ParamType.U8)]
+ public byte RadarAngleX
+ {
+ get => _RadarAngleX;
+ set => WriteParamField(ref _RadarAngleX, value);
+ }
+ private byte _RadarAngleX;
+
+ [ParamField(0x3, ParamType.U8)]
+ public byte RadarAngleY
+ {
+ get => _RadarAngleY;
+ set => WriteParamField(ref _RadarAngleY, value);
+ }
+ private byte _RadarAngleY;
+
+ [ParamField(0x4, ParamType.U16)]
+ public ushort TerritorySize
+ {
+ get => _TerritorySize;
+ set => WriteParamField(ref _TerritorySize, value);
+ }
+ private ushort _TerritorySize;
+
+ [ParamField(0x6, ParamType.U8)]
+ public byte ThreatBeforeAttackRate
+ {
+ get => _ThreatBeforeAttackRate;
+ set => WriteParamField(ref _ThreatBeforeAttackRate, value);
+ }
+ private byte _ThreatBeforeAttackRate;
+
+ [ParamField(0x7, ParamType.U8)]
+ public byte ForceThreatOnFirstLocked
+ {
+ get => _ForceThreatOnFirstLocked;
+ set => WriteParamField(ref _ForceThreatOnFirstLocked, value);
+ }
+ private byte _ForceThreatOnFirstLocked;
+
+ [ParamField(0x8, ParamType.Dummy8, 24)]
+ public byte[] Reserve0
+ {
+ get => _Reserve0;
+ set => WriteParamField(ref _Reserve0, value);
+ }
+ private byte[] _Reserve0 = null!;
+
+ [ParamField(0x20, ParamType.U16)]
+ public ushort Attack1_Distance
+ {
+ get => _Attack1_Distance;
+ set => WriteParamField(ref _Attack1_Distance, value);
+ }
+ private ushort _Attack1_Distance;
+
+ [ParamField(0x22, ParamType.U16)]
+ public ushort Attack1_Margin
+ {
+ get => _Attack1_Margin;
+ set => WriteParamField(ref _Attack1_Margin, value);
+ }
+ private ushort _Attack1_Margin;
+
+ [ParamField(0x24, ParamType.U8)]
+ public byte Attack1_Rate
+ {
+ get => _Attack1_Rate;
+ set => WriteParamField(ref _Attack1_Rate, value);
+ }
+ private byte _Attack1_Rate;
+ [ParamField(0x25, ParamType.U8)]
+ public byte Attack1_ActionID
+ {
+ get => _Attack1_ActionID;
+ set => WriteParamField(ref _Attack1_ActionID, value);
+ }
+ private byte _Attack1_ActionID;
+
+ [ParamField(0x26, ParamType.U8)]
+ public byte Attack1_DelayMin
+ {
+ get => _Attack1_DelayMin;
+ set => WriteParamField(ref _Attack1_DelayMin, value);
+ }
+ private byte _Attack1_DelayMin;
+
+ [ParamField(0x27, ParamType.U8)]
+ public byte Attack1_DelayMax
+ {
+ get => _Attack1_DelayMax;
+ set => WriteParamField(ref _Attack1_DelayMax, value);
+ }
+ private byte _Attack1_DelayMax;
+
+ [ParamField(0x28, ParamType.U8)]
+ public byte Attack1_ConeAngle
+ {
+ get => _Attack1_ConeAngle;
+ set => WriteParamField(ref _Attack1_ConeAngle, value);
+ }
+ private byte _Attack1_ConeAngle;
+
+ [ParamField(0x29, ParamType.Dummy8, 7)]
+ public byte[] Reserve10
+ {
+ get => _Reserve10;
+ set => WriteParamField(ref _Reserve10, value);
+ }
+ private byte[] _Reserve10 = null!;
+
+ [ParamField(0x30, ParamType.U16)]
+ public ushort Attack2_Distance
+ {
+ get => _Attack2_Distance;
+ set => WriteParamField(ref _Attack2_Distance, value);
+ }
+ private ushort _Attack2_Distance;
+
+ [ParamField(0x32, ParamType.U16)]
+ public ushort Attack2_Margin
+ {
+ get => _Attack2_Margin;
+ set => WriteParamField(ref _Attack2_Margin, value);
}
+ private ushort _Attack2_Margin;
+
+ [ParamField(0x34, ParamType.U8)]
+ public byte Attack2_Rate
+ {
+ get => _Attack2_Rate;
+ set => WriteParamField(ref _Attack2_Rate, value);
+ }
+ private byte _Attack2_Rate;
+
+ [ParamField(0x35, ParamType.U8)]
+ public byte Attack2_ActionID
+ {
+ get => _Attack2_ActionID;
+ set => WriteParamField(ref _Attack2_ActionID, value);
+ }
+ private byte _Attack2_ActionID;
+
+ [ParamField(0x36, ParamType.U8)]
+ public byte Attack2_DelayMin
+ {
+ get => _Attack2_DelayMin;
+ set => WriteParamField(ref _Attack2_DelayMin, value);
+ }
+ private byte _Attack2_DelayMin;
+
+ [ParamField(0x37, ParamType.U8)]
+ public byte Attack2_DelayMax
+ {
+ get => _Attack2_DelayMax;
+ set => WriteParamField(ref _Attack2_DelayMax, value);
+ }
+ private byte _Attack2_DelayMax;
+
+ [ParamField(0x38, ParamType.U8)]
+ public byte Attack2_ConeAngle
+ {
+ get => _Attack2_ConeAngle;
+ set => WriteParamField(ref _Attack2_ConeAngle, value);
+ }
+ private byte _Attack2_ConeAngle;
+
+ [ParamField(0x39, ParamType.Dummy8, 7)]
+ public byte[] Reserve11
+ {
+ get => _Reserve11;
+ set => WriteParamField(ref _Reserve11, value);
+ }
+ private byte[] _Reserve11 = null!;
+
+ [ParamField(0x40, ParamType.U16)]
+ public ushort Attack3_Distance
+ {
+ get => _Attack3_Distance;
+ set => WriteParamField(ref _Attack3_Distance, value);
+ }
+ private ushort _Attack3_Distance;
+
+ [ParamField(0x42, ParamType.U16)]
+ public ushort Attack3_Margin
+ {
+ get => _Attack3_Margin;
+ set => WriteParamField(ref _Attack3_Margin, value);
+ }
+ private ushort _Attack3_Margin;
+
+ [ParamField(0x44, ParamType.U8)]
+ public byte Attack3_Rate
+ {
+ get => _Attack3_Rate;
+ set => WriteParamField(ref _Attack3_Rate, value);
+ }
+ private byte _Attack3_Rate;
+
+ [ParamField(0x45, ParamType.U8)]
+ public byte Attack3_ActionID
+ {
+ get => _Attack3_ActionID;
+ set => WriteParamField(ref _Attack3_ActionID, value);
+ }
+ private byte _Attack3_ActionID;
+
+ [ParamField(0x46, ParamType.U8)]
+ public byte Attack3_DelayMin
+ {
+ get => _Attack3_DelayMin;
+ set => WriteParamField(ref _Attack3_DelayMin, value);
+ }
+ private byte _Attack3_DelayMin;
+
+ [ParamField(0x47, ParamType.U8)]
+ public byte Attack3_DelayMax
+ {
+ get => _Attack3_DelayMax;
+ set => WriteParamField(ref _Attack3_DelayMax, value);
+ }
+ private byte _Attack3_DelayMax;
+
+ [ParamField(0x48, ParamType.U8)]
+ public byte Attack3_ConeAngle
+ {
+ get => _Attack3_ConeAngle;
+ set => WriteParamField(ref _Attack3_ConeAngle, value);
+ }
+ private byte _Attack3_ConeAngle;
+
+ [ParamField(0x49, ParamType.Dummy8, 7)]
+ public byte[] Reserve12
+ {
+ get => _Reserve12;
+ set => WriteParamField(ref _Reserve12, value);
+ }
+ private byte[] _Reserve12 = null!;
+
+ [ParamField(0x50, ParamType.U16)]
+ public ushort Attack4_Distance
+ {
+ get => _Attack4_Distance;
+ set => WriteParamField(ref _Attack4_Distance, value);
+ }
+ private ushort _Attack4_Distance;
+
+ [ParamField(0x52, ParamType.U16)]
+ public ushort Attack4_Margin
+ {
+ get => _Attack4_Margin;
+ set => WriteParamField(ref _Attack4_Margin, value);
+ }
+ private ushort _Attack4_Margin;
+
+ [ParamField(0x54, ParamType.U8)]
+ public byte Attack4_Rate
+ {
+ get => _Attack4_Rate;
+ set => WriteParamField(ref _Attack4_Rate, value);
+ }
+ private byte _Attack4_Rate;
+
+ [ParamField(0x55, ParamType.U8)]
+ public byte Attack4_ActionID
+ {
+ get => _Attack4_ActionID;
+ set => WriteParamField(ref _Attack4_ActionID, value);
+ }
+ private byte _Attack4_ActionID;
+
+ [ParamField(0x56, ParamType.U8)]
+ public byte Attack4_DelayMin
+ {
+ get => _Attack4_DelayMin;
+ set => WriteParamField(ref _Attack4_DelayMin, value);
+ }
+ private byte _Attack4_DelayMin;
+
+ [ParamField(0x57, ParamType.U8)]
+ public byte Attack4_DelayMax
+ {
+ get => _Attack4_DelayMax;
+ set => WriteParamField(ref _Attack4_DelayMax, value);
+ }
+ private byte _Attack4_DelayMax;
+
+ [ParamField(0x58, ParamType.U8)]
+ public byte Attack4_ConeAngle
+ {
+ get => _Attack4_ConeAngle;
+ set => WriteParamField(ref _Attack4_ConeAngle, value);
+ }
+ private byte _Attack4_ConeAngle;
+
+ [ParamField(0x59, ParamType.Dummy8, 7)]
+ public byte[] Reserve13
+ {
+ get => _Reserve13;
+ set => WriteParamField(ref _Reserve13, value);
+ }
+ private byte[] _Reserve13 = null!;
+
+ [ParamField(0x60, ParamType.Dummy8, 32)]
+ public byte[] Reserve_last
+ {
+ get => _Reserve_last;
+ set => WriteParamField(ref _Reserve_last, value);
+ }
+ private byte[] _Reserve_last = null!;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/AtkParam.cs b/src/SoulMemory/DarkSouls1/Parameters/AtkParam.cs
index b24fb960..3aad9ae6 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/AtkParam.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/AtkParam.cs
@@ -18,584 +18,581 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class AtkParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class AtkParam : BaseParam
- {
- public AtkParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.F32)]
- public float Hit0_Radius
- {
- get => _Hit0_Radius;
- set => WriteParamField(ref _Hit0_Radius, value);
- }
- private float _Hit0_Radius;
-
- [ParamField(0x4, ParamType.F32)]
- public float Hit1_Radius
- {
- get => _Hit1_Radius;
- set => WriteParamField(ref _Hit1_Radius, value);
- }
- private float _Hit1_Radius;
-
- [ParamField(0x8, ParamType.F32)]
- public float Hit2_Radius
- {
- get => _Hit2_Radius;
- set => WriteParamField(ref _Hit2_Radius, value);
- }
- private float _Hit2_Radius;
-
- [ParamField(0xC, ParamType.F32)]
- public float Hit3_Radius
- {
- get => _Hit3_Radius;
- set => WriteParamField(ref _Hit3_Radius, value);
- }
- private float _Hit3_Radius;
-
- [ParamField(0x10, ParamType.F32)]
- public float KnockbackDist
- {
- get => _KnockbackDist;
- set => WriteParamField(ref _KnockbackDist, value);
- }
- private float _KnockbackDist;
-
- [ParamField(0x14, ParamType.F32)]
- public float HitStopTime
- {
- get => _HitStopTime;
- set => WriteParamField(ref _HitStopTime, value);
- }
- private float _HitStopTime;
-
- [ParamField(0x18, ParamType.I32)]
- public int SpEffectId0
- {
- get => _SpEffectId0;
- set => WriteParamField(ref _SpEffectId0, value);
- }
- private int _SpEffectId0;
-
- [ParamField(0x1C, ParamType.I32)]
- public int SpEffectId1
- {
- get => _SpEffectId1;
- set => WriteParamField(ref _SpEffectId1, value);
- }
- private int _SpEffectId1;
-
- [ParamField(0x20, ParamType.I32)]
- public int SpEffectId2
- {
- get => _SpEffectId2;
- set => WriteParamField(ref _SpEffectId2, value);
- }
- private int _SpEffectId2;
-
- [ParamField(0x24, ParamType.I32)]
- public int SpEffectId3
- {
- get => _SpEffectId3;
- set => WriteParamField(ref _SpEffectId3, value);
- }
- private int _SpEffectId3;
-
- [ParamField(0x28, ParamType.I32)]
- public int SpEffectId4
- {
- get => _SpEffectId4;
- set => WriteParamField(ref _SpEffectId4, value);
- }
- private int _SpEffectId4;
-
- [ParamField(0x2C, ParamType.I16)]
- public short Hit0_DmyPoly1
- {
- get => _Hit0_DmyPoly1;
- set => WriteParamField(ref _Hit0_DmyPoly1, value);
- }
- private short _Hit0_DmyPoly1;
-
- [ParamField(0x2E, ParamType.I16)]
- public short Hit1_DmyPoly1
- {
- get => _Hit1_DmyPoly1;
- set => WriteParamField(ref _Hit1_DmyPoly1, value);
- }
- private short _Hit1_DmyPoly1;
-
- [ParamField(0x30, ParamType.I16)]
- public short Hit2_DmyPoly1
- {
- get => _Hit2_DmyPoly1;
- set => WriteParamField(ref _Hit2_DmyPoly1, value);
- }
- private short _Hit2_DmyPoly1;
-
- [ParamField(0x32, ParamType.I16)]
- public short Hit3_DmyPoly1
- {
- get => _Hit3_DmyPoly1;
- set => WriteParamField(ref _Hit3_DmyPoly1, value);
- }
- private short _Hit3_DmyPoly1;
-
- [ParamField(0x34, ParamType.I16)]
- public short Hit0_DmyPoly2
- {
- get => _Hit0_DmyPoly2;
- set => WriteParamField(ref _Hit0_DmyPoly2, value);
- }
- private short _Hit0_DmyPoly2;
-
- [ParamField(0x36, ParamType.I16)]
- public short Hit1_DmyPoly2
- {
- get => _Hit1_DmyPoly2;
- set => WriteParamField(ref _Hit1_DmyPoly2, value);
- }
- private short _Hit1_DmyPoly2;
-
- [ParamField(0x38, ParamType.I16)]
- public short Hit2_DmyPoly2
- {
- get => _Hit2_DmyPoly2;
- set => WriteParamField(ref _Hit2_DmyPoly2, value);
- }
- private short _Hit2_DmyPoly2;
-
- [ParamField(0x3A, ParamType.I16)]
- public short Hit3_DmyPoly2
- {
- get => _Hit3_DmyPoly2;
- set => WriteParamField(ref _Hit3_DmyPoly2, value);
- }
- private short _Hit3_DmyPoly2;
-
- [ParamField(0x3C, ParamType.U16)]
- public ushort BlowingCorrection
- {
- get => _BlowingCorrection;
- set => WriteParamField(ref _BlowingCorrection, value);
- }
- private ushort _BlowingCorrection;
-
- [ParamField(0x3E, ParamType.U16)]
- public ushort AtkPhysCorrection
- {
- get => _AtkPhysCorrection;
- set => WriteParamField(ref _AtkPhysCorrection, value);
- }
- private ushort _AtkPhysCorrection;
-
- [ParamField(0x40, ParamType.U16)]
- public ushort AtkMagCorrection
- {
- get => _AtkMagCorrection;
- set => WriteParamField(ref _AtkMagCorrection, value);
- }
- private ushort _AtkMagCorrection;
-
- [ParamField(0x42, ParamType.U16)]
- public ushort AtkFireCorrection
- {
- get => _AtkFireCorrection;
- set => WriteParamField(ref _AtkFireCorrection, value);
- }
- private ushort _AtkFireCorrection;
-
- [ParamField(0x44, ParamType.U16)]
- public ushort AtkThunCorrection
- {
- get => _AtkThunCorrection;
- set => WriteParamField(ref _AtkThunCorrection, value);
- }
- private ushort _AtkThunCorrection;
-
- [ParamField(0x46, ParamType.U16)]
- public ushort AtkStamCorrection
- {
- get => _AtkStamCorrection;
- set => WriteParamField(ref _AtkStamCorrection, value);
- }
- private ushort _AtkStamCorrection;
-
- [ParamField(0x48, ParamType.U16)]
- public ushort GuardAtkRateCorrection
- {
- get => _GuardAtkRateCorrection;
- set => WriteParamField(ref _GuardAtkRateCorrection, value);
- }
- private ushort _GuardAtkRateCorrection;
-
- [ParamField(0x4A, ParamType.U16)]
- public ushort GuardBreakCorrection
- {
- get => _GuardBreakCorrection;
- set => WriteParamField(ref _GuardBreakCorrection, value);
- }
- private ushort _GuardBreakCorrection;
-
- [ParamField(0x4C, ParamType.U16)]
- public ushort AtkThrowEscapeCorrection
- {
- get => _AtkThrowEscapeCorrection;
- set => WriteParamField(ref _AtkThrowEscapeCorrection, value);
- }
- private ushort _AtkThrowEscapeCorrection;
-
- [ParamField(0x4E, ParamType.U16)]
- public ushort AtkSuperArmorCorrection
- {
- get => _AtkSuperArmorCorrection;
- set => WriteParamField(ref _AtkSuperArmorCorrection, value);
- }
- private ushort _AtkSuperArmorCorrection;
-
- [ParamField(0x50, ParamType.U16)]
- public ushort AtkPhys
- {
- get => _AtkPhys;
- set => WriteParamField(ref _AtkPhys, value);
- }
- private ushort _AtkPhys;
-
- [ParamField(0x52, ParamType.U16)]
- public ushort AtkMag
- {
- get => _AtkMag;
- set => WriteParamField(ref _AtkMag, value);
- }
- private ushort _AtkMag;
-
- [ParamField(0x54, ParamType.U16)]
- public ushort AtkFire
- {
- get => _AtkFire;
- set => WriteParamField(ref _AtkFire, value);
- }
- private ushort _AtkFire;
-
- [ParamField(0x56, ParamType.U16)]
- public ushort AtkThun
- {
- get => _AtkThun;
- set => WriteParamField(ref _AtkThun, value);
- }
- private ushort _AtkThun;
-
- [ParamField(0x58, ParamType.U16)]
- public ushort AtkStam
- {
- get => _AtkStam;
- set => WriteParamField(ref _AtkStam, value);
- }
- private ushort _AtkStam;
-
- [ParamField(0x5A, ParamType.U16)]
- public ushort GuardAtkRate
- {
- get => _GuardAtkRate;
- set => WriteParamField(ref _GuardAtkRate, value);
- }
- private ushort _GuardAtkRate;
-
- [ParamField(0x5C, ParamType.U16)]
- public ushort GuardBreakRate
- {
- get => _GuardBreakRate;
- set => WriteParamField(ref _GuardBreakRate, value);
- }
- private ushort _GuardBreakRate;
-
- [ParamField(0x5E, ParamType.U16)]
- public ushort AtkSuperArmor
- {
- get => _AtkSuperArmor;
- set => WriteParamField(ref _AtkSuperArmor, value);
- }
- private ushort _AtkSuperArmor;
-
- [ParamField(0x60, ParamType.U16)]
- public ushort AtkThrowEscape
- {
- get => _AtkThrowEscape;
- set => WriteParamField(ref _AtkThrowEscape, value);
- }
- private ushort _AtkThrowEscape;
-
- [ParamField(0x62, ParamType.U16)]
- public ushort AtkObj
- {
- get => _AtkObj;
- set => WriteParamField(ref _AtkObj, value);
- }
- private ushort _AtkObj;
-
- [ParamField(0x64, ParamType.I16)]
- public short GuardStaminaCutRate
- {
- get => _GuardStaminaCutRate;
- set => WriteParamField(ref _GuardStaminaCutRate, value);
- }
- private short _GuardStaminaCutRate;
-
- [ParamField(0x66, ParamType.I16)]
- public short GuardRate
- {
- get => _GuardRate;
- set => WriteParamField(ref _GuardRate, value);
- }
- private short _GuardRate;
-
- [ParamField(0x68, ParamType.U16)]
- public ushort ThrowTypeId
- {
- get => _ThrowTypeId;
- set => WriteParamField(ref _ThrowTypeId, value);
- }
- private ushort _ThrowTypeId;
-
- [ParamField(0x6A, ParamType.U8)]
- public byte Hit0_hitType
- {
- get => _Hit0_hitType;
- set => WriteParamField(ref _Hit0_hitType, value);
- }
- private byte _Hit0_hitType;
-
- [ParamField(0x6B, ParamType.U8)]
- public byte Hit1_hitType
- {
- get => _Hit1_hitType;
- set => WriteParamField(ref _Hit1_hitType, value);
- }
- private byte _Hit1_hitType;
-
- [ParamField(0x6C, ParamType.U8)]
- public byte Hit2_hitType
- {
- get => _Hit2_hitType;
- set => WriteParamField(ref _Hit2_hitType, value);
- }
- private byte _Hit2_hitType;
-
- [ParamField(0x6D, ParamType.U8)]
- public byte Hit3_hitType
- {
- get => _Hit3_hitType;
- set => WriteParamField(ref _Hit3_hitType, value);
- }
- private byte _Hit3_hitType;
-
- [ParamField(0x6E, ParamType.U8)]
- public byte Hti0_Priority
- {
- get => _Hti0_Priority;
- set => WriteParamField(ref _Hti0_Priority, value);
- }
- private byte _Hti0_Priority;
-
- [ParamField(0x6F, ParamType.U8)]
- public byte Hti1_Priority
- {
- get => _Hti1_Priority;
- set => WriteParamField(ref _Hti1_Priority, value);
- }
- private byte _Hti1_Priority;
-
- [ParamField(0x70, ParamType.U8)]
- public byte Hti2_Priority
- {
- get => _Hti2_Priority;
- set => WriteParamField(ref _Hti2_Priority, value);
- }
- private byte _Hti2_Priority;
-
- [ParamField(0x71, ParamType.U8)]
- public byte Hti3_Priority
- {
- get => _Hti3_Priority;
- set => WriteParamField(ref _Hti3_Priority, value);
- }
- private byte _Hti3_Priority;
-
- [ParamField(0x72, ParamType.U8)]
- public byte DmgLevel
- {
- get => _DmgLevel;
- set => WriteParamField(ref _DmgLevel, value);
- }
- private byte _DmgLevel;
-
- [ParamField(0x73, ParamType.U8)]
- public byte MapHitType
- {
- get => _MapHitType;
- set => WriteParamField(ref _MapHitType, value);
- }
- private byte _MapHitType;
-
- [ParamField(0x74, ParamType.I8)]
- public sbyte GuardCutCancelRate
- {
- get => _GuardCutCancelRate;
- set => WriteParamField(ref _GuardCutCancelRate, value);
- }
- private sbyte _GuardCutCancelRate;
-
- [ParamField(0x75, ParamType.U8)]
- public byte AtkAttribute
- {
- get => _AtkAttribute;
- set => WriteParamField(ref _AtkAttribute, value);
- }
- private byte _AtkAttribute;
-
- [ParamField(0x76, ParamType.U8)]
- public byte SpAttribute
- {
- get => _SpAttribute;
- set => WriteParamField(ref _SpAttribute, value);
- }
- private byte _SpAttribute;
-
- [ParamField(0x77, ParamType.U8)]
- public byte AtkType
- {
- get => _AtkType;
- set => WriteParamField(ref _AtkType, value);
- }
- private byte _AtkType;
-
- [ParamField(0x78, ParamType.U8)]
- public byte AtkMaterial
- {
- get => _AtkMaterial;
- set => WriteParamField(ref _AtkMaterial, value);
- }
- private byte _AtkMaterial;
-
- [ParamField(0x79, ParamType.U8)]
- public byte AtkSize
- {
- get => _AtkSize;
- set => WriteParamField(ref _AtkSize, value);
- }
- private byte _AtkSize;
-
- [ParamField(0x7A, ParamType.U8)]
- public byte DefMaterial
- {
- get => _DefMaterial;
- set => WriteParamField(ref _DefMaterial, value);
- }
- private byte _DefMaterial;
-
- [ParamField(0x7B, ParamType.U8)]
- public byte DefSfxMaterial
- {
- get => _DefSfxMaterial;
- set => WriteParamField(ref _DefSfxMaterial, value);
- }
- private byte _DefSfxMaterial;
-
- [ParamField(0x7C, ParamType.U8)]
- public byte HitSourceType
- {
- get => _HitSourceType;
- set => WriteParamField(ref _HitSourceType, value);
- }
- private byte _HitSourceType;
-
- [ParamField(0x7D, ParamType.U8)]
- public byte ThrowFlag
- {
- get => _ThrowFlag;
- set => WriteParamField(ref _ThrowFlag, value);
- }
- private byte _ThrowFlag;
-
- #region BitField DisableGuardBitfield ==============================================================================
-
- [ParamField(0x7E, ParamType.U8)]
- public byte DisableGuardBitfield
- {
- get => _DisableGuardBitfield;
- set => WriteParamField(ref _DisableGuardBitfield, value);
- }
- private byte _DisableGuardBitfield;
-
- [ParamBitField(nameof(DisableGuardBitfield), bits: 1, bitsOffset: 0)]
- public byte DisableGuard
- {
- get => GetbitfieldValue(_DisableGuardBitfield);
- set => SetBitfieldValue(ref _DisableGuardBitfield, value);
- }
-
- [ParamBitField(nameof(DisableGuardBitfield), bits: 1, bitsOffset: 1)]
- public byte DisableStaminaAttack
- {
- get => GetbitfieldValue(_DisableGuardBitfield);
- set => SetBitfieldValue(ref _DisableGuardBitfield, value);
- }
-
- [ParamBitField(nameof(DisableGuardBitfield), bits: 1, bitsOffset: 2)]
- public byte DisableHitSpEffect
- {
- get => GetbitfieldValue(_DisableGuardBitfield);
- set => SetBitfieldValue(ref _DisableGuardBitfield, value);
- }
-
- [ParamBitField(nameof(DisableGuardBitfield), bits: 1, bitsOffset: 3)]
- public byte IgnoreNotifyMissSwingForAI
- {
- get => GetbitfieldValue(_DisableGuardBitfield);
- set => SetBitfieldValue(ref _DisableGuardBitfield, value);
- }
-
- [ParamBitField(nameof(DisableGuardBitfield), bits: 1, bitsOffset: 4)]
- public byte RepeatHitSfx
- {
- get => GetbitfieldValue(_DisableGuardBitfield);
- set => SetBitfieldValue(ref _DisableGuardBitfield, value);
- }
-
- [ParamBitField(nameof(DisableGuardBitfield), bits: 1, bitsOffset: 5)]
- public byte IsArrowAtk
- {
- get => GetbitfieldValue(_DisableGuardBitfield);
- set => SetBitfieldValue(ref _DisableGuardBitfield, value);
- }
-
- [ParamBitField(nameof(DisableGuardBitfield), bits: 1, bitsOffset: 6)]
- public byte IsGhostAtk
- {
- get => GetbitfieldValue(_DisableGuardBitfield);
- set => SetBitfieldValue(ref _DisableGuardBitfield, value);
- }
-
- [ParamBitField(nameof(DisableGuardBitfield), bits: 1, bitsOffset: 7)]
- public byte IsDisableNoDamage
- {
- get => GetbitfieldValue(_DisableGuardBitfield);
- set => SetBitfieldValue(ref _DisableGuardBitfield, value);
- }
-
- #endregion BitField DisableGuardBitfield
-
- [ParamField(0x7F, ParamType.Dummy8, 1)]
- public byte[] Pad
- {
- get => _Pad;
- set => WriteParamField(ref _Pad, value);
- }
- private byte[] _Pad;
+ [ParamField(0x0, ParamType.F32)]
+ public float Hit0_Radius
+ {
+ get => _Hit0_Radius;
+ set => WriteParamField(ref _Hit0_Radius, value);
+ }
+ private float _Hit0_Radius;
+
+ [ParamField(0x4, ParamType.F32)]
+ public float Hit1_Radius
+ {
+ get => _Hit1_Radius;
+ set => WriteParamField(ref _Hit1_Radius, value);
+ }
+ private float _Hit1_Radius;
+
+ [ParamField(0x8, ParamType.F32)]
+ public float Hit2_Radius
+ {
+ get => _Hit2_Radius;
+ set => WriteParamField(ref _Hit2_Radius, value);
+ }
+ private float _Hit2_Radius;
+
+ [ParamField(0xC, ParamType.F32)]
+ public float Hit3_Radius
+ {
+ get => _Hit3_Radius;
+ set => WriteParamField(ref _Hit3_Radius, value);
+ }
+ private float _Hit3_Radius;
+
+ [ParamField(0x10, ParamType.F32)]
+ public float KnockbackDist
+ {
+ get => _KnockbackDist;
+ set => WriteParamField(ref _KnockbackDist, value);
+ }
+ private float _KnockbackDist;
+
+ [ParamField(0x14, ParamType.F32)]
+ public float HitStopTime
+ {
+ get => _HitStopTime;
+ set => WriteParamField(ref _HitStopTime, value);
+ }
+ private float _HitStopTime;
+
+ [ParamField(0x18, ParamType.I32)]
+ public int SpEffectId0
+ {
+ get => _SpEffectId0;
+ set => WriteParamField(ref _SpEffectId0, value);
+ }
+ private int _SpEffectId0;
+ [ParamField(0x1C, ParamType.I32)]
+ public int SpEffectId1
+ {
+ get => _SpEffectId1;
+ set => WriteParamField(ref _SpEffectId1, value);
+ }
+ private int _SpEffectId1;
+
+ [ParamField(0x20, ParamType.I32)]
+ public int SpEffectId2
+ {
+ get => _SpEffectId2;
+ set => WriteParamField(ref _SpEffectId2, value);
+ }
+ private int _SpEffectId2;
+
+ [ParamField(0x24, ParamType.I32)]
+ public int SpEffectId3
+ {
+ get => _SpEffectId3;
+ set => WriteParamField(ref _SpEffectId3, value);
+ }
+ private int _SpEffectId3;
+
+ [ParamField(0x28, ParamType.I32)]
+ public int SpEffectId4
+ {
+ get => _SpEffectId4;
+ set => WriteParamField(ref _SpEffectId4, value);
+ }
+ private int _SpEffectId4;
+
+ [ParamField(0x2C, ParamType.I16)]
+ public short Hit0_DmyPoly1
+ {
+ get => _Hit0_DmyPoly1;
+ set => WriteParamField(ref _Hit0_DmyPoly1, value);
+ }
+ private short _Hit0_DmyPoly1;
+
+ [ParamField(0x2E, ParamType.I16)]
+ public short Hit1_DmyPoly1
+ {
+ get => _Hit1_DmyPoly1;
+ set => WriteParamField(ref _Hit1_DmyPoly1, value);
+ }
+ private short _Hit1_DmyPoly1;
+
+ [ParamField(0x30, ParamType.I16)]
+ public short Hit2_DmyPoly1
+ {
+ get => _Hit2_DmyPoly1;
+ set => WriteParamField(ref _Hit2_DmyPoly1, value);
+ }
+ private short _Hit2_DmyPoly1;
+
+ [ParamField(0x32, ParamType.I16)]
+ public short Hit3_DmyPoly1
+ {
+ get => _Hit3_DmyPoly1;
+ set => WriteParamField(ref _Hit3_DmyPoly1, value);
+ }
+ private short _Hit3_DmyPoly1;
+
+ [ParamField(0x34, ParamType.I16)]
+ public short Hit0_DmyPoly2
+ {
+ get => _Hit0_DmyPoly2;
+ set => WriteParamField(ref _Hit0_DmyPoly2, value);
+ }
+ private short _Hit0_DmyPoly2;
+
+ [ParamField(0x36, ParamType.I16)]
+ public short Hit1_DmyPoly2
+ {
+ get => _Hit1_DmyPoly2;
+ set => WriteParamField(ref _Hit1_DmyPoly2, value);
+ }
+ private short _Hit1_DmyPoly2;
+
+ [ParamField(0x38, ParamType.I16)]
+ public short Hit2_DmyPoly2
+ {
+ get => _Hit2_DmyPoly2;
+ set => WriteParamField(ref _Hit2_DmyPoly2, value);
+ }
+ private short _Hit2_DmyPoly2;
+
+ [ParamField(0x3A, ParamType.I16)]
+ public short Hit3_DmyPoly2
+ {
+ get => _Hit3_DmyPoly2;
+ set => WriteParamField(ref _Hit3_DmyPoly2, value);
+ }
+ private short _Hit3_DmyPoly2;
+
+ [ParamField(0x3C, ParamType.U16)]
+ public ushort BlowingCorrection
+ {
+ get => _BlowingCorrection;
+ set => WriteParamField(ref _BlowingCorrection, value);
+ }
+ private ushort _BlowingCorrection;
+
+ [ParamField(0x3E, ParamType.U16)]
+ public ushort AtkPhysCorrection
+ {
+ get => _AtkPhysCorrection;
+ set => WriteParamField(ref _AtkPhysCorrection, value);
+ }
+ private ushort _AtkPhysCorrection;
+
+ [ParamField(0x40, ParamType.U16)]
+ public ushort AtkMagCorrection
+ {
+ get => _AtkMagCorrection;
+ set => WriteParamField(ref _AtkMagCorrection, value);
+ }
+ private ushort _AtkMagCorrection;
+
+ [ParamField(0x42, ParamType.U16)]
+ public ushort AtkFireCorrection
+ {
+ get => _AtkFireCorrection;
+ set => WriteParamField(ref _AtkFireCorrection, value);
+ }
+ private ushort _AtkFireCorrection;
+
+ [ParamField(0x44, ParamType.U16)]
+ public ushort AtkThunCorrection
+ {
+ get => _AtkThunCorrection;
+ set => WriteParamField(ref _AtkThunCorrection, value);
+ }
+ private ushort _AtkThunCorrection;
+
+ [ParamField(0x46, ParamType.U16)]
+ public ushort AtkStamCorrection
+ {
+ get => _AtkStamCorrection;
+ set => WriteParamField(ref _AtkStamCorrection, value);
+ }
+ private ushort _AtkStamCorrection;
+
+ [ParamField(0x48, ParamType.U16)]
+ public ushort GuardAtkRateCorrection
+ {
+ get => _GuardAtkRateCorrection;
+ set => WriteParamField(ref _GuardAtkRateCorrection, value);
+ }
+ private ushort _GuardAtkRateCorrection;
+
+ [ParamField(0x4A, ParamType.U16)]
+ public ushort GuardBreakCorrection
+ {
+ get => _GuardBreakCorrection;
+ set => WriteParamField(ref _GuardBreakCorrection, value);
+ }
+ private ushort _GuardBreakCorrection;
+
+ [ParamField(0x4C, ParamType.U16)]
+ public ushort AtkThrowEscapeCorrection
+ {
+ get => _AtkThrowEscapeCorrection;
+ set => WriteParamField(ref _AtkThrowEscapeCorrection, value);
+ }
+ private ushort _AtkThrowEscapeCorrection;
+
+ [ParamField(0x4E, ParamType.U16)]
+ public ushort AtkSuperArmorCorrection
+ {
+ get => _AtkSuperArmorCorrection;
+ set => WriteParamField(ref _AtkSuperArmorCorrection, value);
+ }
+ private ushort _AtkSuperArmorCorrection;
+
+ [ParamField(0x50, ParamType.U16)]
+ public ushort AtkPhys
+ {
+ get => _AtkPhys;
+ set => WriteParamField(ref _AtkPhys, value);
+ }
+ private ushort _AtkPhys;
+
+ [ParamField(0x52, ParamType.U16)]
+ public ushort AtkMag
+ {
+ get => _AtkMag;
+ set => WriteParamField(ref _AtkMag, value);
+ }
+ private ushort _AtkMag;
+
+ [ParamField(0x54, ParamType.U16)]
+ public ushort AtkFire
+ {
+ get => _AtkFire;
+ set => WriteParamField(ref _AtkFire, value);
+ }
+ private ushort _AtkFire;
+
+ [ParamField(0x56, ParamType.U16)]
+ public ushort AtkThun
+ {
+ get => _AtkThun;
+ set => WriteParamField(ref _AtkThun, value);
+ }
+ private ushort _AtkThun;
+
+ [ParamField(0x58, ParamType.U16)]
+ public ushort AtkStam
+ {
+ get => _AtkStam;
+ set => WriteParamField(ref _AtkStam, value);
+ }
+ private ushort _AtkStam;
+
+ [ParamField(0x5A, ParamType.U16)]
+ public ushort GuardAtkRate
+ {
+ get => _GuardAtkRate;
+ set => WriteParamField(ref _GuardAtkRate, value);
+ }
+ private ushort _GuardAtkRate;
+
+ [ParamField(0x5C, ParamType.U16)]
+ public ushort GuardBreakRate
+ {
+ get => _GuardBreakRate;
+ set => WriteParamField(ref _GuardBreakRate, value);
+ }
+ private ushort _GuardBreakRate;
+
+ [ParamField(0x5E, ParamType.U16)]
+ public ushort AtkSuperArmor
+ {
+ get => _AtkSuperArmor;
+ set => WriteParamField(ref _AtkSuperArmor, value);
}
+ private ushort _AtkSuperArmor;
+
+ [ParamField(0x60, ParamType.U16)]
+ public ushort AtkThrowEscape
+ {
+ get => _AtkThrowEscape;
+ set => WriteParamField(ref _AtkThrowEscape, value);
+ }
+ private ushort _AtkThrowEscape;
+
+ [ParamField(0x62, ParamType.U16)]
+ public ushort AtkObj
+ {
+ get => _AtkObj;
+ set => WriteParamField(ref _AtkObj, value);
+ }
+ private ushort _AtkObj;
+
+ [ParamField(0x64, ParamType.I16)]
+ public short GuardStaminaCutRate
+ {
+ get => _GuardStaminaCutRate;
+ set => WriteParamField(ref _GuardStaminaCutRate, value);
+ }
+ private short _GuardStaminaCutRate;
+
+ [ParamField(0x66, ParamType.I16)]
+ public short GuardRate
+ {
+ get => _GuardRate;
+ set => WriteParamField(ref _GuardRate, value);
+ }
+ private short _GuardRate;
+
+ [ParamField(0x68, ParamType.U16)]
+ public ushort ThrowTypeId
+ {
+ get => _ThrowTypeId;
+ set => WriteParamField(ref _ThrowTypeId, value);
+ }
+ private ushort _ThrowTypeId;
+
+ [ParamField(0x6A, ParamType.U8)]
+ public byte Hit0_hitType
+ {
+ get => _Hit0_hitType;
+ set => WriteParamField(ref _Hit0_hitType, value);
+ }
+ private byte _Hit0_hitType;
+
+ [ParamField(0x6B, ParamType.U8)]
+ public byte Hit1_hitType
+ {
+ get => _Hit1_hitType;
+ set => WriteParamField(ref _Hit1_hitType, value);
+ }
+ private byte _Hit1_hitType;
+
+ [ParamField(0x6C, ParamType.U8)]
+ public byte Hit2_hitType
+ {
+ get => _Hit2_hitType;
+ set => WriteParamField(ref _Hit2_hitType, value);
+ }
+ private byte _Hit2_hitType;
+
+ [ParamField(0x6D, ParamType.U8)]
+ public byte Hit3_hitType
+ {
+ get => _Hit3_hitType;
+ set => WriteParamField(ref _Hit3_hitType, value);
+ }
+ private byte _Hit3_hitType;
+
+ [ParamField(0x6E, ParamType.U8)]
+ public byte Hti0_Priority
+ {
+ get => _Hti0_Priority;
+ set => WriteParamField(ref _Hti0_Priority, value);
+ }
+ private byte _Hti0_Priority;
+
+ [ParamField(0x6F, ParamType.U8)]
+ public byte Hti1_Priority
+ {
+ get => _Hti1_Priority;
+ set => WriteParamField(ref _Hti1_Priority, value);
+ }
+ private byte _Hti1_Priority;
+
+ [ParamField(0x70, ParamType.U8)]
+ public byte Hti2_Priority
+ {
+ get => _Hti2_Priority;
+ set => WriteParamField(ref _Hti2_Priority, value);
+ }
+ private byte _Hti2_Priority;
+
+ [ParamField(0x71, ParamType.U8)]
+ public byte Hti3_Priority
+ {
+ get => _Hti3_Priority;
+ set => WriteParamField(ref _Hti3_Priority, value);
+ }
+ private byte _Hti3_Priority;
+
+ [ParamField(0x72, ParamType.U8)]
+ public byte DmgLevel
+ {
+ get => _DmgLevel;
+ set => WriteParamField(ref _DmgLevel, value);
+ }
+ private byte _DmgLevel;
+
+ [ParamField(0x73, ParamType.U8)]
+ public byte MapHitType
+ {
+ get => _MapHitType;
+ set => WriteParamField(ref _MapHitType, value);
+ }
+ private byte _MapHitType;
+
+ [ParamField(0x74, ParamType.I8)]
+ public sbyte GuardCutCancelRate
+ {
+ get => _GuardCutCancelRate;
+ set => WriteParamField(ref _GuardCutCancelRate, value);
+ }
+ private sbyte _GuardCutCancelRate;
+
+ [ParamField(0x75, ParamType.U8)]
+ public byte AtkAttribute
+ {
+ get => _AtkAttribute;
+ set => WriteParamField(ref _AtkAttribute, value);
+ }
+ private byte _AtkAttribute;
+
+ [ParamField(0x76, ParamType.U8)]
+ public byte SpAttribute
+ {
+ get => _SpAttribute;
+ set => WriteParamField(ref _SpAttribute, value);
+ }
+ private byte _SpAttribute;
+
+ [ParamField(0x77, ParamType.U8)]
+ public byte AtkType
+ {
+ get => _AtkType;
+ set => WriteParamField(ref _AtkType, value);
+ }
+ private byte _AtkType;
+
+ [ParamField(0x78, ParamType.U8)]
+ public byte AtkMaterial
+ {
+ get => _AtkMaterial;
+ set => WriteParamField(ref _AtkMaterial, value);
+ }
+ private byte _AtkMaterial;
+
+ [ParamField(0x79, ParamType.U8)]
+ public byte AtkSize
+ {
+ get => _AtkSize;
+ set => WriteParamField(ref _AtkSize, value);
+ }
+ private byte _AtkSize;
+
+ [ParamField(0x7A, ParamType.U8)]
+ public byte DefMaterial
+ {
+ get => _DefMaterial;
+ set => WriteParamField(ref _DefMaterial, value);
+ }
+ private byte _DefMaterial;
+
+ [ParamField(0x7B, ParamType.U8)]
+ public byte DefSfxMaterial
+ {
+ get => _DefSfxMaterial;
+ set => WriteParamField(ref _DefSfxMaterial, value);
+ }
+ private byte _DefSfxMaterial;
+
+ [ParamField(0x7C, ParamType.U8)]
+ public byte HitSourceType
+ {
+ get => _HitSourceType;
+ set => WriteParamField(ref _HitSourceType, value);
+ }
+ private byte _HitSourceType;
+
+ [ParamField(0x7D, ParamType.U8)]
+ public byte ThrowFlag
+ {
+ get => _ThrowFlag;
+ set => WriteParamField(ref _ThrowFlag, value);
+ }
+ private byte _ThrowFlag;
+
+ #region BitField DisableGuardBitfield ==============================================================================
+
+ [ParamField(0x7E, ParamType.U8)]
+ public byte DisableGuardBitfield
+ {
+ get => _DisableGuardBitfield;
+ set => WriteParamField(ref _DisableGuardBitfield, value);
+ }
+ private byte _DisableGuardBitfield;
+
+ [ParamBitField(nameof(DisableGuardBitfield), bits: 1, bitsOffset: 0)]
+ public byte DisableGuard
+ {
+ get => GetbitfieldValue(_DisableGuardBitfield);
+ set => SetBitfieldValue(ref _DisableGuardBitfield, value);
+ }
+
+ [ParamBitField(nameof(DisableGuardBitfield), bits: 1, bitsOffset: 1)]
+ public byte DisableStaminaAttack
+ {
+ get => GetbitfieldValue(_DisableGuardBitfield);
+ set => SetBitfieldValue(ref _DisableGuardBitfield, value);
+ }
+
+ [ParamBitField(nameof(DisableGuardBitfield), bits: 1, bitsOffset: 2)]
+ public byte DisableHitSpEffect
+ {
+ get => GetbitfieldValue(_DisableGuardBitfield);
+ set => SetBitfieldValue(ref _DisableGuardBitfield, value);
+ }
+
+ [ParamBitField(nameof(DisableGuardBitfield), bits: 1, bitsOffset: 3)]
+ public byte IgnoreNotifyMissSwingForAI
+ {
+ get => GetbitfieldValue(_DisableGuardBitfield);
+ set => SetBitfieldValue(ref _DisableGuardBitfield, value);
+ }
+
+ [ParamBitField(nameof(DisableGuardBitfield), bits: 1, bitsOffset: 4)]
+ public byte RepeatHitSfx
+ {
+ get => GetbitfieldValue(_DisableGuardBitfield);
+ set => SetBitfieldValue(ref _DisableGuardBitfield, value);
+ }
+
+ [ParamBitField(nameof(DisableGuardBitfield), bits: 1, bitsOffset: 5)]
+ public byte IsArrowAtk
+ {
+ get => GetbitfieldValue(_DisableGuardBitfield);
+ set => SetBitfieldValue(ref _DisableGuardBitfield, value);
+ }
+
+ [ParamBitField(nameof(DisableGuardBitfield), bits: 1, bitsOffset: 6)]
+ public byte IsGhostAtk
+ {
+ get => GetbitfieldValue(_DisableGuardBitfield);
+ set => SetBitfieldValue(ref _DisableGuardBitfield, value);
+ }
+
+ [ParamBitField(nameof(DisableGuardBitfield), bits: 1, bitsOffset: 7)]
+ public byte IsDisableNoDamage
+ {
+ get => GetbitfieldValue(_DisableGuardBitfield);
+ set => SetBitfieldValue(ref _DisableGuardBitfield, value);
+ }
+
+ #endregion BitField DisableGuardBitfield
+
+ [ParamField(0x7F, ParamType.Dummy8, 1)]
+ public byte[] Pad
+ {
+ get => _Pad;
+ set => WriteParamField(ref _Pad, value);
+ }
+ private byte[] _Pad = null!;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/BehaviorParam.cs b/src/SoulMemory/DarkSouls1/Parameters/BehaviorParam.cs
index 91e1aef7..7715fb3c 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/BehaviorParam.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/BehaviorParam.cs
@@ -18,108 +18,105 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class BehaviorParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class BehaviorParam : BaseParam
+ [ParamField(0x0, ParamType.I32)]
+ public int VariationId
{
- public BehaviorParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I32)]
- public int VariationId
- {
- get => _VariationId;
- set => WriteParamField(ref _VariationId, value);
- }
- private int _VariationId;
-
- [ParamField(0x4, ParamType.I32)]
- public int BehaviorJudgeId
- {
- get => _BehaviorJudgeId;
- set => WriteParamField(ref _BehaviorJudgeId, value);
- }
- private int _BehaviorJudgeId;
+ get => _VariationId;
+ set => WriteParamField(ref _VariationId, value);
+ }
+ private int _VariationId;
- [ParamField(0x8, ParamType.U8)]
- public byte EzStateBehaviorType_old
- {
- get => _EzStateBehaviorType_old;
- set => WriteParamField(ref _EzStateBehaviorType_old, value);
- }
- private byte _EzStateBehaviorType_old;
+ [ParamField(0x4, ParamType.I32)]
+ public int BehaviorJudgeId
+ {
+ get => _BehaviorJudgeId;
+ set => WriteParamField(ref _BehaviorJudgeId, value);
+ }
+ private int _BehaviorJudgeId;
- [ParamField(0x9, ParamType.U8)]
- public byte RefType
- {
- get => _RefType;
- set => WriteParamField(ref _RefType, value);
- }
- private byte _RefType;
+ [ParamField(0x8, ParamType.U8)]
+ public byte EzStateBehaviorType_old
+ {
+ get => _EzStateBehaviorType_old;
+ set => WriteParamField(ref _EzStateBehaviorType_old, value);
+ }
+ private byte _EzStateBehaviorType_old;
- [ParamField(0xA, ParamType.Dummy8, 2)]
- public byte[] Pad0
- {
- get => _Pad0;
- set => WriteParamField(ref _Pad0, value);
- }
- private byte[] _Pad0;
+ [ParamField(0x9, ParamType.U8)]
+ public byte RefType
+ {
+ get => _RefType;
+ set => WriteParamField(ref _RefType, value);
+ }
+ private byte _RefType;
- [ParamField(0xC, ParamType.I32)]
- public int RefId
- {
- get => _RefId;
- set => WriteParamField(ref _RefId, value);
- }
- private int _RefId;
+ [ParamField(0xA, ParamType.Dummy8, 2)]
+ public byte[] Pad0
+ {
+ get => _Pad0;
+ set => WriteParamField(ref _Pad0, value);
+ }
+ private byte[] _Pad0 = null!;
- [ParamField(0x10, ParamType.I32)]
- public int SfxVariationId
- {
- get => _SfxVariationId;
- set => WriteParamField(ref _SfxVariationId, value);
- }
- private int _SfxVariationId;
+ [ParamField(0xC, ParamType.I32)]
+ public int RefId
+ {
+ get => _RefId;
+ set => WriteParamField(ref _RefId, value);
+ }
+ private int _RefId;
- [ParamField(0x14, ParamType.I32)]
- public int Stamina
- {
- get => _Stamina;
- set => WriteParamField(ref _Stamina, value);
- }
- private int _Stamina;
+ [ParamField(0x10, ParamType.I32)]
+ public int SfxVariationId
+ {
+ get => _SfxVariationId;
+ set => WriteParamField(ref _SfxVariationId, value);
+ }
+ private int _SfxVariationId;
- [ParamField(0x18, ParamType.I32)]
- public int Mp
- {
- get => _Mp;
- set => WriteParamField(ref _Mp, value);
- }
- private int _Mp;
+ [ParamField(0x14, ParamType.I32)]
+ public int Stamina
+ {
+ get => _Stamina;
+ set => WriteParamField(ref _Stamina, value);
+ }
+ private int _Stamina;
- [ParamField(0x1C, ParamType.U8)]
- public byte Category
- {
- get => _Category;
- set => WriteParamField(ref _Category, value);
- }
- private byte _Category;
+ [ParamField(0x18, ParamType.I32)]
+ public int Mp
+ {
+ get => _Mp;
+ set => WriteParamField(ref _Mp, value);
+ }
+ private int _Mp;
- [ParamField(0x1D, ParamType.U8)]
- public byte HeroPoint
- {
- get => _HeroPoint;
- set => WriteParamField(ref _HeroPoint, value);
- }
- private byte _HeroPoint;
+ [ParamField(0x1C, ParamType.U8)]
+ public byte Category
+ {
+ get => _Category;
+ set => WriteParamField(ref _Category, value);
+ }
+ private byte _Category;
- [ParamField(0x1E, ParamType.Dummy8, 2)]
- public byte[] Pad1
- {
- get => _Pad1;
- set => WriteParamField(ref _Pad1, value);
- }
- private byte[] _Pad1;
+ [ParamField(0x1D, ParamType.U8)]
+ public byte HeroPoint
+ {
+ get => _HeroPoint;
+ set => WriteParamField(ref _HeroPoint, value);
+ }
+ private byte _HeroPoint;
+ [ParamField(0x1E, ParamType.Dummy8, 2)]
+ public byte[] Pad1
+ {
+ get => _Pad1;
+ set => WriteParamField(ref _Pad1, value);
}
+ private byte[] _Pad1 = null!;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/BulletParam.cs b/src/SoulMemory/DarkSouls1/Parameters/BulletParam.cs
index ec145207..f458589a 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/BulletParam.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/BulletParam.cs
@@ -18,571 +18,568 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class BulletParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class BulletParam : BaseParam
- {
- public BulletParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I32)]
- public int AtkId_Bullet
- {
- get => _AtkId_Bullet;
- set => WriteParamField(ref _AtkId_Bullet, value);
- }
- private int _AtkId_Bullet;
-
- [ParamField(0x4, ParamType.I32)]
- public int SfxId_Bullet
- {
- get => _SfxId_Bullet;
- set => WriteParamField(ref _SfxId_Bullet, value);
- }
- private int _SfxId_Bullet;
-
- [ParamField(0x8, ParamType.I32)]
- public int SfxId_Hit
- {
- get => _SfxId_Hit;
- set => WriteParamField(ref _SfxId_Hit, value);
- }
- private int _SfxId_Hit;
-
- [ParamField(0xC, ParamType.I32)]
- public int SfxId_Flick
- {
- get => _SfxId_Flick;
- set => WriteParamField(ref _SfxId_Flick, value);
- }
- private int _SfxId_Flick;
-
- [ParamField(0x10, ParamType.F32)]
- public float Life
- {
- get => _Life;
- set => WriteParamField(ref _Life, value);
- }
- private float _Life;
-
- [ParamField(0x14, ParamType.F32)]
- public float Dist
- {
- get => _Dist;
- set => WriteParamField(ref _Dist, value);
- }
- private float _Dist;
-
- [ParamField(0x18, ParamType.F32)]
- public float ShootInterval
- {
- get => _ShootInterval;
- set => WriteParamField(ref _ShootInterval, value);
- }
- private float _ShootInterval;
-
- [ParamField(0x1C, ParamType.F32)]
- public float GravityInRange
- {
- get => _GravityInRange;
- set => WriteParamField(ref _GravityInRange, value);
- }
- private float _GravityInRange;
-
- [ParamField(0x20, ParamType.F32)]
- public float GravityOutRange
- {
- get => _GravityOutRange;
- set => WriteParamField(ref _GravityOutRange, value);
- }
- private float _GravityOutRange;
-
- [ParamField(0x24, ParamType.F32)]
- public float HormingStopRange
- {
- get => _HormingStopRange;
- set => WriteParamField(ref _HormingStopRange, value);
- }
- private float _HormingStopRange;
-
- [ParamField(0x28, ParamType.F32)]
- public float InitVellocity
- {
- get => _InitVellocity;
- set => WriteParamField(ref _InitVellocity, value);
- }
- private float _InitVellocity;
-
- [ParamField(0x2C, ParamType.F32)]
- public float AccelInRange
- {
- get => _AccelInRange;
- set => WriteParamField(ref _AccelInRange, value);
- }
- private float _AccelInRange;
-
- [ParamField(0x30, ParamType.F32)]
- public float AccelOutRange
- {
- get => _AccelOutRange;
- set => WriteParamField(ref _AccelOutRange, value);
- }
- private float _AccelOutRange;
-
- [ParamField(0x34, ParamType.F32)]
- public float MaxVellocity
- {
- get => _MaxVellocity;
- set => WriteParamField(ref _MaxVellocity, value);
- }
- private float _MaxVellocity;
-
- [ParamField(0x38, ParamType.F32)]
- public float MinVellocity
- {
- get => _MinVellocity;
- set => WriteParamField(ref _MinVellocity, value);
- }
- private float _MinVellocity;
-
- [ParamField(0x3C, ParamType.F32)]
- public float AccelTime
- {
- get => _AccelTime;
- set => WriteParamField(ref _AccelTime, value);
- }
- private float _AccelTime;
-
- [ParamField(0x40, ParamType.F32)]
- public float HomingBeginDist
- {
- get => _HomingBeginDist;
- set => WriteParamField(ref _HomingBeginDist, value);
- }
- private float _HomingBeginDist;
-
- [ParamField(0x44, ParamType.F32)]
- public float HitRadius
- {
- get => _HitRadius;
- set => WriteParamField(ref _HitRadius, value);
- }
- private float _HitRadius;
-
- [ParamField(0x48, ParamType.F32)]
- public float HitRadiusMax
- {
- get => _HitRadiusMax;
- set => WriteParamField(ref _HitRadiusMax, value);
- }
- private float _HitRadiusMax;
-
- [ParamField(0x4C, ParamType.F32)]
- public float SpreadTime
- {
- get => _SpreadTime;
- set => WriteParamField(ref _SpreadTime, value);
- }
- private float _SpreadTime;
-
- [ParamField(0x50, ParamType.F32)]
- public float ExpDelay
- {
- get => _ExpDelay;
- set => WriteParamField(ref _ExpDelay, value);
- }
- private float _ExpDelay;
-
- [ParamField(0x54, ParamType.F32)]
- public float HormingOffsetRange
- {
- get => _HormingOffsetRange;
- set => WriteParamField(ref _HormingOffsetRange, value);
- }
- private float _HormingOffsetRange;
-
- [ParamField(0x58, ParamType.F32)]
- public float DmgHitRecordLifeTime
- {
- get => _DmgHitRecordLifeTime;
- set => WriteParamField(ref _DmgHitRecordLifeTime, value);
- }
- private float _DmgHitRecordLifeTime;
-
- [ParamField(0x5C, ParamType.F32)]
- public float ExternalForce
- {
- get => _ExternalForce;
- set => WriteParamField(ref _ExternalForce, value);
- }
- private float _ExternalForce;
-
- [ParamField(0x60, ParamType.I32)]
- public int SpEffectIDForShooter
- {
- get => _SpEffectIDForShooter;
- set => WriteParamField(ref _SpEffectIDForShooter, value);
- }
- private int _SpEffectIDForShooter;
-
- [ParamField(0x64, ParamType.I32)]
- public int AutoSearchNPCThinkID
- {
- get => _AutoSearchNPCThinkID;
- set => WriteParamField(ref _AutoSearchNPCThinkID, value);
- }
- private int _AutoSearchNPCThinkID;
-
- [ParamField(0x68, ParamType.I32)]
- public int HitBulletID
- {
- get => _HitBulletID;
- set => WriteParamField(ref _HitBulletID, value);
- }
- private int _HitBulletID;
-
- [ParamField(0x6C, ParamType.I32)]
- public int SpEffectId0
- {
- get => _SpEffectId0;
- set => WriteParamField(ref _SpEffectId0, value);
- }
- private int _SpEffectId0;
-
- [ParamField(0x70, ParamType.I32)]
- public int SpEffectId1
- {
- get => _SpEffectId1;
- set => WriteParamField(ref _SpEffectId1, value);
- }
- private int _SpEffectId1;
-
- [ParamField(0x74, ParamType.I32)]
- public int SpEffectId2
- {
- get => _SpEffectId2;
- set => WriteParamField(ref _SpEffectId2, value);
- }
- private int _SpEffectId2;
-
- [ParamField(0x78, ParamType.I32)]
- public int SpEffectId3
- {
- get => _SpEffectId3;
- set => WriteParamField(ref _SpEffectId3, value);
- }
- private int _SpEffectId3;
-
- [ParamField(0x7C, ParamType.I32)]
- public int SpEffectId4
- {
- get => _SpEffectId4;
- set => WriteParamField(ref _SpEffectId4, value);
- }
- private int _SpEffectId4;
-
- [ParamField(0x80, ParamType.U16)]
- public ushort NumShoot
- {
- get => _NumShoot;
- set => WriteParamField(ref _NumShoot, value);
- }
- private ushort _NumShoot;
-
- [ParamField(0x82, ParamType.I16)]
- public short HomingAngle
- {
- get => _HomingAngle;
- set => WriteParamField(ref _HomingAngle, value);
- }
- private short _HomingAngle;
-
- [ParamField(0x84, ParamType.I16)]
- public short ShootAngle
- {
- get => _ShootAngle;
- set => WriteParamField(ref _ShootAngle, value);
- }
- private short _ShootAngle;
-
- [ParamField(0x86, ParamType.I16)]
- public short ShootAngleInterval
- {
- get => _ShootAngleInterval;
- set => WriteParamField(ref _ShootAngleInterval, value);
- }
- private short _ShootAngleInterval;
-
- [ParamField(0x88, ParamType.I16)]
- public short ShootAngleXInterval
- {
- get => _ShootAngleXInterval;
- set => WriteParamField(ref _ShootAngleXInterval, value);
- }
- private short _ShootAngleXInterval;
-
- [ParamField(0x8A, ParamType.I8)]
- public sbyte DamageDamp
- {
- get => _DamageDamp;
- set => WriteParamField(ref _DamageDamp, value);
- }
- private sbyte _DamageDamp;
-
- [ParamField(0x8B, ParamType.I8)]
- public sbyte SpelDamageDamp
- {
- get => _SpelDamageDamp;
- set => WriteParamField(ref _SpelDamageDamp, value);
- }
- private sbyte _SpelDamageDamp;
-
- [ParamField(0x8C, ParamType.I8)]
- public sbyte FireDamageDamp
- {
- get => _FireDamageDamp;
- set => WriteParamField(ref _FireDamageDamp, value);
- }
- private sbyte _FireDamageDamp;
-
- [ParamField(0x8D, ParamType.I8)]
- public sbyte ThunderDamageDamp
- {
- get => _ThunderDamageDamp;
- set => WriteParamField(ref _ThunderDamageDamp, value);
- }
- private sbyte _ThunderDamageDamp;
-
- [ParamField(0x8E, ParamType.I8)]
- public sbyte StaminaDamp
- {
- get => _StaminaDamp;
- set => WriteParamField(ref _StaminaDamp, value);
- }
- private sbyte _StaminaDamp;
-
- [ParamField(0x8F, ParamType.I8)]
- public sbyte KnockbackDamp
- {
- get => _KnockbackDamp;
- set => WriteParamField(ref _KnockbackDamp, value);
- }
- private sbyte _KnockbackDamp;
-
- [ParamField(0x90, ParamType.I8)]
- public sbyte ShootAngleXZ
- {
- get => _ShootAngleXZ;
- set => WriteParamField(ref _ShootAngleXZ, value);
- }
- private sbyte _ShootAngleXZ;
-
- [ParamField(0x91, ParamType.U8)]
- public byte LockShootLimitAng
- {
- get => _LockShootLimitAng;
- set => WriteParamField(ref _LockShootLimitAng, value);
- }
- private byte _LockShootLimitAng;
-
- [ParamField(0x92, ParamType.U8)]
- public byte IsPenetrate
- {
- get => _IsPenetrate;
- set => WriteParamField(ref _IsPenetrate, value);
- }
- private byte _IsPenetrate;
-
- [ParamField(0x93, ParamType.U8)]
- public byte PrevVelocityDirRate
- {
- get => _PrevVelocityDirRate;
- set => WriteParamField(ref _PrevVelocityDirRate, value);
- }
- private byte _PrevVelocityDirRate;
-
- [ParamField(0x94, ParamType.U8)]
- public byte AtkAttribute
- {
- get => _AtkAttribute;
- set => WriteParamField(ref _AtkAttribute, value);
- }
- private byte _AtkAttribute;
-
- [ParamField(0x95, ParamType.U8)]
- public byte SpAttribute
- {
- get => _SpAttribute;
- set => WriteParamField(ref _SpAttribute, value);
- }
- private byte _SpAttribute;
-
- [ParamField(0x96, ParamType.U8)]
- public byte Material_AttackType
- {
- get => _Material_AttackType;
- set => WriteParamField(ref _Material_AttackType, value);
- }
- private byte _Material_AttackType;
-
- [ParamField(0x97, ParamType.U8)]
- public byte Material_AttackMaterial
- {
- get => _Material_AttackMaterial;
- set => WriteParamField(ref _Material_AttackMaterial, value);
- }
- private byte _Material_AttackMaterial;
-
- [ParamField(0x98, ParamType.U8)]
- public byte Material_Size
- {
- get => _Material_Size;
- set => WriteParamField(ref _Material_Size, value);
- }
- private byte _Material_Size;
-
- [ParamField(0x99, ParamType.U8)]
- public byte LaunchConditionType
- {
- get => _LaunchConditionType;
- set => WriteParamField(ref _LaunchConditionType, value);
- }
- private byte _LaunchConditionType;
-
- #region BitField FollowTypeBitfield ==============================================================================
-
- [ParamField(0x9A, ParamType.U8)]
- public byte FollowTypeBitfield
- {
- get => _FollowTypeBitfield;
- set => WriteParamField(ref _FollowTypeBitfield, value);
- }
- private byte _FollowTypeBitfield;
-
- [ParamBitField(nameof(FollowTypeBitfield), bits: 3, bitsOffset: 0)]
- public byte FollowType
- {
- get => GetbitfieldValue(_FollowTypeBitfield);
- set => SetBitfieldValue(ref _FollowTypeBitfield, value);
- }
-
- [ParamBitField(nameof(FollowTypeBitfield), bits: 3, bitsOffset: 3)]
- public byte EmittePosType
- {
- get => GetbitfieldValue(_FollowTypeBitfield);
- set => SetBitfieldValue(ref _FollowTypeBitfield, value);
- }
-
- [ParamBitField(nameof(FollowTypeBitfield), bits: 1, bitsOffset: 6)]
- public byte IsAttackSFX
- {
- get => GetbitfieldValue(_FollowTypeBitfield);
- set => SetBitfieldValue(ref _FollowTypeBitfield, value);
- }
-
- [ParamBitField(nameof(FollowTypeBitfield), bits: 1, bitsOffset: 7)]
- public byte IsEndlessHit
- {
- get => GetbitfieldValue(_FollowTypeBitfield);
- set => SetBitfieldValue(ref _FollowTypeBitfield, value);
- }
-
- #endregion BitField FollowTypeBitfield
-
- #region BitField IsPenetrateMapBitfield ==============================================================================
-
- [ParamField(0x9B, ParamType.U8)]
- public byte IsPenetrateMapBitfield
- {
- get => _IsPenetrateMapBitfield;
- set => WriteParamField(ref _IsPenetrateMapBitfield, value);
- }
- private byte _IsPenetrateMapBitfield;
-
- [ParamBitField(nameof(IsPenetrateMapBitfield), bits: 1, bitsOffset: 0)]
- public byte IsPenetrateMap
- {
- get => GetbitfieldValue(_IsPenetrateMapBitfield);
- set => SetBitfieldValue(ref _IsPenetrateMapBitfield, value);
- }
-
- [ParamBitField(nameof(IsPenetrateMapBitfield), bits: 1, bitsOffset: 1)]
- public byte IsHitBothTeam
- {
- get => GetbitfieldValue(_IsPenetrateMapBitfield);
- set => SetBitfieldValue(ref _IsPenetrateMapBitfield, value);
- }
-
- [ParamBitField(nameof(IsPenetrateMapBitfield), bits: 1, bitsOffset: 2)]
- public byte IsUseSharedHitList
- {
- get => GetbitfieldValue(_IsPenetrateMapBitfield);
- set => SetBitfieldValue(ref _IsPenetrateMapBitfield, value);
- }
-
- [ParamBitField(nameof(IsPenetrateMapBitfield), bits: 1, bitsOffset: 3)]
- public byte IsUseMultiDmyPolyIfPlace
- {
- get => GetbitfieldValue(_IsPenetrateMapBitfield);
- set => SetBitfieldValue(ref _IsPenetrateMapBitfield, value);
- }
-
- [ParamBitField(nameof(IsPenetrateMapBitfield), bits: 2, bitsOffset: 4)]
- public byte AttachEffectType
- {
- get => GetbitfieldValue(_IsPenetrateMapBitfield);
- set => SetBitfieldValue(ref _IsPenetrateMapBitfield, value);
- }
-
- [ParamBitField(nameof(IsPenetrateMapBitfield), bits: 1, bitsOffset: 6)]
- public byte IsHitForceMagic
- {
- get => GetbitfieldValue(_IsPenetrateMapBitfield);
- set => SetBitfieldValue(ref _IsPenetrateMapBitfield, value);
- }
-
- [ParamBitField(nameof(IsPenetrateMapBitfield), bits: 1, bitsOffset: 7)]
- public byte IsIgnoreSfxIfHitWater
- {
- get => GetbitfieldValue(_IsPenetrateMapBitfield);
- set => SetBitfieldValue(ref _IsPenetrateMapBitfield, value);
- }
-
- #endregion BitField IsPenetrateMapBitfield
-
- #region BitField IsIgnoreMoveStateIfHitWaterBitfield ==============================================================================
-
- [ParamField(0x9C, ParamType.U8)]
- public byte IsIgnoreMoveStateIfHitWaterBitfield
- {
- get => _IsIgnoreMoveStateIfHitWaterBitfield;
- set => WriteParamField(ref _IsIgnoreMoveStateIfHitWaterBitfield, value);
- }
- private byte _IsIgnoreMoveStateIfHitWaterBitfield;
-
- [ParamBitField(nameof(IsIgnoreMoveStateIfHitWaterBitfield), bits: 1, bitsOffset: 0)]
- public byte IsIgnoreMoveStateIfHitWater
- {
- get => GetbitfieldValue(_IsIgnoreMoveStateIfHitWaterBitfield);
- set => SetBitfieldValue(ref _IsIgnoreMoveStateIfHitWaterBitfield, value);
- }
-
- [ParamBitField(nameof(IsIgnoreMoveStateIfHitWaterBitfield), bits: 1, bitsOffset: 1)]
- public byte IsHitDarkForceMagic
- {
- get => GetbitfieldValue(_IsIgnoreMoveStateIfHitWaterBitfield);
- set => SetBitfieldValue(ref _IsIgnoreMoveStateIfHitWaterBitfield, value);
- }
-
- #endregion BitField IsIgnoreMoveStateIfHitWaterBitfield
-
- [ParamField(0x9D, ParamType.Dummy8, 3)]
- public byte[] Pad
- {
- get => _Pad;
- set => WriteParamField(ref _Pad, value);
- }
- private byte[] _Pad;
+ [ParamField(0x0, ParamType.I32)]
+ public int AtkId_Bullet
+ {
+ get => _AtkId_Bullet;
+ set => WriteParamField(ref _AtkId_Bullet, value);
+ }
+ private int _AtkId_Bullet;
+
+ [ParamField(0x4, ParamType.I32)]
+ public int SfxId_Bullet
+ {
+ get => _SfxId_Bullet;
+ set => WriteParamField(ref _SfxId_Bullet, value);
+ }
+ private int _SfxId_Bullet;
+
+ [ParamField(0x8, ParamType.I32)]
+ public int SfxId_Hit
+ {
+ get => _SfxId_Hit;
+ set => WriteParamField(ref _SfxId_Hit, value);
+ }
+ private int _SfxId_Hit;
+
+ [ParamField(0xC, ParamType.I32)]
+ public int SfxId_Flick
+ {
+ get => _SfxId_Flick;
+ set => WriteParamField(ref _SfxId_Flick, value);
+ }
+ private int _SfxId_Flick;
+
+ [ParamField(0x10, ParamType.F32)]
+ public float Life
+ {
+ get => _Life;
+ set => WriteParamField(ref _Life, value);
+ }
+ private float _Life;
+
+ [ParamField(0x14, ParamType.F32)]
+ public float Dist
+ {
+ get => _Dist;
+ set => WriteParamField(ref _Dist, value);
+ }
+ private float _Dist;
+
+ [ParamField(0x18, ParamType.F32)]
+ public float ShootInterval
+ {
+ get => _ShootInterval;
+ set => WriteParamField(ref _ShootInterval, value);
+ }
+ private float _ShootInterval;
+
+ [ParamField(0x1C, ParamType.F32)]
+ public float GravityInRange
+ {
+ get => _GravityInRange;
+ set => WriteParamField(ref _GravityInRange, value);
+ }
+ private float _GravityInRange;
+
+ [ParamField(0x20, ParamType.F32)]
+ public float GravityOutRange
+ {
+ get => _GravityOutRange;
+ set => WriteParamField(ref _GravityOutRange, value);
+ }
+ private float _GravityOutRange;
+
+ [ParamField(0x24, ParamType.F32)]
+ public float HormingStopRange
+ {
+ get => _HormingStopRange;
+ set => WriteParamField(ref _HormingStopRange, value);
+ }
+ private float _HormingStopRange;
+
+ [ParamField(0x28, ParamType.F32)]
+ public float InitVellocity
+ {
+ get => _InitVellocity;
+ set => WriteParamField(ref _InitVellocity, value);
+ }
+ private float _InitVellocity;
+
+ [ParamField(0x2C, ParamType.F32)]
+ public float AccelInRange
+ {
+ get => _AccelInRange;
+ set => WriteParamField(ref _AccelInRange, value);
+ }
+ private float _AccelInRange;
+
+ [ParamField(0x30, ParamType.F32)]
+ public float AccelOutRange
+ {
+ get => _AccelOutRange;
+ set => WriteParamField(ref _AccelOutRange, value);
+ }
+ private float _AccelOutRange;
+
+ [ParamField(0x34, ParamType.F32)]
+ public float MaxVellocity
+ {
+ get => _MaxVellocity;
+ set => WriteParamField(ref _MaxVellocity, value);
+ }
+ private float _MaxVellocity;
+
+ [ParamField(0x38, ParamType.F32)]
+ public float MinVellocity
+ {
+ get => _MinVellocity;
+ set => WriteParamField(ref _MinVellocity, value);
+ }
+ private float _MinVellocity;
+
+ [ParamField(0x3C, ParamType.F32)]
+ public float AccelTime
+ {
+ get => _AccelTime;
+ set => WriteParamField(ref _AccelTime, value);
+ }
+ private float _AccelTime;
+
+ [ParamField(0x40, ParamType.F32)]
+ public float HomingBeginDist
+ {
+ get => _HomingBeginDist;
+ set => WriteParamField(ref _HomingBeginDist, value);
+ }
+ private float _HomingBeginDist;
+
+ [ParamField(0x44, ParamType.F32)]
+ public float HitRadius
+ {
+ get => _HitRadius;
+ set => WriteParamField(ref _HitRadius, value);
+ }
+ private float _HitRadius;
+ [ParamField(0x48, ParamType.F32)]
+ public float HitRadiusMax
+ {
+ get => _HitRadiusMax;
+ set => WriteParamField(ref _HitRadiusMax, value);
+ }
+ private float _HitRadiusMax;
+
+ [ParamField(0x4C, ParamType.F32)]
+ public float SpreadTime
+ {
+ get => _SpreadTime;
+ set => WriteParamField(ref _SpreadTime, value);
+ }
+ private float _SpreadTime;
+
+ [ParamField(0x50, ParamType.F32)]
+ public float ExpDelay
+ {
+ get => _ExpDelay;
+ set => WriteParamField(ref _ExpDelay, value);
+ }
+ private float _ExpDelay;
+
+ [ParamField(0x54, ParamType.F32)]
+ public float HormingOffsetRange
+ {
+ get => _HormingOffsetRange;
+ set => WriteParamField(ref _HormingOffsetRange, value);
+ }
+ private float _HormingOffsetRange;
+
+ [ParamField(0x58, ParamType.F32)]
+ public float DmgHitRecordLifeTime
+ {
+ get => _DmgHitRecordLifeTime;
+ set => WriteParamField(ref _DmgHitRecordLifeTime, value);
+ }
+ private float _DmgHitRecordLifeTime;
+
+ [ParamField(0x5C, ParamType.F32)]
+ public float ExternalForce
+ {
+ get => _ExternalForce;
+ set => WriteParamField(ref _ExternalForce, value);
+ }
+ private float _ExternalForce;
+
+ [ParamField(0x60, ParamType.I32)]
+ public int SpEffectIDForShooter
+ {
+ get => _SpEffectIDForShooter;
+ set => WriteParamField(ref _SpEffectIDForShooter, value);
+ }
+ private int _SpEffectIDForShooter;
+
+ [ParamField(0x64, ParamType.I32)]
+ public int AutoSearchNPCThinkID
+ {
+ get => _AutoSearchNPCThinkID;
+ set => WriteParamField(ref _AutoSearchNPCThinkID, value);
+ }
+ private int _AutoSearchNPCThinkID;
+
+ [ParamField(0x68, ParamType.I32)]
+ public int HitBulletID
+ {
+ get => _HitBulletID;
+ set => WriteParamField(ref _HitBulletID, value);
+ }
+ private int _HitBulletID;
+
+ [ParamField(0x6C, ParamType.I32)]
+ public int SpEffectId0
+ {
+ get => _SpEffectId0;
+ set => WriteParamField(ref _SpEffectId0, value);
+ }
+ private int _SpEffectId0;
+
+ [ParamField(0x70, ParamType.I32)]
+ public int SpEffectId1
+ {
+ get => _SpEffectId1;
+ set => WriteParamField(ref _SpEffectId1, value);
+ }
+ private int _SpEffectId1;
+
+ [ParamField(0x74, ParamType.I32)]
+ public int SpEffectId2
+ {
+ get => _SpEffectId2;
+ set => WriteParamField(ref _SpEffectId2, value);
}
+ private int _SpEffectId2;
+
+ [ParamField(0x78, ParamType.I32)]
+ public int SpEffectId3
+ {
+ get => _SpEffectId3;
+ set => WriteParamField(ref _SpEffectId3, value);
+ }
+ private int _SpEffectId3;
+
+ [ParamField(0x7C, ParamType.I32)]
+ public int SpEffectId4
+ {
+ get => _SpEffectId4;
+ set => WriteParamField(ref _SpEffectId4, value);
+ }
+ private int _SpEffectId4;
+
+ [ParamField(0x80, ParamType.U16)]
+ public ushort NumShoot
+ {
+ get => _NumShoot;
+ set => WriteParamField(ref _NumShoot, value);
+ }
+ private ushort _NumShoot;
+
+ [ParamField(0x82, ParamType.I16)]
+ public short HomingAngle
+ {
+ get => _HomingAngle;
+ set => WriteParamField(ref _HomingAngle, value);
+ }
+ private short _HomingAngle;
+
+ [ParamField(0x84, ParamType.I16)]
+ public short ShootAngle
+ {
+ get => _ShootAngle;
+ set => WriteParamField(ref _ShootAngle, value);
+ }
+ private short _ShootAngle;
+
+ [ParamField(0x86, ParamType.I16)]
+ public short ShootAngleInterval
+ {
+ get => _ShootAngleInterval;
+ set => WriteParamField(ref _ShootAngleInterval, value);
+ }
+ private short _ShootAngleInterval;
+
+ [ParamField(0x88, ParamType.I16)]
+ public short ShootAngleXInterval
+ {
+ get => _ShootAngleXInterval;
+ set => WriteParamField(ref _ShootAngleXInterval, value);
+ }
+ private short _ShootAngleXInterval;
+
+ [ParamField(0x8A, ParamType.I8)]
+ public sbyte DamageDamp
+ {
+ get => _DamageDamp;
+ set => WriteParamField(ref _DamageDamp, value);
+ }
+ private sbyte _DamageDamp;
+
+ [ParamField(0x8B, ParamType.I8)]
+ public sbyte SpelDamageDamp
+ {
+ get => _SpelDamageDamp;
+ set => WriteParamField(ref _SpelDamageDamp, value);
+ }
+ private sbyte _SpelDamageDamp;
+
+ [ParamField(0x8C, ParamType.I8)]
+ public sbyte FireDamageDamp
+ {
+ get => _FireDamageDamp;
+ set => WriteParamField(ref _FireDamageDamp, value);
+ }
+ private sbyte _FireDamageDamp;
+
+ [ParamField(0x8D, ParamType.I8)]
+ public sbyte ThunderDamageDamp
+ {
+ get => _ThunderDamageDamp;
+ set => WriteParamField(ref _ThunderDamageDamp, value);
+ }
+ private sbyte _ThunderDamageDamp;
+
+ [ParamField(0x8E, ParamType.I8)]
+ public sbyte StaminaDamp
+ {
+ get => _StaminaDamp;
+ set => WriteParamField(ref _StaminaDamp, value);
+ }
+ private sbyte _StaminaDamp;
+
+ [ParamField(0x8F, ParamType.I8)]
+ public sbyte KnockbackDamp
+ {
+ get => _KnockbackDamp;
+ set => WriteParamField(ref _KnockbackDamp, value);
+ }
+ private sbyte _KnockbackDamp;
+
+ [ParamField(0x90, ParamType.I8)]
+ public sbyte ShootAngleXZ
+ {
+ get => _ShootAngleXZ;
+ set => WriteParamField(ref _ShootAngleXZ, value);
+ }
+ private sbyte _ShootAngleXZ;
+
+ [ParamField(0x91, ParamType.U8)]
+ public byte LockShootLimitAng
+ {
+ get => _LockShootLimitAng;
+ set => WriteParamField(ref _LockShootLimitAng, value);
+ }
+ private byte _LockShootLimitAng;
+
+ [ParamField(0x92, ParamType.U8)]
+ public byte IsPenetrate
+ {
+ get => _IsPenetrate;
+ set => WriteParamField(ref _IsPenetrate, value);
+ }
+ private byte _IsPenetrate;
+
+ [ParamField(0x93, ParamType.U8)]
+ public byte PrevVelocityDirRate
+ {
+ get => _PrevVelocityDirRate;
+ set => WriteParamField(ref _PrevVelocityDirRate, value);
+ }
+ private byte _PrevVelocityDirRate;
+
+ [ParamField(0x94, ParamType.U8)]
+ public byte AtkAttribute
+ {
+ get => _AtkAttribute;
+ set => WriteParamField(ref _AtkAttribute, value);
+ }
+ private byte _AtkAttribute;
+
+ [ParamField(0x95, ParamType.U8)]
+ public byte SpAttribute
+ {
+ get => _SpAttribute;
+ set => WriteParamField(ref _SpAttribute, value);
+ }
+ private byte _SpAttribute;
+
+ [ParamField(0x96, ParamType.U8)]
+ public byte Material_AttackType
+ {
+ get => _Material_AttackType;
+ set => WriteParamField(ref _Material_AttackType, value);
+ }
+ private byte _Material_AttackType;
+
+ [ParamField(0x97, ParamType.U8)]
+ public byte Material_AttackMaterial
+ {
+ get => _Material_AttackMaterial;
+ set => WriteParamField(ref _Material_AttackMaterial, value);
+ }
+ private byte _Material_AttackMaterial;
+
+ [ParamField(0x98, ParamType.U8)]
+ public byte Material_Size
+ {
+ get => _Material_Size;
+ set => WriteParamField(ref _Material_Size, value);
+ }
+ private byte _Material_Size;
+
+ [ParamField(0x99, ParamType.U8)]
+ public byte LaunchConditionType
+ {
+ get => _LaunchConditionType;
+ set => WriteParamField(ref _LaunchConditionType, value);
+ }
+ private byte _LaunchConditionType;
+
+ #region BitField FollowTypeBitfield ==============================================================================
+
+ [ParamField(0x9A, ParamType.U8)]
+ public byte FollowTypeBitfield
+ {
+ get => _FollowTypeBitfield;
+ set => WriteParamField(ref _FollowTypeBitfield, value);
+ }
+ private byte _FollowTypeBitfield;
+
+ [ParamBitField(nameof(FollowTypeBitfield), bits: 3, bitsOffset: 0)]
+ public byte FollowType
+ {
+ get => GetbitfieldValue(_FollowTypeBitfield);
+ set => SetBitfieldValue(ref _FollowTypeBitfield, value);
+ }
+
+ [ParamBitField(nameof(FollowTypeBitfield), bits: 3, bitsOffset: 3)]
+ public byte EmittePosType
+ {
+ get => GetbitfieldValue(_FollowTypeBitfield);
+ set => SetBitfieldValue(ref _FollowTypeBitfield, value);
+ }
+
+ [ParamBitField(nameof(FollowTypeBitfield), bits: 1, bitsOffset: 6)]
+ public byte IsAttackSFX
+ {
+ get => GetbitfieldValue(_FollowTypeBitfield);
+ set => SetBitfieldValue(ref _FollowTypeBitfield, value);
+ }
+
+ [ParamBitField(nameof(FollowTypeBitfield), bits: 1, bitsOffset: 7)]
+ public byte IsEndlessHit
+ {
+ get => GetbitfieldValue(_FollowTypeBitfield);
+ set => SetBitfieldValue(ref _FollowTypeBitfield, value);
+ }
+
+ #endregion BitField FollowTypeBitfield
+
+ #region BitField IsPenetrateMapBitfield ==============================================================================
+
+ [ParamField(0x9B, ParamType.U8)]
+ public byte IsPenetrateMapBitfield
+ {
+ get => _IsPenetrateMapBitfield;
+ set => WriteParamField(ref _IsPenetrateMapBitfield, value);
+ }
+ private byte _IsPenetrateMapBitfield;
+
+ [ParamBitField(nameof(IsPenetrateMapBitfield), bits: 1, bitsOffset: 0)]
+ public byte IsPenetrateMap
+ {
+ get => GetbitfieldValue(_IsPenetrateMapBitfield);
+ set => SetBitfieldValue(ref _IsPenetrateMapBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsPenetrateMapBitfield), bits: 1, bitsOffset: 1)]
+ public byte IsHitBothTeam
+ {
+ get => GetbitfieldValue(_IsPenetrateMapBitfield);
+ set => SetBitfieldValue(ref _IsPenetrateMapBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsPenetrateMapBitfield), bits: 1, bitsOffset: 2)]
+ public byte IsUseSharedHitList
+ {
+ get => GetbitfieldValue(_IsPenetrateMapBitfield);
+ set => SetBitfieldValue(ref _IsPenetrateMapBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsPenetrateMapBitfield), bits: 1, bitsOffset: 3)]
+ public byte IsUseMultiDmyPolyIfPlace
+ {
+ get => GetbitfieldValue(_IsPenetrateMapBitfield);
+ set => SetBitfieldValue(ref _IsPenetrateMapBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsPenetrateMapBitfield), bits: 2, bitsOffset: 4)]
+ public byte AttachEffectType
+ {
+ get => GetbitfieldValue(_IsPenetrateMapBitfield);
+ set => SetBitfieldValue(ref _IsPenetrateMapBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsPenetrateMapBitfield), bits: 1, bitsOffset: 6)]
+ public byte IsHitForceMagic
+ {
+ get => GetbitfieldValue(_IsPenetrateMapBitfield);
+ set => SetBitfieldValue(ref _IsPenetrateMapBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsPenetrateMapBitfield), bits: 1, bitsOffset: 7)]
+ public byte IsIgnoreSfxIfHitWater
+ {
+ get => GetbitfieldValue(_IsPenetrateMapBitfield);
+ set => SetBitfieldValue(ref _IsPenetrateMapBitfield, value);
+ }
+
+ #endregion BitField IsPenetrateMapBitfield
+
+ #region BitField IsIgnoreMoveStateIfHitWaterBitfield ==============================================================================
+
+ [ParamField(0x9C, ParamType.U8)]
+ public byte IsIgnoreMoveStateIfHitWaterBitfield
+ {
+ get => _IsIgnoreMoveStateIfHitWaterBitfield;
+ set => WriteParamField(ref _IsIgnoreMoveStateIfHitWaterBitfield, value);
+ }
+ private byte _IsIgnoreMoveStateIfHitWaterBitfield;
+
+ [ParamBitField(nameof(IsIgnoreMoveStateIfHitWaterBitfield), bits: 1, bitsOffset: 0)]
+ public byte IsIgnoreMoveStateIfHitWater
+ {
+ get => GetbitfieldValue(_IsIgnoreMoveStateIfHitWaterBitfield);
+ set => SetBitfieldValue(ref _IsIgnoreMoveStateIfHitWaterBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsIgnoreMoveStateIfHitWaterBitfield), bits: 1, bitsOffset: 1)]
+ public byte IsHitDarkForceMagic
+ {
+ get => GetbitfieldValue(_IsIgnoreMoveStateIfHitWaterBitfield);
+ set => SetBitfieldValue(ref _IsIgnoreMoveStateIfHitWaterBitfield, value);
+ }
+
+ #endregion BitField IsIgnoreMoveStateIfHitWaterBitfield
+
+ [ParamField(0x9D, ParamType.Dummy8, 3)]
+ public byte[] Pad
+ {
+ get => _Pad;
+ set => WriteParamField(ref _Pad, value);
+ }
+ private byte[] _Pad = null!;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/CalcCorrectGraph.cs b/src/SoulMemory/DarkSouls1/Parameters/CalcCorrectGraph.cs
index 08c4dead..8df1b037 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/CalcCorrectGraph.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/CalcCorrectGraph.cs
@@ -18,172 +18,169 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class CalcCorrectGraph(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class CalcCorrectGraph : BaseParam
- {
- public CalcCorrectGraph(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.F32)]
- public float StageMaxVal0
- {
- get => _StageMaxVal0;
- set => WriteParamField(ref _StageMaxVal0, value);
- }
- private float _StageMaxVal0;
-
- [ParamField(0x4, ParamType.F32)]
- public float StageMaxVal1
- {
- get => _StageMaxVal1;
- set => WriteParamField(ref _StageMaxVal1, value);
- }
- private float _StageMaxVal1;
-
- [ParamField(0x8, ParamType.F32)]
- public float StageMaxVal2
- {
- get => _StageMaxVal2;
- set => WriteParamField(ref _StageMaxVal2, value);
- }
- private float _StageMaxVal2;
-
- [ParamField(0xC, ParamType.F32)]
- public float StageMaxVal3
- {
- get => _StageMaxVal3;
- set => WriteParamField(ref _StageMaxVal3, value);
- }
- private float _StageMaxVal3;
-
- [ParamField(0x10, ParamType.F32)]
- public float StageMaxVal4
- {
- get => _StageMaxVal4;
- set => WriteParamField(ref _StageMaxVal4, value);
- }
- private float _StageMaxVal4;
-
- [ParamField(0x14, ParamType.F32)]
- public float StageMaxGrowVal0
- {
- get => _StageMaxGrowVal0;
- set => WriteParamField(ref _StageMaxGrowVal0, value);
- }
- private float _StageMaxGrowVal0;
-
- [ParamField(0x18, ParamType.F32)]
- public float StageMaxGrowVal1
- {
- get => _StageMaxGrowVal1;
- set => WriteParamField(ref _StageMaxGrowVal1, value);
- }
- private float _StageMaxGrowVal1;
-
- [ParamField(0x1C, ParamType.F32)]
- public float StageMaxGrowVal2
- {
- get => _StageMaxGrowVal2;
- set => WriteParamField(ref _StageMaxGrowVal2, value);
- }
- private float _StageMaxGrowVal2;
-
- [ParamField(0x20, ParamType.F32)]
- public float StageMaxGrowVal3
- {
- get => _StageMaxGrowVal3;
- set => WriteParamField(ref _StageMaxGrowVal3, value);
- }
- private float _StageMaxGrowVal3;
-
- [ParamField(0x24, ParamType.F32)]
- public float StageMaxGrowVal4
- {
- get => _StageMaxGrowVal4;
- set => WriteParamField(ref _StageMaxGrowVal4, value);
- }
- private float _StageMaxGrowVal4;
-
- [ParamField(0x28, ParamType.F32)]
- public float AdjPt_maxGrowVal0
- {
- get => _AdjPt_maxGrowVal0;
- set => WriteParamField(ref _AdjPt_maxGrowVal0, value);
- }
- private float _AdjPt_maxGrowVal0;
-
- [ParamField(0x2C, ParamType.F32)]
- public float AdjPt_maxGrowVal1
- {
- get => _AdjPt_maxGrowVal1;
- set => WriteParamField(ref _AdjPt_maxGrowVal1, value);
- }
- private float _AdjPt_maxGrowVal1;
-
- [ParamField(0x30, ParamType.F32)]
- public float AdjPt_maxGrowVal2
- {
- get => _AdjPt_maxGrowVal2;
- set => WriteParamField(ref _AdjPt_maxGrowVal2, value);
- }
- private float _AdjPt_maxGrowVal2;
-
- [ParamField(0x34, ParamType.F32)]
- public float AdjPt_maxGrowVal3
- {
- get => _AdjPt_maxGrowVal3;
- set => WriteParamField(ref _AdjPt_maxGrowVal3, value);
- }
- private float _AdjPt_maxGrowVal3;
-
- [ParamField(0x38, ParamType.F32)]
- public float AdjPt_maxGrowVal4
- {
- get => _AdjPt_maxGrowVal4;
- set => WriteParamField(ref _AdjPt_maxGrowVal4, value);
- }
- private float _AdjPt_maxGrowVal4;
-
- [ParamField(0x3C, ParamType.F32)]
- public float Init_inclination_soul
- {
- get => _Init_inclination_soul;
- set => WriteParamField(ref _Init_inclination_soul, value);
- }
- private float _Init_inclination_soul;
-
- [ParamField(0x40, ParamType.F32)]
- public float Adjustment_value
- {
- get => _Adjustment_value;
- set => WriteParamField(ref _Adjustment_value, value);
- }
- private float _Adjustment_value;
-
- [ParamField(0x44, ParamType.F32)]
- public float Boundry_inclination_soul
- {
- get => _Boundry_inclination_soul;
- set => WriteParamField(ref _Boundry_inclination_soul, value);
- }
- private float _Boundry_inclination_soul;
-
- [ParamField(0x48, ParamType.F32)]
- public float Boundry_value
- {
- get => _Boundry_value;
- set => WriteParamField(ref _Boundry_value, value);
- }
- private float _Boundry_value;
-
- [ParamField(0x4C, ParamType.Dummy8, 4)]
- public byte[] Pad
- {
- get => _Pad;
- set => WriteParamField(ref _Pad, value);
- }
- private byte[] _Pad;
+ [ParamField(0x0, ParamType.F32)]
+ public float StageMaxVal0
+ {
+ get => _StageMaxVal0;
+ set => WriteParamField(ref _StageMaxVal0, value);
+ }
+ private float _StageMaxVal0;
+
+ [ParamField(0x4, ParamType.F32)]
+ public float StageMaxVal1
+ {
+ get => _StageMaxVal1;
+ set => WriteParamField(ref _StageMaxVal1, value);
+ }
+ private float _StageMaxVal1;
+
+ [ParamField(0x8, ParamType.F32)]
+ public float StageMaxVal2
+ {
+ get => _StageMaxVal2;
+ set => WriteParamField(ref _StageMaxVal2, value);
+ }
+ private float _StageMaxVal2;
+
+ [ParamField(0xC, ParamType.F32)]
+ public float StageMaxVal3
+ {
+ get => _StageMaxVal3;
+ set => WriteParamField(ref _StageMaxVal3, value);
+ }
+ private float _StageMaxVal3;
+
+ [ParamField(0x10, ParamType.F32)]
+ public float StageMaxVal4
+ {
+ get => _StageMaxVal4;
+ set => WriteParamField(ref _StageMaxVal4, value);
+ }
+ private float _StageMaxVal4;
+ [ParamField(0x14, ParamType.F32)]
+ public float StageMaxGrowVal0
+ {
+ get => _StageMaxGrowVal0;
+ set => WriteParamField(ref _StageMaxGrowVal0, value);
+ }
+ private float _StageMaxGrowVal0;
+
+ [ParamField(0x18, ParamType.F32)]
+ public float StageMaxGrowVal1
+ {
+ get => _StageMaxGrowVal1;
+ set => WriteParamField(ref _StageMaxGrowVal1, value);
}
+ private float _StageMaxGrowVal1;
+
+ [ParamField(0x1C, ParamType.F32)]
+ public float StageMaxGrowVal2
+ {
+ get => _StageMaxGrowVal2;
+ set => WriteParamField(ref _StageMaxGrowVal2, value);
+ }
+ private float _StageMaxGrowVal2;
+
+ [ParamField(0x20, ParamType.F32)]
+ public float StageMaxGrowVal3
+ {
+ get => _StageMaxGrowVal3;
+ set => WriteParamField(ref _StageMaxGrowVal3, value);
+ }
+ private float _StageMaxGrowVal3;
+
+ [ParamField(0x24, ParamType.F32)]
+ public float StageMaxGrowVal4
+ {
+ get => _StageMaxGrowVal4;
+ set => WriteParamField(ref _StageMaxGrowVal4, value);
+ }
+ private float _StageMaxGrowVal4;
+
+ [ParamField(0x28, ParamType.F32)]
+ public float AdjPt_maxGrowVal0
+ {
+ get => _AdjPt_maxGrowVal0;
+ set => WriteParamField(ref _AdjPt_maxGrowVal0, value);
+ }
+ private float _AdjPt_maxGrowVal0;
+
+ [ParamField(0x2C, ParamType.F32)]
+ public float AdjPt_maxGrowVal1
+ {
+ get => _AdjPt_maxGrowVal1;
+ set => WriteParamField(ref _AdjPt_maxGrowVal1, value);
+ }
+ private float _AdjPt_maxGrowVal1;
+
+ [ParamField(0x30, ParamType.F32)]
+ public float AdjPt_maxGrowVal2
+ {
+ get => _AdjPt_maxGrowVal2;
+ set => WriteParamField(ref _AdjPt_maxGrowVal2, value);
+ }
+ private float _AdjPt_maxGrowVal2;
+
+ [ParamField(0x34, ParamType.F32)]
+ public float AdjPt_maxGrowVal3
+ {
+ get => _AdjPt_maxGrowVal3;
+ set => WriteParamField(ref _AdjPt_maxGrowVal3, value);
+ }
+ private float _AdjPt_maxGrowVal3;
+
+ [ParamField(0x38, ParamType.F32)]
+ public float AdjPt_maxGrowVal4
+ {
+ get => _AdjPt_maxGrowVal4;
+ set => WriteParamField(ref _AdjPt_maxGrowVal4, value);
+ }
+ private float _AdjPt_maxGrowVal4;
+
+ [ParamField(0x3C, ParamType.F32)]
+ public float Init_inclination_soul
+ {
+ get => _Init_inclination_soul;
+ set => WriteParamField(ref _Init_inclination_soul, value);
+ }
+ private float _Init_inclination_soul;
+
+ [ParamField(0x40, ParamType.F32)]
+ public float Adjustment_value
+ {
+ get => _Adjustment_value;
+ set => WriteParamField(ref _Adjustment_value, value);
+ }
+ private float _Adjustment_value;
+
+ [ParamField(0x44, ParamType.F32)]
+ public float Boundry_inclination_soul
+ {
+ get => _Boundry_inclination_soul;
+ set => WriteParamField(ref _Boundry_inclination_soul, value);
+ }
+ private float _Boundry_inclination_soul;
+
+ [ParamField(0x48, ParamType.F32)]
+ public float Boundry_value
+ {
+ get => _Boundry_value;
+ set => WriteParamField(ref _Boundry_value, value);
+ }
+ private float _Boundry_value;
+
+ [ParamField(0x4C, ParamType.Dummy8, 4)]
+ public byte[] Pad
+ {
+ get => _Pad;
+ set => WriteParamField(ref _Pad, value);
+ }
+ private byte[] _Pad = null!;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/CharaInitParam.cs b/src/SoulMemory/DarkSouls1/Parameters/CharaInitParam.cs
index 1c6c9f09..2ffb55b3 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/CharaInitParam.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/CharaInitParam.cs
@@ -18,758 +18,755 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class CharaInitParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class CharaInitParam : BaseParam
- {
- public CharaInitParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.F32)]
- public float BaseRec_mp
- {
- get => _BaseRec_mp;
- set => WriteParamField(ref _BaseRec_mp, value);
- }
- private float _BaseRec_mp;
-
- [ParamField(0x4, ParamType.F32)]
- public float BaseRec_sp
- {
- get => _BaseRec_sp;
- set => WriteParamField(ref _BaseRec_sp, value);
- }
- private float _BaseRec_sp;
-
- [ParamField(0x8, ParamType.F32)]
- public float Red_Falldam
- {
- get => _Red_Falldam;
- set => WriteParamField(ref _Red_Falldam, value);
- }
- private float _Red_Falldam;
-
- [ParamField(0xC, ParamType.I32)]
- public int Soul
- {
- get => _Soul;
- set => WriteParamField(ref _Soul, value);
- }
- private int _Soul;
-
- [ParamField(0x10, ParamType.I32)]
- public int Equip_Wep_Right
- {
- get => _Equip_Wep_Right;
- set => WriteParamField(ref _Equip_Wep_Right, value);
- }
- private int _Equip_Wep_Right;
-
- [ParamField(0x14, ParamType.I32)]
- public int Equip_Subwep_Right
- {
- get => _Equip_Subwep_Right;
- set => WriteParamField(ref _Equip_Subwep_Right, value);
- }
- private int _Equip_Subwep_Right;
-
- [ParamField(0x18, ParamType.I32)]
- public int Equip_Wep_Left
- {
- get => _Equip_Wep_Left;
- set => WriteParamField(ref _Equip_Wep_Left, value);
- }
- private int _Equip_Wep_Left;
-
- [ParamField(0x1C, ParamType.I32)]
- public int Equip_Subwep_Left
- {
- get => _Equip_Subwep_Left;
- set => WriteParamField(ref _Equip_Subwep_Left, value);
- }
- private int _Equip_Subwep_Left;
-
- [ParamField(0x20, ParamType.I32)]
- public int Equip_Helm
- {
- get => _Equip_Helm;
- set => WriteParamField(ref _Equip_Helm, value);
- }
- private int _Equip_Helm;
-
- [ParamField(0x24, ParamType.I32)]
- public int Equip_Armer
- {
- get => _Equip_Armer;
- set => WriteParamField(ref _Equip_Armer, value);
- }
- private int _Equip_Armer;
-
- [ParamField(0x28, ParamType.I32)]
- public int Equip_Gaunt
- {
- get => _Equip_Gaunt;
- set => WriteParamField(ref _Equip_Gaunt, value);
- }
- private int _Equip_Gaunt;
-
- [ParamField(0x2C, ParamType.I32)]
- public int Equip_Leg
- {
- get => _Equip_Leg;
- set => WriteParamField(ref _Equip_Leg, value);
- }
- private int _Equip_Leg;
-
- [ParamField(0x30, ParamType.I32)]
- public int Equip_Arrow
- {
- get => _Equip_Arrow;
- set => WriteParamField(ref _Equip_Arrow, value);
- }
- private int _Equip_Arrow;
-
- [ParamField(0x34, ParamType.I32)]
- public int Equip_Bolt
- {
- get => _Equip_Bolt;
- set => WriteParamField(ref _Equip_Bolt, value);
- }
- private int _Equip_Bolt;
-
- [ParamField(0x38, ParamType.I32)]
- public int Equip_SubArrow
- {
- get => _Equip_SubArrow;
- set => WriteParamField(ref _Equip_SubArrow, value);
- }
- private int _Equip_SubArrow;
-
- [ParamField(0x3C, ParamType.I32)]
- public int Equip_SubBolt
- {
- get => _Equip_SubBolt;
- set => WriteParamField(ref _Equip_SubBolt, value);
- }
- private int _Equip_SubBolt;
-
- [ParamField(0x40, ParamType.I32)]
- public int Equip_Accessory01
- {
- get => _Equip_Accessory01;
- set => WriteParamField(ref _Equip_Accessory01, value);
- }
- private int _Equip_Accessory01;
-
- [ParamField(0x44, ParamType.I32)]
- public int Equip_Accessory02
- {
- get => _Equip_Accessory02;
- set => WriteParamField(ref _Equip_Accessory02, value);
- }
- private int _Equip_Accessory02;
-
- [ParamField(0x48, ParamType.I32)]
- public int Equip_Accessory03
- {
- get => _Equip_Accessory03;
- set => WriteParamField(ref _Equip_Accessory03, value);
- }
- private int _Equip_Accessory03;
-
- [ParamField(0x4C, ParamType.I32)]
- public int Equip_Accessory04
- {
- get => _Equip_Accessory04;
- set => WriteParamField(ref _Equip_Accessory04, value);
- }
- private int _Equip_Accessory04;
-
- [ParamField(0x50, ParamType.I32)]
- public int Equip_Accessory05
- {
- get => _Equip_Accessory05;
- set => WriteParamField(ref _Equip_Accessory05, value);
- }
- private int _Equip_Accessory05;
-
- [ParamField(0x54, ParamType.I32)]
- public int Equip_Skill_01
- {
- get => _Equip_Skill_01;
- set => WriteParamField(ref _Equip_Skill_01, value);
- }
- private int _Equip_Skill_01;
-
- [ParamField(0x58, ParamType.I32)]
- public int Equip_Skill_02
- {
- get => _Equip_Skill_02;
- set => WriteParamField(ref _Equip_Skill_02, value);
- }
- private int _Equip_Skill_02;
-
- [ParamField(0x5C, ParamType.I32)]
- public int Equip_Skill_03
- {
- get => _Equip_Skill_03;
- set => WriteParamField(ref _Equip_Skill_03, value);
- }
- private int _Equip_Skill_03;
-
- [ParamField(0x60, ParamType.I32)]
- public int Equip_Spell_01
- {
- get => _Equip_Spell_01;
- set => WriteParamField(ref _Equip_Spell_01, value);
- }
- private int _Equip_Spell_01;
-
- [ParamField(0x64, ParamType.I32)]
- public int Equip_Spell_02
- {
- get => _Equip_Spell_02;
- set => WriteParamField(ref _Equip_Spell_02, value);
- }
- private int _Equip_Spell_02;
-
- [ParamField(0x68, ParamType.I32)]
- public int Equip_Spell_03
- {
- get => _Equip_Spell_03;
- set => WriteParamField(ref _Equip_Spell_03, value);
- }
- private int _Equip_Spell_03;
-
- [ParamField(0x6C, ParamType.I32)]
- public int Equip_Spell_04
- {
- get => _Equip_Spell_04;
- set => WriteParamField(ref _Equip_Spell_04, value);
- }
- private int _Equip_Spell_04;
-
- [ParamField(0x70, ParamType.I32)]
- public int Equip_Spell_05
- {
- get => _Equip_Spell_05;
- set => WriteParamField(ref _Equip_Spell_05, value);
- }
- private int _Equip_Spell_05;
-
- [ParamField(0x74, ParamType.I32)]
- public int Equip_Spell_06
- {
- get => _Equip_Spell_06;
- set => WriteParamField(ref _Equip_Spell_06, value);
- }
- private int _Equip_Spell_06;
-
- [ParamField(0x78, ParamType.I32)]
- public int Equip_Spell_07
- {
- get => _Equip_Spell_07;
- set => WriteParamField(ref _Equip_Spell_07, value);
- }
- private int _Equip_Spell_07;
-
- [ParamField(0x7C, ParamType.I32)]
- public int Item_01
- {
- get => _Item_01;
- set => WriteParamField(ref _Item_01, value);
- }
- private int _Item_01;
-
- [ParamField(0x80, ParamType.I32)]
- public int Item_02
- {
- get => _Item_02;
- set => WriteParamField(ref _Item_02, value);
- }
- private int _Item_02;
-
- [ParamField(0x84, ParamType.I32)]
- public int Item_03
- {
- get => _Item_03;
- set => WriteParamField(ref _Item_03, value);
- }
- private int _Item_03;
-
- [ParamField(0x88, ParamType.I32)]
- public int Item_04
- {
- get => _Item_04;
- set => WriteParamField(ref _Item_04, value);
- }
- private int _Item_04;
-
- [ParamField(0x8C, ParamType.I32)]
- public int Item_05
- {
- get => _Item_05;
- set => WriteParamField(ref _Item_05, value);
- }
- private int _Item_05;
-
- [ParamField(0x90, ParamType.I32)]
- public int Item_06
- {
- get => _Item_06;
- set => WriteParamField(ref _Item_06, value);
- }
- private int _Item_06;
-
- [ParamField(0x94, ParamType.I32)]
- public int Item_07
- {
- get => _Item_07;
- set => WriteParamField(ref _Item_07, value);
- }
- private int _Item_07;
-
- [ParamField(0x98, ParamType.I32)]
- public int Item_08
- {
- get => _Item_08;
- set => WriteParamField(ref _Item_08, value);
- }
- private int _Item_08;
-
- [ParamField(0x9C, ParamType.I32)]
- public int Item_09
- {
- get => _Item_09;
- set => WriteParamField(ref _Item_09, value);
- }
- private int _Item_09;
-
- [ParamField(0xA0, ParamType.I32)]
- public int Item_10
- {
- get => _Item_10;
- set => WriteParamField(ref _Item_10, value);
- }
- private int _Item_10;
-
- [ParamField(0xA4, ParamType.I32)]
- public int NpcPlayerFaceGenId
- {
- get => _NpcPlayerFaceGenId;
- set => WriteParamField(ref _NpcPlayerFaceGenId, value);
- }
- private int _NpcPlayerFaceGenId;
-
- [ParamField(0xA8, ParamType.I32)]
- public int NpcPlayerThinkId
- {
- get => _NpcPlayerThinkId;
- set => WriteParamField(ref _NpcPlayerThinkId, value);
- }
- private int _NpcPlayerThinkId;
-
- [ParamField(0xAC, ParamType.U16)]
- public ushort BaseHp
- {
- get => _BaseHp;
- set => WriteParamField(ref _BaseHp, value);
- }
- private ushort _BaseHp;
-
- [ParamField(0xAE, ParamType.U16)]
- public ushort BaseMp
- {
- get => _BaseMp;
- set => WriteParamField(ref _BaseMp, value);
- }
- private ushort _BaseMp;
-
- [ParamField(0xB0, ParamType.U16)]
- public ushort BaseSp
- {
- get => _BaseSp;
- set => WriteParamField(ref _BaseSp, value);
- }
- private ushort _BaseSp;
-
- [ParamField(0xB2, ParamType.U16)]
- public ushort ArrowNum
- {
- get => _ArrowNum;
- set => WriteParamField(ref _ArrowNum, value);
- }
- private ushort _ArrowNum;
-
- [ParamField(0xB4, ParamType.U16)]
- public ushort BoltNum
- {
- get => _BoltNum;
- set => WriteParamField(ref _BoltNum, value);
- }
- private ushort _BoltNum;
-
- [ParamField(0xB6, ParamType.U16)]
- public ushort SubArrowNum
- {
- get => _SubArrowNum;
- set => WriteParamField(ref _SubArrowNum, value);
- }
- private ushort _SubArrowNum;
-
- [ParamField(0xB8, ParamType.U16)]
- public ushort SubBoltNum
- {
- get => _SubBoltNum;
- set => WriteParamField(ref _SubBoltNum, value);
- }
- private ushort _SubBoltNum;
-
- [ParamField(0xBA, ParamType.I16)]
- public short QWC_sb
- {
- get => _QWC_sb;
- set => WriteParamField(ref _QWC_sb, value);
- }
- private short _QWC_sb;
-
- [ParamField(0xBC, ParamType.I16)]
- public short QWC_mw
- {
- get => _QWC_mw;
- set => WriteParamField(ref _QWC_mw, value);
- }
- private short _QWC_mw;
-
- [ParamField(0xBE, ParamType.I16)]
- public short QWC_cd
- {
- get => _QWC_cd;
- set => WriteParamField(ref _QWC_cd, value);
- }
- private short _QWC_cd;
-
- [ParamField(0xC0, ParamType.I16)]
- public short SoulLv
- {
- get => _SoulLv;
- set => WriteParamField(ref _SoulLv, value);
- }
- private short _SoulLv;
-
- [ParamField(0xC2, ParamType.U8)]
- public byte BaseVit
- {
- get => _BaseVit;
- set => WriteParamField(ref _BaseVit, value);
- }
- private byte _BaseVit;
-
- [ParamField(0xC3, ParamType.U8)]
- public byte BaseWil
- {
- get => _BaseWil;
- set => WriteParamField(ref _BaseWil, value);
- }
- private byte _BaseWil;
-
- [ParamField(0xC4, ParamType.U8)]
- public byte BaseEnd
- {
- get => _BaseEnd;
- set => WriteParamField(ref _BaseEnd, value);
- }
- private byte _BaseEnd;
-
- [ParamField(0xC5, ParamType.U8)]
- public byte BaseStr
- {
- get => _BaseStr;
- set => WriteParamField(ref _BaseStr, value);
- }
- private byte _BaseStr;
-
- [ParamField(0xC6, ParamType.U8)]
- public byte BaseDex
- {
- get => _BaseDex;
- set => WriteParamField(ref _BaseDex, value);
- }
- private byte _BaseDex;
-
- [ParamField(0xC7, ParamType.U8)]
- public byte BaseMag
- {
- get => _BaseMag;
- set => WriteParamField(ref _BaseMag, value);
- }
- private byte _BaseMag;
-
- [ParamField(0xC8, ParamType.U8)]
- public byte BaseFai
- {
- get => _BaseFai;
- set => WriteParamField(ref _BaseFai, value);
- }
- private byte _BaseFai;
-
- [ParamField(0xC9, ParamType.U8)]
- public byte BaseLuc
- {
- get => _BaseLuc;
- set => WriteParamField(ref _BaseLuc, value);
- }
- private byte _BaseLuc;
-
- [ParamField(0xCA, ParamType.U8)]
- public byte BaseHeroPoint
- {
- get => _BaseHeroPoint;
- set => WriteParamField(ref _BaseHeroPoint, value);
- }
- private byte _BaseHeroPoint;
-
- [ParamField(0xCB, ParamType.U8)]
- public byte BaseDurability
- {
- get => _BaseDurability;
- set => WriteParamField(ref _BaseDurability, value);
- }
- private byte _BaseDurability;
-
- [ParamField(0xCC, ParamType.U8)]
- public byte ItemNum_01
- {
- get => _ItemNum_01;
- set => WriteParamField(ref _ItemNum_01, value);
- }
- private byte _ItemNum_01;
-
- [ParamField(0xCD, ParamType.U8)]
- public byte ItemNum_02
- {
- get => _ItemNum_02;
- set => WriteParamField(ref _ItemNum_02, value);
- }
- private byte _ItemNum_02;
-
- [ParamField(0xCE, ParamType.U8)]
- public byte ItemNum_03
- {
- get => _ItemNum_03;
- set => WriteParamField(ref _ItemNum_03, value);
- }
- private byte _ItemNum_03;
-
- [ParamField(0xCF, ParamType.U8)]
- public byte ItemNum_04
- {
- get => _ItemNum_04;
- set => WriteParamField(ref _ItemNum_04, value);
- }
- private byte _ItemNum_04;
-
- [ParamField(0xD0, ParamType.U8)]
- public byte ItemNum_05
- {
- get => _ItemNum_05;
- set => WriteParamField(ref _ItemNum_05, value);
- }
- private byte _ItemNum_05;
-
- [ParamField(0xD1, ParamType.U8)]
- public byte ItemNum_06
- {
- get => _ItemNum_06;
- set => WriteParamField(ref _ItemNum_06, value);
- }
- private byte _ItemNum_06;
-
- [ParamField(0xD2, ParamType.U8)]
- public byte ItemNum_07
- {
- get => _ItemNum_07;
- set => WriteParamField(ref _ItemNum_07, value);
- }
- private byte _ItemNum_07;
-
- [ParamField(0xD3, ParamType.U8)]
- public byte ItemNum_08
- {
- get => _ItemNum_08;
- set => WriteParamField(ref _ItemNum_08, value);
- }
- private byte _ItemNum_08;
-
- [ParamField(0xD4, ParamType.U8)]
- public byte ItemNum_09
- {
- get => _ItemNum_09;
- set => WriteParamField(ref _ItemNum_09, value);
- }
- private byte _ItemNum_09;
-
- [ParamField(0xD5, ParamType.U8)]
- public byte ItemNum_10
- {
- get => _ItemNum_10;
- set => WriteParamField(ref _ItemNum_10, value);
- }
- private byte _ItemNum_10;
-
- [ParamField(0xD6, ParamType.I8)]
- public sbyte BodyScaleHead
- {
- get => _BodyScaleHead;
- set => WriteParamField(ref _BodyScaleHead, value);
- }
- private sbyte _BodyScaleHead;
-
- [ParamField(0xD7, ParamType.I8)]
- public sbyte BodyScaleBreast
- {
- get => _BodyScaleBreast;
- set => WriteParamField(ref _BodyScaleBreast, value);
- }
- private sbyte _BodyScaleBreast;
-
- [ParamField(0xD8, ParamType.I8)]
- public sbyte BodyScaleAbdomen
- {
- get => _BodyScaleAbdomen;
- set => WriteParamField(ref _BodyScaleAbdomen, value);
- }
- private sbyte _BodyScaleAbdomen;
-
- [ParamField(0xD9, ParamType.I8)]
- public sbyte BodyScaleArm
- {
- get => _BodyScaleArm;
- set => WriteParamField(ref _BodyScaleArm, value);
- }
- private sbyte _BodyScaleArm;
-
- [ParamField(0xDA, ParamType.I8)]
- public sbyte BodyScaleLeg
- {
- get => _BodyScaleLeg;
- set => WriteParamField(ref _BodyScaleLeg, value);
- }
- private sbyte _BodyScaleLeg;
-
- [ParamField(0xDB, ParamType.I8)]
- public sbyte GestureId0
- {
- get => _GestureId0;
- set => WriteParamField(ref _GestureId0, value);
- }
- private sbyte _GestureId0;
-
- [ParamField(0xDC, ParamType.I8)]
- public sbyte GestureId1
- {
- get => _GestureId1;
- set => WriteParamField(ref _GestureId1, value);
- }
- private sbyte _GestureId1;
-
- [ParamField(0xDD, ParamType.I8)]
- public sbyte GestureId2
- {
- get => _GestureId2;
- set => WriteParamField(ref _GestureId2, value);
- }
- private sbyte _GestureId2;
-
- [ParamField(0xDE, ParamType.I8)]
- public sbyte GestureId3
- {
- get => _GestureId3;
- set => WriteParamField(ref _GestureId3, value);
- }
- private sbyte _GestureId3;
-
- [ParamField(0xDF, ParamType.I8)]
- public sbyte GestureId4
- {
- get => _GestureId4;
- set => WriteParamField(ref _GestureId4, value);
- }
- private sbyte _GestureId4;
-
- [ParamField(0xE0, ParamType.I8)]
- public sbyte GestureId5
- {
- get => _GestureId5;
- set => WriteParamField(ref _GestureId5, value);
- }
- private sbyte _GestureId5;
-
- [ParamField(0xE1, ParamType.I8)]
- public sbyte GestureId6
- {
- get => _GestureId6;
- set => WriteParamField(ref _GestureId6, value);
- }
- private sbyte _GestureId6;
-
- [ParamField(0xE2, ParamType.U8)]
- public byte NpcPlayerType
- {
- get => _NpcPlayerType;
- set => WriteParamField(ref _NpcPlayerType, value);
- }
- private byte _NpcPlayerType;
-
- [ParamField(0xE3, ParamType.U8)]
- public byte NpcPlayerDrawType
- {
- get => _NpcPlayerDrawType;
- set => WriteParamField(ref _NpcPlayerDrawType, value);
- }
- private byte _NpcPlayerDrawType;
-
- [ParamField(0xE4, ParamType.U8)]
- public byte NpcPlayerSex
- {
- get => _NpcPlayerSex;
- set => WriteParamField(ref _NpcPlayerSex, value);
- }
- private byte _NpcPlayerSex;
-
- #region BitField VowTypeBitfield ==============================================================================
-
- [ParamField(0xE5, ParamType.U8)]
- public byte VowTypeBitfield
- {
- get => _VowTypeBitfield;
- set => WriteParamField(ref _VowTypeBitfield, value);
- }
- private byte _VowTypeBitfield;
-
- [ParamBitField(nameof(VowTypeBitfield), bits: 4, bitsOffset: 0)]
- public byte VowType
- {
- get => GetbitfieldValue(_VowTypeBitfield);
- set => SetBitfieldValue(ref _VowTypeBitfield, value);
- }
-
- [ParamBitField(nameof(VowTypeBitfield), bits: 4, bitsOffset: 4)]
- public byte Pad
- {
- get => GetbitfieldValue(_VowTypeBitfield);
- set => SetBitfieldValue(ref _VowTypeBitfield, value);
- }
-
- #endregion BitField VowTypeBitfield
-
- [ParamField(0xE6, ParamType.Dummy8, 10)]
- public byte[] Pad0
- {
- get => _Pad0;
- set => WriteParamField(ref _Pad0, value);
- }
- private byte[] _Pad0;
+ [ParamField(0x0, ParamType.F32)]
+ public float BaseRec_mp
+ {
+ get => _BaseRec_mp;
+ set => WriteParamField(ref _BaseRec_mp, value);
+ }
+ private float _BaseRec_mp;
+
+ [ParamField(0x4, ParamType.F32)]
+ public float BaseRec_sp
+ {
+ get => _BaseRec_sp;
+ set => WriteParamField(ref _BaseRec_sp, value);
+ }
+ private float _BaseRec_sp;
+
+ [ParamField(0x8, ParamType.F32)]
+ public float Red_Falldam
+ {
+ get => _Red_Falldam;
+ set => WriteParamField(ref _Red_Falldam, value);
+ }
+ private float _Red_Falldam;
+
+ [ParamField(0xC, ParamType.I32)]
+ public int Soul
+ {
+ get => _Soul;
+ set => WriteParamField(ref _Soul, value);
+ }
+ private int _Soul;
+
+ [ParamField(0x10, ParamType.I32)]
+ public int Equip_Wep_Right
+ {
+ get => _Equip_Wep_Right;
+ set => WriteParamField(ref _Equip_Wep_Right, value);
+ }
+ private int _Equip_Wep_Right;
+
+ [ParamField(0x14, ParamType.I32)]
+ public int Equip_Subwep_Right
+ {
+ get => _Equip_Subwep_Right;
+ set => WriteParamField(ref _Equip_Subwep_Right, value);
+ }
+ private int _Equip_Subwep_Right;
+
+ [ParamField(0x18, ParamType.I32)]
+ public int Equip_Wep_Left
+ {
+ get => _Equip_Wep_Left;
+ set => WriteParamField(ref _Equip_Wep_Left, value);
+ }
+ private int _Equip_Wep_Left;
+
+ [ParamField(0x1C, ParamType.I32)]
+ public int Equip_Subwep_Left
+ {
+ get => _Equip_Subwep_Left;
+ set => WriteParamField(ref _Equip_Subwep_Left, value);
+ }
+ private int _Equip_Subwep_Left;
+
+ [ParamField(0x20, ParamType.I32)]
+ public int Equip_Helm
+ {
+ get => _Equip_Helm;
+ set => WriteParamField(ref _Equip_Helm, value);
+ }
+ private int _Equip_Helm;
+
+ [ParamField(0x24, ParamType.I32)]
+ public int Equip_Armer
+ {
+ get => _Equip_Armer;
+ set => WriteParamField(ref _Equip_Armer, value);
+ }
+ private int _Equip_Armer;
+
+ [ParamField(0x28, ParamType.I32)]
+ public int Equip_Gaunt
+ {
+ get => _Equip_Gaunt;
+ set => WriteParamField(ref _Equip_Gaunt, value);
+ }
+ private int _Equip_Gaunt;
+
+ [ParamField(0x2C, ParamType.I32)]
+ public int Equip_Leg
+ {
+ get => _Equip_Leg;
+ set => WriteParamField(ref _Equip_Leg, value);
+ }
+ private int _Equip_Leg;
+
+ [ParamField(0x30, ParamType.I32)]
+ public int Equip_Arrow
+ {
+ get => _Equip_Arrow;
+ set => WriteParamField(ref _Equip_Arrow, value);
+ }
+ private int _Equip_Arrow;
+
+ [ParamField(0x34, ParamType.I32)]
+ public int Equip_Bolt
+ {
+ get => _Equip_Bolt;
+ set => WriteParamField(ref _Equip_Bolt, value);
+ }
+ private int _Equip_Bolt;
+
+ [ParamField(0x38, ParamType.I32)]
+ public int Equip_SubArrow
+ {
+ get => _Equip_SubArrow;
+ set => WriteParamField(ref _Equip_SubArrow, value);
+ }
+ private int _Equip_SubArrow;
+
+ [ParamField(0x3C, ParamType.I32)]
+ public int Equip_SubBolt
+ {
+ get => _Equip_SubBolt;
+ set => WriteParamField(ref _Equip_SubBolt, value);
+ }
+ private int _Equip_SubBolt;
+
+ [ParamField(0x40, ParamType.I32)]
+ public int Equip_Accessory01
+ {
+ get => _Equip_Accessory01;
+ set => WriteParamField(ref _Equip_Accessory01, value);
+ }
+ private int _Equip_Accessory01;
+
+ [ParamField(0x44, ParamType.I32)]
+ public int Equip_Accessory02
+ {
+ get => _Equip_Accessory02;
+ set => WriteParamField(ref _Equip_Accessory02, value);
+ }
+ private int _Equip_Accessory02;
+
+ [ParamField(0x48, ParamType.I32)]
+ public int Equip_Accessory03
+ {
+ get => _Equip_Accessory03;
+ set => WriteParamField(ref _Equip_Accessory03, value);
+ }
+ private int _Equip_Accessory03;
+
+ [ParamField(0x4C, ParamType.I32)]
+ public int Equip_Accessory04
+ {
+ get => _Equip_Accessory04;
+ set => WriteParamField(ref _Equip_Accessory04, value);
+ }
+ private int _Equip_Accessory04;
+
+ [ParamField(0x50, ParamType.I32)]
+ public int Equip_Accessory05
+ {
+ get => _Equip_Accessory05;
+ set => WriteParamField(ref _Equip_Accessory05, value);
+ }
+ private int _Equip_Accessory05;
+
+ [ParamField(0x54, ParamType.I32)]
+ public int Equip_Skill_01
+ {
+ get => _Equip_Skill_01;
+ set => WriteParamField(ref _Equip_Skill_01, value);
+ }
+ private int _Equip_Skill_01;
+
+ [ParamField(0x58, ParamType.I32)]
+ public int Equip_Skill_02
+ {
+ get => _Equip_Skill_02;
+ set => WriteParamField(ref _Equip_Skill_02, value);
+ }
+ private int _Equip_Skill_02;
+
+ [ParamField(0x5C, ParamType.I32)]
+ public int Equip_Skill_03
+ {
+ get => _Equip_Skill_03;
+ set => WriteParamField(ref _Equip_Skill_03, value);
+ }
+ private int _Equip_Skill_03;
+
+ [ParamField(0x60, ParamType.I32)]
+ public int Equip_Spell_01
+ {
+ get => _Equip_Spell_01;
+ set => WriteParamField(ref _Equip_Spell_01, value);
+ }
+ private int _Equip_Spell_01;
+
+ [ParamField(0x64, ParamType.I32)]
+ public int Equip_Spell_02
+ {
+ get => _Equip_Spell_02;
+ set => WriteParamField(ref _Equip_Spell_02, value);
+ }
+ private int _Equip_Spell_02;
+
+ [ParamField(0x68, ParamType.I32)]
+ public int Equip_Spell_03
+ {
+ get => _Equip_Spell_03;
+ set => WriteParamField(ref _Equip_Spell_03, value);
+ }
+ private int _Equip_Spell_03;
+
+ [ParamField(0x6C, ParamType.I32)]
+ public int Equip_Spell_04
+ {
+ get => _Equip_Spell_04;
+ set => WriteParamField(ref _Equip_Spell_04, value);
+ }
+ private int _Equip_Spell_04;
+
+ [ParamField(0x70, ParamType.I32)]
+ public int Equip_Spell_05
+ {
+ get => _Equip_Spell_05;
+ set => WriteParamField(ref _Equip_Spell_05, value);
+ }
+ private int _Equip_Spell_05;
+
+ [ParamField(0x74, ParamType.I32)]
+ public int Equip_Spell_06
+ {
+ get => _Equip_Spell_06;
+ set => WriteParamField(ref _Equip_Spell_06, value);
+ }
+ private int _Equip_Spell_06;
+
+ [ParamField(0x78, ParamType.I32)]
+ public int Equip_Spell_07
+ {
+ get => _Equip_Spell_07;
+ set => WriteParamField(ref _Equip_Spell_07, value);
+ }
+ private int _Equip_Spell_07;
+
+ [ParamField(0x7C, ParamType.I32)]
+ public int Item_01
+ {
+ get => _Item_01;
+ set => WriteParamField(ref _Item_01, value);
+ }
+ private int _Item_01;
+
+ [ParamField(0x80, ParamType.I32)]
+ public int Item_02
+ {
+ get => _Item_02;
+ set => WriteParamField(ref _Item_02, value);
+ }
+ private int _Item_02;
+
+ [ParamField(0x84, ParamType.I32)]
+ public int Item_03
+ {
+ get => _Item_03;
+ set => WriteParamField(ref _Item_03, value);
+ }
+ private int _Item_03;
+
+ [ParamField(0x88, ParamType.I32)]
+ public int Item_04
+ {
+ get => _Item_04;
+ set => WriteParamField(ref _Item_04, value);
+ }
+ private int _Item_04;
+
+ [ParamField(0x8C, ParamType.I32)]
+ public int Item_05
+ {
+ get => _Item_05;
+ set => WriteParamField(ref _Item_05, value);
+ }
+ private int _Item_05;
+
+ [ParamField(0x90, ParamType.I32)]
+ public int Item_06
+ {
+ get => _Item_06;
+ set => WriteParamField(ref _Item_06, value);
+ }
+ private int _Item_06;
+
+ [ParamField(0x94, ParamType.I32)]
+ public int Item_07
+ {
+ get => _Item_07;
+ set => WriteParamField(ref _Item_07, value);
+ }
+ private int _Item_07;
+
+ [ParamField(0x98, ParamType.I32)]
+ public int Item_08
+ {
+ get => _Item_08;
+ set => WriteParamField(ref _Item_08, value);
+ }
+ private int _Item_08;
+
+ [ParamField(0x9C, ParamType.I32)]
+ public int Item_09
+ {
+ get => _Item_09;
+ set => WriteParamField(ref _Item_09, value);
+ }
+ private int _Item_09;
+
+ [ParamField(0xA0, ParamType.I32)]
+ public int Item_10
+ {
+ get => _Item_10;
+ set => WriteParamField(ref _Item_10, value);
+ }
+ private int _Item_10;
+
+ [ParamField(0xA4, ParamType.I32)]
+ public int NpcPlayerFaceGenId
+ {
+ get => _NpcPlayerFaceGenId;
+ set => WriteParamField(ref _NpcPlayerFaceGenId, value);
+ }
+ private int _NpcPlayerFaceGenId;
+
+ [ParamField(0xA8, ParamType.I32)]
+ public int NpcPlayerThinkId
+ {
+ get => _NpcPlayerThinkId;
+ set => WriteParamField(ref _NpcPlayerThinkId, value);
+ }
+ private int _NpcPlayerThinkId;
+
+ [ParamField(0xAC, ParamType.U16)]
+ public ushort BaseHp
+ {
+ get => _BaseHp;
+ set => WriteParamField(ref _BaseHp, value);
+ }
+ private ushort _BaseHp;
+
+ [ParamField(0xAE, ParamType.U16)]
+ public ushort BaseMp
+ {
+ get => _BaseMp;
+ set => WriteParamField(ref _BaseMp, value);
+ }
+ private ushort _BaseMp;
+
+ [ParamField(0xB0, ParamType.U16)]
+ public ushort BaseSp
+ {
+ get => _BaseSp;
+ set => WriteParamField(ref _BaseSp, value);
+ }
+ private ushort _BaseSp;
+
+ [ParamField(0xB2, ParamType.U16)]
+ public ushort ArrowNum
+ {
+ get => _ArrowNum;
+ set => WriteParamField(ref _ArrowNum, value);
+ }
+ private ushort _ArrowNum;
+
+ [ParamField(0xB4, ParamType.U16)]
+ public ushort BoltNum
+ {
+ get => _BoltNum;
+ set => WriteParamField(ref _BoltNum, value);
+ }
+ private ushort _BoltNum;
+
+ [ParamField(0xB6, ParamType.U16)]
+ public ushort SubArrowNum
+ {
+ get => _SubArrowNum;
+ set => WriteParamField(ref _SubArrowNum, value);
+ }
+ private ushort _SubArrowNum;
+
+ [ParamField(0xB8, ParamType.U16)]
+ public ushort SubBoltNum
+ {
+ get => _SubBoltNum;
+ set => WriteParamField(ref _SubBoltNum, value);
+ }
+ private ushort _SubBoltNum;
+
+ [ParamField(0xBA, ParamType.I16)]
+ public short QWC_sb
+ {
+ get => _QWC_sb;
+ set => WriteParamField(ref _QWC_sb, value);
+ }
+ private short _QWC_sb;
+
+ [ParamField(0xBC, ParamType.I16)]
+ public short QWC_mw
+ {
+ get => _QWC_mw;
+ set => WriteParamField(ref _QWC_mw, value);
+ }
+ private short _QWC_mw;
+
+ [ParamField(0xBE, ParamType.I16)]
+ public short QWC_cd
+ {
+ get => _QWC_cd;
+ set => WriteParamField(ref _QWC_cd, value);
+ }
+ private short _QWC_cd;
+
+ [ParamField(0xC0, ParamType.I16)]
+ public short SoulLv
+ {
+ get => _SoulLv;
+ set => WriteParamField(ref _SoulLv, value);
+ }
+ private short _SoulLv;
+
+ [ParamField(0xC2, ParamType.U8)]
+ public byte BaseVit
+ {
+ get => _BaseVit;
+ set => WriteParamField(ref _BaseVit, value);
+ }
+ private byte _BaseVit;
+
+ [ParamField(0xC3, ParamType.U8)]
+ public byte BaseWil
+ {
+ get => _BaseWil;
+ set => WriteParamField(ref _BaseWil, value);
+ }
+ private byte _BaseWil;
+
+ [ParamField(0xC4, ParamType.U8)]
+ public byte BaseEnd
+ {
+ get => _BaseEnd;
+ set => WriteParamField(ref _BaseEnd, value);
+ }
+ private byte _BaseEnd;
+
+ [ParamField(0xC5, ParamType.U8)]
+ public byte BaseStr
+ {
+ get => _BaseStr;
+ set => WriteParamField(ref _BaseStr, value);
+ }
+ private byte _BaseStr;
+
+ [ParamField(0xC6, ParamType.U8)]
+ public byte BaseDex
+ {
+ get => _BaseDex;
+ set => WriteParamField(ref _BaseDex, value);
+ }
+ private byte _BaseDex;
+
+ [ParamField(0xC7, ParamType.U8)]
+ public byte BaseMag
+ {
+ get => _BaseMag;
+ set => WriteParamField(ref _BaseMag, value);
+ }
+ private byte _BaseMag;
+
+ [ParamField(0xC8, ParamType.U8)]
+ public byte BaseFai
+ {
+ get => _BaseFai;
+ set => WriteParamField(ref _BaseFai, value);
+ }
+ private byte _BaseFai;
+
+ [ParamField(0xC9, ParamType.U8)]
+ public byte BaseLuc
+ {
+ get => _BaseLuc;
+ set => WriteParamField(ref _BaseLuc, value);
+ }
+ private byte _BaseLuc;
+
+ [ParamField(0xCA, ParamType.U8)]
+ public byte BaseHeroPoint
+ {
+ get => _BaseHeroPoint;
+ set => WriteParamField(ref _BaseHeroPoint, value);
+ }
+ private byte _BaseHeroPoint;
+
+ [ParamField(0xCB, ParamType.U8)]
+ public byte BaseDurability
+ {
+ get => _BaseDurability;
+ set => WriteParamField(ref _BaseDurability, value);
+ }
+ private byte _BaseDurability;
+
+ [ParamField(0xCC, ParamType.U8)]
+ public byte ItemNum_01
+ {
+ get => _ItemNum_01;
+ set => WriteParamField(ref _ItemNum_01, value);
+ }
+ private byte _ItemNum_01;
+
+ [ParamField(0xCD, ParamType.U8)]
+ public byte ItemNum_02
+ {
+ get => _ItemNum_02;
+ set => WriteParamField(ref _ItemNum_02, value);
+ }
+ private byte _ItemNum_02;
+
+ [ParamField(0xCE, ParamType.U8)]
+ public byte ItemNum_03
+ {
+ get => _ItemNum_03;
+ set => WriteParamField(ref _ItemNum_03, value);
+ }
+ private byte _ItemNum_03;
+
+ [ParamField(0xCF, ParamType.U8)]
+ public byte ItemNum_04
+ {
+ get => _ItemNum_04;
+ set => WriteParamField(ref _ItemNum_04, value);
+ }
+ private byte _ItemNum_04;
+
+ [ParamField(0xD0, ParamType.U8)]
+ public byte ItemNum_05
+ {
+ get => _ItemNum_05;
+ set => WriteParamField(ref _ItemNum_05, value);
+ }
+ private byte _ItemNum_05;
+
+ [ParamField(0xD1, ParamType.U8)]
+ public byte ItemNum_06
+ {
+ get => _ItemNum_06;
+ set => WriteParamField(ref _ItemNum_06, value);
+ }
+ private byte _ItemNum_06;
+ [ParamField(0xD2, ParamType.U8)]
+ public byte ItemNum_07
+ {
+ get => _ItemNum_07;
+ set => WriteParamField(ref _ItemNum_07, value);
+ }
+ private byte _ItemNum_07;
+
+ [ParamField(0xD3, ParamType.U8)]
+ public byte ItemNum_08
+ {
+ get => _ItemNum_08;
+ set => WriteParamField(ref _ItemNum_08, value);
+ }
+ private byte _ItemNum_08;
+
+ [ParamField(0xD4, ParamType.U8)]
+ public byte ItemNum_09
+ {
+ get => _ItemNum_09;
+ set => WriteParamField(ref _ItemNum_09, value);
+ }
+ private byte _ItemNum_09;
+
+ [ParamField(0xD5, ParamType.U8)]
+ public byte ItemNum_10
+ {
+ get => _ItemNum_10;
+ set => WriteParamField(ref _ItemNum_10, value);
+ }
+ private byte _ItemNum_10;
+
+ [ParamField(0xD6, ParamType.I8)]
+ public sbyte BodyScaleHead
+ {
+ get => _BodyScaleHead;
+ set => WriteParamField(ref _BodyScaleHead, value);
+ }
+ private sbyte _BodyScaleHead;
+
+ [ParamField(0xD7, ParamType.I8)]
+ public sbyte BodyScaleBreast
+ {
+ get => _BodyScaleBreast;
+ set => WriteParamField(ref _BodyScaleBreast, value);
+ }
+ private sbyte _BodyScaleBreast;
+
+ [ParamField(0xD8, ParamType.I8)]
+ public sbyte BodyScaleAbdomen
+ {
+ get => _BodyScaleAbdomen;
+ set => WriteParamField(ref _BodyScaleAbdomen, value);
+ }
+ private sbyte _BodyScaleAbdomen;
+
+ [ParamField(0xD9, ParamType.I8)]
+ public sbyte BodyScaleArm
+ {
+ get => _BodyScaleArm;
+ set => WriteParamField(ref _BodyScaleArm, value);
+ }
+ private sbyte _BodyScaleArm;
+
+ [ParamField(0xDA, ParamType.I8)]
+ public sbyte BodyScaleLeg
+ {
+ get => _BodyScaleLeg;
+ set => WriteParamField(ref _BodyScaleLeg, value);
+ }
+ private sbyte _BodyScaleLeg;
+
+ [ParamField(0xDB, ParamType.I8)]
+ public sbyte GestureId0
+ {
+ get => _GestureId0;
+ set => WriteParamField(ref _GestureId0, value);
+ }
+ private sbyte _GestureId0;
+
+ [ParamField(0xDC, ParamType.I8)]
+ public sbyte GestureId1
+ {
+ get => _GestureId1;
+ set => WriteParamField(ref _GestureId1, value);
+ }
+ private sbyte _GestureId1;
+
+ [ParamField(0xDD, ParamType.I8)]
+ public sbyte GestureId2
+ {
+ get => _GestureId2;
+ set => WriteParamField(ref _GestureId2, value);
+ }
+ private sbyte _GestureId2;
+
+ [ParamField(0xDE, ParamType.I8)]
+ public sbyte GestureId3
+ {
+ get => _GestureId3;
+ set => WriteParamField(ref _GestureId3, value);
+ }
+ private sbyte _GestureId3;
+
+ [ParamField(0xDF, ParamType.I8)]
+ public sbyte GestureId4
+ {
+ get => _GestureId4;
+ set => WriteParamField(ref _GestureId4, value);
+ }
+ private sbyte _GestureId4;
+
+ [ParamField(0xE0, ParamType.I8)]
+ public sbyte GestureId5
+ {
+ get => _GestureId5;
+ set => WriteParamField(ref _GestureId5, value);
+ }
+ private sbyte _GestureId5;
+
+ [ParamField(0xE1, ParamType.I8)]
+ public sbyte GestureId6
+ {
+ get => _GestureId6;
+ set => WriteParamField(ref _GestureId6, value);
+ }
+ private sbyte _GestureId6;
+
+ [ParamField(0xE2, ParamType.U8)]
+ public byte NpcPlayerType
+ {
+ get => _NpcPlayerType;
+ set => WriteParamField(ref _NpcPlayerType, value);
}
+ private byte _NpcPlayerType;
+
+ [ParamField(0xE3, ParamType.U8)]
+ public byte NpcPlayerDrawType
+ {
+ get => _NpcPlayerDrawType;
+ set => WriteParamField(ref _NpcPlayerDrawType, value);
+ }
+ private byte _NpcPlayerDrawType;
+
+ [ParamField(0xE4, ParamType.U8)]
+ public byte NpcPlayerSex
+ {
+ get => _NpcPlayerSex;
+ set => WriteParamField(ref _NpcPlayerSex, value);
+ }
+ private byte _NpcPlayerSex;
+
+ #region BitField VowTypeBitfield ==============================================================================
+
+ [ParamField(0xE5, ParamType.U8)]
+ public byte VowTypeBitfield
+ {
+ get => _VowTypeBitfield;
+ set => WriteParamField(ref _VowTypeBitfield, value);
+ }
+ private byte _VowTypeBitfield;
+
+ [ParamBitField(nameof(VowTypeBitfield), bits: 4, bitsOffset: 0)]
+ public byte VowType
+ {
+ get => GetbitfieldValue(_VowTypeBitfield);
+ set => SetBitfieldValue(ref _VowTypeBitfield, value);
+ }
+
+ [ParamBitField(nameof(VowTypeBitfield), bits: 4, bitsOffset: 4)]
+ public byte Pad
+ {
+ get => GetbitfieldValue(_VowTypeBitfield);
+ set => SetBitfieldValue(ref _VowTypeBitfield, value);
+ }
+
+ #endregion BitField VowTypeBitfield
+
+ [ParamField(0xE6, ParamType.Dummy8, 10)]
+ public byte[] Pad0
+ {
+ get => _Pad0;
+ set => WriteParamField(ref _Pad0, value);
+ }
+ private byte[] _Pad0 = null!;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/CoolTimeParam.cs b/src/SoulMemory/DarkSouls1/Parameters/CoolTimeParam.cs
index de740e3e..8a5c1ff0 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/CoolTimeParam.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/CoolTimeParam.cs
@@ -18,76 +18,73 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class CoolTimeParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class CoolTimeParam : BaseParam
+ [ParamField(0x0, ParamType.F32)]
+ public float LimitationTime_0
{
- public CoolTimeParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.F32)]
- public float LimitationTime_0
- {
- get => _LimitationTime_0;
- set => WriteParamField(ref _LimitationTime_0, value);
- }
- private float _LimitationTime_0;
-
- [ParamField(0x4, ParamType.F32)]
- public float ObservationTime_0
- {
- get => _ObservationTime_0;
- set => WriteParamField(ref _ObservationTime_0, value);
- }
- private float _ObservationTime_0;
+ get => _LimitationTime_0;
+ set => WriteParamField(ref _LimitationTime_0, value);
+ }
+ private float _LimitationTime_0;
- [ParamField(0x8, ParamType.F32)]
- public float LimitationTime_1
- {
- get => _LimitationTime_1;
- set => WriteParamField(ref _LimitationTime_1, value);
- }
- private float _LimitationTime_1;
+ [ParamField(0x4, ParamType.F32)]
+ public float ObservationTime_0
+ {
+ get => _ObservationTime_0;
+ set => WriteParamField(ref _ObservationTime_0, value);
+ }
+ private float _ObservationTime_0;
- [ParamField(0xC, ParamType.F32)]
- public float ObservationTime_1
- {
- get => _ObservationTime_1;
- set => WriteParamField(ref _ObservationTime_1, value);
- }
- private float _ObservationTime_1;
+ [ParamField(0x8, ParamType.F32)]
+ public float LimitationTime_1
+ {
+ get => _LimitationTime_1;
+ set => WriteParamField(ref _LimitationTime_1, value);
+ }
+ private float _LimitationTime_1;
- [ParamField(0x10, ParamType.F32)]
- public float LimitationTime_2
- {
- get => _LimitationTime_2;
- set => WriteParamField(ref _LimitationTime_2, value);
- }
- private float _LimitationTime_2;
+ [ParamField(0xC, ParamType.F32)]
+ public float ObservationTime_1
+ {
+ get => _ObservationTime_1;
+ set => WriteParamField(ref _ObservationTime_1, value);
+ }
+ private float _ObservationTime_1;
- [ParamField(0x14, ParamType.F32)]
- public float ObservationTime_2
- {
- get => _ObservationTime_2;
- set => WriteParamField(ref _ObservationTime_2, value);
- }
- private float _ObservationTime_2;
+ [ParamField(0x10, ParamType.F32)]
+ public float LimitationTime_2
+ {
+ get => _LimitationTime_2;
+ set => WriteParamField(ref _LimitationTime_2, value);
+ }
+ private float _LimitationTime_2;
- [ParamField(0x18, ParamType.F32)]
- public float LimitationTime_3
- {
- get => _LimitationTime_3;
- set => WriteParamField(ref _LimitationTime_3, value);
- }
- private float _LimitationTime_3;
+ [ParamField(0x14, ParamType.F32)]
+ public float ObservationTime_2
+ {
+ get => _ObservationTime_2;
+ set => WriteParamField(ref _ObservationTime_2, value);
+ }
+ private float _ObservationTime_2;
- [ParamField(0x1C, ParamType.F32)]
- public float ObservationTime_3
- {
- get => _ObservationTime_3;
- set => WriteParamField(ref _ObservationTime_3, value);
- }
- private float _ObservationTime_3;
+ [ParamField(0x18, ParamType.F32)]
+ public float LimitationTime_3
+ {
+ get => _LimitationTime_3;
+ set => WriteParamField(ref _LimitationTime_3, value);
+ }
+ private float _LimitationTime_3;
+ [ParamField(0x1C, ParamType.F32)]
+ public float ObservationTime_3
+ {
+ get => _ObservationTime_3;
+ set => WriteParamField(ref _ObservationTime_3, value);
}
+ private float _ObservationTime_3;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/DofBank.cs b/src/SoulMemory/DarkSouls1/Parameters/DofBank.cs
index 31fa16fc..375eb48e 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/DofBank.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/DofBank.cs
@@ -18,84 +18,81 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class DofBank(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class DofBank : BaseParam
+ [ParamField(0x0, ParamType.F32)]
+ public float FarDofBegin
{
- public DofBank(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.F32)]
- public float FarDofBegin
- {
- get => _FarDofBegin;
- set => WriteParamField(ref _FarDofBegin, value);
- }
- private float _FarDofBegin;
-
- [ParamField(0x4, ParamType.F32)]
- public float FarDofEnd
- {
- get => _FarDofEnd;
- set => WriteParamField(ref _FarDofEnd, value);
- }
- private float _FarDofEnd;
+ get => _FarDofBegin;
+ set => WriteParamField(ref _FarDofBegin, value);
+ }
+ private float _FarDofBegin;
- [ParamField(0x8, ParamType.U8)]
- public byte FarDofMul
- {
- get => _FarDofMul;
- set => WriteParamField(ref _FarDofMul, value);
- }
- private byte _FarDofMul;
+ [ParamField(0x4, ParamType.F32)]
+ public float FarDofEnd
+ {
+ get => _FarDofEnd;
+ set => WriteParamField(ref _FarDofEnd, value);
+ }
+ private float _FarDofEnd;
- [ParamField(0x9, ParamType.Dummy8, 3)]
- public byte[] Pad_0
- {
- get => _Pad_0;
- set => WriteParamField(ref _Pad_0, value);
- }
- private byte[] _Pad_0;
+ [ParamField(0x8, ParamType.U8)]
+ public byte FarDofMul
+ {
+ get => _FarDofMul;
+ set => WriteParamField(ref _FarDofMul, value);
+ }
+ private byte _FarDofMul;
- [ParamField(0xC, ParamType.F32)]
- public float NearDofBegin
- {
- get => _NearDofBegin;
- set => WriteParamField(ref _NearDofBegin, value);
- }
- private float _NearDofBegin;
+ [ParamField(0x9, ParamType.Dummy8, 3)]
+ public byte[] Pad_0
+ {
+ get => _Pad_0;
+ set => WriteParamField(ref _Pad_0, value);
+ }
+ private byte[] _Pad_0 = null!;
- [ParamField(0x10, ParamType.F32)]
- public float NearDofEnd
- {
- get => _NearDofEnd;
- set => WriteParamField(ref _NearDofEnd, value);
- }
- private float _NearDofEnd;
+ [ParamField(0xC, ParamType.F32)]
+ public float NearDofBegin
+ {
+ get => _NearDofBegin;
+ set => WriteParamField(ref _NearDofBegin, value);
+ }
+ private float _NearDofBegin;
- [ParamField(0x14, ParamType.U8)]
- public byte NearDofMul
- {
- get => _NearDofMul;
- set => WriteParamField(ref _NearDofMul, value);
- }
- private byte _NearDofMul;
+ [ParamField(0x10, ParamType.F32)]
+ public float NearDofEnd
+ {
+ get => _NearDofEnd;
+ set => WriteParamField(ref _NearDofEnd, value);
+ }
+ private float _NearDofEnd;
- [ParamField(0x15, ParamType.Dummy8, 3)]
- public byte[] Pad_1
- {
- get => _Pad_1;
- set => WriteParamField(ref _Pad_1, value);
- }
- private byte[] _Pad_1;
+ [ParamField(0x14, ParamType.U8)]
+ public byte NearDofMul
+ {
+ get => _NearDofMul;
+ set => WriteParamField(ref _NearDofMul, value);
+ }
+ private byte _NearDofMul;
- [ParamField(0x18, ParamType.F32)]
- public float DispersionSq
- {
- get => _DispersionSq;
- set => WriteParamField(ref _DispersionSq, value);
- }
- private float _DispersionSq;
+ [ParamField(0x15, ParamType.Dummy8, 3)]
+ public byte[] Pad_1
+ {
+ get => _Pad_1;
+ set => WriteParamField(ref _Pad_1, value);
+ }
+ private byte[] _Pad_1 = null!;
+ [ParamField(0x18, ParamType.F32)]
+ public float DispersionSq
+ {
+ get => _DispersionSq;
+ set => WriteParamField(ref _DispersionSq, value);
}
+ private float _DispersionSq;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/EnemyStandardInfo.cs b/src/SoulMemory/DarkSouls1/Parameters/EnemyStandardInfo.cs
index 3c568598..2499a419 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/EnemyStandardInfo.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/EnemyStandardInfo.cs
@@ -18,188 +18,185 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class EnemyStandardInfo(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class EnemyStandardInfo : BaseParam
- {
- public EnemyStandardInfo(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I32)]
- public int EnemyBehaviorID
- {
- get => _EnemyBehaviorID;
- set => WriteParamField(ref _EnemyBehaviorID, value);
- }
- private int _EnemyBehaviorID;
-
- [ParamField(0x4, ParamType.U16)]
- public ushort HP
- {
- get => _HP;
- set => WriteParamField(ref _HP, value);
- }
- private ushort _HP;
-
- [ParamField(0x6, ParamType.U16)]
- public ushort AttackPower
- {
- get => _AttackPower;
- set => WriteParamField(ref _AttackPower, value);
- }
- private ushort _AttackPower;
-
- [ParamField(0x8, ParamType.I32)]
- public int ChrType
- {
- get => _ChrType;
- set => WriteParamField(ref _ChrType, value);
- }
- private int _ChrType;
-
- [ParamField(0xC, ParamType.F32)]
- public float HitHeight
- {
- get => _HitHeight;
- set => WriteParamField(ref _HitHeight, value);
- }
- private float _HitHeight;
-
- [ParamField(0x10, ParamType.F32)]
- public float HitRadius
- {
- get => _HitRadius;
- set => WriteParamField(ref _HitRadius, value);
- }
- private float _HitRadius;
-
- [ParamField(0x14, ParamType.F32)]
- public float Weight
- {
- get => _Weight;
- set => WriteParamField(ref _Weight, value);
- }
- private float _Weight;
-
- [ParamField(0x18, ParamType.F32)]
- public float DynamicFriction
- {
- get => _DynamicFriction;
- set => WriteParamField(ref _DynamicFriction, value);
- }
- private float _DynamicFriction;
-
- [ParamField(0x1C, ParamType.F32)]
- public float StaticFriction
- {
- get => _StaticFriction;
- set => WriteParamField(ref _StaticFriction, value);
- }
- private float _StaticFriction;
-
- [ParamField(0x20, ParamType.I32)]
- public int UpperDefState
- {
- get => _UpperDefState;
- set => WriteParamField(ref _UpperDefState, value);
- }
- private int _UpperDefState;
-
- [ParamField(0x24, ParamType.I32)]
- public int ActionDefState
- {
- get => _ActionDefState;
- set => WriteParamField(ref _ActionDefState, value);
- }
- private int _ActionDefState;
-
- [ParamField(0x28, ParamType.F32)]
- public float RotY_per_Second
- {
- get => _RotY_per_Second;
- set => WriteParamField(ref _RotY_per_Second, value);
- }
- private float _RotY_per_Second;
-
- [ParamField(0x2C, ParamType.Dummy8, 20)]
- public byte[] Reserve0
- {
- get => _Reserve0;
- set => WriteParamField(ref _Reserve0, value);
- }
- private byte[] _Reserve0;
-
- [ParamField(0x40, ParamType.U8)]
- public byte RotY_per_Second_old
- {
- get => _RotY_per_Second_old;
- set => WriteParamField(ref _RotY_per_Second_old, value);
- }
- private byte _RotY_per_Second_old;
-
- [ParamField(0x41, ParamType.U8)]
- public byte EnableSideStep
- {
- get => _EnableSideStep;
- set => WriteParamField(ref _EnableSideStep, value);
- }
- private byte _EnableSideStep;
-
- [ParamField(0x42, ParamType.U8)]
- public byte UseRagdollHit
- {
- get => _UseRagdollHit;
- set => WriteParamField(ref _UseRagdollHit, value);
- }
- private byte _UseRagdollHit;
-
- [ParamField(0x43, ParamType.Dummy8, 5)]
- public byte[] Reserve_last
- {
- get => _Reserve_last;
- set => WriteParamField(ref _Reserve_last, value);
- }
- private byte[] _Reserve_last;
-
- [ParamField(0x48, ParamType.U16)]
- public ushort Stamina
- {
- get => _Stamina;
- set => WriteParamField(ref _Stamina, value);
- }
- private ushort _Stamina;
-
- [ParamField(0x4A, ParamType.U16)]
- public ushort StaminaRecover
- {
- get => _StaminaRecover;
- set => WriteParamField(ref _StaminaRecover, value);
- }
- private ushort _StaminaRecover;
-
- [ParamField(0x4C, ParamType.U16)]
- public ushort StaminaConsumption
- {
- get => _StaminaConsumption;
- set => WriteParamField(ref _StaminaConsumption, value);
- }
- private ushort _StaminaConsumption;
-
- [ParamField(0x4E, ParamType.U16)]
- public ushort Deffenct_Phys
- {
- get => _Deffenct_Phys;
- set => WriteParamField(ref _Deffenct_Phys, value);
- }
- private ushort _Deffenct_Phys;
-
- [ParamField(0x50, ParamType.Dummy8, 48)]
- public byte[] Reserve_last2
- {
- get => _Reserve_last2;
- set => WriteParamField(ref _Reserve_last2, value);
- }
- private byte[] _Reserve_last2;
+ [ParamField(0x0, ParamType.I32)]
+ public int EnemyBehaviorID
+ {
+ get => _EnemyBehaviorID;
+ set => WriteParamField(ref _EnemyBehaviorID, value);
+ }
+ private int _EnemyBehaviorID;
+ [ParamField(0x4, ParamType.U16)]
+ public ushort HP
+ {
+ get => _HP;
+ set => WriteParamField(ref _HP, value);
}
+ private ushort _HP;
+
+ [ParamField(0x6, ParamType.U16)]
+ public ushort AttackPower
+ {
+ get => _AttackPower;
+ set => WriteParamField(ref _AttackPower, value);
+ }
+ private ushort _AttackPower;
+
+ [ParamField(0x8, ParamType.I32)]
+ public int ChrType
+ {
+ get => _ChrType;
+ set => WriteParamField(ref _ChrType, value);
+ }
+ private int _ChrType;
+
+ [ParamField(0xC, ParamType.F32)]
+ public float HitHeight
+ {
+ get => _HitHeight;
+ set => WriteParamField(ref _HitHeight, value);
+ }
+ private float _HitHeight;
+
+ [ParamField(0x10, ParamType.F32)]
+ public float HitRadius
+ {
+ get => _HitRadius;
+ set => WriteParamField(ref _HitRadius, value);
+ }
+ private float _HitRadius;
+
+ [ParamField(0x14, ParamType.F32)]
+ public float Weight
+ {
+ get => _Weight;
+ set => WriteParamField(ref _Weight, value);
+ }
+ private float _Weight;
+
+ [ParamField(0x18, ParamType.F32)]
+ public float DynamicFriction
+ {
+ get => _DynamicFriction;
+ set => WriteParamField(ref _DynamicFriction, value);
+ }
+ private float _DynamicFriction;
+
+ [ParamField(0x1C, ParamType.F32)]
+ public float StaticFriction
+ {
+ get => _StaticFriction;
+ set => WriteParamField(ref _StaticFriction, value);
+ }
+ private float _StaticFriction;
+
+ [ParamField(0x20, ParamType.I32)]
+ public int UpperDefState
+ {
+ get => _UpperDefState;
+ set => WriteParamField(ref _UpperDefState, value);
+ }
+ private int _UpperDefState;
+
+ [ParamField(0x24, ParamType.I32)]
+ public int ActionDefState
+ {
+ get => _ActionDefState;
+ set => WriteParamField(ref _ActionDefState, value);
+ }
+ private int _ActionDefState;
+
+ [ParamField(0x28, ParamType.F32)]
+ public float RotY_per_Second
+ {
+ get => _RotY_per_Second;
+ set => WriteParamField(ref _RotY_per_Second, value);
+ }
+ private float _RotY_per_Second;
+
+ [ParamField(0x2C, ParamType.Dummy8, 20)]
+ public byte[] Reserve0
+ {
+ get => _Reserve0;
+ set => WriteParamField(ref _Reserve0, value);
+ }
+ private byte[] _Reserve0 = null!;
+
+ [ParamField(0x40, ParamType.U8)]
+ public byte RotY_per_Second_old
+ {
+ get => _RotY_per_Second_old;
+ set => WriteParamField(ref _RotY_per_Second_old, value);
+ }
+ private byte _RotY_per_Second_old;
+
+ [ParamField(0x41, ParamType.U8)]
+ public byte EnableSideStep
+ {
+ get => _EnableSideStep;
+ set => WriteParamField(ref _EnableSideStep, value);
+ }
+ private byte _EnableSideStep;
+
+ [ParamField(0x42, ParamType.U8)]
+ public byte UseRagdollHit
+ {
+ get => _UseRagdollHit;
+ set => WriteParamField(ref _UseRagdollHit, value);
+ }
+ private byte _UseRagdollHit;
+
+ [ParamField(0x43, ParamType.Dummy8, 5)]
+ public byte[] Reserve_last
+ {
+ get => _Reserve_last;
+ set => WriteParamField(ref _Reserve_last, value);
+ }
+ private byte[] _Reserve_last = null!;
+
+ [ParamField(0x48, ParamType.U16)]
+ public ushort Stamina
+ {
+ get => _Stamina;
+ set => WriteParamField(ref _Stamina, value);
+ }
+ private ushort _Stamina;
+
+ [ParamField(0x4A, ParamType.U16)]
+ public ushort StaminaRecover
+ {
+ get => _StaminaRecover;
+ set => WriteParamField(ref _StaminaRecover, value);
+ }
+ private ushort _StaminaRecover;
+
+ [ParamField(0x4C, ParamType.U16)]
+ public ushort StaminaConsumption
+ {
+ get => _StaminaConsumption;
+ set => WriteParamField(ref _StaminaConsumption, value);
+ }
+ private ushort _StaminaConsumption;
+
+ [ParamField(0x4E, ParamType.U16)]
+ public ushort Deffenct_Phys
+ {
+ get => _Deffenct_Phys;
+ set => WriteParamField(ref _Deffenct_Phys, value);
+ }
+ private ushort _Deffenct_Phys;
+
+ [ParamField(0x50, ParamType.Dummy8, 48)]
+ public byte[] Reserve_last2
+ {
+ get => _Reserve_last2;
+ set => WriteParamField(ref _Reserve_last2, value);
+ }
+ private byte[] _Reserve_last2 = null!;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/EnvLightTexBank.cs b/src/SoulMemory/DarkSouls1/Parameters/EnvLightTexBank.cs
index 3400cf90..ba31c4a5 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/EnvLightTexBank.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/EnvLightTexBank.cs
@@ -18,764 +18,761 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class EnvLightTexBank(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class EnvLightTexBank : BaseParam
- {
- public EnvLightTexBank(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I8)]
- public sbyte IsUse
- {
- get => _IsUse;
- set => WriteParamField(ref _IsUse, value);
- }
- private sbyte _IsUse;
-
- [ParamField(0x1, ParamType.I8)]
- public sbyte AutoUpdate
- {
- get => _AutoUpdate;
- set => WriteParamField(ref _AutoUpdate, value);
- }
- private sbyte _AutoUpdate;
-
- [ParamField(0x2, ParamType.Dummy8, 12)]
- public byte[] Pad_0
- {
- get => _Pad_0;
- set => WriteParamField(ref _Pad_0, value);
- }
- private byte[] _Pad_0;
-
- [ParamField(0xE, ParamType.I16)]
- public short InvMulCol
- {
- get => _InvMulCol;
- set => WriteParamField(ref _InvMulCol, value);
- }
- private short _InvMulCol;
-
- [ParamField(0x10, ParamType.I16)]
- public short ResNameId_Dif0
- {
- get => _ResNameId_Dif0;
- set => WriteParamField(ref _ResNameId_Dif0, value);
- }
- private short _ResNameId_Dif0;
-
- [ParamField(0x12, ParamType.I16)]
- public short InvMulCol_Dif0
- {
- get => _InvMulCol_Dif0;
- set => WriteParamField(ref _InvMulCol_Dif0, value);
- }
- private short _InvMulCol_Dif0;
-
- [ParamField(0x14, ParamType.F32)]
- public float SepcPow_Dif0
- {
- get => _SepcPow_Dif0;
- set => WriteParamField(ref _SepcPow_Dif0, value);
- }
- private float _SepcPow_Dif0;
-
- [ParamField(0x18, ParamType.Dummy8, 8)]
- public byte[] Pad_Dif0
- {
- get => _Pad_Dif0;
- set => WriteParamField(ref _Pad_Dif0, value);
- }
- private byte[] _Pad_Dif0;
-
- [ParamField(0x20, ParamType.I16)]
- public short ResNameId_Spc0
- {
- get => _ResNameId_Spc0;
- set => WriteParamField(ref _ResNameId_Spc0, value);
- }
- private short _ResNameId_Spc0;
-
- [ParamField(0x22, ParamType.I16)]
- public short InvMulCol_Spc0
- {
- get => _InvMulCol_Spc0;
- set => WriteParamField(ref _InvMulCol_Spc0, value);
- }
- private short _InvMulCol_Spc0;
-
- [ParamField(0x24, ParamType.F32)]
- public float SepcPow_Spc0
- {
- get => _SepcPow_Spc0;
- set => WriteParamField(ref _SepcPow_Spc0, value);
- }
- private float _SepcPow_Spc0;
-
- [ParamField(0x28, ParamType.Dummy8, 8)]
- public byte[] Pad_Spc0
- {
- get => _Pad_Spc0;
- set => WriteParamField(ref _Pad_Spc0, value);
- }
- private byte[] _Pad_Spc0;
-
- [ParamField(0x30, ParamType.I16)]
- public short ResNameId_Spc1
- {
- get => _ResNameId_Spc1;
- set => WriteParamField(ref _ResNameId_Spc1, value);
- }
- private short _ResNameId_Spc1;
-
- [ParamField(0x32, ParamType.I16)]
- public short InvMulCol_Spc1
- {
- get => _InvMulCol_Spc1;
- set => WriteParamField(ref _InvMulCol_Spc1, value);
- }
- private short _InvMulCol_Spc1;
-
- [ParamField(0x34, ParamType.F32)]
- public float SepcPow_Spc1
- {
- get => _SepcPow_Spc1;
- set => WriteParamField(ref _SepcPow_Spc1, value);
- }
- private float _SepcPow_Spc1;
-
- [ParamField(0x38, ParamType.Dummy8, 8)]
- public byte[] Pad_Spc1
- {
- get => _Pad_Spc1;
- set => WriteParamField(ref _Pad_Spc1, value);
- }
- private byte[] _Pad_Spc1;
-
- [ParamField(0x40, ParamType.I16)]
- public short ResNameId_Spc2
- {
- get => _ResNameId_Spc2;
- set => WriteParamField(ref _ResNameId_Spc2, value);
- }
- private short _ResNameId_Spc2;
-
- [ParamField(0x42, ParamType.I16)]
- public short InvMulCol_Spc2
- {
- get => _InvMulCol_Spc2;
- set => WriteParamField(ref _InvMulCol_Spc2, value);
- }
- private short _InvMulCol_Spc2;
-
- [ParamField(0x44, ParamType.F32)]
- public float SepcPow_Spc2
- {
- get => _SepcPow_Spc2;
- set => WriteParamField(ref _SepcPow_Spc2, value);
- }
- private float _SepcPow_Spc2;
-
- [ParamField(0x48, ParamType.Dummy8, 8)]
- public byte[] Pad_Spc2
- {
- get => _Pad_Spc2;
- set => WriteParamField(ref _Pad_Spc2, value);
- }
- private byte[] _Pad_Spc2;
-
- [ParamField(0x50, ParamType.I16)]
- public short ResNameId_Spc3
- {
- get => _ResNameId_Spc3;
- set => WriteParamField(ref _ResNameId_Spc3, value);
- }
- private short _ResNameId_Spc3;
-
- [ParamField(0x52, ParamType.I16)]
- public short InvMulCol_Spc3
- {
- get => _InvMulCol_Spc3;
- set => WriteParamField(ref _InvMulCol_Spc3, value);
- }
- private short _InvMulCol_Spc3;
-
- [ParamField(0x54, ParamType.F32)]
- public float SepcPow_Spc3
- {
- get => _SepcPow_Spc3;
- set => WriteParamField(ref _SepcPow_Spc3, value);
- }
- private float _SepcPow_Spc3;
-
- [ParamField(0x58, ParamType.Dummy8, 8)]
- public byte[] Pad_Spc3
- {
- get => _Pad_Spc3;
- set => WriteParamField(ref _Pad_Spc3, value);
- }
- private byte[] _Pad_Spc3;
-
- [ParamField(0x60, ParamType.I16)]
- public short DegRotX_00
- {
- get => _DegRotX_00;
- set => WriteParamField(ref _DegRotX_00, value);
- }
- private short _DegRotX_00;
-
- [ParamField(0x62, ParamType.I16)]
- public short DegRotY_00
- {
- get => _DegRotY_00;
- set => WriteParamField(ref _DegRotY_00, value);
- }
- private short _DegRotY_00;
-
- [ParamField(0x64, ParamType.I16)]
- public short ColR_00
- {
- get => _ColR_00;
- set => WriteParamField(ref _ColR_00, value);
- }
- private short _ColR_00;
-
- [ParamField(0x66, ParamType.I16)]
- public short ColG_00
- {
- get => _ColG_00;
- set => WriteParamField(ref _ColG_00, value);
- }
- private short _ColG_00;
-
- [ParamField(0x68, ParamType.I16)]
- public short ColB_00
- {
- get => _ColB_00;
- set => WriteParamField(ref _ColB_00, value);
- }
- private short _ColB_00;
-
- [ParamField(0x6A, ParamType.I16)]
- public short ColA_00
- {
- get => _ColA_00;
- set => WriteParamField(ref _ColA_00, value);
- }
- private short _ColA_00;
-
- [ParamField(0x6C, ParamType.Dummy8, 4)]
- public byte[] Pad_00
- {
- get => _Pad_00;
- set => WriteParamField(ref _Pad_00, value);
- }
- private byte[] _Pad_00;
-
- [ParamField(0x70, ParamType.I16)]
- public short DegRotX_01
- {
- get => _DegRotX_01;
- set => WriteParamField(ref _DegRotX_01, value);
- }
- private short _DegRotX_01;
-
- [ParamField(0x72, ParamType.I16)]
- public short DegRotY_01
- {
- get => _DegRotY_01;
- set => WriteParamField(ref _DegRotY_01, value);
- }
- private short _DegRotY_01;
-
- [ParamField(0x74, ParamType.I16)]
- public short ColR_01
- {
- get => _ColR_01;
- set => WriteParamField(ref _ColR_01, value);
- }
- private short _ColR_01;
-
- [ParamField(0x76, ParamType.I16)]
- public short ColG_01
- {
- get => _ColG_01;
- set => WriteParamField(ref _ColG_01, value);
- }
- private short _ColG_01;
-
- [ParamField(0x78, ParamType.I16)]
- public short ColB_01
- {
- get => _ColB_01;
- set => WriteParamField(ref _ColB_01, value);
- }
- private short _ColB_01;
-
- [ParamField(0x7A, ParamType.I16)]
- public short ColA_01
- {
- get => _ColA_01;
- set => WriteParamField(ref _ColA_01, value);
- }
- private short _ColA_01;
-
- [ParamField(0x7C, ParamType.Dummy8, 4)]
- public byte[] Pad_01
- {
- get => _Pad_01;
- set => WriteParamField(ref _Pad_01, value);
- }
- private byte[] _Pad_01;
-
- [ParamField(0x80, ParamType.I16)]
- public short DegRotX_02
- {
- get => _DegRotX_02;
- set => WriteParamField(ref _DegRotX_02, value);
- }
- private short _DegRotX_02;
-
- [ParamField(0x82, ParamType.I16)]
- public short DegRotY_02
- {
- get => _DegRotY_02;
- set => WriteParamField(ref _DegRotY_02, value);
- }
- private short _DegRotY_02;
-
- [ParamField(0x84, ParamType.I16)]
- public short ColR_02
- {
- get => _ColR_02;
- set => WriteParamField(ref _ColR_02, value);
- }
- private short _ColR_02;
-
- [ParamField(0x86, ParamType.I16)]
- public short ColG_02
- {
- get => _ColG_02;
- set => WriteParamField(ref _ColG_02, value);
- }
- private short _ColG_02;
-
- [ParamField(0x88, ParamType.I16)]
- public short ColB_02
- {
- get => _ColB_02;
- set => WriteParamField(ref _ColB_02, value);
- }
- private short _ColB_02;
-
- [ParamField(0x8A, ParamType.I16)]
- public short ColA_02
- {
- get => _ColA_02;
- set => WriteParamField(ref _ColA_02, value);
- }
- private short _ColA_02;
-
- [ParamField(0x8C, ParamType.Dummy8, 4)]
- public byte[] Pad_02
- {
- get => _Pad_02;
- set => WriteParamField(ref _Pad_02, value);
- }
- private byte[] _Pad_02;
-
- [ParamField(0x90, ParamType.I16)]
- public short DegRotX_03
- {
- get => _DegRotX_03;
- set => WriteParamField(ref _DegRotX_03, value);
- }
- private short _DegRotX_03;
-
- [ParamField(0x92, ParamType.I16)]
- public short DegRotY_03
- {
- get => _DegRotY_03;
- set => WriteParamField(ref _DegRotY_03, value);
- }
- private short _DegRotY_03;
-
- [ParamField(0x94, ParamType.I16)]
- public short ColR_03
- {
- get => _ColR_03;
- set => WriteParamField(ref _ColR_03, value);
- }
- private short _ColR_03;
-
- [ParamField(0x96, ParamType.I16)]
- public short ColG_03
- {
- get => _ColG_03;
- set => WriteParamField(ref _ColG_03, value);
- }
- private short _ColG_03;
-
- [ParamField(0x98, ParamType.I16)]
- public short ColB_03
- {
- get => _ColB_03;
- set => WriteParamField(ref _ColB_03, value);
- }
- private short _ColB_03;
-
- [ParamField(0x9A, ParamType.I16)]
- public short ColA_03
- {
- get => _ColA_03;
- set => WriteParamField(ref _ColA_03, value);
- }
- private short _ColA_03;
-
- [ParamField(0x9C, ParamType.Dummy8, 4)]
- public byte[] Pad_03
- {
- get => _Pad_03;
- set => WriteParamField(ref _Pad_03, value);
- }
- private byte[] _Pad_03;
-
- [ParamField(0xA0, ParamType.I16)]
- public short DegRotX_04
- {
- get => _DegRotX_04;
- set => WriteParamField(ref _DegRotX_04, value);
- }
- private short _DegRotX_04;
-
- [ParamField(0xA2, ParamType.I16)]
- public short DegRotY_04
- {
- get => _DegRotY_04;
- set => WriteParamField(ref _DegRotY_04, value);
- }
- private short _DegRotY_04;
-
- [ParamField(0xA4, ParamType.I16)]
- public short ColR_04
- {
- get => _ColR_04;
- set => WriteParamField(ref _ColR_04, value);
- }
- private short _ColR_04;
-
- [ParamField(0xA6, ParamType.I16)]
- public short ColG_04
- {
- get => _ColG_04;
- set => WriteParamField(ref _ColG_04, value);
- }
- private short _ColG_04;
-
- [ParamField(0xA8, ParamType.I16)]
- public short ColB_04
- {
- get => _ColB_04;
- set => WriteParamField(ref _ColB_04, value);
- }
- private short _ColB_04;
-
- [ParamField(0xAA, ParamType.I16)]
- public short ColA_04
- {
- get => _ColA_04;
- set => WriteParamField(ref _ColA_04, value);
- }
- private short _ColA_04;
-
- [ParamField(0xAC, ParamType.Dummy8, 4)]
- public byte[] Pad_04
- {
- get => _Pad_04;
- set => WriteParamField(ref _Pad_04, value);
- }
- private byte[] _Pad_04;
-
- [ParamField(0xB0, ParamType.I16)]
- public short DegRotX_05
- {
- get => _DegRotX_05;
- set => WriteParamField(ref _DegRotX_05, value);
- }
- private short _DegRotX_05;
-
- [ParamField(0xB2, ParamType.I16)]
- public short DegRotY_05
- {
- get => _DegRotY_05;
- set => WriteParamField(ref _DegRotY_05, value);
- }
- private short _DegRotY_05;
-
- [ParamField(0xB4, ParamType.I16)]
- public short ColR_05
- {
- get => _ColR_05;
- set => WriteParamField(ref _ColR_05, value);
- }
- private short _ColR_05;
-
- [ParamField(0xB6, ParamType.I16)]
- public short ColG_05
- {
- get => _ColG_05;
- set => WriteParamField(ref _ColG_05, value);
- }
- private short _ColG_05;
-
- [ParamField(0xB8, ParamType.I16)]
- public short ColB_05
- {
- get => _ColB_05;
- set => WriteParamField(ref _ColB_05, value);
- }
- private short _ColB_05;
-
- [ParamField(0xBA, ParamType.I16)]
- public short ColA_05
- {
- get => _ColA_05;
- set => WriteParamField(ref _ColA_05, value);
- }
- private short _ColA_05;
-
- [ParamField(0xBC, ParamType.Dummy8, 4)]
- public byte[] Pad_05
- {
- get => _Pad_05;
- set => WriteParamField(ref _Pad_05, value);
- }
- private byte[] _Pad_05;
-
- [ParamField(0xC0, ParamType.I16)]
- public short DegRotX_06
- {
- get => _DegRotX_06;
- set => WriteParamField(ref _DegRotX_06, value);
- }
- private short _DegRotX_06;
-
- [ParamField(0xC2, ParamType.I16)]
- public short DegRotY_06
- {
- get => _DegRotY_06;
- set => WriteParamField(ref _DegRotY_06, value);
- }
- private short _DegRotY_06;
-
- [ParamField(0xC4, ParamType.I16)]
- public short ColR_06
- {
- get => _ColR_06;
- set => WriteParamField(ref _ColR_06, value);
- }
- private short _ColR_06;
-
- [ParamField(0xC6, ParamType.I16)]
- public short ColG_06
- {
- get => _ColG_06;
- set => WriteParamField(ref _ColG_06, value);
- }
- private short _ColG_06;
-
- [ParamField(0xC8, ParamType.I16)]
- public short ColB_06
- {
- get => _ColB_06;
- set => WriteParamField(ref _ColB_06, value);
- }
- private short _ColB_06;
-
- [ParamField(0xCA, ParamType.I16)]
- public short ColA_06
- {
- get => _ColA_06;
- set => WriteParamField(ref _ColA_06, value);
- }
- private short _ColA_06;
-
- [ParamField(0xCC, ParamType.Dummy8, 4)]
- public byte[] Pad_06
- {
- get => _Pad_06;
- set => WriteParamField(ref _Pad_06, value);
- }
- private byte[] _Pad_06;
-
- [ParamField(0xD0, ParamType.I16)]
- public short DegRotX_07
- {
- get => _DegRotX_07;
- set => WriteParamField(ref _DegRotX_07, value);
- }
- private short _DegRotX_07;
-
- [ParamField(0xD2, ParamType.I16)]
- public short DegRotY_07
- {
- get => _DegRotY_07;
- set => WriteParamField(ref _DegRotY_07, value);
- }
- private short _DegRotY_07;
-
- [ParamField(0xD4, ParamType.I16)]
- public short ColR_07
- {
- get => _ColR_07;
- set => WriteParamField(ref _ColR_07, value);
- }
- private short _ColR_07;
-
- [ParamField(0xD6, ParamType.I16)]
- public short ColG_07
- {
- get => _ColG_07;
- set => WriteParamField(ref _ColG_07, value);
- }
- private short _ColG_07;
-
- [ParamField(0xD8, ParamType.I16)]
- public short ColB_07
- {
- get => _ColB_07;
- set => WriteParamField(ref _ColB_07, value);
- }
- private short _ColB_07;
-
- [ParamField(0xDA, ParamType.I16)]
- public short ColA_07
- {
- get => _ColA_07;
- set => WriteParamField(ref _ColA_07, value);
- }
- private short _ColA_07;
-
- [ParamField(0xDC, ParamType.Dummy8, 4)]
- public byte[] Pad_07
- {
- get => _Pad_07;
- set => WriteParamField(ref _Pad_07, value);
- }
- private byte[] _Pad_07;
-
- [ParamField(0xE0, ParamType.I16)]
- public short DegRotX_08
- {
- get => _DegRotX_08;
- set => WriteParamField(ref _DegRotX_08, value);
- }
- private short _DegRotX_08;
-
- [ParamField(0xE2, ParamType.I16)]
- public short DegRotY_08
- {
- get => _DegRotY_08;
- set => WriteParamField(ref _DegRotY_08, value);
- }
- private short _DegRotY_08;
-
- [ParamField(0xE4, ParamType.I16)]
- public short ColR_08
- {
- get => _ColR_08;
- set => WriteParamField(ref _ColR_08, value);
- }
- private short _ColR_08;
-
- [ParamField(0xE6, ParamType.I16)]
- public short ColG_08
- {
- get => _ColG_08;
- set => WriteParamField(ref _ColG_08, value);
- }
- private short _ColG_08;
-
- [ParamField(0xE8, ParamType.I16)]
- public short ColB_08
- {
- get => _ColB_08;
- set => WriteParamField(ref _ColB_08, value);
- }
- private short _ColB_08;
-
- [ParamField(0xEA, ParamType.I16)]
- public short ColA_08
- {
- get => _ColA_08;
- set => WriteParamField(ref _ColA_08, value);
- }
- private short _ColA_08;
-
- [ParamField(0xEC, ParamType.Dummy8, 4)]
- public byte[] Pad_08
- {
- get => _Pad_08;
- set => WriteParamField(ref _Pad_08, value);
- }
- private byte[] _Pad_08;
-
- [ParamField(0xF0, ParamType.I16)]
- public short DegRotX_09
- {
- get => _DegRotX_09;
- set => WriteParamField(ref _DegRotX_09, value);
- }
- private short _DegRotX_09;
-
- [ParamField(0xF2, ParamType.I16)]
- public short DegRotY_09
- {
- get => _DegRotY_09;
- set => WriteParamField(ref _DegRotY_09, value);
- }
- private short _DegRotY_09;
-
- [ParamField(0xF4, ParamType.I16)]
- public short ColR_09
- {
- get => _ColR_09;
- set => WriteParamField(ref _ColR_09, value);
- }
- private short _ColR_09;
-
- [ParamField(0xF6, ParamType.I16)]
- public short ColG_09
- {
- get => _ColG_09;
- set => WriteParamField(ref _ColG_09, value);
- }
- private short _ColG_09;
-
- [ParamField(0xF8, ParamType.I16)]
- public short ColB_09
- {
- get => _ColB_09;
- set => WriteParamField(ref _ColB_09, value);
- }
- private short _ColB_09;
-
- [ParamField(0xFA, ParamType.I16)]
- public short ColA_09
- {
- get => _ColA_09;
- set => WriteParamField(ref _ColA_09, value);
- }
- private short _ColA_09;
-
- [ParamField(0xFC, ParamType.Dummy8, 4)]
- public byte[] Pad_09
- {
- get => _Pad_09;
- set => WriteParamField(ref _Pad_09, value);
- }
- private byte[] _Pad_09;
+ [ParamField(0x0, ParamType.I8)]
+ public sbyte IsUse
+ {
+ get => _IsUse;
+ set => WriteParamField(ref _IsUse, value);
+ }
+ private sbyte _IsUse;
+
+ [ParamField(0x1, ParamType.I8)]
+ public sbyte AutoUpdate
+ {
+ get => _AutoUpdate;
+ set => WriteParamField(ref _AutoUpdate, value);
+ }
+ private sbyte _AutoUpdate;
+
+ [ParamField(0x2, ParamType.Dummy8, 12)]
+ public byte[] Pad_0
+ {
+ get => _Pad_0;
+ set => WriteParamField(ref _Pad_0, value);
+ }
+ private byte[] _Pad_0 = null!;
+
+ [ParamField(0xE, ParamType.I16)]
+ public short InvMulCol
+ {
+ get => _InvMulCol;
+ set => WriteParamField(ref _InvMulCol, value);
+ }
+ private short _InvMulCol;
+
+ [ParamField(0x10, ParamType.I16)]
+ public short ResNameId_Dif0
+ {
+ get => _ResNameId_Dif0;
+ set => WriteParamField(ref _ResNameId_Dif0, value);
+ }
+ private short _ResNameId_Dif0;
+
+ [ParamField(0x12, ParamType.I16)]
+ public short InvMulCol_Dif0
+ {
+ get => _InvMulCol_Dif0;
+ set => WriteParamField(ref _InvMulCol_Dif0, value);
+ }
+ private short _InvMulCol_Dif0;
+ [ParamField(0x14, ParamType.F32)]
+ public float SepcPow_Dif0
+ {
+ get => _SepcPow_Dif0;
+ set => WriteParamField(ref _SepcPow_Dif0, value);
+ }
+ private float _SepcPow_Dif0;
+
+ [ParamField(0x18, ParamType.Dummy8, 8)]
+ public byte[] Pad_Dif0
+ {
+ get => _Pad_Dif0;
+ set => WriteParamField(ref _Pad_Dif0, value);
+ }
+ private byte[] _Pad_Dif0 = null!;
+
+ [ParamField(0x20, ParamType.I16)]
+ public short ResNameId_Spc0
+ {
+ get => _ResNameId_Spc0;
+ set => WriteParamField(ref _ResNameId_Spc0, value);
+ }
+ private short _ResNameId_Spc0;
+
+ [ParamField(0x22, ParamType.I16)]
+ public short InvMulCol_Spc0
+ {
+ get => _InvMulCol_Spc0;
+ set => WriteParamField(ref _InvMulCol_Spc0, value);
}
+ private short _InvMulCol_Spc0;
+
+ [ParamField(0x24, ParamType.F32)]
+ public float SepcPow_Spc0
+ {
+ get => _SepcPow_Spc0;
+ set => WriteParamField(ref _SepcPow_Spc0, value);
+ }
+ private float _SepcPow_Spc0;
+
+ [ParamField(0x28, ParamType.Dummy8, 8)]
+ public byte[] Pad_Spc0
+ {
+ get => _Pad_Spc0;
+ set => WriteParamField(ref _Pad_Spc0, value);
+ }
+ private byte[] _Pad_Spc0 = null!;
+
+ [ParamField(0x30, ParamType.I16)]
+ public short ResNameId_Spc1
+ {
+ get => _ResNameId_Spc1;
+ set => WriteParamField(ref _ResNameId_Spc1, value);
+ }
+ private short _ResNameId_Spc1;
+
+ [ParamField(0x32, ParamType.I16)]
+ public short InvMulCol_Spc1
+ {
+ get => _InvMulCol_Spc1;
+ set => WriteParamField(ref _InvMulCol_Spc1, value);
+ }
+ private short _InvMulCol_Spc1;
+
+ [ParamField(0x34, ParamType.F32)]
+ public float SepcPow_Spc1
+ {
+ get => _SepcPow_Spc1;
+ set => WriteParamField(ref _SepcPow_Spc1, value);
+ }
+ private float _SepcPow_Spc1;
+
+ [ParamField(0x38, ParamType.Dummy8, 8)]
+ public byte[] Pad_Spc1
+ {
+ get => _Pad_Spc1;
+ set => WriteParamField(ref _Pad_Spc1, value);
+ }
+ private byte[] _Pad_Spc1 = null!;
+
+ [ParamField(0x40, ParamType.I16)]
+ public short ResNameId_Spc2
+ {
+ get => _ResNameId_Spc2;
+ set => WriteParamField(ref _ResNameId_Spc2, value);
+ }
+ private short _ResNameId_Spc2;
+
+ [ParamField(0x42, ParamType.I16)]
+ public short InvMulCol_Spc2
+ {
+ get => _InvMulCol_Spc2;
+ set => WriteParamField(ref _InvMulCol_Spc2, value);
+ }
+ private short _InvMulCol_Spc2;
+
+ [ParamField(0x44, ParamType.F32)]
+ public float SepcPow_Spc2
+ {
+ get => _SepcPow_Spc2;
+ set => WriteParamField(ref _SepcPow_Spc2, value);
+ }
+ private float _SepcPow_Spc2;
+
+ [ParamField(0x48, ParamType.Dummy8, 8)]
+ public byte[] Pad_Spc2
+ {
+ get => _Pad_Spc2;
+ set => WriteParamField(ref _Pad_Spc2, value);
+ }
+ private byte[] _Pad_Spc2 = null!;
+
+ [ParamField(0x50, ParamType.I16)]
+ public short ResNameId_Spc3
+ {
+ get => _ResNameId_Spc3;
+ set => WriteParamField(ref _ResNameId_Spc3, value);
+ }
+ private short _ResNameId_Spc3;
+
+ [ParamField(0x52, ParamType.I16)]
+ public short InvMulCol_Spc3
+ {
+ get => _InvMulCol_Spc3;
+ set => WriteParamField(ref _InvMulCol_Spc3, value);
+ }
+ private short _InvMulCol_Spc3;
+
+ [ParamField(0x54, ParamType.F32)]
+ public float SepcPow_Spc3
+ {
+ get => _SepcPow_Spc3;
+ set => WriteParamField(ref _SepcPow_Spc3, value);
+ }
+ private float _SepcPow_Spc3;
+
+ [ParamField(0x58, ParamType.Dummy8, 8)]
+ public byte[] Pad_Spc3
+ {
+ get => _Pad_Spc3;
+ set => WriteParamField(ref _Pad_Spc3, value);
+ }
+ private byte[] _Pad_Spc3 = null!;
+
+ [ParamField(0x60, ParamType.I16)]
+ public short DegRotX_00
+ {
+ get => _DegRotX_00;
+ set => WriteParamField(ref _DegRotX_00, value);
+ }
+ private short _DegRotX_00;
+
+ [ParamField(0x62, ParamType.I16)]
+ public short DegRotY_00
+ {
+ get => _DegRotY_00;
+ set => WriteParamField(ref _DegRotY_00, value);
+ }
+ private short _DegRotY_00;
+
+ [ParamField(0x64, ParamType.I16)]
+ public short ColR_00
+ {
+ get => _ColR_00;
+ set => WriteParamField(ref _ColR_00, value);
+ }
+ private short _ColR_00;
+
+ [ParamField(0x66, ParamType.I16)]
+ public short ColG_00
+ {
+ get => _ColG_00;
+ set => WriteParamField(ref _ColG_00, value);
+ }
+ private short _ColG_00;
+
+ [ParamField(0x68, ParamType.I16)]
+ public short ColB_00
+ {
+ get => _ColB_00;
+ set => WriteParamField(ref _ColB_00, value);
+ }
+ private short _ColB_00;
+
+ [ParamField(0x6A, ParamType.I16)]
+ public short ColA_00
+ {
+ get => _ColA_00;
+ set => WriteParamField(ref _ColA_00, value);
+ }
+ private short _ColA_00;
+
+ [ParamField(0x6C, ParamType.Dummy8, 4)]
+ public byte[] Pad_00
+ {
+ get => _Pad_00;
+ set => WriteParamField(ref _Pad_00, value);
+ }
+ private byte[] _Pad_00 = null!;
+
+ [ParamField(0x70, ParamType.I16)]
+ public short DegRotX_01
+ {
+ get => _DegRotX_01;
+ set => WriteParamField(ref _DegRotX_01, value);
+ }
+ private short _DegRotX_01;
+
+ [ParamField(0x72, ParamType.I16)]
+ public short DegRotY_01
+ {
+ get => _DegRotY_01;
+ set => WriteParamField(ref _DegRotY_01, value);
+ }
+ private short _DegRotY_01;
+
+ [ParamField(0x74, ParamType.I16)]
+ public short ColR_01
+ {
+ get => _ColR_01;
+ set => WriteParamField(ref _ColR_01, value);
+ }
+ private short _ColR_01;
+
+ [ParamField(0x76, ParamType.I16)]
+ public short ColG_01
+ {
+ get => _ColG_01;
+ set => WriteParamField(ref _ColG_01, value);
+ }
+ private short _ColG_01;
+
+ [ParamField(0x78, ParamType.I16)]
+ public short ColB_01
+ {
+ get => _ColB_01;
+ set => WriteParamField(ref _ColB_01, value);
+ }
+ private short _ColB_01;
+
+ [ParamField(0x7A, ParamType.I16)]
+ public short ColA_01
+ {
+ get => _ColA_01;
+ set => WriteParamField(ref _ColA_01, value);
+ }
+ private short _ColA_01;
+
+ [ParamField(0x7C, ParamType.Dummy8, 4)]
+ public byte[] Pad_01
+ {
+ get => _Pad_01;
+ set => WriteParamField(ref _Pad_01, value);
+ }
+ private byte[] _Pad_01 = null!;
+
+ [ParamField(0x80, ParamType.I16)]
+ public short DegRotX_02
+ {
+ get => _DegRotX_02;
+ set => WriteParamField(ref _DegRotX_02, value);
+ }
+ private short _DegRotX_02;
+
+ [ParamField(0x82, ParamType.I16)]
+ public short DegRotY_02
+ {
+ get => _DegRotY_02;
+ set => WriteParamField(ref _DegRotY_02, value);
+ }
+ private short _DegRotY_02;
+
+ [ParamField(0x84, ParamType.I16)]
+ public short ColR_02
+ {
+ get => _ColR_02;
+ set => WriteParamField(ref _ColR_02, value);
+ }
+ private short _ColR_02;
+
+ [ParamField(0x86, ParamType.I16)]
+ public short ColG_02
+ {
+ get => _ColG_02;
+ set => WriteParamField(ref _ColG_02, value);
+ }
+ private short _ColG_02;
+
+ [ParamField(0x88, ParamType.I16)]
+ public short ColB_02
+ {
+ get => _ColB_02;
+ set => WriteParamField(ref _ColB_02, value);
+ }
+ private short _ColB_02;
+
+ [ParamField(0x8A, ParamType.I16)]
+ public short ColA_02
+ {
+ get => _ColA_02;
+ set => WriteParamField(ref _ColA_02, value);
+ }
+ private short _ColA_02;
+
+ [ParamField(0x8C, ParamType.Dummy8, 4)]
+ public byte[] Pad_02
+ {
+ get => _Pad_02;
+ set => WriteParamField(ref _Pad_02, value);
+ }
+ private byte[] _Pad_02 = null!;
+
+ [ParamField(0x90, ParamType.I16)]
+ public short DegRotX_03
+ {
+ get => _DegRotX_03;
+ set => WriteParamField(ref _DegRotX_03, value);
+ }
+ private short _DegRotX_03;
+
+ [ParamField(0x92, ParamType.I16)]
+ public short DegRotY_03
+ {
+ get => _DegRotY_03;
+ set => WriteParamField(ref _DegRotY_03, value);
+ }
+ private short _DegRotY_03;
+
+ [ParamField(0x94, ParamType.I16)]
+ public short ColR_03
+ {
+ get => _ColR_03;
+ set => WriteParamField(ref _ColR_03, value);
+ }
+ private short _ColR_03;
+
+ [ParamField(0x96, ParamType.I16)]
+ public short ColG_03
+ {
+ get => _ColG_03;
+ set => WriteParamField(ref _ColG_03, value);
+ }
+ private short _ColG_03;
+
+ [ParamField(0x98, ParamType.I16)]
+ public short ColB_03
+ {
+ get => _ColB_03;
+ set => WriteParamField(ref _ColB_03, value);
+ }
+ private short _ColB_03;
+
+ [ParamField(0x9A, ParamType.I16)]
+ public short ColA_03
+ {
+ get => _ColA_03;
+ set => WriteParamField(ref _ColA_03, value);
+ }
+ private short _ColA_03;
+
+ [ParamField(0x9C, ParamType.Dummy8, 4)]
+ public byte[] Pad_03
+ {
+ get => _Pad_03;
+ set => WriteParamField(ref _Pad_03, value);
+ }
+ private byte[] _Pad_03 = null!;
+
+ [ParamField(0xA0, ParamType.I16)]
+ public short DegRotX_04
+ {
+ get => _DegRotX_04;
+ set => WriteParamField(ref _DegRotX_04, value);
+ }
+ private short _DegRotX_04;
+
+ [ParamField(0xA2, ParamType.I16)]
+ public short DegRotY_04
+ {
+ get => _DegRotY_04;
+ set => WriteParamField(ref _DegRotY_04, value);
+ }
+ private short _DegRotY_04;
+
+ [ParamField(0xA4, ParamType.I16)]
+ public short ColR_04
+ {
+ get => _ColR_04;
+ set => WriteParamField(ref _ColR_04, value);
+ }
+ private short _ColR_04;
+
+ [ParamField(0xA6, ParamType.I16)]
+ public short ColG_04
+ {
+ get => _ColG_04;
+ set => WriteParamField(ref _ColG_04, value);
+ }
+ private short _ColG_04;
+
+ [ParamField(0xA8, ParamType.I16)]
+ public short ColB_04
+ {
+ get => _ColB_04;
+ set => WriteParamField(ref _ColB_04, value);
+ }
+ private short _ColB_04;
+
+ [ParamField(0xAA, ParamType.I16)]
+ public short ColA_04
+ {
+ get => _ColA_04;
+ set => WriteParamField(ref _ColA_04, value);
+ }
+ private short _ColA_04;
+
+ [ParamField(0xAC, ParamType.Dummy8, 4)]
+ public byte[] Pad_04
+ {
+ get => _Pad_04;
+ set => WriteParamField(ref _Pad_04, value);
+ }
+ private byte[] _Pad_04 = null!;
+
+ [ParamField(0xB0, ParamType.I16)]
+ public short DegRotX_05
+ {
+ get => _DegRotX_05;
+ set => WriteParamField(ref _DegRotX_05, value);
+ }
+ private short _DegRotX_05;
+
+ [ParamField(0xB2, ParamType.I16)]
+ public short DegRotY_05
+ {
+ get => _DegRotY_05;
+ set => WriteParamField(ref _DegRotY_05, value);
+ }
+ private short _DegRotY_05;
+
+ [ParamField(0xB4, ParamType.I16)]
+ public short ColR_05
+ {
+ get => _ColR_05;
+ set => WriteParamField(ref _ColR_05, value);
+ }
+ private short _ColR_05;
+
+ [ParamField(0xB6, ParamType.I16)]
+ public short ColG_05
+ {
+ get => _ColG_05;
+ set => WriteParamField(ref _ColG_05, value);
+ }
+ private short _ColG_05;
+
+ [ParamField(0xB8, ParamType.I16)]
+ public short ColB_05
+ {
+ get => _ColB_05;
+ set => WriteParamField(ref _ColB_05, value);
+ }
+ private short _ColB_05;
+
+ [ParamField(0xBA, ParamType.I16)]
+ public short ColA_05
+ {
+ get => _ColA_05;
+ set => WriteParamField(ref _ColA_05, value);
+ }
+ private short _ColA_05;
+
+ [ParamField(0xBC, ParamType.Dummy8, 4)]
+ public byte[] Pad_05
+ {
+ get => _Pad_05;
+ set => WriteParamField(ref _Pad_05, value);
+ }
+ private byte[] _Pad_05 = null!;
+
+ [ParamField(0xC0, ParamType.I16)]
+ public short DegRotX_06
+ {
+ get => _DegRotX_06;
+ set => WriteParamField(ref _DegRotX_06, value);
+ }
+ private short _DegRotX_06;
+
+ [ParamField(0xC2, ParamType.I16)]
+ public short DegRotY_06
+ {
+ get => _DegRotY_06;
+ set => WriteParamField(ref _DegRotY_06, value);
+ }
+ private short _DegRotY_06;
+
+ [ParamField(0xC4, ParamType.I16)]
+ public short ColR_06
+ {
+ get => _ColR_06;
+ set => WriteParamField(ref _ColR_06, value);
+ }
+ private short _ColR_06;
+
+ [ParamField(0xC6, ParamType.I16)]
+ public short ColG_06
+ {
+ get => _ColG_06;
+ set => WriteParamField(ref _ColG_06, value);
+ }
+ private short _ColG_06;
+
+ [ParamField(0xC8, ParamType.I16)]
+ public short ColB_06
+ {
+ get => _ColB_06;
+ set => WriteParamField(ref _ColB_06, value);
+ }
+ private short _ColB_06;
+
+ [ParamField(0xCA, ParamType.I16)]
+ public short ColA_06
+ {
+ get => _ColA_06;
+ set => WriteParamField(ref _ColA_06, value);
+ }
+ private short _ColA_06;
+
+ [ParamField(0xCC, ParamType.Dummy8, 4)]
+ public byte[] Pad_06
+ {
+ get => _Pad_06;
+ set => WriteParamField(ref _Pad_06, value);
+ }
+ private byte[] _Pad_06 = null!;
+
+ [ParamField(0xD0, ParamType.I16)]
+ public short DegRotX_07
+ {
+ get => _DegRotX_07;
+ set => WriteParamField(ref _DegRotX_07, value);
+ }
+ private short _DegRotX_07;
+
+ [ParamField(0xD2, ParamType.I16)]
+ public short DegRotY_07
+ {
+ get => _DegRotY_07;
+ set => WriteParamField(ref _DegRotY_07, value);
+ }
+ private short _DegRotY_07;
+
+ [ParamField(0xD4, ParamType.I16)]
+ public short ColR_07
+ {
+ get => _ColR_07;
+ set => WriteParamField(ref _ColR_07, value);
+ }
+ private short _ColR_07;
+
+ [ParamField(0xD6, ParamType.I16)]
+ public short ColG_07
+ {
+ get => _ColG_07;
+ set => WriteParamField(ref _ColG_07, value);
+ }
+ private short _ColG_07;
+
+ [ParamField(0xD8, ParamType.I16)]
+ public short ColB_07
+ {
+ get => _ColB_07;
+ set => WriteParamField(ref _ColB_07, value);
+ }
+ private short _ColB_07;
+
+ [ParamField(0xDA, ParamType.I16)]
+ public short ColA_07
+ {
+ get => _ColA_07;
+ set => WriteParamField(ref _ColA_07, value);
+ }
+ private short _ColA_07;
+
+ [ParamField(0xDC, ParamType.Dummy8, 4)]
+ public byte[] Pad_07
+ {
+ get => _Pad_07;
+ set => WriteParamField(ref _Pad_07, value);
+ }
+ private byte[] _Pad_07 = null!;
+
+ [ParamField(0xE0, ParamType.I16)]
+ public short DegRotX_08
+ {
+ get => _DegRotX_08;
+ set => WriteParamField(ref _DegRotX_08, value);
+ }
+ private short _DegRotX_08;
+
+ [ParamField(0xE2, ParamType.I16)]
+ public short DegRotY_08
+ {
+ get => _DegRotY_08;
+ set => WriteParamField(ref _DegRotY_08, value);
+ }
+ private short _DegRotY_08;
+
+ [ParamField(0xE4, ParamType.I16)]
+ public short ColR_08
+ {
+ get => _ColR_08;
+ set => WriteParamField(ref _ColR_08, value);
+ }
+ private short _ColR_08;
+
+ [ParamField(0xE6, ParamType.I16)]
+ public short ColG_08
+ {
+ get => _ColG_08;
+ set => WriteParamField(ref _ColG_08, value);
+ }
+ private short _ColG_08;
+
+ [ParamField(0xE8, ParamType.I16)]
+ public short ColB_08
+ {
+ get => _ColB_08;
+ set => WriteParamField(ref _ColB_08, value);
+ }
+ private short _ColB_08;
+
+ [ParamField(0xEA, ParamType.I16)]
+ public short ColA_08
+ {
+ get => _ColA_08;
+ set => WriteParamField(ref _ColA_08, value);
+ }
+ private short _ColA_08;
+
+ [ParamField(0xEC, ParamType.Dummy8, 4)]
+ public byte[] Pad_08
+ {
+ get => _Pad_08;
+ set => WriteParamField(ref _Pad_08, value);
+ }
+ private byte[] _Pad_08 = null!;
+
+ [ParamField(0xF0, ParamType.I16)]
+ public short DegRotX_09
+ {
+ get => _DegRotX_09;
+ set => WriteParamField(ref _DegRotX_09, value);
+ }
+ private short _DegRotX_09;
+
+ [ParamField(0xF2, ParamType.I16)]
+ public short DegRotY_09
+ {
+ get => _DegRotY_09;
+ set => WriteParamField(ref _DegRotY_09, value);
+ }
+ private short _DegRotY_09;
+
+ [ParamField(0xF4, ParamType.I16)]
+ public short ColR_09
+ {
+ get => _ColR_09;
+ set => WriteParamField(ref _ColR_09, value);
+ }
+ private short _ColR_09;
+
+ [ParamField(0xF6, ParamType.I16)]
+ public short ColG_09
+ {
+ get => _ColG_09;
+ set => WriteParamField(ref _ColG_09, value);
+ }
+ private short _ColG_09;
+
+ [ParamField(0xF8, ParamType.I16)]
+ public short ColB_09
+ {
+ get => _ColB_09;
+ set => WriteParamField(ref _ColB_09, value);
+ }
+ private short _ColB_09;
+
+ [ParamField(0xFA, ParamType.I16)]
+ public short ColA_09
+ {
+ get => _ColA_09;
+ set => WriteParamField(ref _ColA_09, value);
+ }
+ private short _ColA_09;
+
+ [ParamField(0xFC, ParamType.Dummy8, 4)]
+ public byte[] Pad_09
+ {
+ get => _Pad_09;
+ set => WriteParamField(ref _Pad_09, value);
+ }
+ private byte[] _Pad_09 = null!;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/EquipMtrlSetParam.cs b/src/SoulMemory/DarkSouls1/Parameters/EquipMtrlSetParam.cs
index 6a7f0ca8..c6ebf1ee 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/EquipMtrlSetParam.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/EquipMtrlSetParam.cs
@@ -18,147 +18,144 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class EquipMtrlSetParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class EquipMtrlSetParam : BaseParam
- {
- public EquipMtrlSetParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I32)]
- public int MaterialId01
- {
- get => _MaterialId01;
- set => WriteParamField(ref _MaterialId01, value);
- }
- private int _MaterialId01;
-
- [ParamField(0x4, ParamType.I32)]
- public int MaterialId02
- {
- get => _MaterialId02;
- set => WriteParamField(ref _MaterialId02, value);
- }
- private int _MaterialId02;
-
- [ParamField(0x8, ParamType.I32)]
- public int MaterialId03
- {
- get => _MaterialId03;
- set => WriteParamField(ref _MaterialId03, value);
- }
- private int _MaterialId03;
-
- [ParamField(0xC, ParamType.I32)]
- public int MaterialId04
- {
- get => _MaterialId04;
- set => WriteParamField(ref _MaterialId04, value);
- }
- private int _MaterialId04;
-
- [ParamField(0x10, ParamType.I32)]
- public int MaterialId05
- {
- get => _MaterialId05;
- set => WriteParamField(ref _MaterialId05, value);
- }
- private int _MaterialId05;
-
- [ParamField(0x14, ParamType.I8)]
- public sbyte ItemNum01
- {
- get => _ItemNum01;
- set => WriteParamField(ref _ItemNum01, value);
- }
- private sbyte _ItemNum01;
-
- [ParamField(0x15, ParamType.I8)]
- public sbyte ItemNum02
- {
- get => _ItemNum02;
- set => WriteParamField(ref _ItemNum02, value);
- }
- private sbyte _ItemNum02;
-
- [ParamField(0x16, ParamType.I8)]
- public sbyte ItemNum03
- {
- get => _ItemNum03;
- set => WriteParamField(ref _ItemNum03, value);
- }
- private sbyte _ItemNum03;
-
- [ParamField(0x17, ParamType.I8)]
- public sbyte ItemNum04
- {
- get => _ItemNum04;
- set => WriteParamField(ref _ItemNum04, value);
- }
- private sbyte _ItemNum04;
-
- [ParamField(0x18, ParamType.I8)]
- public sbyte ItemNum05
- {
- get => _ItemNum05;
- set => WriteParamField(ref _ItemNum05, value);
- }
- private sbyte _ItemNum05;
-
- #region BitField IsDisableDispNum01Bitfield ==============================================================================
-
- [ParamField(0x19, ParamType.U8)]
- public byte IsDisableDispNum01Bitfield
- {
- get => _IsDisableDispNum01Bitfield;
- set => WriteParamField(ref _IsDisableDispNum01Bitfield, value);
- }
- private byte _IsDisableDispNum01Bitfield;
-
- [ParamBitField(nameof(IsDisableDispNum01Bitfield), bits: 1, bitsOffset: 0)]
- public byte IsDisableDispNum01
- {
- get => GetbitfieldValue(_IsDisableDispNum01Bitfield);
- set => SetBitfieldValue(ref _IsDisableDispNum01Bitfield, value);
- }
-
- [ParamBitField(nameof(IsDisableDispNum01Bitfield), bits: 1, bitsOffset: 1)]
- public byte IsDisableDispNum02
- {
- get => GetbitfieldValue(_IsDisableDispNum01Bitfield);
- set => SetBitfieldValue(ref _IsDisableDispNum01Bitfield, value);
- }
-
- [ParamBitField(nameof(IsDisableDispNum01Bitfield), bits: 1, bitsOffset: 2)]
- public byte IsDisableDispNum03
- {
- get => GetbitfieldValue(_IsDisableDispNum01Bitfield);
- set => SetBitfieldValue(ref _IsDisableDispNum01Bitfield, value);
- }
-
- [ParamBitField(nameof(IsDisableDispNum01Bitfield), bits: 1, bitsOffset: 3)]
- public byte IsDisableDispNum04
- {
- get => GetbitfieldValue(_IsDisableDispNum01Bitfield);
- set => SetBitfieldValue(ref _IsDisableDispNum01Bitfield, value);
- }
-
- [ParamBitField(nameof(IsDisableDispNum01Bitfield), bits: 1, bitsOffset: 4)]
- public byte IsDisableDispNum05
- {
- get => GetbitfieldValue(_IsDisableDispNum01Bitfield);
- set => SetBitfieldValue(ref _IsDisableDispNum01Bitfield, value);
- }
-
- #endregion BitField IsDisableDispNum01Bitfield
-
- [ParamField(0x1A, ParamType.Dummy8, 6)]
- public byte[] Pad
- {
- get => _Pad;
- set => WriteParamField(ref _Pad, value);
- }
- private byte[] _Pad;
+ [ParamField(0x0, ParamType.I32)]
+ public int MaterialId01
+ {
+ get => _MaterialId01;
+ set => WriteParamField(ref _MaterialId01, value);
+ }
+ private int _MaterialId01;
+
+ [ParamField(0x4, ParamType.I32)]
+ public int MaterialId02
+ {
+ get => _MaterialId02;
+ set => WriteParamField(ref _MaterialId02, value);
+ }
+ private int _MaterialId02;
+
+ [ParamField(0x8, ParamType.I32)]
+ public int MaterialId03
+ {
+ get => _MaterialId03;
+ set => WriteParamField(ref _MaterialId03, value);
+ }
+ private int _MaterialId03;
+
+ [ParamField(0xC, ParamType.I32)]
+ public int MaterialId04
+ {
+ get => _MaterialId04;
+ set => WriteParamField(ref _MaterialId04, value);
+ }
+ private int _MaterialId04;
+
+ [ParamField(0x10, ParamType.I32)]
+ public int MaterialId05
+ {
+ get => _MaterialId05;
+ set => WriteParamField(ref _MaterialId05, value);
+ }
+ private int _MaterialId05;
+
+ [ParamField(0x14, ParamType.I8)]
+ public sbyte ItemNum01
+ {
+ get => _ItemNum01;
+ set => WriteParamField(ref _ItemNum01, value);
+ }
+ private sbyte _ItemNum01;
+
+ [ParamField(0x15, ParamType.I8)]
+ public sbyte ItemNum02
+ {
+ get => _ItemNum02;
+ set => WriteParamField(ref _ItemNum02, value);
+ }
+ private sbyte _ItemNum02;
+
+ [ParamField(0x16, ParamType.I8)]
+ public sbyte ItemNum03
+ {
+ get => _ItemNum03;
+ set => WriteParamField(ref _ItemNum03, value);
+ }
+ private sbyte _ItemNum03;
+
+ [ParamField(0x17, ParamType.I8)]
+ public sbyte ItemNum04
+ {
+ get => _ItemNum04;
+ set => WriteParamField(ref _ItemNum04, value);
+ }
+ private sbyte _ItemNum04;
+
+ [ParamField(0x18, ParamType.I8)]
+ public sbyte ItemNum05
+ {
+ get => _ItemNum05;
+ set => WriteParamField(ref _ItemNum05, value);
+ }
+ private sbyte _ItemNum05;
+
+ #region BitField IsDisableDispNum01Bitfield ==============================================================================
+
+ [ParamField(0x19, ParamType.U8)]
+ public byte IsDisableDispNum01Bitfield
+ {
+ get => _IsDisableDispNum01Bitfield;
+ set => WriteParamField(ref _IsDisableDispNum01Bitfield, value);
+ }
+ private byte _IsDisableDispNum01Bitfield;
+
+ [ParamBitField(nameof(IsDisableDispNum01Bitfield), bits: 1, bitsOffset: 0)]
+ public byte IsDisableDispNum01
+ {
+ get => GetbitfieldValue(_IsDisableDispNum01Bitfield);
+ set => SetBitfieldValue(ref _IsDisableDispNum01Bitfield, value);
+ }
+
+ [ParamBitField(nameof(IsDisableDispNum01Bitfield), bits: 1, bitsOffset: 1)]
+ public byte IsDisableDispNum02
+ {
+ get => GetbitfieldValue(_IsDisableDispNum01Bitfield);
+ set => SetBitfieldValue(ref _IsDisableDispNum01Bitfield, value);
+ }
+ [ParamBitField(nameof(IsDisableDispNum01Bitfield), bits: 1, bitsOffset: 2)]
+ public byte IsDisableDispNum03
+ {
+ get => GetbitfieldValue(_IsDisableDispNum01Bitfield);
+ set => SetBitfieldValue(ref _IsDisableDispNum01Bitfield, value);
}
+
+ [ParamBitField(nameof(IsDisableDispNum01Bitfield), bits: 1, bitsOffset: 3)]
+ public byte IsDisableDispNum04
+ {
+ get => GetbitfieldValue(_IsDisableDispNum01Bitfield);
+ set => SetBitfieldValue(ref _IsDisableDispNum01Bitfield, value);
+ }
+
+ [ParamBitField(nameof(IsDisableDispNum01Bitfield), bits: 1, bitsOffset: 4)]
+ public byte IsDisableDispNum05
+ {
+ get => GetbitfieldValue(_IsDisableDispNum01Bitfield);
+ set => SetBitfieldValue(ref _IsDisableDispNum01Bitfield, value);
+ }
+
+ #endregion BitField IsDisableDispNum01Bitfield
+
+ [ParamField(0x1A, ParamType.Dummy8, 6)]
+ public byte[] Pad
+ {
+ get => _Pad;
+ set => WriteParamField(ref _Pad, value);
+ }
+ private byte[] _Pad = null!;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/EquipParamAccessory.cs b/src/SoulMemory/DarkSouls1/Parameters/EquipParamAccessory.cs
index 74f15bd0..9d6de52d 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/EquipParamAccessory.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/EquipParamAccessory.cs
@@ -18,229 +18,226 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class EquipParamAccessory(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class EquipParamAccessory : BaseParam
- {
- public EquipParamAccessory(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I32)]
- public int RefId
- {
- get => _RefId;
- set => WriteParamField(ref _RefId, value);
- }
- private int _RefId;
-
- [ParamField(0x4, ParamType.I32)]
- public int SfxVariationId
- {
- get => _SfxVariationId;
- set => WriteParamField(ref _SfxVariationId, value);
- }
- private int _SfxVariationId;
-
- [ParamField(0x8, ParamType.F32)]
- public float Weight
- {
- get => _Weight;
- set => WriteParamField(ref _Weight, value);
- }
- private float _Weight;
-
- [ParamField(0xC, ParamType.I32)]
- public int BehaviorId
- {
- get => _BehaviorId;
- set => WriteParamField(ref _BehaviorId, value);
- }
- private int _BehaviorId;
-
- [ParamField(0x10, ParamType.I32)]
- public int BasicPrice
- {
- get => _BasicPrice;
- set => WriteParamField(ref _BasicPrice, value);
- }
- private int _BasicPrice;
-
- [ParamField(0x14, ParamType.I32)]
- public int SellValue
- {
- get => _SellValue;
- set => WriteParamField(ref _SellValue, value);
- }
- private int _SellValue;
-
- [ParamField(0x18, ParamType.I32)]
- public int SortId
- {
- get => _SortId;
- set => WriteParamField(ref _SortId, value);
- }
- private int _SortId;
-
- [ParamField(0x1C, ParamType.I32)]
- public int QwcId
- {
- get => _QwcId;
- set => WriteParamField(ref _QwcId, value);
- }
- private int _QwcId;
-
- [ParamField(0x20, ParamType.U16)]
- public ushort EquipModelId
- {
- get => _EquipModelId;
- set => WriteParamField(ref _EquipModelId, value);
- }
- private ushort _EquipModelId;
-
- [ParamField(0x22, ParamType.U16)]
- public ushort IconId
- {
- get => _IconId;
- set => WriteParamField(ref _IconId, value);
- }
- private ushort _IconId;
-
- [ParamField(0x24, ParamType.I16)]
- public short ShopLv
- {
- get => _ShopLv;
- set => WriteParamField(ref _ShopLv, value);
- }
- private short _ShopLv;
-
- [ParamField(0x26, ParamType.I16)]
- public short TrophySGradeId
- {
- get => _TrophySGradeId;
- set => WriteParamField(ref _TrophySGradeId, value);
- }
- private short _TrophySGradeId;
-
- [ParamField(0x28, ParamType.I16)]
- public short TrophySeqId
- {
- get => _TrophySeqId;
- set => WriteParamField(ref _TrophySeqId, value);
- }
- private short _TrophySeqId;
-
- [ParamField(0x2A, ParamType.U8)]
- public byte EquipModelCategory
- {
- get => _EquipModelCategory;
- set => WriteParamField(ref _EquipModelCategory, value);
- }
- private byte _EquipModelCategory;
-
- [ParamField(0x2B, ParamType.U8)]
- public byte EquipModelGender
- {
- get => _EquipModelGender;
- set => WriteParamField(ref _EquipModelGender, value);
- }
- private byte _EquipModelGender;
-
- [ParamField(0x2C, ParamType.U8)]
- public byte AccessoryCategory
- {
- get => _AccessoryCategory;
- set => WriteParamField(ref _AccessoryCategory, value);
- }
- private byte _AccessoryCategory;
-
- [ParamField(0x2D, ParamType.U8)]
- public byte RefCategory
- {
- get => _RefCategory;
- set => WriteParamField(ref _RefCategory, value);
- }
- private byte _RefCategory;
-
- [ParamField(0x2E, ParamType.U8)]
- public byte SpEffectCategory
- {
- get => _SpEffectCategory;
- set => WriteParamField(ref _SpEffectCategory, value);
- }
- private byte _SpEffectCategory;
-
- [ParamField(0x2F, ParamType.Dummy8, 1)]
- public byte[] Pad
- {
- get => _Pad;
- set => WriteParamField(ref _Pad, value);
- }
- private byte[] _Pad;
-
- [ParamField(0x30, ParamType.I32)]
- public int VagrantItemLotId
- {
- get => _VagrantItemLotId;
- set => WriteParamField(ref _VagrantItemLotId, value);
- }
- private int _VagrantItemLotId;
-
- [ParamField(0x34, ParamType.I32)]
- public int VagrantBonusEneDropItemLotId
- {
- get => _VagrantBonusEneDropItemLotId;
- set => WriteParamField(ref _VagrantBonusEneDropItemLotId, value);
- }
- private int _VagrantBonusEneDropItemLotId;
-
- [ParamField(0x38, ParamType.I32)]
- public int VagrantItemEneDropItemLotId
- {
- get => _VagrantItemEneDropItemLotId;
- set => WriteParamField(ref _VagrantItemEneDropItemLotId, value);
- }
- private int _VagrantItemEneDropItemLotId;
-
- #region BitField IsDepositBitfield ==============================================================================
-
- [ParamField(0x3C, ParamType.U8)]
- public byte IsDepositBitfield
- {
- get => _IsDepositBitfield;
- set => WriteParamField(ref _IsDepositBitfield, value);
- }
- private byte _IsDepositBitfield;
-
- [ParamBitField(nameof(IsDepositBitfield), bits: 1, bitsOffset: 0)]
- public byte IsDeposit
- {
- get => GetbitfieldValue(_IsDepositBitfield);
- set => SetBitfieldValue(ref _IsDepositBitfield, value);
- }
-
- [ParamBitField(nameof(IsDepositBitfield), bits: 1, bitsOffset: 1)]
- public byte IsEquipOutBrake
- {
- get => GetbitfieldValue(_IsDepositBitfield);
- set => SetBitfieldValue(ref _IsDepositBitfield, value);
- }
-
- [ParamBitField(nameof(IsDepositBitfield), bits: 1, bitsOffset: 2)]
- public byte DisableMultiDropShare
- {
- get => GetbitfieldValue(_IsDepositBitfield);
- set => SetBitfieldValue(ref _IsDepositBitfield, value);
- }
-
- #endregion BitField IsDepositBitfield
-
- [ParamField(0x3D, ParamType.Dummy8, 3)]
- public byte[] Pad1
- {
- get => _Pad1;
- set => WriteParamField(ref _Pad1, value);
- }
- private byte[] _Pad1;
+ [ParamField(0x0, ParamType.I32)]
+ public int RefId
+ {
+ get => _RefId;
+ set => WriteParamField(ref _RefId, value);
+ }
+ private int _RefId;
+
+ [ParamField(0x4, ParamType.I32)]
+ public int SfxVariationId
+ {
+ get => _SfxVariationId;
+ set => WriteParamField(ref _SfxVariationId, value);
+ }
+ private int _SfxVariationId;
+
+ [ParamField(0x8, ParamType.F32)]
+ public float Weight
+ {
+ get => _Weight;
+ set => WriteParamField(ref _Weight, value);
+ }
+ private float _Weight;
+
+ [ParamField(0xC, ParamType.I32)]
+ public int BehaviorId
+ {
+ get => _BehaviorId;
+ set => WriteParamField(ref _BehaviorId, value);
+ }
+ private int _BehaviorId;
+
+ [ParamField(0x10, ParamType.I32)]
+ public int BasicPrice
+ {
+ get => _BasicPrice;
+ set => WriteParamField(ref _BasicPrice, value);
+ }
+ private int _BasicPrice;
+
+ [ParamField(0x14, ParamType.I32)]
+ public int SellValue
+ {
+ get => _SellValue;
+ set => WriteParamField(ref _SellValue, value);
+ }
+ private int _SellValue;
+
+ [ParamField(0x18, ParamType.I32)]
+ public int SortId
+ {
+ get => _SortId;
+ set => WriteParamField(ref _SortId, value);
+ }
+ private int _SortId;
+
+ [ParamField(0x1C, ParamType.I32)]
+ public int QwcId
+ {
+ get => _QwcId;
+ set => WriteParamField(ref _QwcId, value);
+ }
+ private int _QwcId;
+
+ [ParamField(0x20, ParamType.U16)]
+ public ushort EquipModelId
+ {
+ get => _EquipModelId;
+ set => WriteParamField(ref _EquipModelId, value);
+ }
+ private ushort _EquipModelId;
+
+ [ParamField(0x22, ParamType.U16)]
+ public ushort IconId
+ {
+ get => _IconId;
+ set => WriteParamField(ref _IconId, value);
+ }
+ private ushort _IconId;
+
+ [ParamField(0x24, ParamType.I16)]
+ public short ShopLv
+ {
+ get => _ShopLv;
+ set => WriteParamField(ref _ShopLv, value);
+ }
+ private short _ShopLv;
+
+ [ParamField(0x26, ParamType.I16)]
+ public short TrophySGradeId
+ {
+ get => _TrophySGradeId;
+ set => WriteParamField(ref _TrophySGradeId, value);
+ }
+ private short _TrophySGradeId;
+
+ [ParamField(0x28, ParamType.I16)]
+ public short TrophySeqId
+ {
+ get => _TrophySeqId;
+ set => WriteParamField(ref _TrophySeqId, value);
+ }
+ private short _TrophySeqId;
+
+ [ParamField(0x2A, ParamType.U8)]
+ public byte EquipModelCategory
+ {
+ get => _EquipModelCategory;
+ set => WriteParamField(ref _EquipModelCategory, value);
+ }
+ private byte _EquipModelCategory;
+
+ [ParamField(0x2B, ParamType.U8)]
+ public byte EquipModelGender
+ {
+ get => _EquipModelGender;
+ set => WriteParamField(ref _EquipModelGender, value);
+ }
+ private byte _EquipModelGender;
+ [ParamField(0x2C, ParamType.U8)]
+ public byte AccessoryCategory
+ {
+ get => _AccessoryCategory;
+ set => WriteParamField(ref _AccessoryCategory, value);
+ }
+ private byte _AccessoryCategory;
+
+ [ParamField(0x2D, ParamType.U8)]
+ public byte RefCategory
+ {
+ get => _RefCategory;
+ set => WriteParamField(ref _RefCategory, value);
+ }
+ private byte _RefCategory;
+
+ [ParamField(0x2E, ParamType.U8)]
+ public byte SpEffectCategory
+ {
+ get => _SpEffectCategory;
+ set => WriteParamField(ref _SpEffectCategory, value);
}
+ private byte _SpEffectCategory;
+
+ [ParamField(0x2F, ParamType.Dummy8, 1)]
+ public byte[] Pad
+ {
+ get => _Pad;
+ set => WriteParamField(ref _Pad, value);
+ }
+ private byte[] _Pad = null!;
+
+ [ParamField(0x30, ParamType.I32)]
+ public int VagrantItemLotId
+ {
+ get => _VagrantItemLotId;
+ set => WriteParamField(ref _VagrantItemLotId, value);
+ }
+ private int _VagrantItemLotId;
+
+ [ParamField(0x34, ParamType.I32)]
+ public int VagrantBonusEneDropItemLotId
+ {
+ get => _VagrantBonusEneDropItemLotId;
+ set => WriteParamField(ref _VagrantBonusEneDropItemLotId, value);
+ }
+ private int _VagrantBonusEneDropItemLotId;
+
+ [ParamField(0x38, ParamType.I32)]
+ public int VagrantItemEneDropItemLotId
+ {
+ get => _VagrantItemEneDropItemLotId;
+ set => WriteParamField(ref _VagrantItemEneDropItemLotId, value);
+ }
+ private int _VagrantItemEneDropItemLotId;
+
+ #region BitField IsDepositBitfield ==============================================================================
+
+ [ParamField(0x3C, ParamType.U8)]
+ public byte IsDepositBitfield
+ {
+ get => _IsDepositBitfield;
+ set => WriteParamField(ref _IsDepositBitfield, value);
+ }
+ private byte _IsDepositBitfield;
+
+ [ParamBitField(nameof(IsDepositBitfield), bits: 1, bitsOffset: 0)]
+ public byte IsDeposit
+ {
+ get => GetbitfieldValue(_IsDepositBitfield);
+ set => SetBitfieldValue(ref _IsDepositBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsDepositBitfield), bits: 1, bitsOffset: 1)]
+ public byte IsEquipOutBrake
+ {
+ get => GetbitfieldValue(_IsDepositBitfield);
+ set => SetBitfieldValue(ref _IsDepositBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsDepositBitfield), bits: 1, bitsOffset: 2)]
+ public byte DisableMultiDropShare
+ {
+ get => GetbitfieldValue(_IsDepositBitfield);
+ set => SetBitfieldValue(ref _IsDepositBitfield, value);
+ }
+
+ #endregion BitField IsDepositBitfield
+
+ [ParamField(0x3D, ParamType.Dummy8, 3)]
+ public byte[] Pad1
+ {
+ get => _Pad1;
+ set => WriteParamField(ref _Pad1, value);
+ }
+ private byte[] _Pad1 = null!;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/EquipParamGoods.cs b/src/SoulMemory/DarkSouls1/Parameters/EquipParamGoods.cs
index 0a1c3016..aed7716f 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/EquipParamGoods.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/EquipParamGoods.cs
@@ -18,593 +18,590 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class EquipParamGoods(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class EquipParamGoods : BaseParam
- {
- public EquipParamGoods(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I32)]
- public int RefId
- {
- get => _RefId;
- set => WriteParamField(ref _RefId, value);
- }
- private int _RefId;
-
- [ParamField(0x4, ParamType.I32)]
- public int SfxVariationId
- {
- get => _SfxVariationId;
- set => WriteParamField(ref _SfxVariationId, value);
- }
- private int _SfxVariationId;
-
- [ParamField(0x8, ParamType.F32)]
- public float Weight
- {
- get => _Weight;
- set => WriteParamField(ref _Weight, value);
- }
- private float _Weight;
-
- [ParamField(0xC, ParamType.I32)]
- public int BasicPrice
- {
- get => _BasicPrice;
- set => WriteParamField(ref _BasicPrice, value);
- }
- private int _BasicPrice;
-
- [ParamField(0x10, ParamType.I32)]
- public int SellValue
- {
- get => _SellValue;
- set => WriteParamField(ref _SellValue, value);
- }
- private int _SellValue;
-
- [ParamField(0x14, ParamType.I32)]
- public int BehaviorId
- {
- get => _BehaviorId;
- set => WriteParamField(ref _BehaviorId, value);
- }
- private int _BehaviorId;
-
- [ParamField(0x18, ParamType.I32)]
- public int ReplaceItemId
- {
- get => _ReplaceItemId;
- set => WriteParamField(ref _ReplaceItemId, value);
- }
- private int _ReplaceItemId;
-
- [ParamField(0x1C, ParamType.I32)]
- public int SortId
- {
- get => _SortId;
- set => WriteParamField(ref _SortId, value);
- }
- private int _SortId;
-
- [ParamField(0x20, ParamType.I32)]
- public int QwcId
- {
- get => _QwcId;
- set => WriteParamField(ref _QwcId, value);
- }
- private int _QwcId;
-
- [ParamField(0x24, ParamType.I32)]
- public int YesNoDialogMessageId
- {
- get => _YesNoDialogMessageId;
- set => WriteParamField(ref _YesNoDialogMessageId, value);
- }
- private int _YesNoDialogMessageId;
-
- [ParamField(0x28, ParamType.I32)]
- public int MagicId
- {
- get => _MagicId;
- set => WriteParamField(ref _MagicId, value);
- }
- private int _MagicId;
-
- [ParamField(0x2C, ParamType.U16)]
- public ushort IconId
- {
- get => _IconId;
- set => WriteParamField(ref _IconId, value);
- }
- private ushort _IconId;
-
- [ParamField(0x2E, ParamType.U16)]
- public ushort ModelId
- {
- get => _ModelId;
- set => WriteParamField(ref _ModelId, value);
- }
- private ushort _ModelId;
-
- [ParamField(0x30, ParamType.I16)]
- public short ShopLv
- {
- get => _ShopLv;
- set => WriteParamField(ref _ShopLv, value);
- }
- private short _ShopLv;
-
- [ParamField(0x32, ParamType.I16)]
- public short CompTrophySedId
- {
- get => _CompTrophySedId;
- set => WriteParamField(ref _CompTrophySedId, value);
- }
- private short _CompTrophySedId;
-
- [ParamField(0x34, ParamType.I16)]
- public short TrophySeqId
- {
- get => _TrophySeqId;
- set => WriteParamField(ref _TrophySeqId, value);
- }
- private short _TrophySeqId;
-
- [ParamField(0x36, ParamType.I16)]
- public short MaxNum
- {
- get => _MaxNum;
- set => WriteParamField(ref _MaxNum, value);
- }
- private short _MaxNum;
-
- [ParamField(0x38, ParamType.U8)]
- public byte ConsumeHeroPoint
- {
- get => _ConsumeHeroPoint;
- set => WriteParamField(ref _ConsumeHeroPoint, value);
- }
- private byte _ConsumeHeroPoint;
-
- [ParamField(0x39, ParamType.U8)]
- public byte OverDexterity
- {
- get => _OverDexterity;
- set => WriteParamField(ref _OverDexterity, value);
- }
- private byte _OverDexterity;
-
- [ParamField(0x3A, ParamType.U8)]
- public byte GoodsType
- {
- get => _GoodsType;
- set => WriteParamField(ref _GoodsType, value);
- }
- private byte _GoodsType;
-
- [ParamField(0x3B, ParamType.U8)]
- public byte RefCategory
- {
- get => _RefCategory;
- set => WriteParamField(ref _RefCategory, value);
- }
- private byte _RefCategory;
-
- [ParamField(0x3C, ParamType.U8)]
- public byte SpEffectCategory
- {
- get => _SpEffectCategory;
- set => WriteParamField(ref _SpEffectCategory, value);
- }
- private byte _SpEffectCategory;
-
- [ParamField(0x3D, ParamType.U8)]
- public byte GoodsCategory
- {
- get => _GoodsCategory;
- set => WriteParamField(ref _GoodsCategory, value);
- }
- private byte _GoodsCategory;
-
- [ParamField(0x3E, ParamType.U8)]
- public byte GoodsUseAnim
- {
- get => _GoodsUseAnim;
- set => WriteParamField(ref _GoodsUseAnim, value);
- }
- private byte _GoodsUseAnim;
-
- [ParamField(0x3F, ParamType.U8)]
- public byte OpmeMenuType
- {
- get => _OpmeMenuType;
- set => WriteParamField(ref _OpmeMenuType, value);
- }
- private byte _OpmeMenuType;
-
- [ParamField(0x40, ParamType.U8)]
- public byte UseLimitCategory
- {
- get => _UseLimitCategory;
- set => WriteParamField(ref _UseLimitCategory, value);
- }
- private byte _UseLimitCategory;
-
- [ParamField(0x41, ParamType.U8)]
- public byte ReplaceCategory
- {
- get => _ReplaceCategory;
- set => WriteParamField(ref _ReplaceCategory, value);
- }
- private byte _ReplaceCategory;
-
- #region BitField VowType0Bitfield ==============================================================================
-
- [ParamField(0x42, ParamType.U8)]
- public byte VowType0Bitfield
- {
- get => _VowType0Bitfield;
- set => WriteParamField(ref _VowType0Bitfield, value);
- }
- private byte _VowType0Bitfield;
-
- [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 0)]
- public byte VowType0
- {
- get => GetbitfieldValue(_VowType0Bitfield);
- set => SetBitfieldValue(ref _VowType0Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 1)]
- public byte VowType1
- {
- get => GetbitfieldValue(_VowType0Bitfield);
- set => SetBitfieldValue(ref _VowType0Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 2)]
- public byte VowType2
- {
- get => GetbitfieldValue(_VowType0Bitfield);
- set => SetBitfieldValue(ref _VowType0Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 3)]
- public byte VowType3
- {
- get => GetbitfieldValue(_VowType0Bitfield);
- set => SetBitfieldValue(ref _VowType0Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 4)]
- public byte VowType4
- {
- get => GetbitfieldValue(_VowType0Bitfield);
- set => SetBitfieldValue(ref _VowType0Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 5)]
- public byte VowType5
- {
- get => GetbitfieldValue(_VowType0Bitfield);
- set => SetBitfieldValue(ref _VowType0Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 6)]
- public byte VowType6
- {
- get => GetbitfieldValue(_VowType0Bitfield);
- set => SetBitfieldValue(ref _VowType0Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 7)]
- public byte VowType7
- {
- get => GetbitfieldValue(_VowType0Bitfield);
- set => SetBitfieldValue(ref _VowType0Bitfield, value);
- }
-
- #endregion BitField VowType0Bitfield
-
- #region BitField VowType8Bitfield ==============================================================================
-
- [ParamField(0x43, ParamType.U8)]
- public byte VowType8Bitfield
- {
- get => _VowType8Bitfield;
- set => WriteParamField(ref _VowType8Bitfield, value);
- }
- private byte _VowType8Bitfield;
-
- [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 0)]
- public byte VowType8
- {
- get => GetbitfieldValue(_VowType8Bitfield);
- set => SetBitfieldValue(ref _VowType8Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 1)]
- public byte VowType9
- {
- get => GetbitfieldValue(_VowType8Bitfield);
- set => SetBitfieldValue(ref _VowType8Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 2)]
- public byte VowType10
- {
- get => GetbitfieldValue(_VowType8Bitfield);
- set => SetBitfieldValue(ref _VowType8Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 3)]
- public byte VowType11
- {
- get => GetbitfieldValue(_VowType8Bitfield);
- set => SetBitfieldValue(ref _VowType8Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 4)]
- public byte VowType12
- {
- get => GetbitfieldValue(_VowType8Bitfield);
- set => SetBitfieldValue(ref _VowType8Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 5)]
- public byte VowType13
- {
- get => GetbitfieldValue(_VowType8Bitfield);
- set => SetBitfieldValue(ref _VowType8Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 6)]
- public byte VowType14
- {
- get => GetbitfieldValue(_VowType8Bitfield);
- set => SetBitfieldValue(ref _VowType8Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 7)]
- public byte VowType15
- {
- get => GetbitfieldValue(_VowType8Bitfield);
- set => SetBitfieldValue(ref _VowType8Bitfield, value);
- }
-
- #endregion BitField VowType8Bitfield
-
- #region BitField Enable_liveBitfield ==============================================================================
-
- [ParamField(0x44, ParamType.U8)]
- public byte Enable_liveBitfield
- {
- get => _Enable_liveBitfield;
- set => WriteParamField(ref _Enable_liveBitfield, value);
- }
- private byte _Enable_liveBitfield;
-
- [ParamBitField(nameof(Enable_liveBitfield), bits: 1, bitsOffset: 0)]
- public byte Enable_live
- {
- get => GetbitfieldValue(_Enable_liveBitfield);
- set => SetBitfieldValue(ref _Enable_liveBitfield, value);
- }
-
- [ParamBitField(nameof(Enable_liveBitfield), bits: 1, bitsOffset: 1)]
- public byte Enable_gray
- {
- get => GetbitfieldValue(_Enable_liveBitfield);
- set => SetBitfieldValue(ref _Enable_liveBitfield, value);
- }
-
- [ParamBitField(nameof(Enable_liveBitfield), bits: 1, bitsOffset: 2)]
- public byte Enable_white
- {
- get => GetbitfieldValue(_Enable_liveBitfield);
- set => SetBitfieldValue(ref _Enable_liveBitfield, value);
- }
-
- [ParamBitField(nameof(Enable_liveBitfield), bits: 1, bitsOffset: 3)]
- public byte Enable_black
- {
- get => GetbitfieldValue(_Enable_liveBitfield);
- set => SetBitfieldValue(ref _Enable_liveBitfield, value);
- }
-
- [ParamBitField(nameof(Enable_liveBitfield), bits: 1, bitsOffset: 4)]
- public byte Enable_multi
- {
- get => GetbitfieldValue(_Enable_liveBitfield);
- set => SetBitfieldValue(ref _Enable_liveBitfield, value);
- }
-
- [ParamBitField(nameof(Enable_liveBitfield), bits: 1, bitsOffset: 5)]
- public byte Enable_pvp
- {
- get => GetbitfieldValue(_Enable_liveBitfield);
- set => SetBitfieldValue(ref _Enable_liveBitfield, value);
- }
-
- [ParamBitField(nameof(Enable_liveBitfield), bits: 1, bitsOffset: 6)]
- public byte Disable_offline
- {
- get => GetbitfieldValue(_Enable_liveBitfield);
- set => SetBitfieldValue(ref _Enable_liveBitfield, value);
- }
-
- [ParamBitField(nameof(Enable_liveBitfield), bits: 1, bitsOffset: 7)]
- public byte IsEquip
- {
- get => GetbitfieldValue(_Enable_liveBitfield);
- set => SetBitfieldValue(ref _Enable_liveBitfield, value);
- }
-
- #endregion BitField Enable_liveBitfield
-
- #region BitField IsConsumeBitfield ==============================================================================
-
- [ParamField(0x45, ParamType.U8)]
- public byte IsConsumeBitfield
- {
- get => _IsConsumeBitfield;
- set => WriteParamField(ref _IsConsumeBitfield, value);
- }
- private byte _IsConsumeBitfield;
-
- [ParamBitField(nameof(IsConsumeBitfield), bits: 1, bitsOffset: 0)]
- public byte IsConsume
- {
- get => GetbitfieldValue(_IsConsumeBitfield);
- set => SetBitfieldValue(ref _IsConsumeBitfield, value);
- }
-
- [ParamBitField(nameof(IsConsumeBitfield), bits: 1, bitsOffset: 1)]
- public byte IsAutoEquip
- {
- get => GetbitfieldValue(_IsConsumeBitfield);
- set => SetBitfieldValue(ref _IsConsumeBitfield, value);
- }
-
- [ParamBitField(nameof(IsConsumeBitfield), bits: 1, bitsOffset: 2)]
- public byte IsEstablishment
- {
- get => GetbitfieldValue(_IsConsumeBitfield);
- set => SetBitfieldValue(ref _IsConsumeBitfield, value);
- }
-
- [ParamBitField(nameof(IsConsumeBitfield), bits: 1, bitsOffset: 3)]
- public byte IsOnlyOne
- {
- get => GetbitfieldValue(_IsConsumeBitfield);
- set => SetBitfieldValue(ref _IsConsumeBitfield, value);
- }
-
- [ParamBitField(nameof(IsConsumeBitfield), bits: 1, bitsOffset: 4)]
- public byte IsDrop
- {
- get => GetbitfieldValue(_IsConsumeBitfield);
- set => SetBitfieldValue(ref _IsConsumeBitfield, value);
- }
-
- [ParamBitField(nameof(IsConsumeBitfield), bits: 1, bitsOffset: 5)]
- public byte IsDeposit
- {
- get => GetbitfieldValue(_IsConsumeBitfield);
- set => SetBitfieldValue(ref _IsConsumeBitfield, value);
- }
-
- [ParamBitField(nameof(IsConsumeBitfield), bits: 1, bitsOffset: 6)]
- public byte IsDisableHand
- {
- get => GetbitfieldValue(_IsConsumeBitfield);
- set => SetBitfieldValue(ref _IsConsumeBitfield, value);
- }
-
- [ParamBitField(nameof(IsConsumeBitfield), bits: 1, bitsOffset: 7)]
- public byte IsTravelItem
- {
- get => GetbitfieldValue(_IsConsumeBitfield);
- set => SetBitfieldValue(ref _IsConsumeBitfield, value);
- }
-
- #endregion BitField IsConsumeBitfield
-
- #region BitField IsSuppleItemBitfield ==============================================================================
-
- [ParamField(0x46, ParamType.U8)]
- public byte IsSuppleItemBitfield
- {
- get => _IsSuppleItemBitfield;
- set => WriteParamField(ref _IsSuppleItemBitfield, value);
- }
- private byte _IsSuppleItemBitfield;
-
- [ParamBitField(nameof(IsSuppleItemBitfield), bits: 1, bitsOffset: 0)]
- public byte IsSuppleItem
- {
- get => GetbitfieldValue(_IsSuppleItemBitfield);
- set => SetBitfieldValue(ref _IsSuppleItemBitfield, value);
- }
-
- [ParamBitField(nameof(IsSuppleItemBitfield), bits: 1, bitsOffset: 1)]
- public byte IsFullSuppleItem
- {
- get => GetbitfieldValue(_IsSuppleItemBitfield);
- set => SetBitfieldValue(ref _IsSuppleItemBitfield, value);
- }
-
- [ParamBitField(nameof(IsSuppleItemBitfield), bits: 1, bitsOffset: 2)]
- public byte IsEnhance
- {
- get => GetbitfieldValue(_IsSuppleItemBitfield);
- set => SetBitfieldValue(ref _IsSuppleItemBitfield, value);
- }
-
- [ParamBitField(nameof(IsSuppleItemBitfield), bits: 1, bitsOffset: 3)]
- public byte IsFixItem
- {
- get => GetbitfieldValue(_IsSuppleItemBitfield);
- set => SetBitfieldValue(ref _IsSuppleItemBitfield, value);
- }
-
- [ParamBitField(nameof(IsSuppleItemBitfield), bits: 1, bitsOffset: 4)]
- public byte DisableMultiDropShare
- {
- get => GetbitfieldValue(_IsSuppleItemBitfield);
- set => SetBitfieldValue(ref _IsSuppleItemBitfield, value);
- }
-
- [ParamBitField(nameof(IsSuppleItemBitfield), bits: 1, bitsOffset: 5)]
- public byte DisableUseAtColiseum
- {
- get => GetbitfieldValue(_IsSuppleItemBitfield);
- set => SetBitfieldValue(ref _IsSuppleItemBitfield, value);
- }
-
- [ParamBitField(nameof(IsSuppleItemBitfield), bits: 1, bitsOffset: 6)]
- public byte DisableUseAtOutOfColiseum
- {
- get => GetbitfieldValue(_IsSuppleItemBitfield);
- set => SetBitfieldValue(ref _IsSuppleItemBitfield, value);
- }
-
- #endregion BitField IsSuppleItemBitfield
-
- [ParamField(0x47, ParamType.Dummy8, 9)]
- public byte[] Pad
- {
- get => _Pad;
- set => WriteParamField(ref _Pad, value);
- }
- private byte[] _Pad;
-
- [ParamField(0x50, ParamType.I32)]
- public int VagrantItemLotId
- {
- get => _VagrantItemLotId;
- set => WriteParamField(ref _VagrantItemLotId, value);
- }
- private int _VagrantItemLotId;
-
- [ParamField(0x54, ParamType.I32)]
- public int VagrantBonusEneDropItemLotId
- {
- get => _VagrantBonusEneDropItemLotId;
- set => WriteParamField(ref _VagrantBonusEneDropItemLotId, value);
- }
- private int _VagrantBonusEneDropItemLotId;
-
- [ParamField(0x58, ParamType.I32)]
- public int VagrantItemEneDropItemLotId
- {
- get => _VagrantItemEneDropItemLotId;
- set => WriteParamField(ref _VagrantItemEneDropItemLotId, value);
- }
- private int _VagrantItemEneDropItemLotId;
+ [ParamField(0x0, ParamType.I32)]
+ public int RefId
+ {
+ get => _RefId;
+ set => WriteParamField(ref _RefId, value);
+ }
+ private int _RefId;
+
+ [ParamField(0x4, ParamType.I32)]
+ public int SfxVariationId
+ {
+ get => _SfxVariationId;
+ set => WriteParamField(ref _SfxVariationId, value);
+ }
+ private int _SfxVariationId;
+
+ [ParamField(0x8, ParamType.F32)]
+ public float Weight
+ {
+ get => _Weight;
+ set => WriteParamField(ref _Weight, value);
+ }
+ private float _Weight;
+
+ [ParamField(0xC, ParamType.I32)]
+ public int BasicPrice
+ {
+ get => _BasicPrice;
+ set => WriteParamField(ref _BasicPrice, value);
+ }
+ private int _BasicPrice;
+
+ [ParamField(0x10, ParamType.I32)]
+ public int SellValue
+ {
+ get => _SellValue;
+ set => WriteParamField(ref _SellValue, value);
+ }
+ private int _SellValue;
+
+ [ParamField(0x14, ParamType.I32)]
+ public int BehaviorId
+ {
+ get => _BehaviorId;
+ set => WriteParamField(ref _BehaviorId, value);
+ }
+ private int _BehaviorId;
+
+ [ParamField(0x18, ParamType.I32)]
+ public int ReplaceItemId
+ {
+ get => _ReplaceItemId;
+ set => WriteParamField(ref _ReplaceItemId, value);
+ }
+ private int _ReplaceItemId;
+
+ [ParamField(0x1C, ParamType.I32)]
+ public int SortId
+ {
+ get => _SortId;
+ set => WriteParamField(ref _SortId, value);
+ }
+ private int _SortId;
+
+ [ParamField(0x20, ParamType.I32)]
+ public int QwcId
+ {
+ get => _QwcId;
+ set => WriteParamField(ref _QwcId, value);
+ }
+ private int _QwcId;
+
+ [ParamField(0x24, ParamType.I32)]
+ public int YesNoDialogMessageId
+ {
+ get => _YesNoDialogMessageId;
+ set => WriteParamField(ref _YesNoDialogMessageId, value);
+ }
+ private int _YesNoDialogMessageId;
+
+ [ParamField(0x28, ParamType.I32)]
+ public int MagicId
+ {
+ get => _MagicId;
+ set => WriteParamField(ref _MagicId, value);
+ }
+ private int _MagicId;
+
+ [ParamField(0x2C, ParamType.U16)]
+ public ushort IconId
+ {
+ get => _IconId;
+ set => WriteParamField(ref _IconId, value);
+ }
+ private ushort _IconId;
+
+ [ParamField(0x2E, ParamType.U16)]
+ public ushort ModelId
+ {
+ get => _ModelId;
+ set => WriteParamField(ref _ModelId, value);
+ }
+ private ushort _ModelId;
+
+ [ParamField(0x30, ParamType.I16)]
+ public short ShopLv
+ {
+ get => _ShopLv;
+ set => WriteParamField(ref _ShopLv, value);
+ }
+ private short _ShopLv;
+
+ [ParamField(0x32, ParamType.I16)]
+ public short CompTrophySedId
+ {
+ get => _CompTrophySedId;
+ set => WriteParamField(ref _CompTrophySedId, value);
+ }
+ private short _CompTrophySedId;
+
+ [ParamField(0x34, ParamType.I16)]
+ public short TrophySeqId
+ {
+ get => _TrophySeqId;
+ set => WriteParamField(ref _TrophySeqId, value);
+ }
+ private short _TrophySeqId;
+
+ [ParamField(0x36, ParamType.I16)]
+ public short MaxNum
+ {
+ get => _MaxNum;
+ set => WriteParamField(ref _MaxNum, value);
+ }
+ private short _MaxNum;
+
+ [ParamField(0x38, ParamType.U8)]
+ public byte ConsumeHeroPoint
+ {
+ get => _ConsumeHeroPoint;
+ set => WriteParamField(ref _ConsumeHeroPoint, value);
+ }
+ private byte _ConsumeHeroPoint;
+
+ [ParamField(0x39, ParamType.U8)]
+ public byte OverDexterity
+ {
+ get => _OverDexterity;
+ set => WriteParamField(ref _OverDexterity, value);
+ }
+ private byte _OverDexterity;
+
+ [ParamField(0x3A, ParamType.U8)]
+ public byte GoodsType
+ {
+ get => _GoodsType;
+ set => WriteParamField(ref _GoodsType, value);
+ }
+ private byte _GoodsType;
+
+ [ParamField(0x3B, ParamType.U8)]
+ public byte RefCategory
+ {
+ get => _RefCategory;
+ set => WriteParamField(ref _RefCategory, value);
+ }
+ private byte _RefCategory;
+
+ [ParamField(0x3C, ParamType.U8)]
+ public byte SpEffectCategory
+ {
+ get => _SpEffectCategory;
+ set => WriteParamField(ref _SpEffectCategory, value);
+ }
+ private byte _SpEffectCategory;
+
+ [ParamField(0x3D, ParamType.U8)]
+ public byte GoodsCategory
+ {
+ get => _GoodsCategory;
+ set => WriteParamField(ref _GoodsCategory, value);
+ }
+ private byte _GoodsCategory;
+
+ [ParamField(0x3E, ParamType.U8)]
+ public byte GoodsUseAnim
+ {
+ get => _GoodsUseAnim;
+ set => WriteParamField(ref _GoodsUseAnim, value);
+ }
+ private byte _GoodsUseAnim;
+
+ [ParamField(0x3F, ParamType.U8)]
+ public byte OpmeMenuType
+ {
+ get => _OpmeMenuType;
+ set => WriteParamField(ref _OpmeMenuType, value);
+ }
+ private byte _OpmeMenuType;
+
+ [ParamField(0x40, ParamType.U8)]
+ public byte UseLimitCategory
+ {
+ get => _UseLimitCategory;
+ set => WriteParamField(ref _UseLimitCategory, value);
+ }
+ private byte _UseLimitCategory;
+
+ [ParamField(0x41, ParamType.U8)]
+ public byte ReplaceCategory
+ {
+ get => _ReplaceCategory;
+ set => WriteParamField(ref _ReplaceCategory, value);
+ }
+ private byte _ReplaceCategory;
+
+ #region BitField VowType0Bitfield ==============================================================================
+
+ [ParamField(0x42, ParamType.U8)]
+ public byte VowType0Bitfield
+ {
+ get => _VowType0Bitfield;
+ set => WriteParamField(ref _VowType0Bitfield, value);
+ }
+ private byte _VowType0Bitfield;
+
+ [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 0)]
+ public byte VowType0
+ {
+ get => GetbitfieldValue(_VowType0Bitfield);
+ set => SetBitfieldValue(ref _VowType0Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 1)]
+ public byte VowType1
+ {
+ get => GetbitfieldValue(_VowType0Bitfield);
+ set => SetBitfieldValue(ref _VowType0Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 2)]
+ public byte VowType2
+ {
+ get => GetbitfieldValue(_VowType0Bitfield);
+ set => SetBitfieldValue(ref _VowType0Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 3)]
+ public byte VowType3
+ {
+ get => GetbitfieldValue(_VowType0Bitfield);
+ set => SetBitfieldValue(ref _VowType0Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 4)]
+ public byte VowType4
+ {
+ get => GetbitfieldValue(_VowType0Bitfield);
+ set => SetBitfieldValue(ref _VowType0Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 5)]
+ public byte VowType5
+ {
+ get => GetbitfieldValue(_VowType0Bitfield);
+ set => SetBitfieldValue(ref _VowType0Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 6)]
+ public byte VowType6
+ {
+ get => GetbitfieldValue(_VowType0Bitfield);
+ set => SetBitfieldValue(ref _VowType0Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 7)]
+ public byte VowType7
+ {
+ get => GetbitfieldValue(_VowType0Bitfield);
+ set => SetBitfieldValue(ref _VowType0Bitfield, value);
+ }
+
+ #endregion BitField VowType0Bitfield
+
+ #region BitField VowType8Bitfield ==============================================================================
+
+ [ParamField(0x43, ParamType.U8)]
+ public byte VowType8Bitfield
+ {
+ get => _VowType8Bitfield;
+ set => WriteParamField(ref _VowType8Bitfield, value);
+ }
+ private byte _VowType8Bitfield;
+
+ [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 0)]
+ public byte VowType8
+ {
+ get => GetbitfieldValue(_VowType8Bitfield);
+ set => SetBitfieldValue(ref _VowType8Bitfield, value);
+ }
+ [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 1)]
+ public byte VowType9
+ {
+ get => GetbitfieldValue(_VowType8Bitfield);
+ set => SetBitfieldValue(ref _VowType8Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 2)]
+ public byte VowType10
+ {
+ get => GetbitfieldValue(_VowType8Bitfield);
+ set => SetBitfieldValue(ref _VowType8Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 3)]
+ public byte VowType11
+ {
+ get => GetbitfieldValue(_VowType8Bitfield);
+ set => SetBitfieldValue(ref _VowType8Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 4)]
+ public byte VowType12
+ {
+ get => GetbitfieldValue(_VowType8Bitfield);
+ set => SetBitfieldValue(ref _VowType8Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 5)]
+ public byte VowType13
+ {
+ get => GetbitfieldValue(_VowType8Bitfield);
+ set => SetBitfieldValue(ref _VowType8Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 6)]
+ public byte VowType14
+ {
+ get => GetbitfieldValue(_VowType8Bitfield);
+ set => SetBitfieldValue(ref _VowType8Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 7)]
+ public byte VowType15
+ {
+ get => GetbitfieldValue(_VowType8Bitfield);
+ set => SetBitfieldValue(ref _VowType8Bitfield, value);
+ }
+
+ #endregion BitField VowType8Bitfield
+
+ #region BitField Enable_liveBitfield ==============================================================================
+
+ [ParamField(0x44, ParamType.U8)]
+ public byte Enable_liveBitfield
+ {
+ get => _Enable_liveBitfield;
+ set => WriteParamField(ref _Enable_liveBitfield, value);
+ }
+ private byte _Enable_liveBitfield;
+
+ [ParamBitField(nameof(Enable_liveBitfield), bits: 1, bitsOffset: 0)]
+ public byte Enable_live
+ {
+ get => GetbitfieldValue(_Enable_liveBitfield);
+ set => SetBitfieldValue(ref _Enable_liveBitfield, value);
+ }
+
+ [ParamBitField(nameof(Enable_liveBitfield), bits: 1, bitsOffset: 1)]
+ public byte Enable_gray
+ {
+ get => GetbitfieldValue(_Enable_liveBitfield);
+ set => SetBitfieldValue(ref _Enable_liveBitfield, value);
+ }
+
+ [ParamBitField(nameof(Enable_liveBitfield), bits: 1, bitsOffset: 2)]
+ public byte Enable_white
+ {
+ get => GetbitfieldValue(_Enable_liveBitfield);
+ set => SetBitfieldValue(ref _Enable_liveBitfield, value);
+ }
+
+ [ParamBitField(nameof(Enable_liveBitfield), bits: 1, bitsOffset: 3)]
+ public byte Enable_black
+ {
+ get => GetbitfieldValue(_Enable_liveBitfield);
+ set => SetBitfieldValue(ref _Enable_liveBitfield, value);
+ }
+
+ [ParamBitField(nameof(Enable_liveBitfield), bits: 1, bitsOffset: 4)]
+ public byte Enable_multi
+ {
+ get => GetbitfieldValue(_Enable_liveBitfield);
+ set => SetBitfieldValue(ref _Enable_liveBitfield, value);
+ }
+
+ [ParamBitField(nameof(Enable_liveBitfield), bits: 1, bitsOffset: 5)]
+ public byte Enable_pvp
+ {
+ get => GetbitfieldValue(_Enable_liveBitfield);
+ set => SetBitfieldValue(ref _Enable_liveBitfield, value);
+ }
+
+ [ParamBitField(nameof(Enable_liveBitfield), bits: 1, bitsOffset: 6)]
+ public byte Disable_offline
+ {
+ get => GetbitfieldValue(_Enable_liveBitfield);
+ set => SetBitfieldValue(ref _Enable_liveBitfield, value);
+ }
+
+ [ParamBitField(nameof(Enable_liveBitfield), bits: 1, bitsOffset: 7)]
+ public byte IsEquip
+ {
+ get => GetbitfieldValue(_Enable_liveBitfield);
+ set => SetBitfieldValue(ref _Enable_liveBitfield, value);
+ }
+
+ #endregion BitField Enable_liveBitfield
+
+ #region BitField IsConsumeBitfield ==============================================================================
+
+ [ParamField(0x45, ParamType.U8)]
+ public byte IsConsumeBitfield
+ {
+ get => _IsConsumeBitfield;
+ set => WriteParamField(ref _IsConsumeBitfield, value);
+ }
+ private byte _IsConsumeBitfield;
+
+ [ParamBitField(nameof(IsConsumeBitfield), bits: 1, bitsOffset: 0)]
+ public byte IsConsume
+ {
+ get => GetbitfieldValue(_IsConsumeBitfield);
+ set => SetBitfieldValue(ref _IsConsumeBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsConsumeBitfield), bits: 1, bitsOffset: 1)]
+ public byte IsAutoEquip
+ {
+ get => GetbitfieldValue(_IsConsumeBitfield);
+ set => SetBitfieldValue(ref _IsConsumeBitfield, value);
}
+
+ [ParamBitField(nameof(IsConsumeBitfield), bits: 1, bitsOffset: 2)]
+ public byte IsEstablishment
+ {
+ get => GetbitfieldValue(_IsConsumeBitfield);
+ set => SetBitfieldValue(ref _IsConsumeBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsConsumeBitfield), bits: 1, bitsOffset: 3)]
+ public byte IsOnlyOne
+ {
+ get => GetbitfieldValue(_IsConsumeBitfield);
+ set => SetBitfieldValue(ref _IsConsumeBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsConsumeBitfield), bits: 1, bitsOffset: 4)]
+ public byte IsDrop
+ {
+ get => GetbitfieldValue(_IsConsumeBitfield);
+ set => SetBitfieldValue(ref _IsConsumeBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsConsumeBitfield), bits: 1, bitsOffset: 5)]
+ public byte IsDeposit
+ {
+ get => GetbitfieldValue(_IsConsumeBitfield);
+ set => SetBitfieldValue(ref _IsConsumeBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsConsumeBitfield), bits: 1, bitsOffset: 6)]
+ public byte IsDisableHand
+ {
+ get => GetbitfieldValue(_IsConsumeBitfield);
+ set => SetBitfieldValue(ref _IsConsumeBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsConsumeBitfield), bits: 1, bitsOffset: 7)]
+ public byte IsTravelItem
+ {
+ get => GetbitfieldValue(_IsConsumeBitfield);
+ set => SetBitfieldValue(ref _IsConsumeBitfield, value);
+ }
+
+ #endregion BitField IsConsumeBitfield
+
+ #region BitField IsSuppleItemBitfield ==============================================================================
+
+ [ParamField(0x46, ParamType.U8)]
+ public byte IsSuppleItemBitfield
+ {
+ get => _IsSuppleItemBitfield;
+ set => WriteParamField(ref _IsSuppleItemBitfield, value);
+ }
+ private byte _IsSuppleItemBitfield;
+
+ [ParamBitField(nameof(IsSuppleItemBitfield), bits: 1, bitsOffset: 0)]
+ public byte IsSuppleItem
+ {
+ get => GetbitfieldValue(_IsSuppleItemBitfield);
+ set => SetBitfieldValue(ref _IsSuppleItemBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsSuppleItemBitfield), bits: 1, bitsOffset: 1)]
+ public byte IsFullSuppleItem
+ {
+ get => GetbitfieldValue(_IsSuppleItemBitfield);
+ set => SetBitfieldValue(ref _IsSuppleItemBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsSuppleItemBitfield), bits: 1, bitsOffset: 2)]
+ public byte IsEnhance
+ {
+ get => GetbitfieldValue(_IsSuppleItemBitfield);
+ set => SetBitfieldValue(ref _IsSuppleItemBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsSuppleItemBitfield), bits: 1, bitsOffset: 3)]
+ public byte IsFixItem
+ {
+ get => GetbitfieldValue(_IsSuppleItemBitfield);
+ set => SetBitfieldValue(ref _IsSuppleItemBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsSuppleItemBitfield), bits: 1, bitsOffset: 4)]
+ public byte DisableMultiDropShare
+ {
+ get => GetbitfieldValue(_IsSuppleItemBitfield);
+ set => SetBitfieldValue(ref _IsSuppleItemBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsSuppleItemBitfield), bits: 1, bitsOffset: 5)]
+ public byte DisableUseAtColiseum
+ {
+ get => GetbitfieldValue(_IsSuppleItemBitfield);
+ set => SetBitfieldValue(ref _IsSuppleItemBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsSuppleItemBitfield), bits: 1, bitsOffset: 6)]
+ public byte DisableUseAtOutOfColiseum
+ {
+ get => GetbitfieldValue(_IsSuppleItemBitfield);
+ set => SetBitfieldValue(ref _IsSuppleItemBitfield, value);
+ }
+
+ #endregion BitField IsSuppleItemBitfield
+
+ [ParamField(0x47, ParamType.Dummy8, 9)]
+ public byte[] Pad
+ {
+ get => _Pad;
+ set => WriteParamField(ref _Pad, value);
+ }
+ private byte[] _Pad = null!;
+
+ [ParamField(0x50, ParamType.I32)]
+ public int VagrantItemLotId
+ {
+ get => _VagrantItemLotId;
+ set => WriteParamField(ref _VagrantItemLotId, value);
+ }
+ private int _VagrantItemLotId;
+
+ [ParamField(0x54, ParamType.I32)]
+ public int VagrantBonusEneDropItemLotId
+ {
+ get => _VagrantBonusEneDropItemLotId;
+ set => WriteParamField(ref _VagrantBonusEneDropItemLotId, value);
+ }
+ private int _VagrantBonusEneDropItemLotId;
+
+ [ParamField(0x58, ParamType.I32)]
+ public int VagrantItemEneDropItemLotId
+ {
+ get => _VagrantItemEneDropItemLotId;
+ set => WriteParamField(ref _VagrantItemEneDropItemLotId, value);
+ }
+ private int _VagrantItemEneDropItemLotId;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/EquipParamProtector.cs b/src/SoulMemory/DarkSouls1/Parameters/EquipParamProtector.cs
index 9192d064..3d22457c 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/EquipParamProtector.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/EquipParamProtector.cs
@@ -18,1096 +18,1093 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class EquipParamProtector(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class EquipParamProtector : BaseParam
- {
- public EquipParamProtector(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I32)]
- public int SortId
- {
- get => _SortId;
- set => WriteParamField(ref _SortId, value);
- }
- private int _SortId;
-
- [ParamField(0x4, ParamType.U32)]
- public uint WanderingEquipId
- {
- get => _WanderingEquipId;
- set => WriteParamField(ref _WanderingEquipId, value);
- }
- private uint _WanderingEquipId;
-
- [ParamField(0x8, ParamType.I32)]
- public int VagrantItemLotId
- {
- get => _VagrantItemLotId;
- set => WriteParamField(ref _VagrantItemLotId, value);
- }
- private int _VagrantItemLotId;
-
- [ParamField(0xC, ParamType.I32)]
- public int VagrantBonusEneDropItemLotId
- {
- get => _VagrantBonusEneDropItemLotId;
- set => WriteParamField(ref _VagrantBonusEneDropItemLotId, value);
- }
- private int _VagrantBonusEneDropItemLotId;
-
- [ParamField(0x10, ParamType.I32)]
- public int VagrantItemEneDropItemLotId
- {
- get => _VagrantItemEneDropItemLotId;
- set => WriteParamField(ref _VagrantItemEneDropItemLotId, value);
- }
- private int _VagrantItemEneDropItemLotId;
-
- [ParamField(0x14, ParamType.I32)]
- public int FixPrice
- {
- get => _FixPrice;
- set => WriteParamField(ref _FixPrice, value);
- }
- private int _FixPrice;
-
- [ParamField(0x18, ParamType.I32)]
- public int BasicPrice
- {
- get => _BasicPrice;
- set => WriteParamField(ref _BasicPrice, value);
- }
- private int _BasicPrice;
-
- [ParamField(0x1C, ParamType.I32)]
- public int SellValue
- {
- get => _SellValue;
- set => WriteParamField(ref _SellValue, value);
- }
- private int _SellValue;
-
- [ParamField(0x20, ParamType.F32)]
- public float Weight
- {
- get => _Weight;
- set => WriteParamField(ref _Weight, value);
- }
- private float _Weight;
-
- [ParamField(0x24, ParamType.I32)]
- public int ResidentSpEffectId
- {
- get => _ResidentSpEffectId;
- set => WriteParamField(ref _ResidentSpEffectId, value);
- }
- private int _ResidentSpEffectId;
-
- [ParamField(0x28, ParamType.I32)]
- public int ResidentSpEffectId2
- {
- get => _ResidentSpEffectId2;
- set => WriteParamField(ref _ResidentSpEffectId2, value);
- }
- private int _ResidentSpEffectId2;
-
- [ParamField(0x2C, ParamType.I32)]
- public int ResidentSpEffectId3
- {
- get => _ResidentSpEffectId3;
- set => WriteParamField(ref _ResidentSpEffectId3, value);
- }
- private int _ResidentSpEffectId3;
-
- [ParamField(0x30, ParamType.I32)]
- public int MaterialSetId
- {
- get => _MaterialSetId;
- set => WriteParamField(ref _MaterialSetId, value);
- }
- private int _MaterialSetId;
-
- [ParamField(0x34, ParamType.F32)]
- public float PartsDamageRate
- {
- get => _PartsDamageRate;
- set => WriteParamField(ref _PartsDamageRate, value);
- }
- private float _PartsDamageRate;
-
- [ParamField(0x38, ParamType.F32)]
- public float CorectSARecover
- {
- get => _CorectSARecover;
- set => WriteParamField(ref _CorectSARecover, value);
- }
- private float _CorectSARecover;
-
- [ParamField(0x3C, ParamType.I32)]
- public int OriginEquipPro
- {
- get => _OriginEquipPro;
- set => WriteParamField(ref _OriginEquipPro, value);
- }
- private int _OriginEquipPro;
-
- [ParamField(0x40, ParamType.I32)]
- public int OriginEquipPro1
- {
- get => _OriginEquipPro1;
- set => WriteParamField(ref _OriginEquipPro1, value);
- }
- private int _OriginEquipPro1;
-
- [ParamField(0x44, ParamType.I32)]
- public int OriginEquipPro2
- {
- get => _OriginEquipPro2;
- set => WriteParamField(ref _OriginEquipPro2, value);
- }
- private int _OriginEquipPro2;
-
- [ParamField(0x48, ParamType.I32)]
- public int OriginEquipPro3
- {
- get => _OriginEquipPro3;
- set => WriteParamField(ref _OriginEquipPro3, value);
- }
- private int _OriginEquipPro3;
-
- [ParamField(0x4C, ParamType.I32)]
- public int OriginEquipPro4
- {
- get => _OriginEquipPro4;
- set => WriteParamField(ref _OriginEquipPro4, value);
- }
- private int _OriginEquipPro4;
-
- [ParamField(0x50, ParamType.I32)]
- public int OriginEquipPro5
- {
- get => _OriginEquipPro5;
- set => WriteParamField(ref _OriginEquipPro5, value);
- }
- private int _OriginEquipPro5;
-
- [ParamField(0x54, ParamType.I32)]
- public int OriginEquipPro6
- {
- get => _OriginEquipPro6;
- set => WriteParamField(ref _OriginEquipPro6, value);
- }
- private int _OriginEquipPro6;
-
- [ParamField(0x58, ParamType.I32)]
- public int OriginEquipPro7
- {
- get => _OriginEquipPro7;
- set => WriteParamField(ref _OriginEquipPro7, value);
- }
- private int _OriginEquipPro7;
-
- [ParamField(0x5C, ParamType.I32)]
- public int OriginEquipPro8
- {
- get => _OriginEquipPro8;
- set => WriteParamField(ref _OriginEquipPro8, value);
- }
- private int _OriginEquipPro8;
-
- [ParamField(0x60, ParamType.I32)]
- public int OriginEquipPro9
- {
- get => _OriginEquipPro9;
- set => WriteParamField(ref _OriginEquipPro9, value);
- }
- private int _OriginEquipPro9;
-
- [ParamField(0x64, ParamType.I32)]
- public int OriginEquipPro10
- {
- get => _OriginEquipPro10;
- set => WriteParamField(ref _OriginEquipPro10, value);
- }
- private int _OriginEquipPro10;
-
- [ParamField(0x68, ParamType.I32)]
- public int OriginEquipPro11
- {
- get => _OriginEquipPro11;
- set => WriteParamField(ref _OriginEquipPro11, value);
- }
- private int _OriginEquipPro11;
-
- [ParamField(0x6C, ParamType.I32)]
- public int OriginEquipPro12
- {
- get => _OriginEquipPro12;
- set => WriteParamField(ref _OriginEquipPro12, value);
- }
- private int _OriginEquipPro12;
-
- [ParamField(0x70, ParamType.I32)]
- public int OriginEquipPro13
- {
- get => _OriginEquipPro13;
- set => WriteParamField(ref _OriginEquipPro13, value);
- }
- private int _OriginEquipPro13;
-
- [ParamField(0x74, ParamType.I32)]
- public int OriginEquipPro14
- {
- get => _OriginEquipPro14;
- set => WriteParamField(ref _OriginEquipPro14, value);
- }
- private int _OriginEquipPro14;
-
- [ParamField(0x78, ParamType.I32)]
- public int OriginEquipPro15
- {
- get => _OriginEquipPro15;
- set => WriteParamField(ref _OriginEquipPro15, value);
- }
- private int _OriginEquipPro15;
-
- [ParamField(0x7C, ParamType.F32)]
- public float FaceScaleM_ScaleX
- {
- get => _FaceScaleM_ScaleX;
- set => WriteParamField(ref _FaceScaleM_ScaleX, value);
- }
- private float _FaceScaleM_ScaleX;
-
- [ParamField(0x80, ParamType.F32)]
- public float FaceScaleM_ScaleZ
- {
- get => _FaceScaleM_ScaleZ;
- set => WriteParamField(ref _FaceScaleM_ScaleZ, value);
- }
- private float _FaceScaleM_ScaleZ;
-
- [ParamField(0x84, ParamType.F32)]
- public float FaceScaleM_MaxX
- {
- get => _FaceScaleM_MaxX;
- set => WriteParamField(ref _FaceScaleM_MaxX, value);
- }
- private float _FaceScaleM_MaxX;
-
- [ParamField(0x88, ParamType.F32)]
- public float FaceScaleM_MaxZ
- {
- get => _FaceScaleM_MaxZ;
- set => WriteParamField(ref _FaceScaleM_MaxZ, value);
- }
- private float _FaceScaleM_MaxZ;
-
- [ParamField(0x8C, ParamType.F32)]
- public float FaceScaleF_ScaleX
- {
- get => _FaceScaleF_ScaleX;
- set => WriteParamField(ref _FaceScaleF_ScaleX, value);
- }
- private float _FaceScaleF_ScaleX;
-
- [ParamField(0x90, ParamType.F32)]
- public float FaceScaleF_ScaleZ
- {
- get => _FaceScaleF_ScaleZ;
- set => WriteParamField(ref _FaceScaleF_ScaleZ, value);
- }
- private float _FaceScaleF_ScaleZ;
-
- [ParamField(0x94, ParamType.F32)]
- public float FaceScaleF_MaxX
- {
- get => _FaceScaleF_MaxX;
- set => WriteParamField(ref _FaceScaleF_MaxX, value);
- }
- private float _FaceScaleF_MaxX;
-
- [ParamField(0x98, ParamType.F32)]
- public float FaceScaleF_MaxZ
- {
- get => _FaceScaleF_MaxZ;
- set => WriteParamField(ref _FaceScaleF_MaxZ, value);
- }
- private float _FaceScaleF_MaxZ;
-
- [ParamField(0x9C, ParamType.I32)]
- public int QwcId
- {
- get => _QwcId;
- set => WriteParamField(ref _QwcId, value);
- }
- private int _QwcId;
-
- [ParamField(0xA0, ParamType.U16)]
- public ushort EquipModelId
- {
- get => _EquipModelId;
- set => WriteParamField(ref _EquipModelId, value);
- }
- private ushort _EquipModelId;
-
- [ParamField(0xA2, ParamType.U16)]
- public ushort IconIdM
- {
- get => _IconIdM;
- set => WriteParamField(ref _IconIdM, value);
- }
- private ushort _IconIdM;
-
- [ParamField(0xA4, ParamType.U16)]
- public ushort IconIdF
- {
- get => _IconIdF;
- set => WriteParamField(ref _IconIdF, value);
- }
- private ushort _IconIdF;
-
- [ParamField(0xA6, ParamType.U16)]
- public ushort KnockBack
- {
- get => _KnockBack;
- set => WriteParamField(ref _KnockBack, value);
- }
- private ushort _KnockBack;
-
- [ParamField(0xA8, ParamType.U16)]
- public ushort KnockbackBounceRate
- {
- get => _KnockbackBounceRate;
- set => WriteParamField(ref _KnockbackBounceRate, value);
- }
- private ushort _KnockbackBounceRate;
-
- [ParamField(0xAA, ParamType.U16)]
- public ushort Durability
- {
- get => _Durability;
- set => WriteParamField(ref _Durability, value);
- }
- private ushort _Durability;
-
- [ParamField(0xAC, ParamType.U16)]
- public ushort DurabilityMax
- {
- get => _DurabilityMax;
- set => WriteParamField(ref _DurabilityMax, value);
- }
- private ushort _DurabilityMax;
-
- [ParamField(0xAE, ParamType.I16)]
- public short SaDurability
- {
- get => _SaDurability;
- set => WriteParamField(ref _SaDurability, value);
- }
- private short _SaDurability;
-
- [ParamField(0xB0, ParamType.U16)]
- public ushort DefFlickPower
- {
- get => _DefFlickPower;
- set => WriteParamField(ref _DefFlickPower, value);
- }
- private ushort _DefFlickPower;
-
- [ParamField(0xB2, ParamType.U16)]
- public ushort DefensePhysics
- {
- get => _DefensePhysics;
- set => WriteParamField(ref _DefensePhysics, value);
- }
- private ushort _DefensePhysics;
-
- [ParamField(0xB4, ParamType.U16)]
- public ushort DefenseMagic
- {
- get => _DefenseMagic;
- set => WriteParamField(ref _DefenseMagic, value);
- }
- private ushort _DefenseMagic;
-
- [ParamField(0xB6, ParamType.U16)]
- public ushort DefenseFire
- {
- get => _DefenseFire;
- set => WriteParamField(ref _DefenseFire, value);
- }
- private ushort _DefenseFire;
-
- [ParamField(0xB8, ParamType.U16)]
- public ushort DefenseThunder
- {
- get => _DefenseThunder;
- set => WriteParamField(ref _DefenseThunder, value);
- }
- private ushort _DefenseThunder;
-
- [ParamField(0xBA, ParamType.I16)]
- public short DefenseSlash
- {
- get => _DefenseSlash;
- set => WriteParamField(ref _DefenseSlash, value);
- }
- private short _DefenseSlash;
-
- [ParamField(0xBC, ParamType.I16)]
- public short DefenseBlow
- {
- get => _DefenseBlow;
- set => WriteParamField(ref _DefenseBlow, value);
- }
- private short _DefenseBlow;
-
- [ParamField(0xBE, ParamType.I16)]
- public short DefenseThrust
- {
- get => _DefenseThrust;
- set => WriteParamField(ref _DefenseThrust, value);
- }
- private short _DefenseThrust;
-
- [ParamField(0xC0, ParamType.U16)]
- public ushort ResistPoison
- {
- get => _ResistPoison;
- set => WriteParamField(ref _ResistPoison, value);
- }
- private ushort _ResistPoison;
-
- [ParamField(0xC2, ParamType.U16)]
- public ushort ResistDisease
- {
- get => _ResistDisease;
- set => WriteParamField(ref _ResistDisease, value);
- }
- private ushort _ResistDisease;
-
- [ParamField(0xC4, ParamType.U16)]
- public ushort ResistBlood
- {
- get => _ResistBlood;
- set => WriteParamField(ref _ResistBlood, value);
- }
- private ushort _ResistBlood;
-
- [ParamField(0xC6, ParamType.U16)]
- public ushort ResistCurse
- {
- get => _ResistCurse;
- set => WriteParamField(ref _ResistCurse, value);
- }
- private ushort _ResistCurse;
-
- [ParamField(0xC8, ParamType.I16)]
- public short ReinforceTypeId
- {
- get => _ReinforceTypeId;
- set => WriteParamField(ref _ReinforceTypeId, value);
- }
- private short _ReinforceTypeId;
-
- [ParamField(0xCA, ParamType.I16)]
- public short TrophySGradeId
- {
- get => _TrophySGradeId;
- set => WriteParamField(ref _TrophySGradeId, value);
- }
- private short _TrophySGradeId;
-
- [ParamField(0xCC, ParamType.I16)]
- public short ShopLv
- {
- get => _ShopLv;
- set => WriteParamField(ref _ShopLv, value);
- }
- private short _ShopLv;
-
- [ParamField(0xCE, ParamType.U8)]
- public byte KnockbackParamId
- {
- get => _KnockbackParamId;
- set => WriteParamField(ref _KnockbackParamId, value);
- }
- private byte _KnockbackParamId;
-
- [ParamField(0xCF, ParamType.U8)]
- public byte FlickDamageCutRate
- {
- get => _FlickDamageCutRate;
- set => WriteParamField(ref _FlickDamageCutRate, value);
- }
- private byte _FlickDamageCutRate;
-
- [ParamField(0xD0, ParamType.U8)]
- public byte EquipModelCategory
- {
- get => _EquipModelCategory;
- set => WriteParamField(ref _EquipModelCategory, value);
- }
- private byte _EquipModelCategory;
-
- [ParamField(0xD1, ParamType.U8)]
- public byte EquipModelGender
- {
- get => _EquipModelGender;
- set => WriteParamField(ref _EquipModelGender, value);
- }
- private byte _EquipModelGender;
-
- [ParamField(0xD2, ParamType.U8)]
- public byte ProtectorCategory
- {
- get => _ProtectorCategory;
- set => WriteParamField(ref _ProtectorCategory, value);
- }
- private byte _ProtectorCategory;
-
- [ParamField(0xD3, ParamType.U8)]
- public byte DefenseMaterial
- {
- get => _DefenseMaterial;
- set => WriteParamField(ref _DefenseMaterial, value);
- }
- private byte _DefenseMaterial;
-
- [ParamField(0xD4, ParamType.U8)]
- public byte DefenseMaterialSfx
- {
- get => _DefenseMaterialSfx;
- set => WriteParamField(ref _DefenseMaterialSfx, value);
- }
- private byte _DefenseMaterialSfx;
-
- [ParamField(0xD5, ParamType.U8)]
- public byte PartsDmgType
- {
- get => _PartsDmgType;
- set => WriteParamField(ref _PartsDmgType, value);
- }
- private byte _PartsDmgType;
-
- [ParamField(0xD6, ParamType.U8)]
- public byte DefenseMaterial_Weak
- {
- get => _DefenseMaterial_Weak;
- set => WriteParamField(ref _DefenseMaterial_Weak, value);
- }
- private byte _DefenseMaterial_Weak;
-
- [ParamField(0xD7, ParamType.U8)]
- public byte DefenseMaterialSfx_Weak
- {
- get => _DefenseMaterialSfx_Weak;
- set => WriteParamField(ref _DefenseMaterialSfx_Weak, value);
- }
- private byte _DefenseMaterialSfx_Weak;
-
- #region BitField IsDepositBitfield ==============================================================================
-
- [ParamField(0xD8, ParamType.U8)]
- public byte IsDepositBitfield
- {
- get => _IsDepositBitfield;
- set => WriteParamField(ref _IsDepositBitfield, value);
- }
- private byte _IsDepositBitfield;
-
- [ParamBitField(nameof(IsDepositBitfield), bits: 1, bitsOffset: 0)]
- public byte IsDeposit
- {
- get => GetbitfieldValue(_IsDepositBitfield);
- set => SetBitfieldValue(ref _IsDepositBitfield, value);
- }
-
- [ParamBitField(nameof(IsDepositBitfield), bits: 1, bitsOffset: 1)]
- public byte HeadEquip
- {
- get => GetbitfieldValue(_IsDepositBitfield);
- set => SetBitfieldValue(ref _IsDepositBitfield, value);
- }
-
- [ParamBitField(nameof(IsDepositBitfield), bits: 1, bitsOffset: 2)]
- public byte BodyEquip
- {
- get => GetbitfieldValue(_IsDepositBitfield);
- set => SetBitfieldValue(ref _IsDepositBitfield, value);
- }
-
- [ParamBitField(nameof(IsDepositBitfield), bits: 1, bitsOffset: 3)]
- public byte ArmEquip
- {
- get => GetbitfieldValue(_IsDepositBitfield);
- set => SetBitfieldValue(ref _IsDepositBitfield, value);
- }
-
- [ParamBitField(nameof(IsDepositBitfield), bits: 1, bitsOffset: 4)]
- public byte LegEquip
- {
- get => GetbitfieldValue(_IsDepositBitfield);
- set => SetBitfieldValue(ref _IsDepositBitfield, value);
- }
-
- [ParamBitField(nameof(IsDepositBitfield), bits: 1, bitsOffset: 5)]
- public byte UseFaceScale
- {
- get => GetbitfieldValue(_IsDepositBitfield);
- set => SetBitfieldValue(ref _IsDepositBitfield, value);
- }
-
- [ParamBitField(nameof(IsDepositBitfield), bits: 1, bitsOffset: 6)]
- public byte InvisibleFlag00
- {
- get => GetbitfieldValue(_IsDepositBitfield);
- set => SetBitfieldValue(ref _IsDepositBitfield, value);
- }
-
- [ParamBitField(nameof(IsDepositBitfield), bits: 1, bitsOffset: 7)]
- public byte InvisibleFlag01
- {
- get => GetbitfieldValue(_IsDepositBitfield);
- set => SetBitfieldValue(ref _IsDepositBitfield, value);
- }
-
- #endregion BitField IsDepositBitfield
-
- #region BitField InvisibleFlag02Bitfield ==============================================================================
-
- [ParamField(0xD9, ParamType.U8)]
- public byte InvisibleFlag02Bitfield
- {
- get => _InvisibleFlag02Bitfield;
- set => WriteParamField(ref _InvisibleFlag02Bitfield, value);
- }
- private byte _InvisibleFlag02Bitfield;
-
- [ParamBitField(nameof(InvisibleFlag02Bitfield), bits: 1, bitsOffset: 0)]
- public byte InvisibleFlag02
- {
- get => GetbitfieldValue(_InvisibleFlag02Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag02Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag02Bitfield), bits: 1, bitsOffset: 1)]
- public byte InvisibleFlag03
- {
- get => GetbitfieldValue(_InvisibleFlag02Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag02Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag02Bitfield), bits: 1, bitsOffset: 2)]
- public byte InvisibleFlag04
- {
- get => GetbitfieldValue(_InvisibleFlag02Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag02Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag02Bitfield), bits: 1, bitsOffset: 3)]
- public byte InvisibleFlag05
- {
- get => GetbitfieldValue(_InvisibleFlag02Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag02Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag02Bitfield), bits: 1, bitsOffset: 4)]
- public byte InvisibleFlag06
- {
- get => GetbitfieldValue(_InvisibleFlag02Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag02Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag02Bitfield), bits: 1, bitsOffset: 5)]
- public byte InvisibleFlag07
- {
- get => GetbitfieldValue(_InvisibleFlag02Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag02Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag02Bitfield), bits: 1, bitsOffset: 6)]
- public byte InvisibleFlag08
- {
- get => GetbitfieldValue(_InvisibleFlag02Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag02Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag02Bitfield), bits: 1, bitsOffset: 7)]
- public byte InvisibleFlag09
- {
- get => GetbitfieldValue(_InvisibleFlag02Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag02Bitfield, value);
- }
-
- #endregion BitField InvisibleFlag02Bitfield
-
- #region BitField InvisibleFlag10Bitfield ==============================================================================
-
- [ParamField(0xDA, ParamType.U8)]
- public byte InvisibleFlag10Bitfield
- {
- get => _InvisibleFlag10Bitfield;
- set => WriteParamField(ref _InvisibleFlag10Bitfield, value);
- }
- private byte _InvisibleFlag10Bitfield;
-
- [ParamBitField(nameof(InvisibleFlag10Bitfield), bits: 1, bitsOffset: 0)]
- public byte InvisibleFlag10
- {
- get => GetbitfieldValue(_InvisibleFlag10Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag10Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag10Bitfield), bits: 1, bitsOffset: 1)]
- public byte InvisibleFlag11
- {
- get => GetbitfieldValue(_InvisibleFlag10Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag10Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag10Bitfield), bits: 1, bitsOffset: 2)]
- public byte InvisibleFlag12
- {
- get => GetbitfieldValue(_InvisibleFlag10Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag10Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag10Bitfield), bits: 1, bitsOffset: 3)]
- public byte InvisibleFlag13
- {
- get => GetbitfieldValue(_InvisibleFlag10Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag10Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag10Bitfield), bits: 1, bitsOffset: 4)]
- public byte InvisibleFlag14
- {
- get => GetbitfieldValue(_InvisibleFlag10Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag10Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag10Bitfield), bits: 1, bitsOffset: 5)]
- public byte InvisibleFlag15
- {
- get => GetbitfieldValue(_InvisibleFlag10Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag10Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag10Bitfield), bits: 1, bitsOffset: 6)]
- public byte InvisibleFlag16
- {
- get => GetbitfieldValue(_InvisibleFlag10Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag10Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag10Bitfield), bits: 1, bitsOffset: 7)]
- public byte InvisibleFlag17
- {
- get => GetbitfieldValue(_InvisibleFlag10Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag10Bitfield, value);
- }
-
- #endregion BitField InvisibleFlag10Bitfield
-
- #region BitField InvisibleFlag18Bitfield ==============================================================================
-
- [ParamField(0xDB, ParamType.U8)]
- public byte InvisibleFlag18Bitfield
- {
- get => _InvisibleFlag18Bitfield;
- set => WriteParamField(ref _InvisibleFlag18Bitfield, value);
- }
- private byte _InvisibleFlag18Bitfield;
-
- [ParamBitField(nameof(InvisibleFlag18Bitfield), bits: 1, bitsOffset: 0)]
- public byte InvisibleFlag18
- {
- get => GetbitfieldValue(_InvisibleFlag18Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag18Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag18Bitfield), bits: 1, bitsOffset: 1)]
- public byte InvisibleFlag19
- {
- get => GetbitfieldValue(_InvisibleFlag18Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag18Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag18Bitfield), bits: 1, bitsOffset: 2)]
- public byte InvisibleFlag20
- {
- get => GetbitfieldValue(_InvisibleFlag18Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag18Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag18Bitfield), bits: 1, bitsOffset: 3)]
- public byte InvisibleFlag21
- {
- get => GetbitfieldValue(_InvisibleFlag18Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag18Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag18Bitfield), bits: 1, bitsOffset: 4)]
- public byte InvisibleFlag22
- {
- get => GetbitfieldValue(_InvisibleFlag18Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag18Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag18Bitfield), bits: 1, bitsOffset: 5)]
- public byte InvisibleFlag23
- {
- get => GetbitfieldValue(_InvisibleFlag18Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag18Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag18Bitfield), bits: 1, bitsOffset: 6)]
- public byte InvisibleFlag24
- {
- get => GetbitfieldValue(_InvisibleFlag18Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag18Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag18Bitfield), bits: 1, bitsOffset: 7)]
- public byte InvisibleFlag25
- {
- get => GetbitfieldValue(_InvisibleFlag18Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag18Bitfield, value);
- }
-
- #endregion BitField InvisibleFlag18Bitfield
-
- #region BitField InvisibleFlag26Bitfield ==============================================================================
-
- [ParamField(0xDC, ParamType.U8)]
- public byte InvisibleFlag26Bitfield
- {
- get => _InvisibleFlag26Bitfield;
- set => WriteParamField(ref _InvisibleFlag26Bitfield, value);
- }
- private byte _InvisibleFlag26Bitfield;
-
- [ParamBitField(nameof(InvisibleFlag26Bitfield), bits: 1, bitsOffset: 0)]
- public byte InvisibleFlag26
- {
- get => GetbitfieldValue(_InvisibleFlag26Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag26Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag26Bitfield), bits: 1, bitsOffset: 1)]
- public byte InvisibleFlag27
- {
- get => GetbitfieldValue(_InvisibleFlag26Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag26Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag26Bitfield), bits: 1, bitsOffset: 2)]
- public byte InvisibleFlag28
- {
- get => GetbitfieldValue(_InvisibleFlag26Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag26Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag26Bitfield), bits: 1, bitsOffset: 3)]
- public byte InvisibleFlag29
- {
- get => GetbitfieldValue(_InvisibleFlag26Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag26Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag26Bitfield), bits: 1, bitsOffset: 4)]
- public byte InvisibleFlag30
- {
- get => GetbitfieldValue(_InvisibleFlag26Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag26Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag26Bitfield), bits: 1, bitsOffset: 5)]
- public byte InvisibleFlag31
- {
- get => GetbitfieldValue(_InvisibleFlag26Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag26Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag26Bitfield), bits: 1, bitsOffset: 6)]
- public byte InvisibleFlag32
- {
- get => GetbitfieldValue(_InvisibleFlag26Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag26Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag26Bitfield), bits: 1, bitsOffset: 7)]
- public byte InvisibleFlag33
- {
- get => GetbitfieldValue(_InvisibleFlag26Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag26Bitfield, value);
- }
-
- #endregion BitField InvisibleFlag26Bitfield
-
- #region BitField InvisibleFlag34Bitfield ==============================================================================
-
- [ParamField(0xDD, ParamType.U8)]
- public byte InvisibleFlag34Bitfield
- {
- get => _InvisibleFlag34Bitfield;
- set => WriteParamField(ref _InvisibleFlag34Bitfield, value);
- }
- private byte _InvisibleFlag34Bitfield;
-
- [ParamBitField(nameof(InvisibleFlag34Bitfield), bits: 1, bitsOffset: 0)]
- public byte InvisibleFlag34
- {
- get => GetbitfieldValue(_InvisibleFlag34Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag34Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag34Bitfield), bits: 1, bitsOffset: 1)]
- public byte InvisibleFlag35
- {
- get => GetbitfieldValue(_InvisibleFlag34Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag34Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag34Bitfield), bits: 1, bitsOffset: 2)]
- public byte InvisibleFlag36
- {
- get => GetbitfieldValue(_InvisibleFlag34Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag34Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag34Bitfield), bits: 1, bitsOffset: 3)]
- public byte InvisibleFlag37
- {
- get => GetbitfieldValue(_InvisibleFlag34Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag34Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag34Bitfield), bits: 1, bitsOffset: 4)]
- public byte InvisibleFlag38
- {
- get => GetbitfieldValue(_InvisibleFlag34Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag34Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag34Bitfield), bits: 1, bitsOffset: 5)]
- public byte InvisibleFlag39
- {
- get => GetbitfieldValue(_InvisibleFlag34Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag34Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag34Bitfield), bits: 1, bitsOffset: 6)]
- public byte InvisibleFlag40
- {
- get => GetbitfieldValue(_InvisibleFlag34Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag34Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag34Bitfield), bits: 1, bitsOffset: 7)]
- public byte InvisibleFlag41
- {
- get => GetbitfieldValue(_InvisibleFlag34Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag34Bitfield, value);
- }
-
- #endregion BitField InvisibleFlag34Bitfield
-
- #region BitField InvisibleFlag42Bitfield ==============================================================================
-
- [ParamField(0xDE, ParamType.U8)]
- public byte InvisibleFlag42Bitfield
- {
- get => _InvisibleFlag42Bitfield;
- set => WriteParamField(ref _InvisibleFlag42Bitfield, value);
- }
- private byte _InvisibleFlag42Bitfield;
-
- [ParamBitField(nameof(InvisibleFlag42Bitfield), bits: 1, bitsOffset: 0)]
- public byte InvisibleFlag42
- {
- get => GetbitfieldValue(_InvisibleFlag42Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag42Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag42Bitfield), bits: 1, bitsOffset: 1)]
- public byte InvisibleFlag43
- {
- get => GetbitfieldValue(_InvisibleFlag42Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag42Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag42Bitfield), bits: 1, bitsOffset: 2)]
- public byte InvisibleFlag44
- {
- get => GetbitfieldValue(_InvisibleFlag42Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag42Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag42Bitfield), bits: 1, bitsOffset: 3)]
- public byte InvisibleFlag45
- {
- get => GetbitfieldValue(_InvisibleFlag42Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag42Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag42Bitfield), bits: 1, bitsOffset: 4)]
- public byte InvisibleFlag46
- {
- get => GetbitfieldValue(_InvisibleFlag42Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag42Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag42Bitfield), bits: 1, bitsOffset: 5)]
- public byte InvisibleFlag47
- {
- get => GetbitfieldValue(_InvisibleFlag42Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag42Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag42Bitfield), bits: 1, bitsOffset: 6)]
- public byte DisableMultiDropShare
- {
- get => GetbitfieldValue(_InvisibleFlag42Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag42Bitfield, value);
- }
-
- [ParamBitField(nameof(InvisibleFlag42Bitfield), bits: 1, bitsOffset: 7)]
- public byte SimpleModelForDlc
- {
- get => GetbitfieldValue(_InvisibleFlag42Bitfield);
- set => SetBitfieldValue(ref _InvisibleFlag42Bitfield, value);
- }
-
- #endregion BitField InvisibleFlag42Bitfield
-
- [ParamField(0xDF, ParamType.Dummy8, 1)]
- public byte[] Pad_0
- {
- get => _Pad_0;
- set => WriteParamField(ref _Pad_0, value);
- }
- private byte[] _Pad_0;
-
- [ParamField(0xE0, ParamType.I16)]
- public short OldSortId
- {
- get => _OldSortId;
- set => WriteParamField(ref _OldSortId, value);
- }
- private short _OldSortId;
-
- [ParamField(0xE2, ParamType.Dummy8, 6)]
- public byte[] Pad_1
- {
- get => _Pad_1;
- set => WriteParamField(ref _Pad_1, value);
- }
- private byte[] _Pad_1;
+ [ParamField(0x0, ParamType.I32)]
+ public int SortId
+ {
+ get => _SortId;
+ set => WriteParamField(ref _SortId, value);
+ }
+ private int _SortId;
+
+ [ParamField(0x4, ParamType.U32)]
+ public uint WanderingEquipId
+ {
+ get => _WanderingEquipId;
+ set => WriteParamField(ref _WanderingEquipId, value);
+ }
+ private uint _WanderingEquipId;
+
+ [ParamField(0x8, ParamType.I32)]
+ public int VagrantItemLotId
+ {
+ get => _VagrantItemLotId;
+ set => WriteParamField(ref _VagrantItemLotId, value);
+ }
+ private int _VagrantItemLotId;
+
+ [ParamField(0xC, ParamType.I32)]
+ public int VagrantBonusEneDropItemLotId
+ {
+ get => _VagrantBonusEneDropItemLotId;
+ set => WriteParamField(ref _VagrantBonusEneDropItemLotId, value);
+ }
+ private int _VagrantBonusEneDropItemLotId;
+
+ [ParamField(0x10, ParamType.I32)]
+ public int VagrantItemEneDropItemLotId
+ {
+ get => _VagrantItemEneDropItemLotId;
+ set => WriteParamField(ref _VagrantItemEneDropItemLotId, value);
+ }
+ private int _VagrantItemEneDropItemLotId;
+
+ [ParamField(0x14, ParamType.I32)]
+ public int FixPrice
+ {
+ get => _FixPrice;
+ set => WriteParamField(ref _FixPrice, value);
+ }
+ private int _FixPrice;
+
+ [ParamField(0x18, ParamType.I32)]
+ public int BasicPrice
+ {
+ get => _BasicPrice;
+ set => WriteParamField(ref _BasicPrice, value);
+ }
+ private int _BasicPrice;
+
+ [ParamField(0x1C, ParamType.I32)]
+ public int SellValue
+ {
+ get => _SellValue;
+ set => WriteParamField(ref _SellValue, value);
+ }
+ private int _SellValue;
+
+ [ParamField(0x20, ParamType.F32)]
+ public float Weight
+ {
+ get => _Weight;
+ set => WriteParamField(ref _Weight, value);
+ }
+ private float _Weight;
+
+ [ParamField(0x24, ParamType.I32)]
+ public int ResidentSpEffectId
+ {
+ get => _ResidentSpEffectId;
+ set => WriteParamField(ref _ResidentSpEffectId, value);
+ }
+ private int _ResidentSpEffectId;
+
+ [ParamField(0x28, ParamType.I32)]
+ public int ResidentSpEffectId2
+ {
+ get => _ResidentSpEffectId2;
+ set => WriteParamField(ref _ResidentSpEffectId2, value);
+ }
+ private int _ResidentSpEffectId2;
+
+ [ParamField(0x2C, ParamType.I32)]
+ public int ResidentSpEffectId3
+ {
+ get => _ResidentSpEffectId3;
+ set => WriteParamField(ref _ResidentSpEffectId3, value);
+ }
+ private int _ResidentSpEffectId3;
+
+ [ParamField(0x30, ParamType.I32)]
+ public int MaterialSetId
+ {
+ get => _MaterialSetId;
+ set => WriteParamField(ref _MaterialSetId, value);
+ }
+ private int _MaterialSetId;
+
+ [ParamField(0x34, ParamType.F32)]
+ public float PartsDamageRate
+ {
+ get => _PartsDamageRate;
+ set => WriteParamField(ref _PartsDamageRate, value);
+ }
+ private float _PartsDamageRate;
+
+ [ParamField(0x38, ParamType.F32)]
+ public float CorectSARecover
+ {
+ get => _CorectSARecover;
+ set => WriteParamField(ref _CorectSARecover, value);
+ }
+ private float _CorectSARecover;
+
+ [ParamField(0x3C, ParamType.I32)]
+ public int OriginEquipPro
+ {
+ get => _OriginEquipPro;
+ set => WriteParamField(ref _OriginEquipPro, value);
+ }
+ private int _OriginEquipPro;
+
+ [ParamField(0x40, ParamType.I32)]
+ public int OriginEquipPro1
+ {
+ get => _OriginEquipPro1;
+ set => WriteParamField(ref _OriginEquipPro1, value);
+ }
+ private int _OriginEquipPro1;
+
+ [ParamField(0x44, ParamType.I32)]
+ public int OriginEquipPro2
+ {
+ get => _OriginEquipPro2;
+ set => WriteParamField(ref _OriginEquipPro2, value);
+ }
+ private int _OriginEquipPro2;
+
+ [ParamField(0x48, ParamType.I32)]
+ public int OriginEquipPro3
+ {
+ get => _OriginEquipPro3;
+ set => WriteParamField(ref _OriginEquipPro3, value);
+ }
+ private int _OriginEquipPro3;
+
+ [ParamField(0x4C, ParamType.I32)]
+ public int OriginEquipPro4
+ {
+ get => _OriginEquipPro4;
+ set => WriteParamField(ref _OriginEquipPro4, value);
+ }
+ private int _OriginEquipPro4;
+
+ [ParamField(0x50, ParamType.I32)]
+ public int OriginEquipPro5
+ {
+ get => _OriginEquipPro5;
+ set => WriteParamField(ref _OriginEquipPro5, value);
+ }
+ private int _OriginEquipPro5;
+
+ [ParamField(0x54, ParamType.I32)]
+ public int OriginEquipPro6
+ {
+ get => _OriginEquipPro6;
+ set => WriteParamField(ref _OriginEquipPro6, value);
+ }
+ private int _OriginEquipPro6;
+
+ [ParamField(0x58, ParamType.I32)]
+ public int OriginEquipPro7
+ {
+ get => _OriginEquipPro7;
+ set => WriteParamField(ref _OriginEquipPro7, value);
+ }
+ private int _OriginEquipPro7;
+
+ [ParamField(0x5C, ParamType.I32)]
+ public int OriginEquipPro8
+ {
+ get => _OriginEquipPro8;
+ set => WriteParamField(ref _OriginEquipPro8, value);
+ }
+ private int _OriginEquipPro8;
+
+ [ParamField(0x60, ParamType.I32)]
+ public int OriginEquipPro9
+ {
+ get => _OriginEquipPro9;
+ set => WriteParamField(ref _OriginEquipPro9, value);
+ }
+ private int _OriginEquipPro9;
+
+ [ParamField(0x64, ParamType.I32)]
+ public int OriginEquipPro10
+ {
+ get => _OriginEquipPro10;
+ set => WriteParamField(ref _OriginEquipPro10, value);
+ }
+ private int _OriginEquipPro10;
+
+ [ParamField(0x68, ParamType.I32)]
+ public int OriginEquipPro11
+ {
+ get => _OriginEquipPro11;
+ set => WriteParamField(ref _OriginEquipPro11, value);
+ }
+ private int _OriginEquipPro11;
+
+ [ParamField(0x6C, ParamType.I32)]
+ public int OriginEquipPro12
+ {
+ get => _OriginEquipPro12;
+ set => WriteParamField(ref _OriginEquipPro12, value);
+ }
+ private int _OriginEquipPro12;
+
+ [ParamField(0x70, ParamType.I32)]
+ public int OriginEquipPro13
+ {
+ get => _OriginEquipPro13;
+ set => WriteParamField(ref _OriginEquipPro13, value);
+ }
+ private int _OriginEquipPro13;
+
+ [ParamField(0x74, ParamType.I32)]
+ public int OriginEquipPro14
+ {
+ get => _OriginEquipPro14;
+ set => WriteParamField(ref _OriginEquipPro14, value);
+ }
+ private int _OriginEquipPro14;
+
+ [ParamField(0x78, ParamType.I32)]
+ public int OriginEquipPro15
+ {
+ get => _OriginEquipPro15;
+ set => WriteParamField(ref _OriginEquipPro15, value);
+ }
+ private int _OriginEquipPro15;
+
+ [ParamField(0x7C, ParamType.F32)]
+ public float FaceScaleM_ScaleX
+ {
+ get => _FaceScaleM_ScaleX;
+ set => WriteParamField(ref _FaceScaleM_ScaleX, value);
+ }
+ private float _FaceScaleM_ScaleX;
+
+ [ParamField(0x80, ParamType.F32)]
+ public float FaceScaleM_ScaleZ
+ {
+ get => _FaceScaleM_ScaleZ;
+ set => WriteParamField(ref _FaceScaleM_ScaleZ, value);
+ }
+ private float _FaceScaleM_ScaleZ;
+
+ [ParamField(0x84, ParamType.F32)]
+ public float FaceScaleM_MaxX
+ {
+ get => _FaceScaleM_MaxX;
+ set => WriteParamField(ref _FaceScaleM_MaxX, value);
+ }
+ private float _FaceScaleM_MaxX;
+
+ [ParamField(0x88, ParamType.F32)]
+ public float FaceScaleM_MaxZ
+ {
+ get => _FaceScaleM_MaxZ;
+ set => WriteParamField(ref _FaceScaleM_MaxZ, value);
+ }
+ private float _FaceScaleM_MaxZ;
+
+ [ParamField(0x8C, ParamType.F32)]
+ public float FaceScaleF_ScaleX
+ {
+ get => _FaceScaleF_ScaleX;
+ set => WriteParamField(ref _FaceScaleF_ScaleX, value);
+ }
+ private float _FaceScaleF_ScaleX;
+
+ [ParamField(0x90, ParamType.F32)]
+ public float FaceScaleF_ScaleZ
+ {
+ get => _FaceScaleF_ScaleZ;
+ set => WriteParamField(ref _FaceScaleF_ScaleZ, value);
+ }
+ private float _FaceScaleF_ScaleZ;
+
+ [ParamField(0x94, ParamType.F32)]
+ public float FaceScaleF_MaxX
+ {
+ get => _FaceScaleF_MaxX;
+ set => WriteParamField(ref _FaceScaleF_MaxX, value);
+ }
+ private float _FaceScaleF_MaxX;
+
+ [ParamField(0x98, ParamType.F32)]
+ public float FaceScaleF_MaxZ
+ {
+ get => _FaceScaleF_MaxZ;
+ set => WriteParamField(ref _FaceScaleF_MaxZ, value);
+ }
+ private float _FaceScaleF_MaxZ;
+
+ [ParamField(0x9C, ParamType.I32)]
+ public int QwcId
+ {
+ get => _QwcId;
+ set => WriteParamField(ref _QwcId, value);
+ }
+ private int _QwcId;
+
+ [ParamField(0xA0, ParamType.U16)]
+ public ushort EquipModelId
+ {
+ get => _EquipModelId;
+ set => WriteParamField(ref _EquipModelId, value);
+ }
+ private ushort _EquipModelId;
+
+ [ParamField(0xA2, ParamType.U16)]
+ public ushort IconIdM
+ {
+ get => _IconIdM;
+ set => WriteParamField(ref _IconIdM, value);
+ }
+ private ushort _IconIdM;
+
+ [ParamField(0xA4, ParamType.U16)]
+ public ushort IconIdF
+ {
+ get => _IconIdF;
+ set => WriteParamField(ref _IconIdF, value);
+ }
+ private ushort _IconIdF;
+
+ [ParamField(0xA6, ParamType.U16)]
+ public ushort KnockBack
+ {
+ get => _KnockBack;
+ set => WriteParamField(ref _KnockBack, value);
+ }
+ private ushort _KnockBack;
+
+ [ParamField(0xA8, ParamType.U16)]
+ public ushort KnockbackBounceRate
+ {
+ get => _KnockbackBounceRate;
+ set => WriteParamField(ref _KnockbackBounceRate, value);
+ }
+ private ushort _KnockbackBounceRate;
+
+ [ParamField(0xAA, ParamType.U16)]
+ public ushort Durability
+ {
+ get => _Durability;
+ set => WriteParamField(ref _Durability, value);
+ }
+ private ushort _Durability;
+
+ [ParamField(0xAC, ParamType.U16)]
+ public ushort DurabilityMax
+ {
+ get => _DurabilityMax;
+ set => WriteParamField(ref _DurabilityMax, value);
+ }
+ private ushort _DurabilityMax;
+
+ [ParamField(0xAE, ParamType.I16)]
+ public short SaDurability
+ {
+ get => _SaDurability;
+ set => WriteParamField(ref _SaDurability, value);
+ }
+ private short _SaDurability;
+
+ [ParamField(0xB0, ParamType.U16)]
+ public ushort DefFlickPower
+ {
+ get => _DefFlickPower;
+ set => WriteParamField(ref _DefFlickPower, value);
+ }
+ private ushort _DefFlickPower;
+
+ [ParamField(0xB2, ParamType.U16)]
+ public ushort DefensePhysics
+ {
+ get => _DefensePhysics;
+ set => WriteParamField(ref _DefensePhysics, value);
+ }
+ private ushort _DefensePhysics;
+
+ [ParamField(0xB4, ParamType.U16)]
+ public ushort DefenseMagic
+ {
+ get => _DefenseMagic;
+ set => WriteParamField(ref _DefenseMagic, value);
+ }
+ private ushort _DefenseMagic;
+
+ [ParamField(0xB6, ParamType.U16)]
+ public ushort DefenseFire
+ {
+ get => _DefenseFire;
+ set => WriteParamField(ref _DefenseFire, value);
+ }
+ private ushort _DefenseFire;
+
+ [ParamField(0xB8, ParamType.U16)]
+ public ushort DefenseThunder
+ {
+ get => _DefenseThunder;
+ set => WriteParamField(ref _DefenseThunder, value);
+ }
+ private ushort _DefenseThunder;
+
+ [ParamField(0xBA, ParamType.I16)]
+ public short DefenseSlash
+ {
+ get => _DefenseSlash;
+ set => WriteParamField(ref _DefenseSlash, value);
+ }
+ private short _DefenseSlash;
+
+ [ParamField(0xBC, ParamType.I16)]
+ public short DefenseBlow
+ {
+ get => _DefenseBlow;
+ set => WriteParamField(ref _DefenseBlow, value);
+ }
+ private short _DefenseBlow;
+
+ [ParamField(0xBE, ParamType.I16)]
+ public short DefenseThrust
+ {
+ get => _DefenseThrust;
+ set => WriteParamField(ref _DefenseThrust, value);
+ }
+ private short _DefenseThrust;
+
+ [ParamField(0xC0, ParamType.U16)]
+ public ushort ResistPoison
+ {
+ get => _ResistPoison;
+ set => WriteParamField(ref _ResistPoison, value);
+ }
+ private ushort _ResistPoison;
+
+ [ParamField(0xC2, ParamType.U16)]
+ public ushort ResistDisease
+ {
+ get => _ResistDisease;
+ set => WriteParamField(ref _ResistDisease, value);
+ }
+ private ushort _ResistDisease;
+
+ [ParamField(0xC4, ParamType.U16)]
+ public ushort ResistBlood
+ {
+ get => _ResistBlood;
+ set => WriteParamField(ref _ResistBlood, value);
+ }
+ private ushort _ResistBlood;
+
+ [ParamField(0xC6, ParamType.U16)]
+ public ushort ResistCurse
+ {
+ get => _ResistCurse;
+ set => WriteParamField(ref _ResistCurse, value);
+ }
+ private ushort _ResistCurse;
+
+ [ParamField(0xC8, ParamType.I16)]
+ public short ReinforceTypeId
+ {
+ get => _ReinforceTypeId;
+ set => WriteParamField(ref _ReinforceTypeId, value);
+ }
+ private short _ReinforceTypeId;
+
+ [ParamField(0xCA, ParamType.I16)]
+ public short TrophySGradeId
+ {
+ get => _TrophySGradeId;
+ set => WriteParamField(ref _TrophySGradeId, value);
+ }
+ private short _TrophySGradeId;
+
+ [ParamField(0xCC, ParamType.I16)]
+ public short ShopLv
+ {
+ get => _ShopLv;
+ set => WriteParamField(ref _ShopLv, value);
+ }
+ private short _ShopLv;
+
+ [ParamField(0xCE, ParamType.U8)]
+ public byte KnockbackParamId
+ {
+ get => _KnockbackParamId;
+ set => WriteParamField(ref _KnockbackParamId, value);
+ }
+ private byte _KnockbackParamId;
+
+ [ParamField(0xCF, ParamType.U8)]
+ public byte FlickDamageCutRate
+ {
+ get => _FlickDamageCutRate;
+ set => WriteParamField(ref _FlickDamageCutRate, value);
+ }
+ private byte _FlickDamageCutRate;
+
+ [ParamField(0xD0, ParamType.U8)]
+ public byte EquipModelCategory
+ {
+ get => _EquipModelCategory;
+ set => WriteParamField(ref _EquipModelCategory, value);
+ }
+ private byte _EquipModelCategory;
+
+ [ParamField(0xD1, ParamType.U8)]
+ public byte EquipModelGender
+ {
+ get => _EquipModelGender;
+ set => WriteParamField(ref _EquipModelGender, value);
+ }
+ private byte _EquipModelGender;
+
+ [ParamField(0xD2, ParamType.U8)]
+ public byte ProtectorCategory
+ {
+ get => _ProtectorCategory;
+ set => WriteParamField(ref _ProtectorCategory, value);
+ }
+ private byte _ProtectorCategory;
+
+ [ParamField(0xD3, ParamType.U8)]
+ public byte DefenseMaterial
+ {
+ get => _DefenseMaterial;
+ set => WriteParamField(ref _DefenseMaterial, value);
+ }
+ private byte _DefenseMaterial;
+
+ [ParamField(0xD4, ParamType.U8)]
+ public byte DefenseMaterialSfx
+ {
+ get => _DefenseMaterialSfx;
+ set => WriteParamField(ref _DefenseMaterialSfx, value);
+ }
+ private byte _DefenseMaterialSfx;
+
+ [ParamField(0xD5, ParamType.U8)]
+ public byte PartsDmgType
+ {
+ get => _PartsDmgType;
+ set => WriteParamField(ref _PartsDmgType, value);
+ }
+ private byte _PartsDmgType;
+
+ [ParamField(0xD6, ParamType.U8)]
+ public byte DefenseMaterial_Weak
+ {
+ get => _DefenseMaterial_Weak;
+ set => WriteParamField(ref _DefenseMaterial_Weak, value);
+ }
+ private byte _DefenseMaterial_Weak;
+
+ [ParamField(0xD7, ParamType.U8)]
+ public byte DefenseMaterialSfx_Weak
+ {
+ get => _DefenseMaterialSfx_Weak;
+ set => WriteParamField(ref _DefenseMaterialSfx_Weak, value);
+ }
+ private byte _DefenseMaterialSfx_Weak;
+
+ #region BitField IsDepositBitfield ==============================================================================
+
+ [ParamField(0xD8, ParamType.U8)]
+ public byte IsDepositBitfield
+ {
+ get => _IsDepositBitfield;
+ set => WriteParamField(ref _IsDepositBitfield, value);
+ }
+ private byte _IsDepositBitfield;
+
+ [ParamBitField(nameof(IsDepositBitfield), bits: 1, bitsOffset: 0)]
+ public byte IsDeposit
+ {
+ get => GetbitfieldValue(_IsDepositBitfield);
+ set => SetBitfieldValue(ref _IsDepositBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsDepositBitfield), bits: 1, bitsOffset: 1)]
+ public byte HeadEquip
+ {
+ get => GetbitfieldValue(_IsDepositBitfield);
+ set => SetBitfieldValue(ref _IsDepositBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsDepositBitfield), bits: 1, bitsOffset: 2)]
+ public byte BodyEquip
+ {
+ get => GetbitfieldValue(_IsDepositBitfield);
+ set => SetBitfieldValue(ref _IsDepositBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsDepositBitfield), bits: 1, bitsOffset: 3)]
+ public byte ArmEquip
+ {
+ get => GetbitfieldValue(_IsDepositBitfield);
+ set => SetBitfieldValue(ref _IsDepositBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsDepositBitfield), bits: 1, bitsOffset: 4)]
+ public byte LegEquip
+ {
+ get => GetbitfieldValue(_IsDepositBitfield);
+ set => SetBitfieldValue(ref _IsDepositBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsDepositBitfield), bits: 1, bitsOffset: 5)]
+ public byte UseFaceScale
+ {
+ get => GetbitfieldValue(_IsDepositBitfield);
+ set => SetBitfieldValue(ref _IsDepositBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsDepositBitfield), bits: 1, bitsOffset: 6)]
+ public byte InvisibleFlag00
+ {
+ get => GetbitfieldValue(_IsDepositBitfield);
+ set => SetBitfieldValue(ref _IsDepositBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsDepositBitfield), bits: 1, bitsOffset: 7)]
+ public byte InvisibleFlag01
+ {
+ get => GetbitfieldValue(_IsDepositBitfield);
+ set => SetBitfieldValue(ref _IsDepositBitfield, value);
+ }
+
+ #endregion BitField IsDepositBitfield
+
+ #region BitField InvisibleFlag02Bitfield ==============================================================================
+
+ [ParamField(0xD9, ParamType.U8)]
+ public byte InvisibleFlag02Bitfield
+ {
+ get => _InvisibleFlag02Bitfield;
+ set => WriteParamField(ref _InvisibleFlag02Bitfield, value);
+ }
+ private byte _InvisibleFlag02Bitfield;
+
+ [ParamBitField(nameof(InvisibleFlag02Bitfield), bits: 1, bitsOffset: 0)]
+ public byte InvisibleFlag02
+ {
+ get => GetbitfieldValue(_InvisibleFlag02Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag02Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag02Bitfield), bits: 1, bitsOffset: 1)]
+ public byte InvisibleFlag03
+ {
+ get => GetbitfieldValue(_InvisibleFlag02Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag02Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag02Bitfield), bits: 1, bitsOffset: 2)]
+ public byte InvisibleFlag04
+ {
+ get => GetbitfieldValue(_InvisibleFlag02Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag02Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag02Bitfield), bits: 1, bitsOffset: 3)]
+ public byte InvisibleFlag05
+ {
+ get => GetbitfieldValue(_InvisibleFlag02Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag02Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag02Bitfield), bits: 1, bitsOffset: 4)]
+ public byte InvisibleFlag06
+ {
+ get => GetbitfieldValue(_InvisibleFlag02Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag02Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag02Bitfield), bits: 1, bitsOffset: 5)]
+ public byte InvisibleFlag07
+ {
+ get => GetbitfieldValue(_InvisibleFlag02Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag02Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag02Bitfield), bits: 1, bitsOffset: 6)]
+ public byte InvisibleFlag08
+ {
+ get => GetbitfieldValue(_InvisibleFlag02Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag02Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag02Bitfield), bits: 1, bitsOffset: 7)]
+ public byte InvisibleFlag09
+ {
+ get => GetbitfieldValue(_InvisibleFlag02Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag02Bitfield, value);
+ }
+
+ #endregion BitField InvisibleFlag02Bitfield
+
+ #region BitField InvisibleFlag10Bitfield ==============================================================================
+
+ [ParamField(0xDA, ParamType.U8)]
+ public byte InvisibleFlag10Bitfield
+ {
+ get => _InvisibleFlag10Bitfield;
+ set => WriteParamField(ref _InvisibleFlag10Bitfield, value);
+ }
+ private byte _InvisibleFlag10Bitfield;
+
+ [ParamBitField(nameof(InvisibleFlag10Bitfield), bits: 1, bitsOffset: 0)]
+ public byte InvisibleFlag10
+ {
+ get => GetbitfieldValue(_InvisibleFlag10Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag10Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag10Bitfield), bits: 1, bitsOffset: 1)]
+ public byte InvisibleFlag11
+ {
+ get => GetbitfieldValue(_InvisibleFlag10Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag10Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag10Bitfield), bits: 1, bitsOffset: 2)]
+ public byte InvisibleFlag12
+ {
+ get => GetbitfieldValue(_InvisibleFlag10Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag10Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag10Bitfield), bits: 1, bitsOffset: 3)]
+ public byte InvisibleFlag13
+ {
+ get => GetbitfieldValue(_InvisibleFlag10Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag10Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag10Bitfield), bits: 1, bitsOffset: 4)]
+ public byte InvisibleFlag14
+ {
+ get => GetbitfieldValue(_InvisibleFlag10Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag10Bitfield, value);
+ }
+ [ParamBitField(nameof(InvisibleFlag10Bitfield), bits: 1, bitsOffset: 5)]
+ public byte InvisibleFlag15
+ {
+ get => GetbitfieldValue(_InvisibleFlag10Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag10Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag10Bitfield), bits: 1, bitsOffset: 6)]
+ public byte InvisibleFlag16
+ {
+ get => GetbitfieldValue(_InvisibleFlag10Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag10Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag10Bitfield), bits: 1, bitsOffset: 7)]
+ public byte InvisibleFlag17
+ {
+ get => GetbitfieldValue(_InvisibleFlag10Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag10Bitfield, value);
+ }
+
+ #endregion BitField InvisibleFlag10Bitfield
+
+ #region BitField InvisibleFlag18Bitfield ==============================================================================
+
+ [ParamField(0xDB, ParamType.U8)]
+ public byte InvisibleFlag18Bitfield
+ {
+ get => _InvisibleFlag18Bitfield;
+ set => WriteParamField(ref _InvisibleFlag18Bitfield, value);
+ }
+ private byte _InvisibleFlag18Bitfield;
+
+ [ParamBitField(nameof(InvisibleFlag18Bitfield), bits: 1, bitsOffset: 0)]
+ public byte InvisibleFlag18
+ {
+ get => GetbitfieldValue(_InvisibleFlag18Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag18Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag18Bitfield), bits: 1, bitsOffset: 1)]
+ public byte InvisibleFlag19
+ {
+ get => GetbitfieldValue(_InvisibleFlag18Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag18Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag18Bitfield), bits: 1, bitsOffset: 2)]
+ public byte InvisibleFlag20
+ {
+ get => GetbitfieldValue(_InvisibleFlag18Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag18Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag18Bitfield), bits: 1, bitsOffset: 3)]
+ public byte InvisibleFlag21
+ {
+ get => GetbitfieldValue(_InvisibleFlag18Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag18Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag18Bitfield), bits: 1, bitsOffset: 4)]
+ public byte InvisibleFlag22
+ {
+ get => GetbitfieldValue(_InvisibleFlag18Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag18Bitfield, value);
}
+
+ [ParamBitField(nameof(InvisibleFlag18Bitfield), bits: 1, bitsOffset: 5)]
+ public byte InvisibleFlag23
+ {
+ get => GetbitfieldValue(_InvisibleFlag18Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag18Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag18Bitfield), bits: 1, bitsOffset: 6)]
+ public byte InvisibleFlag24
+ {
+ get => GetbitfieldValue(_InvisibleFlag18Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag18Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag18Bitfield), bits: 1, bitsOffset: 7)]
+ public byte InvisibleFlag25
+ {
+ get => GetbitfieldValue(_InvisibleFlag18Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag18Bitfield, value);
+ }
+
+ #endregion BitField InvisibleFlag18Bitfield
+
+ #region BitField InvisibleFlag26Bitfield ==============================================================================
+
+ [ParamField(0xDC, ParamType.U8)]
+ public byte InvisibleFlag26Bitfield
+ {
+ get => _InvisibleFlag26Bitfield;
+ set => WriteParamField(ref _InvisibleFlag26Bitfield, value);
+ }
+ private byte _InvisibleFlag26Bitfield;
+
+ [ParamBitField(nameof(InvisibleFlag26Bitfield), bits: 1, bitsOffset: 0)]
+ public byte InvisibleFlag26
+ {
+ get => GetbitfieldValue(_InvisibleFlag26Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag26Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag26Bitfield), bits: 1, bitsOffset: 1)]
+ public byte InvisibleFlag27
+ {
+ get => GetbitfieldValue(_InvisibleFlag26Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag26Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag26Bitfield), bits: 1, bitsOffset: 2)]
+ public byte InvisibleFlag28
+ {
+ get => GetbitfieldValue(_InvisibleFlag26Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag26Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag26Bitfield), bits: 1, bitsOffset: 3)]
+ public byte InvisibleFlag29
+ {
+ get => GetbitfieldValue(_InvisibleFlag26Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag26Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag26Bitfield), bits: 1, bitsOffset: 4)]
+ public byte InvisibleFlag30
+ {
+ get => GetbitfieldValue(_InvisibleFlag26Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag26Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag26Bitfield), bits: 1, bitsOffset: 5)]
+ public byte InvisibleFlag31
+ {
+ get => GetbitfieldValue(_InvisibleFlag26Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag26Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag26Bitfield), bits: 1, bitsOffset: 6)]
+ public byte InvisibleFlag32
+ {
+ get => GetbitfieldValue(_InvisibleFlag26Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag26Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag26Bitfield), bits: 1, bitsOffset: 7)]
+ public byte InvisibleFlag33
+ {
+ get => GetbitfieldValue(_InvisibleFlag26Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag26Bitfield, value);
+ }
+
+ #endregion BitField InvisibleFlag26Bitfield
+
+ #region BitField InvisibleFlag34Bitfield ==============================================================================
+
+ [ParamField(0xDD, ParamType.U8)]
+ public byte InvisibleFlag34Bitfield
+ {
+ get => _InvisibleFlag34Bitfield;
+ set => WriteParamField(ref _InvisibleFlag34Bitfield, value);
+ }
+ private byte _InvisibleFlag34Bitfield;
+
+ [ParamBitField(nameof(InvisibleFlag34Bitfield), bits: 1, bitsOffset: 0)]
+ public byte InvisibleFlag34
+ {
+ get => GetbitfieldValue(_InvisibleFlag34Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag34Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag34Bitfield), bits: 1, bitsOffset: 1)]
+ public byte InvisibleFlag35
+ {
+ get => GetbitfieldValue(_InvisibleFlag34Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag34Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag34Bitfield), bits: 1, bitsOffset: 2)]
+ public byte InvisibleFlag36
+ {
+ get => GetbitfieldValue(_InvisibleFlag34Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag34Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag34Bitfield), bits: 1, bitsOffset: 3)]
+ public byte InvisibleFlag37
+ {
+ get => GetbitfieldValue(_InvisibleFlag34Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag34Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag34Bitfield), bits: 1, bitsOffset: 4)]
+ public byte InvisibleFlag38
+ {
+ get => GetbitfieldValue(_InvisibleFlag34Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag34Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag34Bitfield), bits: 1, bitsOffset: 5)]
+ public byte InvisibleFlag39
+ {
+ get => GetbitfieldValue(_InvisibleFlag34Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag34Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag34Bitfield), bits: 1, bitsOffset: 6)]
+ public byte InvisibleFlag40
+ {
+ get => GetbitfieldValue(_InvisibleFlag34Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag34Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag34Bitfield), bits: 1, bitsOffset: 7)]
+ public byte InvisibleFlag41
+ {
+ get => GetbitfieldValue(_InvisibleFlag34Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag34Bitfield, value);
+ }
+
+ #endregion BitField InvisibleFlag34Bitfield
+
+ #region BitField InvisibleFlag42Bitfield ==============================================================================
+
+ [ParamField(0xDE, ParamType.U8)]
+ public byte InvisibleFlag42Bitfield
+ {
+ get => _InvisibleFlag42Bitfield;
+ set => WriteParamField(ref _InvisibleFlag42Bitfield, value);
+ }
+ private byte _InvisibleFlag42Bitfield;
+
+ [ParamBitField(nameof(InvisibleFlag42Bitfield), bits: 1, bitsOffset: 0)]
+ public byte InvisibleFlag42
+ {
+ get => GetbitfieldValue(_InvisibleFlag42Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag42Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag42Bitfield), bits: 1, bitsOffset: 1)]
+ public byte InvisibleFlag43
+ {
+ get => GetbitfieldValue(_InvisibleFlag42Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag42Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag42Bitfield), bits: 1, bitsOffset: 2)]
+ public byte InvisibleFlag44
+ {
+ get => GetbitfieldValue(_InvisibleFlag42Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag42Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag42Bitfield), bits: 1, bitsOffset: 3)]
+ public byte InvisibleFlag45
+ {
+ get => GetbitfieldValue(_InvisibleFlag42Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag42Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag42Bitfield), bits: 1, bitsOffset: 4)]
+ public byte InvisibleFlag46
+ {
+ get => GetbitfieldValue(_InvisibleFlag42Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag42Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag42Bitfield), bits: 1, bitsOffset: 5)]
+ public byte InvisibleFlag47
+ {
+ get => GetbitfieldValue(_InvisibleFlag42Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag42Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag42Bitfield), bits: 1, bitsOffset: 6)]
+ public byte DisableMultiDropShare
+ {
+ get => GetbitfieldValue(_InvisibleFlag42Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag42Bitfield, value);
+ }
+
+ [ParamBitField(nameof(InvisibleFlag42Bitfield), bits: 1, bitsOffset: 7)]
+ public byte SimpleModelForDlc
+ {
+ get => GetbitfieldValue(_InvisibleFlag42Bitfield);
+ set => SetBitfieldValue(ref _InvisibleFlag42Bitfield, value);
+ }
+
+ #endregion BitField InvisibleFlag42Bitfield
+
+ [ParamField(0xDF, ParamType.Dummy8, 1)]
+ public byte[] Pad_0
+ {
+ get => _Pad_0;
+ set => WriteParamField(ref _Pad_0, value);
+ }
+ private byte[] _Pad_0 = null!;
+
+ [ParamField(0xE0, ParamType.I16)]
+ public short OldSortId
+ {
+ get => _OldSortId;
+ set => WriteParamField(ref _OldSortId, value);
+ }
+ private short _OldSortId;
+
+ [ParamField(0xE2, ParamType.Dummy8, 6)]
+ public byte[] Pad_1
+ {
+ get => _Pad_1;
+ set => WriteParamField(ref _Pad_1, value);
+ }
+ private byte[] _Pad_1 = null!;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/EquipParamWeapon.cs b/src/SoulMemory/DarkSouls1/Parameters/EquipParamWeapon.cs
index 3344bae6..adf0201f 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/EquipParamWeapon.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/EquipParamWeapon.cs
@@ -18,1065 +18,1062 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class EquipParamWeapon(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class EquipParamWeapon : BaseParam
- {
- public EquipParamWeapon(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I32)]
- public int BehaviorVariationId
- {
- get => _BehaviorVariationId;
- set => WriteParamField(ref _BehaviorVariationId, value);
- }
- private int _BehaviorVariationId;
-
- [ParamField(0x4, ParamType.I32)]
- public int SortId
- {
- get => _SortId;
- set => WriteParamField(ref _SortId, value);
- }
- private int _SortId;
-
- [ParamField(0x8, ParamType.U32)]
- public uint WanderingEquipId
- {
- get => _WanderingEquipId;
- set => WriteParamField(ref _WanderingEquipId, value);
- }
- private uint _WanderingEquipId;
-
- [ParamField(0xC, ParamType.F32)]
- public float Weight
- {
- get => _Weight;
- set => WriteParamField(ref _Weight, value);
- }
- private float _Weight;
-
- [ParamField(0x10, ParamType.F32)]
- public float WeaponWeightRate
- {
- get => _WeaponWeightRate;
- set => WriteParamField(ref _WeaponWeightRate, value);
- }
- private float _WeaponWeightRate;
-
- [ParamField(0x14, ParamType.I32)]
- public int FixPrice
- {
- get => _FixPrice;
- set => WriteParamField(ref _FixPrice, value);
- }
- private int _FixPrice;
-
- [ParamField(0x18, ParamType.I32)]
- public int BasicPrice
- {
- get => _BasicPrice;
- set => WriteParamField(ref _BasicPrice, value);
- }
- private int _BasicPrice;
-
- [ParamField(0x1C, ParamType.I32)]
- public int SellValue
- {
- get => _SellValue;
- set => WriteParamField(ref _SellValue, value);
- }
- private int _SellValue;
-
- [ParamField(0x20, ParamType.F32)]
- public float CorrectStrength
- {
- get => _CorrectStrength;
- set => WriteParamField(ref _CorrectStrength, value);
- }
- private float _CorrectStrength;
-
- [ParamField(0x24, ParamType.F32)]
- public float CorrectAgility
- {
- get => _CorrectAgility;
- set => WriteParamField(ref _CorrectAgility, value);
- }
- private float _CorrectAgility;
-
- [ParamField(0x28, ParamType.F32)]
- public float CorrectMagic
- {
- get => _CorrectMagic;
- set => WriteParamField(ref _CorrectMagic, value);
- }
- private float _CorrectMagic;
-
- [ParamField(0x2C, ParamType.F32)]
- public float CorrectFaith
- {
- get => _CorrectFaith;
- set => WriteParamField(ref _CorrectFaith, value);
- }
- private float _CorrectFaith;
-
- [ParamField(0x30, ParamType.F32)]
- public float PhysGuardCutRate
- {
- get => _PhysGuardCutRate;
- set => WriteParamField(ref _PhysGuardCutRate, value);
- }
- private float _PhysGuardCutRate;
-
- [ParamField(0x34, ParamType.F32)]
- public float MagGuardCutRate
- {
- get => _MagGuardCutRate;
- set => WriteParamField(ref _MagGuardCutRate, value);
- }
- private float _MagGuardCutRate;
-
- [ParamField(0x38, ParamType.F32)]
- public float FireGuardCutRate
- {
- get => _FireGuardCutRate;
- set => WriteParamField(ref _FireGuardCutRate, value);
- }
- private float _FireGuardCutRate;
-
- [ParamField(0x3C, ParamType.F32)]
- public float ThunGuardCutRate
- {
- get => _ThunGuardCutRate;
- set => WriteParamField(ref _ThunGuardCutRate, value);
- }
- private float _ThunGuardCutRate;
-
- [ParamField(0x40, ParamType.I32)]
- public int SpEffectBehaviorId0
- {
- get => _SpEffectBehaviorId0;
- set => WriteParamField(ref _SpEffectBehaviorId0, value);
- }
- private int _SpEffectBehaviorId0;
-
- [ParamField(0x44, ParamType.I32)]
- public int SpEffectBehaviorId1
- {
- get => _SpEffectBehaviorId1;
- set => WriteParamField(ref _SpEffectBehaviorId1, value);
- }
- private int _SpEffectBehaviorId1;
-
- [ParamField(0x48, ParamType.I32)]
- public int SpEffectBehaviorId2
- {
- get => _SpEffectBehaviorId2;
- set => WriteParamField(ref _SpEffectBehaviorId2, value);
- }
- private int _SpEffectBehaviorId2;
-
- [ParamField(0x4C, ParamType.I32)]
- public int ResidentSpEffectId
- {
- get => _ResidentSpEffectId;
- set => WriteParamField(ref _ResidentSpEffectId, value);
- }
- private int _ResidentSpEffectId;
-
- [ParamField(0x50, ParamType.I32)]
- public int ResidentSpEffectId1
- {
- get => _ResidentSpEffectId1;
- set => WriteParamField(ref _ResidentSpEffectId1, value);
- }
- private int _ResidentSpEffectId1;
-
- [ParamField(0x54, ParamType.I32)]
- public int ResidentSpEffectId2
- {
- get => _ResidentSpEffectId2;
- set => WriteParamField(ref _ResidentSpEffectId2, value);
- }
- private int _ResidentSpEffectId2;
-
- [ParamField(0x58, ParamType.I32)]
- public int MaterialSetId
- {
- get => _MaterialSetId;
- set => WriteParamField(ref _MaterialSetId, value);
- }
- private int _MaterialSetId;
-
- [ParamField(0x5C, ParamType.I32)]
- public int OriginEquipWep
- {
- get => _OriginEquipWep;
- set => WriteParamField(ref _OriginEquipWep, value);
- }
- private int _OriginEquipWep;
-
- [ParamField(0x60, ParamType.I32)]
- public int OriginEquipWep1
- {
- get => _OriginEquipWep1;
- set => WriteParamField(ref _OriginEquipWep1, value);
- }
- private int _OriginEquipWep1;
-
- [ParamField(0x64, ParamType.I32)]
- public int OriginEquipWep2
- {
- get => _OriginEquipWep2;
- set => WriteParamField(ref _OriginEquipWep2, value);
- }
- private int _OriginEquipWep2;
-
- [ParamField(0x68, ParamType.I32)]
- public int OriginEquipWep3
- {
- get => _OriginEquipWep3;
- set => WriteParamField(ref _OriginEquipWep3, value);
- }
- private int _OriginEquipWep3;
-
- [ParamField(0x6C, ParamType.I32)]
- public int OriginEquipWep4
- {
- get => _OriginEquipWep4;
- set => WriteParamField(ref _OriginEquipWep4, value);
- }
- private int _OriginEquipWep4;
-
- [ParamField(0x70, ParamType.I32)]
- public int OriginEquipWep5
- {
- get => _OriginEquipWep5;
- set => WriteParamField(ref _OriginEquipWep5, value);
- }
- private int _OriginEquipWep5;
-
- [ParamField(0x74, ParamType.I32)]
- public int OriginEquipWep6
- {
- get => _OriginEquipWep6;
- set => WriteParamField(ref _OriginEquipWep6, value);
- }
- private int _OriginEquipWep6;
-
- [ParamField(0x78, ParamType.I32)]
- public int OriginEquipWep7
- {
- get => _OriginEquipWep7;
- set => WriteParamField(ref _OriginEquipWep7, value);
- }
- private int _OriginEquipWep7;
-
- [ParamField(0x7C, ParamType.I32)]
- public int OriginEquipWep8
- {
- get => _OriginEquipWep8;
- set => WriteParamField(ref _OriginEquipWep8, value);
- }
- private int _OriginEquipWep8;
-
- [ParamField(0x80, ParamType.I32)]
- public int OriginEquipWep9
- {
- get => _OriginEquipWep9;
- set => WriteParamField(ref _OriginEquipWep9, value);
- }
- private int _OriginEquipWep9;
-
- [ParamField(0x84, ParamType.I32)]
- public int OriginEquipWep10
- {
- get => _OriginEquipWep10;
- set => WriteParamField(ref _OriginEquipWep10, value);
- }
- private int _OriginEquipWep10;
-
- [ParamField(0x88, ParamType.I32)]
- public int OriginEquipWep11
- {
- get => _OriginEquipWep11;
- set => WriteParamField(ref _OriginEquipWep11, value);
- }
- private int _OriginEquipWep11;
-
- [ParamField(0x8C, ParamType.I32)]
- public int OriginEquipWep12
- {
- get => _OriginEquipWep12;
- set => WriteParamField(ref _OriginEquipWep12, value);
- }
- private int _OriginEquipWep12;
-
- [ParamField(0x90, ParamType.I32)]
- public int OriginEquipWep13
- {
- get => _OriginEquipWep13;
- set => WriteParamField(ref _OriginEquipWep13, value);
- }
- private int _OriginEquipWep13;
-
- [ParamField(0x94, ParamType.I32)]
- public int OriginEquipWep14
- {
- get => _OriginEquipWep14;
- set => WriteParamField(ref _OriginEquipWep14, value);
- }
- private int _OriginEquipWep14;
-
- [ParamField(0x98, ParamType.I32)]
- public int OriginEquipWep15
- {
- get => _OriginEquipWep15;
- set => WriteParamField(ref _OriginEquipWep15, value);
- }
- private int _OriginEquipWep15;
-
- [ParamField(0x9C, ParamType.F32)]
- public float AntiDemonDamageRate
- {
- get => _AntiDemonDamageRate;
- set => WriteParamField(ref _AntiDemonDamageRate, value);
- }
- private float _AntiDemonDamageRate;
-
- [ParamField(0xA0, ParamType.F32)]
- public float AntSaintDamageRate
- {
- get => _AntSaintDamageRate;
- set => WriteParamField(ref _AntSaintDamageRate, value);
- }
- private float _AntSaintDamageRate;
-
- [ParamField(0xA4, ParamType.F32)]
- public float AntWeakA_DamageRate
- {
- get => _AntWeakA_DamageRate;
- set => WriteParamField(ref _AntWeakA_DamageRate, value);
- }
- private float _AntWeakA_DamageRate;
-
- [ParamField(0xA8, ParamType.F32)]
- public float AntWeakB_DamageRate
- {
- get => _AntWeakB_DamageRate;
- set => WriteParamField(ref _AntWeakB_DamageRate, value);
- }
- private float _AntWeakB_DamageRate;
-
- [ParamField(0xAC, ParamType.I32)]
- public int VagrantItemLotId
- {
- get => _VagrantItemLotId;
- set => WriteParamField(ref _VagrantItemLotId, value);
- }
- private int _VagrantItemLotId;
-
- [ParamField(0xB0, ParamType.I32)]
- public int VagrantBonusEneDropItemLotId
- {
- get => _VagrantBonusEneDropItemLotId;
- set => WriteParamField(ref _VagrantBonusEneDropItemLotId, value);
- }
- private int _VagrantBonusEneDropItemLotId;
-
- [ParamField(0xB4, ParamType.I32)]
- public int VagrantItemEneDropItemLotId
- {
- get => _VagrantItemEneDropItemLotId;
- set => WriteParamField(ref _VagrantItemEneDropItemLotId, value);
- }
- private int _VagrantItemEneDropItemLotId;
-
- [ParamField(0xB8, ParamType.U16)]
- public ushort EquipModelId
- {
- get => _EquipModelId;
- set => WriteParamField(ref _EquipModelId, value);
- }
- private ushort _EquipModelId;
-
- [ParamField(0xBA, ParamType.U16)]
- public ushort IconId
- {
- get => _IconId;
- set => WriteParamField(ref _IconId, value);
- }
- private ushort _IconId;
-
- [ParamField(0xBC, ParamType.U16)]
- public ushort Durability
- {
- get => _Durability;
- set => WriteParamField(ref _Durability, value);
- }
- private ushort _Durability;
-
- [ParamField(0xBE, ParamType.U16)]
- public ushort DurabilityMax
- {
- get => _DurabilityMax;
- set => WriteParamField(ref _DurabilityMax, value);
- }
- private ushort _DurabilityMax;
-
- [ParamField(0xC0, ParamType.U16)]
- public ushort AttackThrowEscape
- {
- get => _AttackThrowEscape;
- set => WriteParamField(ref _AttackThrowEscape, value);
- }
- private ushort _AttackThrowEscape;
-
- [ParamField(0xC2, ParamType.I16)]
- public short ParryDamageLife
- {
- get => _ParryDamageLife;
- set => WriteParamField(ref _ParryDamageLife, value);
- }
- private short _ParryDamageLife;
-
- [ParamField(0xC4, ParamType.U16)]
- public ushort AttackBasePhysics
- {
- get => _AttackBasePhysics;
- set => WriteParamField(ref _AttackBasePhysics, value);
- }
- private ushort _AttackBasePhysics;
-
- [ParamField(0xC6, ParamType.U16)]
- public ushort AttackBaseMagic
- {
- get => _AttackBaseMagic;
- set => WriteParamField(ref _AttackBaseMagic, value);
- }
- private ushort _AttackBaseMagic;
-
- [ParamField(0xC8, ParamType.U16)]
- public ushort AttackBaseFire
- {
- get => _AttackBaseFire;
- set => WriteParamField(ref _AttackBaseFire, value);
- }
- private ushort _AttackBaseFire;
-
- [ParamField(0xCA, ParamType.U16)]
- public ushort AttackBaseThunder
- {
- get => _AttackBaseThunder;
- set => WriteParamField(ref _AttackBaseThunder, value);
- }
- private ushort _AttackBaseThunder;
-
- [ParamField(0xCC, ParamType.U16)]
- public ushort AttackBaseStamina
- {
- get => _AttackBaseStamina;
- set => WriteParamField(ref _AttackBaseStamina, value);
- }
- private ushort _AttackBaseStamina;
-
- [ParamField(0xCE, ParamType.U16)]
- public ushort SaWeaponDamage
- {
- get => _SaWeaponDamage;
- set => WriteParamField(ref _SaWeaponDamage, value);
- }
- private ushort _SaWeaponDamage;
-
- [ParamField(0xD0, ParamType.I16)]
- public short SaDurability
- {
- get => _SaDurability;
- set => WriteParamField(ref _SaDurability, value);
- }
- private short _SaDurability;
-
- [ParamField(0xD2, ParamType.I16)]
- public short GuardAngle
- {
- get => _GuardAngle;
- set => WriteParamField(ref _GuardAngle, value);
- }
- private short _GuardAngle;
-
- [ParamField(0xD4, ParamType.I16)]
- public short StaminaGuardDef
- {
- get => _StaminaGuardDef;
- set => WriteParamField(ref _StaminaGuardDef, value);
- }
- private short _StaminaGuardDef;
-
- [ParamField(0xD6, ParamType.I16)]
- public short ReinforceTypeId
- {
- get => _ReinforceTypeId;
- set => WriteParamField(ref _ReinforceTypeId, value);
- }
- private short _ReinforceTypeId;
-
- [ParamField(0xD8, ParamType.I16)]
- public short TrophySGradeId
- {
- get => _TrophySGradeId;
- set => WriteParamField(ref _TrophySGradeId, value);
- }
- private short _TrophySGradeId;
-
- [ParamField(0xDA, ParamType.I16)]
- public short TrophySeqId
- {
- get => _TrophySeqId;
- set => WriteParamField(ref _TrophySeqId, value);
- }
- private short _TrophySeqId;
-
- [ParamField(0xDC, ParamType.I16)]
- public short ThrowAtkRate
- {
- get => _ThrowAtkRate;
- set => WriteParamField(ref _ThrowAtkRate, value);
- }
- private short _ThrowAtkRate;
-
- [ParamField(0xDE, ParamType.I16)]
- public short BowDistRate
- {
- get => _BowDistRate;
- set => WriteParamField(ref _BowDistRate, value);
- }
- private short _BowDistRate;
-
- [ParamField(0xE0, ParamType.U8)]
- public byte EquipModelCategory
- {
- get => _EquipModelCategory;
- set => WriteParamField(ref _EquipModelCategory, value);
- }
- private byte _EquipModelCategory;
-
- [ParamField(0xE1, ParamType.U8)]
- public byte EquipModelGender
- {
- get => _EquipModelGender;
- set => WriteParamField(ref _EquipModelGender, value);
- }
- private byte _EquipModelGender;
-
- [ParamField(0xE2, ParamType.U8)]
- public byte WeaponCategory
- {
- get => _WeaponCategory;
- set => WriteParamField(ref _WeaponCategory, value);
- }
- private byte _WeaponCategory;
-
- [ParamField(0xE3, ParamType.U8)]
- public byte WepmotionCategory
- {
- get => _WepmotionCategory;
- set => WriteParamField(ref _WepmotionCategory, value);
- }
- private byte _WepmotionCategory;
-
- [ParamField(0xE4, ParamType.U8)]
- public byte GuardmotionCategory
- {
- get => _GuardmotionCategory;
- set => WriteParamField(ref _GuardmotionCategory, value);
- }
- private byte _GuardmotionCategory;
-
- [ParamField(0xE5, ParamType.U8)]
- public byte AtkMaterial
- {
- get => _AtkMaterial;
- set => WriteParamField(ref _AtkMaterial, value);
- }
- private byte _AtkMaterial;
-
- [ParamField(0xE6, ParamType.U8)]
- public byte DefMaterial
- {
- get => _DefMaterial;
- set => WriteParamField(ref _DefMaterial, value);
- }
- private byte _DefMaterial;
-
- [ParamField(0xE7, ParamType.U8)]
- public byte DefSfxMaterial
- {
- get => _DefSfxMaterial;
- set => WriteParamField(ref _DefSfxMaterial, value);
- }
- private byte _DefSfxMaterial;
-
- [ParamField(0xE8, ParamType.U8)]
- public byte CorrectType
- {
- get => _CorrectType;
- set => WriteParamField(ref _CorrectType, value);
- }
- private byte _CorrectType;
-
- [ParamField(0xE9, ParamType.U8)]
- public byte SpAttribute
- {
- get => _SpAttribute;
- set => WriteParamField(ref _SpAttribute, value);
- }
- private byte _SpAttribute;
-
- [ParamField(0xEA, ParamType.U8)]
- public byte SpAtkcategory
- {
- get => _SpAtkcategory;
- set => WriteParamField(ref _SpAtkcategory, value);
- }
- private byte _SpAtkcategory;
-
- [ParamField(0xEB, ParamType.U8)]
- public byte WepmotionOneHandId
- {
- get => _WepmotionOneHandId;
- set => WriteParamField(ref _WepmotionOneHandId, value);
- }
- private byte _WepmotionOneHandId;
-
- [ParamField(0xEC, ParamType.U8)]
- public byte WepmotionBothHandId
- {
- get => _WepmotionBothHandId;
- set => WriteParamField(ref _WepmotionBothHandId, value);
- }
- private byte _WepmotionBothHandId;
-
- [ParamField(0xED, ParamType.U8)]
- public byte ProperStrength
- {
- get => _ProperStrength;
- set => WriteParamField(ref _ProperStrength, value);
- }
- private byte _ProperStrength;
-
- [ParamField(0xEE, ParamType.U8)]
- public byte ProperAgility
- {
- get => _ProperAgility;
- set => WriteParamField(ref _ProperAgility, value);
- }
- private byte _ProperAgility;
-
- [ParamField(0xEF, ParamType.U8)]
- public byte ProperMagic
- {
- get => _ProperMagic;
- set => WriteParamField(ref _ProperMagic, value);
- }
- private byte _ProperMagic;
-
- [ParamField(0xF0, ParamType.U8)]
- public byte ProperFaith
- {
- get => _ProperFaith;
- set => WriteParamField(ref _ProperFaith, value);
- }
- private byte _ProperFaith;
-
- [ParamField(0xF1, ParamType.U8)]
- public byte OverStrength
- {
- get => _OverStrength;
- set => WriteParamField(ref _OverStrength, value);
- }
- private byte _OverStrength;
-
- [ParamField(0xF2, ParamType.U8)]
- public byte AttackBaseParry
- {
- get => _AttackBaseParry;
- set => WriteParamField(ref _AttackBaseParry, value);
- }
- private byte _AttackBaseParry;
-
- [ParamField(0xF3, ParamType.U8)]
- public byte DefenseBaseParry
- {
- get => _DefenseBaseParry;
- set => WriteParamField(ref _DefenseBaseParry, value);
- }
- private byte _DefenseBaseParry;
-
- [ParamField(0xF4, ParamType.U8)]
- public byte GuardBaseRepel
- {
- get => _GuardBaseRepel;
- set => WriteParamField(ref _GuardBaseRepel, value);
- }
- private byte _GuardBaseRepel;
-
- [ParamField(0xF5, ParamType.U8)]
- public byte AttackBaseRepel
- {
- get => _AttackBaseRepel;
- set => WriteParamField(ref _AttackBaseRepel, value);
- }
- private byte _AttackBaseRepel;
-
- [ParamField(0xF6, ParamType.I8)]
- public sbyte GuardCutCancelRate
- {
- get => _GuardCutCancelRate;
- set => WriteParamField(ref _GuardCutCancelRate, value);
- }
- private sbyte _GuardCutCancelRate;
-
- [ParamField(0xF7, ParamType.I8)]
- public sbyte GuardLevel
- {
- get => _GuardLevel;
- set => WriteParamField(ref _GuardLevel, value);
- }
- private sbyte _GuardLevel;
-
- [ParamField(0xF8, ParamType.I8)]
- public sbyte SlashGuardCutRate
- {
- get => _SlashGuardCutRate;
- set => WriteParamField(ref _SlashGuardCutRate, value);
- }
- private sbyte _SlashGuardCutRate;
-
- [ParamField(0xF9, ParamType.I8)]
- public sbyte BlowGuardCutRate
- {
- get => _BlowGuardCutRate;
- set => WriteParamField(ref _BlowGuardCutRate, value);
- }
- private sbyte _BlowGuardCutRate;
-
- [ParamField(0xFA, ParamType.I8)]
- public sbyte ThrustGuardCutRate
- {
- get => _ThrustGuardCutRate;
- set => WriteParamField(ref _ThrustGuardCutRate, value);
- }
- private sbyte _ThrustGuardCutRate;
-
- [ParamField(0xFB, ParamType.I8)]
- public sbyte PoisonGuardResist
- {
- get => _PoisonGuardResist;
- set => WriteParamField(ref _PoisonGuardResist, value);
- }
- private sbyte _PoisonGuardResist;
-
- [ParamField(0xFC, ParamType.I8)]
- public sbyte DiseaseGuardResist
- {
- get => _DiseaseGuardResist;
- set => WriteParamField(ref _DiseaseGuardResist, value);
- }
- private sbyte _DiseaseGuardResist;
-
- [ParamField(0xFD, ParamType.I8)]
- public sbyte BloodGuardResist
- {
- get => _BloodGuardResist;
- set => WriteParamField(ref _BloodGuardResist, value);
- }
- private sbyte _BloodGuardResist;
-
- [ParamField(0xFE, ParamType.I8)]
- public sbyte CurseGuardResist
- {
- get => _CurseGuardResist;
- set => WriteParamField(ref _CurseGuardResist, value);
- }
- private sbyte _CurseGuardResist;
-
- [ParamField(0xFF, ParamType.U8)]
- public byte IsDurabilityDivergence
- {
- get => _IsDurabilityDivergence;
- set => WriteParamField(ref _IsDurabilityDivergence, value);
- }
- private byte _IsDurabilityDivergence;
-
- #region BitField RightHandEquipableBitfield ==============================================================================
-
- [ParamField(0x100, ParamType.U8)]
- public byte RightHandEquipableBitfield
- {
- get => _RightHandEquipableBitfield;
- set => WriteParamField(ref _RightHandEquipableBitfield, value);
- }
- private byte _RightHandEquipableBitfield;
-
- [ParamBitField(nameof(RightHandEquipableBitfield), bits: 1, bitsOffset: 0)]
- public byte RightHandEquipable
- {
- get => GetbitfieldValue(_RightHandEquipableBitfield);
- set => SetBitfieldValue(ref _RightHandEquipableBitfield, value);
- }
-
- [ParamBitField(nameof(RightHandEquipableBitfield), bits: 1, bitsOffset: 1)]
- public byte LeftHandEquipable
- {
- get => GetbitfieldValue(_RightHandEquipableBitfield);
- set => SetBitfieldValue(ref _RightHandEquipableBitfield, value);
- }
-
- [ParamBitField(nameof(RightHandEquipableBitfield), bits: 1, bitsOffset: 2)]
- public byte BothHandEquipable
- {
- get => GetbitfieldValue(_RightHandEquipableBitfield);
- set => SetBitfieldValue(ref _RightHandEquipableBitfield, value);
- }
-
- [ParamBitField(nameof(RightHandEquipableBitfield), bits: 1, bitsOffset: 3)]
- public byte ArrowSlotEquipable
- {
- get => GetbitfieldValue(_RightHandEquipableBitfield);
- set => SetBitfieldValue(ref _RightHandEquipableBitfield, value);
- }
-
- [ParamBitField(nameof(RightHandEquipableBitfield), bits: 1, bitsOffset: 4)]
- public byte BoltSlotEquipable
- {
- get => GetbitfieldValue(_RightHandEquipableBitfield);
- set => SetBitfieldValue(ref _RightHandEquipableBitfield, value);
- }
-
- [ParamBitField(nameof(RightHandEquipableBitfield), bits: 1, bitsOffset: 5)]
- public byte EnableGuard
- {
- get => GetbitfieldValue(_RightHandEquipableBitfield);
- set => SetBitfieldValue(ref _RightHandEquipableBitfield, value);
- }
-
- [ParamBitField(nameof(RightHandEquipableBitfield), bits: 1, bitsOffset: 6)]
- public byte EnableParry
- {
- get => GetbitfieldValue(_RightHandEquipableBitfield);
- set => SetBitfieldValue(ref _RightHandEquipableBitfield, value);
- }
-
- [ParamBitField(nameof(RightHandEquipableBitfield), bits: 1, bitsOffset: 7)]
- public byte EnableMagic
- {
- get => GetbitfieldValue(_RightHandEquipableBitfield);
- set => SetBitfieldValue(ref _RightHandEquipableBitfield, value);
- }
-
- #endregion BitField RightHandEquipableBitfield
-
- #region BitField EnableSorceryBitfield ==============================================================================
-
- [ParamField(0x101, ParamType.U8)]
- public byte EnableSorceryBitfield
- {
- get => _EnableSorceryBitfield;
- set => WriteParamField(ref _EnableSorceryBitfield, value);
- }
- private byte _EnableSorceryBitfield;
-
- [ParamBitField(nameof(EnableSorceryBitfield), bits: 1, bitsOffset: 0)]
- public byte EnableSorcery
- {
- get => GetbitfieldValue(_EnableSorceryBitfield);
- set => SetBitfieldValue(ref _EnableSorceryBitfield, value);
- }
-
- [ParamBitField(nameof(EnableSorceryBitfield), bits: 1, bitsOffset: 1)]
- public byte EnableMiracle
- {
- get => GetbitfieldValue(_EnableSorceryBitfield);
- set => SetBitfieldValue(ref _EnableSorceryBitfield, value);
- }
-
- [ParamBitField(nameof(EnableSorceryBitfield), bits: 1, bitsOffset: 2)]
- public byte EnableVowMagic
- {
- get => GetbitfieldValue(_EnableSorceryBitfield);
- set => SetBitfieldValue(ref _EnableSorceryBitfield, value);
- }
-
- [ParamBitField(nameof(EnableSorceryBitfield), bits: 1, bitsOffset: 3)]
- public byte IsNormalAttackType
- {
- get => GetbitfieldValue(_EnableSorceryBitfield);
- set => SetBitfieldValue(ref _EnableSorceryBitfield, value);
- }
-
- [ParamBitField(nameof(EnableSorceryBitfield), bits: 1, bitsOffset: 4)]
- public byte IsBlowAttackType
- {
- get => GetbitfieldValue(_EnableSorceryBitfield);
- set => SetBitfieldValue(ref _EnableSorceryBitfield, value);
- }
-
- [ParamBitField(nameof(EnableSorceryBitfield), bits: 1, bitsOffset: 5)]
- public byte IsSlashAttackType
- {
- get => GetbitfieldValue(_EnableSorceryBitfield);
- set => SetBitfieldValue(ref _EnableSorceryBitfield, value);
- }
-
- [ParamBitField(nameof(EnableSorceryBitfield), bits: 1, bitsOffset: 6)]
- public byte IsThrustAttackType
- {
- get => GetbitfieldValue(_EnableSorceryBitfield);
- set => SetBitfieldValue(ref _EnableSorceryBitfield, value);
- }
-
- [ParamBitField(nameof(EnableSorceryBitfield), bits: 1, bitsOffset: 7)]
- public byte IsEnhance
- {
- get => GetbitfieldValue(_EnableSorceryBitfield);
- set => SetBitfieldValue(ref _EnableSorceryBitfield, value);
- }
-
- #endregion BitField EnableSorceryBitfield
-
- #region BitField IsLuckCorrectBitfield ==============================================================================
-
- [ParamField(0x102, ParamType.U8)]
- public byte IsLuckCorrectBitfield
- {
- get => _IsLuckCorrectBitfield;
- set => WriteParamField(ref _IsLuckCorrectBitfield, value);
- }
- private byte _IsLuckCorrectBitfield;
-
- [ParamBitField(nameof(IsLuckCorrectBitfield), bits: 1, bitsOffset: 0)]
- public byte IsLuckCorrect
- {
- get => GetbitfieldValue(_IsLuckCorrectBitfield);
- set => SetBitfieldValue(ref _IsLuckCorrectBitfield, value);
- }
-
- [ParamBitField(nameof(IsLuckCorrectBitfield), bits: 1, bitsOffset: 1)]
- public byte IsCustom
- {
- get => GetbitfieldValue(_IsLuckCorrectBitfield);
- set => SetBitfieldValue(ref _IsLuckCorrectBitfield, value);
- }
-
- [ParamBitField(nameof(IsLuckCorrectBitfield), bits: 1, bitsOffset: 2)]
- public byte DisableBaseChangeReset
- {
- get => GetbitfieldValue(_IsLuckCorrectBitfield);
- set => SetBitfieldValue(ref _IsLuckCorrectBitfield, value);
- }
-
- [ParamBitField(nameof(IsLuckCorrectBitfield), bits: 1, bitsOffset: 3)]
- public byte DisableRepair
- {
- get => GetbitfieldValue(_IsLuckCorrectBitfield);
- set => SetBitfieldValue(ref _IsLuckCorrectBitfield, value);
- }
-
- [ParamBitField(nameof(IsLuckCorrectBitfield), bits: 1, bitsOffset: 4)]
- public byte IsDarkHand
- {
- get => GetbitfieldValue(_IsLuckCorrectBitfield);
- set => SetBitfieldValue(ref _IsLuckCorrectBitfield, value);
- }
-
- [ParamBitField(nameof(IsLuckCorrectBitfield), bits: 1, bitsOffset: 5)]
- public byte SimpleModelForDlc
- {
- get => GetbitfieldValue(_IsLuckCorrectBitfield);
- set => SetBitfieldValue(ref _IsLuckCorrectBitfield, value);
- }
-
- [ParamBitField(nameof(IsLuckCorrectBitfield), bits: 1, bitsOffset: 6)]
- public byte LanternWep
- {
- get => GetbitfieldValue(_IsLuckCorrectBitfield);
- set => SetBitfieldValue(ref _IsLuckCorrectBitfield, value);
- }
-
- [ParamBitField(nameof(IsLuckCorrectBitfield), bits: 1, bitsOffset: 7)]
- public byte IsVersusGhostWep
- {
- get => GetbitfieldValue(_IsLuckCorrectBitfield);
- set => SetBitfieldValue(ref _IsLuckCorrectBitfield, value);
- }
-
- #endregion BitField IsLuckCorrectBitfield
-
- #region BitField BaseChangeCategoryBitfield ==============================================================================
-
- [ParamField(0x103, ParamType.U8)]
- public byte BaseChangeCategoryBitfield
- {
- get => _BaseChangeCategoryBitfield;
- set => WriteParamField(ref _BaseChangeCategoryBitfield, value);
- }
- private byte _BaseChangeCategoryBitfield;
-
- [ParamBitField(nameof(BaseChangeCategoryBitfield), bits: 6, bitsOffset: 0)]
- public byte BaseChangeCategory
- {
- get => GetbitfieldValue(_BaseChangeCategoryBitfield);
- set => SetBitfieldValue(ref _BaseChangeCategoryBitfield, value);
- }
-
- [ParamBitField(nameof(BaseChangeCategoryBitfield), bits: 1, bitsOffset: 6)]
- public byte IsDragonSlayer
- {
- get => GetbitfieldValue(_BaseChangeCategoryBitfield);
- set => SetBitfieldValue(ref _BaseChangeCategoryBitfield, value);
- }
-
- [ParamBitField(nameof(BaseChangeCategoryBitfield), bits: 1, bitsOffset: 7)]
- public byte IsDeposit
- {
- get => GetbitfieldValue(_BaseChangeCategoryBitfield);
- set => SetBitfieldValue(ref _BaseChangeCategoryBitfield, value);
- }
-
- #endregion BitField BaseChangeCategoryBitfield
-
- [ParamField(0x105, ParamType.Dummy8, 1)]
- public byte[] Pad_0
- {
- get => _Pad_0;
- set => WriteParamField(ref _Pad_0, value);
- }
- private byte[] _Pad_0;
-
- [ParamField(0x106, ParamType.I16)]
- public short OldSortId
- {
- get => _OldSortId;
- set => WriteParamField(ref _OldSortId, value);
- }
- private short _OldSortId;
-
- [ParamField(0x108, ParamType.I16)]
- public short LevelSyncCorrectID
- {
- get => _LevelSyncCorrectID;
- set => WriteParamField(ref _LevelSyncCorrectID, value);
- }
- private short _LevelSyncCorrectID;
-
- [ParamField(0x10A, ParamType.Dummy8, 6)]
- public byte[] Pad_1
- {
- get => _Pad_1;
- set => WriteParamField(ref _Pad_1, value);
- }
- private byte[] _Pad_1;
+ [ParamField(0x0, ParamType.I32)]
+ public int BehaviorVariationId
+ {
+ get => _BehaviorVariationId;
+ set => WriteParamField(ref _BehaviorVariationId, value);
+ }
+ private int _BehaviorVariationId;
+
+ [ParamField(0x4, ParamType.I32)]
+ public int SortId
+ {
+ get => _SortId;
+ set => WriteParamField(ref _SortId, value);
+ }
+ private int _SortId;
+
+ [ParamField(0x8, ParamType.U32)]
+ public uint WanderingEquipId
+ {
+ get => _WanderingEquipId;
+ set => WriteParamField(ref _WanderingEquipId, value);
+ }
+ private uint _WanderingEquipId;
+
+ [ParamField(0xC, ParamType.F32)]
+ public float Weight
+ {
+ get => _Weight;
+ set => WriteParamField(ref _Weight, value);
+ }
+ private float _Weight;
+
+ [ParamField(0x10, ParamType.F32)]
+ public float WeaponWeightRate
+ {
+ get => _WeaponWeightRate;
+ set => WriteParamField(ref _WeaponWeightRate, value);
+ }
+ private float _WeaponWeightRate;
+
+ [ParamField(0x14, ParamType.I32)]
+ public int FixPrice
+ {
+ get => _FixPrice;
+ set => WriteParamField(ref _FixPrice, value);
+ }
+ private int _FixPrice;
+
+ [ParamField(0x18, ParamType.I32)]
+ public int BasicPrice
+ {
+ get => _BasicPrice;
+ set => WriteParamField(ref _BasicPrice, value);
+ }
+ private int _BasicPrice;
+
+ [ParamField(0x1C, ParamType.I32)]
+ public int SellValue
+ {
+ get => _SellValue;
+ set => WriteParamField(ref _SellValue, value);
+ }
+ private int _SellValue;
+
+ [ParamField(0x20, ParamType.F32)]
+ public float CorrectStrength
+ {
+ get => _CorrectStrength;
+ set => WriteParamField(ref _CorrectStrength, value);
+ }
+ private float _CorrectStrength;
+
+ [ParamField(0x24, ParamType.F32)]
+ public float CorrectAgility
+ {
+ get => _CorrectAgility;
+ set => WriteParamField(ref _CorrectAgility, value);
+ }
+ private float _CorrectAgility;
+
+ [ParamField(0x28, ParamType.F32)]
+ public float CorrectMagic
+ {
+ get => _CorrectMagic;
+ set => WriteParamField(ref _CorrectMagic, value);
+ }
+ private float _CorrectMagic;
+
+ [ParamField(0x2C, ParamType.F32)]
+ public float CorrectFaith
+ {
+ get => _CorrectFaith;
+ set => WriteParamField(ref _CorrectFaith, value);
+ }
+ private float _CorrectFaith;
+
+ [ParamField(0x30, ParamType.F32)]
+ public float PhysGuardCutRate
+ {
+ get => _PhysGuardCutRate;
+ set => WriteParamField(ref _PhysGuardCutRate, value);
+ }
+ private float _PhysGuardCutRate;
+
+ [ParamField(0x34, ParamType.F32)]
+ public float MagGuardCutRate
+ {
+ get => _MagGuardCutRate;
+ set => WriteParamField(ref _MagGuardCutRate, value);
+ }
+ private float _MagGuardCutRate;
+
+ [ParamField(0x38, ParamType.F32)]
+ public float FireGuardCutRate
+ {
+ get => _FireGuardCutRate;
+ set => WriteParamField(ref _FireGuardCutRate, value);
+ }
+ private float _FireGuardCutRate;
+
+ [ParamField(0x3C, ParamType.F32)]
+ public float ThunGuardCutRate
+ {
+ get => _ThunGuardCutRate;
+ set => WriteParamField(ref _ThunGuardCutRate, value);
+ }
+ private float _ThunGuardCutRate;
+
+ [ParamField(0x40, ParamType.I32)]
+ public int SpEffectBehaviorId0
+ {
+ get => _SpEffectBehaviorId0;
+ set => WriteParamField(ref _SpEffectBehaviorId0, value);
+ }
+ private int _SpEffectBehaviorId0;
+
+ [ParamField(0x44, ParamType.I32)]
+ public int SpEffectBehaviorId1
+ {
+ get => _SpEffectBehaviorId1;
+ set => WriteParamField(ref _SpEffectBehaviorId1, value);
+ }
+ private int _SpEffectBehaviorId1;
+
+ [ParamField(0x48, ParamType.I32)]
+ public int SpEffectBehaviorId2
+ {
+ get => _SpEffectBehaviorId2;
+ set => WriteParamField(ref _SpEffectBehaviorId2, value);
+ }
+ private int _SpEffectBehaviorId2;
+
+ [ParamField(0x4C, ParamType.I32)]
+ public int ResidentSpEffectId
+ {
+ get => _ResidentSpEffectId;
+ set => WriteParamField(ref _ResidentSpEffectId, value);
+ }
+ private int _ResidentSpEffectId;
+
+ [ParamField(0x50, ParamType.I32)]
+ public int ResidentSpEffectId1
+ {
+ get => _ResidentSpEffectId1;
+ set => WriteParamField(ref _ResidentSpEffectId1, value);
+ }
+ private int _ResidentSpEffectId1;
+
+ [ParamField(0x54, ParamType.I32)]
+ public int ResidentSpEffectId2
+ {
+ get => _ResidentSpEffectId2;
+ set => WriteParamField(ref _ResidentSpEffectId2, value);
+ }
+ private int _ResidentSpEffectId2;
+
+ [ParamField(0x58, ParamType.I32)]
+ public int MaterialSetId
+ {
+ get => _MaterialSetId;
+ set => WriteParamField(ref _MaterialSetId, value);
+ }
+ private int _MaterialSetId;
+
+ [ParamField(0x5C, ParamType.I32)]
+ public int OriginEquipWep
+ {
+ get => _OriginEquipWep;
+ set => WriteParamField(ref _OriginEquipWep, value);
+ }
+ private int _OriginEquipWep;
+
+ [ParamField(0x60, ParamType.I32)]
+ public int OriginEquipWep1
+ {
+ get => _OriginEquipWep1;
+ set => WriteParamField(ref _OriginEquipWep1, value);
+ }
+ private int _OriginEquipWep1;
+
+ [ParamField(0x64, ParamType.I32)]
+ public int OriginEquipWep2
+ {
+ get => _OriginEquipWep2;
+ set => WriteParamField(ref _OriginEquipWep2, value);
+ }
+ private int _OriginEquipWep2;
+
+ [ParamField(0x68, ParamType.I32)]
+ public int OriginEquipWep3
+ {
+ get => _OriginEquipWep3;
+ set => WriteParamField(ref _OriginEquipWep3, value);
+ }
+ private int _OriginEquipWep3;
+
+ [ParamField(0x6C, ParamType.I32)]
+ public int OriginEquipWep4
+ {
+ get => _OriginEquipWep4;
+ set => WriteParamField(ref _OriginEquipWep4, value);
+ }
+ private int _OriginEquipWep4;
+
+ [ParamField(0x70, ParamType.I32)]
+ public int OriginEquipWep5
+ {
+ get => _OriginEquipWep5;
+ set => WriteParamField(ref _OriginEquipWep5, value);
+ }
+ private int _OriginEquipWep5;
+
+ [ParamField(0x74, ParamType.I32)]
+ public int OriginEquipWep6
+ {
+ get => _OriginEquipWep6;
+ set => WriteParamField(ref _OriginEquipWep6, value);
+ }
+ private int _OriginEquipWep6;
+
+ [ParamField(0x78, ParamType.I32)]
+ public int OriginEquipWep7
+ {
+ get => _OriginEquipWep7;
+ set => WriteParamField(ref _OriginEquipWep7, value);
+ }
+ private int _OriginEquipWep7;
+
+ [ParamField(0x7C, ParamType.I32)]
+ public int OriginEquipWep8
+ {
+ get => _OriginEquipWep8;
+ set => WriteParamField(ref _OriginEquipWep8, value);
+ }
+ private int _OriginEquipWep8;
+
+ [ParamField(0x80, ParamType.I32)]
+ public int OriginEquipWep9
+ {
+ get => _OriginEquipWep9;
+ set => WriteParamField(ref _OriginEquipWep9, value);
+ }
+ private int _OriginEquipWep9;
+
+ [ParamField(0x84, ParamType.I32)]
+ public int OriginEquipWep10
+ {
+ get => _OriginEquipWep10;
+ set => WriteParamField(ref _OriginEquipWep10, value);
+ }
+ private int _OriginEquipWep10;
+
+ [ParamField(0x88, ParamType.I32)]
+ public int OriginEquipWep11
+ {
+ get => _OriginEquipWep11;
+ set => WriteParamField(ref _OriginEquipWep11, value);
+ }
+ private int _OriginEquipWep11;
+
+ [ParamField(0x8C, ParamType.I32)]
+ public int OriginEquipWep12
+ {
+ get => _OriginEquipWep12;
+ set => WriteParamField(ref _OriginEquipWep12, value);
+ }
+ private int _OriginEquipWep12;
+
+ [ParamField(0x90, ParamType.I32)]
+ public int OriginEquipWep13
+ {
+ get => _OriginEquipWep13;
+ set => WriteParamField(ref _OriginEquipWep13, value);
+ }
+ private int _OriginEquipWep13;
+
+ [ParamField(0x94, ParamType.I32)]
+ public int OriginEquipWep14
+ {
+ get => _OriginEquipWep14;
+ set => WriteParamField(ref _OriginEquipWep14, value);
+ }
+ private int _OriginEquipWep14;
+
+ [ParamField(0x98, ParamType.I32)]
+ public int OriginEquipWep15
+ {
+ get => _OriginEquipWep15;
+ set => WriteParamField(ref _OriginEquipWep15, value);
+ }
+ private int _OriginEquipWep15;
+
+ [ParamField(0x9C, ParamType.F32)]
+ public float AntiDemonDamageRate
+ {
+ get => _AntiDemonDamageRate;
+ set => WriteParamField(ref _AntiDemonDamageRate, value);
+ }
+ private float _AntiDemonDamageRate;
+
+ [ParamField(0xA0, ParamType.F32)]
+ public float AntSaintDamageRate
+ {
+ get => _AntSaintDamageRate;
+ set => WriteParamField(ref _AntSaintDamageRate, value);
+ }
+ private float _AntSaintDamageRate;
+
+ [ParamField(0xA4, ParamType.F32)]
+ public float AntWeakA_DamageRate
+ {
+ get => _AntWeakA_DamageRate;
+ set => WriteParamField(ref _AntWeakA_DamageRate, value);
+ }
+ private float _AntWeakA_DamageRate;
+
+ [ParamField(0xA8, ParamType.F32)]
+ public float AntWeakB_DamageRate
+ {
+ get => _AntWeakB_DamageRate;
+ set => WriteParamField(ref _AntWeakB_DamageRate, value);
+ }
+ private float _AntWeakB_DamageRate;
+
+ [ParamField(0xAC, ParamType.I32)]
+ public int VagrantItemLotId
+ {
+ get => _VagrantItemLotId;
+ set => WriteParamField(ref _VagrantItemLotId, value);
+ }
+ private int _VagrantItemLotId;
+
+ [ParamField(0xB0, ParamType.I32)]
+ public int VagrantBonusEneDropItemLotId
+ {
+ get => _VagrantBonusEneDropItemLotId;
+ set => WriteParamField(ref _VagrantBonusEneDropItemLotId, value);
+ }
+ private int _VagrantBonusEneDropItemLotId;
+
+ [ParamField(0xB4, ParamType.I32)]
+ public int VagrantItemEneDropItemLotId
+ {
+ get => _VagrantItemEneDropItemLotId;
+ set => WriteParamField(ref _VagrantItemEneDropItemLotId, value);
+ }
+ private int _VagrantItemEneDropItemLotId;
+
+ [ParamField(0xB8, ParamType.U16)]
+ public ushort EquipModelId
+ {
+ get => _EquipModelId;
+ set => WriteParamField(ref _EquipModelId, value);
+ }
+ private ushort _EquipModelId;
+
+ [ParamField(0xBA, ParamType.U16)]
+ public ushort IconId
+ {
+ get => _IconId;
+ set => WriteParamField(ref _IconId, value);
+ }
+ private ushort _IconId;
+
+ [ParamField(0xBC, ParamType.U16)]
+ public ushort Durability
+ {
+ get => _Durability;
+ set => WriteParamField(ref _Durability, value);
+ }
+ private ushort _Durability;
+
+ [ParamField(0xBE, ParamType.U16)]
+ public ushort DurabilityMax
+ {
+ get => _DurabilityMax;
+ set => WriteParamField(ref _DurabilityMax, value);
+ }
+ private ushort _DurabilityMax;
+
+ [ParamField(0xC0, ParamType.U16)]
+ public ushort AttackThrowEscape
+ {
+ get => _AttackThrowEscape;
+ set => WriteParamField(ref _AttackThrowEscape, value);
+ }
+ private ushort _AttackThrowEscape;
+
+ [ParamField(0xC2, ParamType.I16)]
+ public short ParryDamageLife
+ {
+ get => _ParryDamageLife;
+ set => WriteParamField(ref _ParryDamageLife, value);
+ }
+ private short _ParryDamageLife;
+
+ [ParamField(0xC4, ParamType.U16)]
+ public ushort AttackBasePhysics
+ {
+ get => _AttackBasePhysics;
+ set => WriteParamField(ref _AttackBasePhysics, value);
+ }
+ private ushort _AttackBasePhysics;
+
+ [ParamField(0xC6, ParamType.U16)]
+ public ushort AttackBaseMagic
+ {
+ get => _AttackBaseMagic;
+ set => WriteParamField(ref _AttackBaseMagic, value);
+ }
+ private ushort _AttackBaseMagic;
+
+ [ParamField(0xC8, ParamType.U16)]
+ public ushort AttackBaseFire
+ {
+ get => _AttackBaseFire;
+ set => WriteParamField(ref _AttackBaseFire, value);
+ }
+ private ushort _AttackBaseFire;
+
+ [ParamField(0xCA, ParamType.U16)]
+ public ushort AttackBaseThunder
+ {
+ get => _AttackBaseThunder;
+ set => WriteParamField(ref _AttackBaseThunder, value);
+ }
+ private ushort _AttackBaseThunder;
+
+ [ParamField(0xCC, ParamType.U16)]
+ public ushort AttackBaseStamina
+ {
+ get => _AttackBaseStamina;
+ set => WriteParamField(ref _AttackBaseStamina, value);
+ }
+ private ushort _AttackBaseStamina;
+
+ [ParamField(0xCE, ParamType.U16)]
+ public ushort SaWeaponDamage
+ {
+ get => _SaWeaponDamage;
+ set => WriteParamField(ref _SaWeaponDamage, value);
+ }
+ private ushort _SaWeaponDamage;
+
+ [ParamField(0xD0, ParamType.I16)]
+ public short SaDurability
+ {
+ get => _SaDurability;
+ set => WriteParamField(ref _SaDurability, value);
+ }
+ private short _SaDurability;
+
+ [ParamField(0xD2, ParamType.I16)]
+ public short GuardAngle
+ {
+ get => _GuardAngle;
+ set => WriteParamField(ref _GuardAngle, value);
+ }
+ private short _GuardAngle;
+
+ [ParamField(0xD4, ParamType.I16)]
+ public short StaminaGuardDef
+ {
+ get => _StaminaGuardDef;
+ set => WriteParamField(ref _StaminaGuardDef, value);
+ }
+ private short _StaminaGuardDef;
+
+ [ParamField(0xD6, ParamType.I16)]
+ public short ReinforceTypeId
+ {
+ get => _ReinforceTypeId;
+ set => WriteParamField(ref _ReinforceTypeId, value);
+ }
+ private short _ReinforceTypeId;
+
+ [ParamField(0xD8, ParamType.I16)]
+ public short TrophySGradeId
+ {
+ get => _TrophySGradeId;
+ set => WriteParamField(ref _TrophySGradeId, value);
+ }
+ private short _TrophySGradeId;
+
+ [ParamField(0xDA, ParamType.I16)]
+ public short TrophySeqId
+ {
+ get => _TrophySeqId;
+ set => WriteParamField(ref _TrophySeqId, value);
+ }
+ private short _TrophySeqId;
+
+ [ParamField(0xDC, ParamType.I16)]
+ public short ThrowAtkRate
+ {
+ get => _ThrowAtkRate;
+ set => WriteParamField(ref _ThrowAtkRate, value);
+ }
+ private short _ThrowAtkRate;
+
+ [ParamField(0xDE, ParamType.I16)]
+ public short BowDistRate
+ {
+ get => _BowDistRate;
+ set => WriteParamField(ref _BowDistRate, value);
+ }
+ private short _BowDistRate;
+
+ [ParamField(0xE0, ParamType.U8)]
+ public byte EquipModelCategory
+ {
+ get => _EquipModelCategory;
+ set => WriteParamField(ref _EquipModelCategory, value);
+ }
+ private byte _EquipModelCategory;
+
+ [ParamField(0xE1, ParamType.U8)]
+ public byte EquipModelGender
+ {
+ get => _EquipModelGender;
+ set => WriteParamField(ref _EquipModelGender, value);
+ }
+ private byte _EquipModelGender;
+
+ [ParamField(0xE2, ParamType.U8)]
+ public byte WeaponCategory
+ {
+ get => _WeaponCategory;
+ set => WriteParamField(ref _WeaponCategory, value);
+ }
+ private byte _WeaponCategory;
+
+ [ParamField(0xE3, ParamType.U8)]
+ public byte WepmotionCategory
+ {
+ get => _WepmotionCategory;
+ set => WriteParamField(ref _WepmotionCategory, value);
+ }
+ private byte _WepmotionCategory;
+
+ [ParamField(0xE4, ParamType.U8)]
+ public byte GuardmotionCategory
+ {
+ get => _GuardmotionCategory;
+ set => WriteParamField(ref _GuardmotionCategory, value);
+ }
+ private byte _GuardmotionCategory;
+
+ [ParamField(0xE5, ParamType.U8)]
+ public byte AtkMaterial
+ {
+ get => _AtkMaterial;
+ set => WriteParamField(ref _AtkMaterial, value);
+ }
+ private byte _AtkMaterial;
+
+ [ParamField(0xE6, ParamType.U8)]
+ public byte DefMaterial
+ {
+ get => _DefMaterial;
+ set => WriteParamField(ref _DefMaterial, value);
+ }
+ private byte _DefMaterial;
+
+ [ParamField(0xE7, ParamType.U8)]
+ public byte DefSfxMaterial
+ {
+ get => _DefSfxMaterial;
+ set => WriteParamField(ref _DefSfxMaterial, value);
+ }
+ private byte _DefSfxMaterial;
+
+ [ParamField(0xE8, ParamType.U8)]
+ public byte CorrectType
+ {
+ get => _CorrectType;
+ set => WriteParamField(ref _CorrectType, value);
+ }
+ private byte _CorrectType;
+
+ [ParamField(0xE9, ParamType.U8)]
+ public byte SpAttribute
+ {
+ get => _SpAttribute;
+ set => WriteParamField(ref _SpAttribute, value);
+ }
+ private byte _SpAttribute;
+
+ [ParamField(0xEA, ParamType.U8)]
+ public byte SpAtkcategory
+ {
+ get => _SpAtkcategory;
+ set => WriteParamField(ref _SpAtkcategory, value);
+ }
+ private byte _SpAtkcategory;
+
+ [ParamField(0xEB, ParamType.U8)]
+ public byte WepmotionOneHandId
+ {
+ get => _WepmotionOneHandId;
+ set => WriteParamField(ref _WepmotionOneHandId, value);
+ }
+ private byte _WepmotionOneHandId;
+
+ [ParamField(0xEC, ParamType.U8)]
+ public byte WepmotionBothHandId
+ {
+ get => _WepmotionBothHandId;
+ set => WriteParamField(ref _WepmotionBothHandId, value);
+ }
+ private byte _WepmotionBothHandId;
+
+ [ParamField(0xED, ParamType.U8)]
+ public byte ProperStrength
+ {
+ get => _ProperStrength;
+ set => WriteParamField(ref _ProperStrength, value);
+ }
+ private byte _ProperStrength;
+
+ [ParamField(0xEE, ParamType.U8)]
+ public byte ProperAgility
+ {
+ get => _ProperAgility;
+ set => WriteParamField(ref _ProperAgility, value);
+ }
+ private byte _ProperAgility;
+
+ [ParamField(0xEF, ParamType.U8)]
+ public byte ProperMagic
+ {
+ get => _ProperMagic;
+ set => WriteParamField(ref _ProperMagic, value);
+ }
+ private byte _ProperMagic;
+
+ [ParamField(0xF0, ParamType.U8)]
+ public byte ProperFaith
+ {
+ get => _ProperFaith;
+ set => WriteParamField(ref _ProperFaith, value);
+ }
+ private byte _ProperFaith;
+
+ [ParamField(0xF1, ParamType.U8)]
+ public byte OverStrength
+ {
+ get => _OverStrength;
+ set => WriteParamField(ref _OverStrength, value);
+ }
+ private byte _OverStrength;
+
+ [ParamField(0xF2, ParamType.U8)]
+ public byte AttackBaseParry
+ {
+ get => _AttackBaseParry;
+ set => WriteParamField(ref _AttackBaseParry, value);
+ }
+ private byte _AttackBaseParry;
+
+ [ParamField(0xF3, ParamType.U8)]
+ public byte DefenseBaseParry
+ {
+ get => _DefenseBaseParry;
+ set => WriteParamField(ref _DefenseBaseParry, value);
+ }
+ private byte _DefenseBaseParry;
+
+ [ParamField(0xF4, ParamType.U8)]
+ public byte GuardBaseRepel
+ {
+ get => _GuardBaseRepel;
+ set => WriteParamField(ref _GuardBaseRepel, value);
+ }
+ private byte _GuardBaseRepel;
+
+ [ParamField(0xF5, ParamType.U8)]
+ public byte AttackBaseRepel
+ {
+ get => _AttackBaseRepel;
+ set => WriteParamField(ref _AttackBaseRepel, value);
+ }
+ private byte _AttackBaseRepel;
+
+ [ParamField(0xF6, ParamType.I8)]
+ public sbyte GuardCutCancelRate
+ {
+ get => _GuardCutCancelRate;
+ set => WriteParamField(ref _GuardCutCancelRate, value);
+ }
+ private sbyte _GuardCutCancelRate;
+ [ParamField(0xF7, ParamType.I8)]
+ public sbyte GuardLevel
+ {
+ get => _GuardLevel;
+ set => WriteParamField(ref _GuardLevel, value);
+ }
+ private sbyte _GuardLevel;
+
+ [ParamField(0xF8, ParamType.I8)]
+ public sbyte SlashGuardCutRate
+ {
+ get => _SlashGuardCutRate;
+ set => WriteParamField(ref _SlashGuardCutRate, value);
+ }
+ private sbyte _SlashGuardCutRate;
+
+ [ParamField(0xF9, ParamType.I8)]
+ public sbyte BlowGuardCutRate
+ {
+ get => _BlowGuardCutRate;
+ set => WriteParamField(ref _BlowGuardCutRate, value);
+ }
+ private sbyte _BlowGuardCutRate;
+
+ [ParamField(0xFA, ParamType.I8)]
+ public sbyte ThrustGuardCutRate
+ {
+ get => _ThrustGuardCutRate;
+ set => WriteParamField(ref _ThrustGuardCutRate, value);
+ }
+ private sbyte _ThrustGuardCutRate;
+
+ [ParamField(0xFB, ParamType.I8)]
+ public sbyte PoisonGuardResist
+ {
+ get => _PoisonGuardResist;
+ set => WriteParamField(ref _PoisonGuardResist, value);
+ }
+ private sbyte _PoisonGuardResist;
+
+ [ParamField(0xFC, ParamType.I8)]
+ public sbyte DiseaseGuardResist
+ {
+ get => _DiseaseGuardResist;
+ set => WriteParamField(ref _DiseaseGuardResist, value);
+ }
+ private sbyte _DiseaseGuardResist;
+
+ [ParamField(0xFD, ParamType.I8)]
+ public sbyte BloodGuardResist
+ {
+ get => _BloodGuardResist;
+ set => WriteParamField(ref _BloodGuardResist, value);
+ }
+ private sbyte _BloodGuardResist;
+
+ [ParamField(0xFE, ParamType.I8)]
+ public sbyte CurseGuardResist
+ {
+ get => _CurseGuardResist;
+ set => WriteParamField(ref _CurseGuardResist, value);
+ }
+ private sbyte _CurseGuardResist;
+
+ [ParamField(0xFF, ParamType.U8)]
+ public byte IsDurabilityDivergence
+ {
+ get => _IsDurabilityDivergence;
+ set => WriteParamField(ref _IsDurabilityDivergence, value);
+ }
+ private byte _IsDurabilityDivergence;
+
+ #region BitField RightHandEquipableBitfield ==============================================================================
+
+ [ParamField(0x100, ParamType.U8)]
+ public byte RightHandEquipableBitfield
+ {
+ get => _RightHandEquipableBitfield;
+ set => WriteParamField(ref _RightHandEquipableBitfield, value);
+ }
+ private byte _RightHandEquipableBitfield;
+
+ [ParamBitField(nameof(RightHandEquipableBitfield), bits: 1, bitsOffset: 0)]
+ public byte RightHandEquipable
+ {
+ get => GetbitfieldValue(_RightHandEquipableBitfield);
+ set => SetBitfieldValue(ref _RightHandEquipableBitfield, value);
+ }
+
+ [ParamBitField(nameof(RightHandEquipableBitfield), bits: 1, bitsOffset: 1)]
+ public byte LeftHandEquipable
+ {
+ get => GetbitfieldValue(_RightHandEquipableBitfield);
+ set => SetBitfieldValue(ref _RightHandEquipableBitfield, value);
+ }
+
+ [ParamBitField(nameof(RightHandEquipableBitfield), bits: 1, bitsOffset: 2)]
+ public byte BothHandEquipable
+ {
+ get => GetbitfieldValue(_RightHandEquipableBitfield);
+ set => SetBitfieldValue(ref _RightHandEquipableBitfield, value);
}
+
+ [ParamBitField(nameof(RightHandEquipableBitfield), bits: 1, bitsOffset: 3)]
+ public byte ArrowSlotEquipable
+ {
+ get => GetbitfieldValue(_RightHandEquipableBitfield);
+ set => SetBitfieldValue(ref _RightHandEquipableBitfield, value);
+ }
+
+ [ParamBitField(nameof(RightHandEquipableBitfield), bits: 1, bitsOffset: 4)]
+ public byte BoltSlotEquipable
+ {
+ get => GetbitfieldValue(_RightHandEquipableBitfield);
+ set => SetBitfieldValue(ref _RightHandEquipableBitfield, value);
+ }
+
+ [ParamBitField(nameof(RightHandEquipableBitfield), bits: 1, bitsOffset: 5)]
+ public byte EnableGuard
+ {
+ get => GetbitfieldValue(_RightHandEquipableBitfield);
+ set => SetBitfieldValue(ref _RightHandEquipableBitfield, value);
+ }
+
+ [ParamBitField(nameof(RightHandEquipableBitfield), bits: 1, bitsOffset: 6)]
+ public byte EnableParry
+ {
+ get => GetbitfieldValue(_RightHandEquipableBitfield);
+ set => SetBitfieldValue(ref _RightHandEquipableBitfield, value);
+ }
+
+ [ParamBitField(nameof(RightHandEquipableBitfield), bits: 1, bitsOffset: 7)]
+ public byte EnableMagic
+ {
+ get => GetbitfieldValue(_RightHandEquipableBitfield);
+ set => SetBitfieldValue(ref _RightHandEquipableBitfield, value);
+ }
+
+ #endregion BitField RightHandEquipableBitfield
+
+ #region BitField EnableSorceryBitfield ==============================================================================
+
+ [ParamField(0x101, ParamType.U8)]
+ public byte EnableSorceryBitfield
+ {
+ get => _EnableSorceryBitfield;
+ set => WriteParamField(ref _EnableSorceryBitfield, value);
+ }
+ private byte _EnableSorceryBitfield;
+
+ [ParamBitField(nameof(EnableSorceryBitfield), bits: 1, bitsOffset: 0)]
+ public byte EnableSorcery
+ {
+ get => GetbitfieldValue(_EnableSorceryBitfield);
+ set => SetBitfieldValue(ref _EnableSorceryBitfield, value);
+ }
+
+ [ParamBitField(nameof(EnableSorceryBitfield), bits: 1, bitsOffset: 1)]
+ public byte EnableMiracle
+ {
+ get => GetbitfieldValue(_EnableSorceryBitfield);
+ set => SetBitfieldValue(ref _EnableSorceryBitfield, value);
+ }
+
+ [ParamBitField(nameof(EnableSorceryBitfield), bits: 1, bitsOffset: 2)]
+ public byte EnableVowMagic
+ {
+ get => GetbitfieldValue(_EnableSorceryBitfield);
+ set => SetBitfieldValue(ref _EnableSorceryBitfield, value);
+ }
+
+ [ParamBitField(nameof(EnableSorceryBitfield), bits: 1, bitsOffset: 3)]
+ public byte IsNormalAttackType
+ {
+ get => GetbitfieldValue(_EnableSorceryBitfield);
+ set => SetBitfieldValue(ref _EnableSorceryBitfield, value);
+ }
+
+ [ParamBitField(nameof(EnableSorceryBitfield), bits: 1, bitsOffset: 4)]
+ public byte IsBlowAttackType
+ {
+ get => GetbitfieldValue(_EnableSorceryBitfield);
+ set => SetBitfieldValue(ref _EnableSorceryBitfield, value);
+ }
+
+ [ParamBitField(nameof(EnableSorceryBitfield), bits: 1, bitsOffset: 5)]
+ public byte IsSlashAttackType
+ {
+ get => GetbitfieldValue(_EnableSorceryBitfield);
+ set => SetBitfieldValue(ref _EnableSorceryBitfield, value);
+ }
+
+ [ParamBitField(nameof(EnableSorceryBitfield), bits: 1, bitsOffset: 6)]
+ public byte IsThrustAttackType
+ {
+ get => GetbitfieldValue(_EnableSorceryBitfield);
+ set => SetBitfieldValue(ref _EnableSorceryBitfield, value);
+ }
+
+ [ParamBitField(nameof(EnableSorceryBitfield), bits: 1, bitsOffset: 7)]
+ public byte IsEnhance
+ {
+ get => GetbitfieldValue(_EnableSorceryBitfield);
+ set => SetBitfieldValue(ref _EnableSorceryBitfield, value);
+ }
+
+ #endregion BitField EnableSorceryBitfield
+
+ #region BitField IsLuckCorrectBitfield ==============================================================================
+
+ [ParamField(0x102, ParamType.U8)]
+ public byte IsLuckCorrectBitfield
+ {
+ get => _IsLuckCorrectBitfield;
+ set => WriteParamField(ref _IsLuckCorrectBitfield, value);
+ }
+ private byte _IsLuckCorrectBitfield;
+
+ [ParamBitField(nameof(IsLuckCorrectBitfield), bits: 1, bitsOffset: 0)]
+ public byte IsLuckCorrect
+ {
+ get => GetbitfieldValue(_IsLuckCorrectBitfield);
+ set => SetBitfieldValue(ref _IsLuckCorrectBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsLuckCorrectBitfield), bits: 1, bitsOffset: 1)]
+ public byte IsCustom
+ {
+ get => GetbitfieldValue(_IsLuckCorrectBitfield);
+ set => SetBitfieldValue(ref _IsLuckCorrectBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsLuckCorrectBitfield), bits: 1, bitsOffset: 2)]
+ public byte DisableBaseChangeReset
+ {
+ get => GetbitfieldValue(_IsLuckCorrectBitfield);
+ set => SetBitfieldValue(ref _IsLuckCorrectBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsLuckCorrectBitfield), bits: 1, bitsOffset: 3)]
+ public byte DisableRepair
+ {
+ get => GetbitfieldValue(_IsLuckCorrectBitfield);
+ set => SetBitfieldValue(ref _IsLuckCorrectBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsLuckCorrectBitfield), bits: 1, bitsOffset: 4)]
+ public byte IsDarkHand
+ {
+ get => GetbitfieldValue(_IsLuckCorrectBitfield);
+ set => SetBitfieldValue(ref _IsLuckCorrectBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsLuckCorrectBitfield), bits: 1, bitsOffset: 5)]
+ public byte SimpleModelForDlc
+ {
+ get => GetbitfieldValue(_IsLuckCorrectBitfield);
+ set => SetBitfieldValue(ref _IsLuckCorrectBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsLuckCorrectBitfield), bits: 1, bitsOffset: 6)]
+ public byte LanternWep
+ {
+ get => GetbitfieldValue(_IsLuckCorrectBitfield);
+ set => SetBitfieldValue(ref _IsLuckCorrectBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsLuckCorrectBitfield), bits: 1, bitsOffset: 7)]
+ public byte IsVersusGhostWep
+ {
+ get => GetbitfieldValue(_IsLuckCorrectBitfield);
+ set => SetBitfieldValue(ref _IsLuckCorrectBitfield, value);
+ }
+
+ #endregion BitField IsLuckCorrectBitfield
+
+ #region BitField BaseChangeCategoryBitfield ==============================================================================
+
+ [ParamField(0x103, ParamType.U8)]
+ public byte BaseChangeCategoryBitfield
+ {
+ get => _BaseChangeCategoryBitfield;
+ set => WriteParamField(ref _BaseChangeCategoryBitfield, value);
+ }
+ private byte _BaseChangeCategoryBitfield;
+
+ [ParamBitField(nameof(BaseChangeCategoryBitfield), bits: 6, bitsOffset: 0)]
+ public byte BaseChangeCategory
+ {
+ get => GetbitfieldValue(_BaseChangeCategoryBitfield);
+ set => SetBitfieldValue(ref _BaseChangeCategoryBitfield, value);
+ }
+
+ [ParamBitField(nameof(BaseChangeCategoryBitfield), bits: 1, bitsOffset: 6)]
+ public byte IsDragonSlayer
+ {
+ get => GetbitfieldValue(_BaseChangeCategoryBitfield);
+ set => SetBitfieldValue(ref _BaseChangeCategoryBitfield, value);
+ }
+
+ [ParamBitField(nameof(BaseChangeCategoryBitfield), bits: 1, bitsOffset: 7)]
+ public byte IsDeposit
+ {
+ get => GetbitfieldValue(_BaseChangeCategoryBitfield);
+ set => SetBitfieldValue(ref _BaseChangeCategoryBitfield, value);
+ }
+
+ #endregion BitField BaseChangeCategoryBitfield
+
+ [ParamField(0x105, ParamType.Dummy8, 1)]
+ public byte[] Pad_0
+ {
+ get => _Pad_0;
+ set => WriteParamField(ref _Pad_0, value);
+ }
+ private byte[] _Pad_0 = null!;
+
+ [ParamField(0x106, ParamType.I16)]
+ public short OldSortId
+ {
+ get => _OldSortId;
+ set => WriteParamField(ref _OldSortId, value);
+ }
+ private short _OldSortId;
+
+ [ParamField(0x108, ParamType.I16)]
+ public short LevelSyncCorrectID
+ {
+ get => _LevelSyncCorrectID;
+ set => WriteParamField(ref _LevelSyncCorrectID, value);
+ }
+ private short _LevelSyncCorrectID;
+
+ [ParamField(0x10A, ParamType.Dummy8, 6)]
+ public byte[] Pad_1
+ {
+ get => _Pad_1;
+ set => WriteParamField(ref _Pad_1, value);
+ }
+ private byte[] _Pad_1 = null!;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/FaceGenParam.cs b/src/SoulMemory/DarkSouls1/Parameters/FaceGenParam.cs
index c2d0344b..77a5c0f6 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/FaceGenParam.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/FaceGenParam.cs
@@ -18,884 +18,881 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class FaceGenParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class FaceGenParam : BaseParam
- {
- public FaceGenParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.U8)]
- public byte FaceGeoData00
- {
- get => _FaceGeoData00;
- set => WriteParamField(ref _FaceGeoData00, value);
- }
- private byte _FaceGeoData00;
-
- [ParamField(0x1, ParamType.U8)]
- public byte FaceGeoData01
- {
- get => _FaceGeoData01;
- set => WriteParamField(ref _FaceGeoData01, value);
- }
- private byte _FaceGeoData01;
-
- [ParamField(0x2, ParamType.U8)]
- public byte FaceGeoData02
- {
- get => _FaceGeoData02;
- set => WriteParamField(ref _FaceGeoData02, value);
- }
- private byte _FaceGeoData02;
-
- [ParamField(0x3, ParamType.U8)]
- public byte FaceGeoData03
- {
- get => _FaceGeoData03;
- set => WriteParamField(ref _FaceGeoData03, value);
- }
- private byte _FaceGeoData03;
-
- [ParamField(0x4, ParamType.U8)]
- public byte FaceGeoData04
- {
- get => _FaceGeoData04;
- set => WriteParamField(ref _FaceGeoData04, value);
- }
- private byte _FaceGeoData04;
-
- [ParamField(0x5, ParamType.U8)]
- public byte FaceGeoData05
- {
- get => _FaceGeoData05;
- set => WriteParamField(ref _FaceGeoData05, value);
- }
- private byte _FaceGeoData05;
-
- [ParamField(0x6, ParamType.U8)]
- public byte FaceGeoData06
- {
- get => _FaceGeoData06;
- set => WriteParamField(ref _FaceGeoData06, value);
- }
- private byte _FaceGeoData06;
-
- [ParamField(0x7, ParamType.U8)]
- public byte FaceGeoData07
- {
- get => _FaceGeoData07;
- set => WriteParamField(ref _FaceGeoData07, value);
- }
- private byte _FaceGeoData07;
-
- [ParamField(0x8, ParamType.U8)]
- public byte FaceGeoData08
- {
- get => _FaceGeoData08;
- set => WriteParamField(ref _FaceGeoData08, value);
- }
- private byte _FaceGeoData08;
-
- [ParamField(0x9, ParamType.U8)]
- public byte FaceGeoData09
- {
- get => _FaceGeoData09;
- set => WriteParamField(ref _FaceGeoData09, value);
- }
- private byte _FaceGeoData09;
-
- [ParamField(0xA, ParamType.U8)]
- public byte FaceGeoData10
- {
- get => _FaceGeoData10;
- set => WriteParamField(ref _FaceGeoData10, value);
- }
- private byte _FaceGeoData10;
-
- [ParamField(0xB, ParamType.U8)]
- public byte FaceGeoData11
- {
- get => _FaceGeoData11;
- set => WriteParamField(ref _FaceGeoData11, value);
- }
- private byte _FaceGeoData11;
-
- [ParamField(0xC, ParamType.U8)]
- public byte FaceGeoData12
- {
- get => _FaceGeoData12;
- set => WriteParamField(ref _FaceGeoData12, value);
- }
- private byte _FaceGeoData12;
-
- [ParamField(0xD, ParamType.U8)]
- public byte FaceGeoData13
- {
- get => _FaceGeoData13;
- set => WriteParamField(ref _FaceGeoData13, value);
- }
- private byte _FaceGeoData13;
-
- [ParamField(0xE, ParamType.U8)]
- public byte FaceGeoData14
- {
- get => _FaceGeoData14;
- set => WriteParamField(ref _FaceGeoData14, value);
- }
- private byte _FaceGeoData14;
-
- [ParamField(0xF, ParamType.U8)]
- public byte FaceGeoData15
- {
- get => _FaceGeoData15;
- set => WriteParamField(ref _FaceGeoData15, value);
- }
- private byte _FaceGeoData15;
-
- [ParamField(0x10, ParamType.U8)]
- public byte FaceGeoData16
- {
- get => _FaceGeoData16;
- set => WriteParamField(ref _FaceGeoData16, value);
- }
- private byte _FaceGeoData16;
-
- [ParamField(0x11, ParamType.U8)]
- public byte FaceGeoData17
- {
- get => _FaceGeoData17;
- set => WriteParamField(ref _FaceGeoData17, value);
- }
- private byte _FaceGeoData17;
-
- [ParamField(0x12, ParamType.U8)]
- public byte FaceGeoData18
- {
- get => _FaceGeoData18;
- set => WriteParamField(ref _FaceGeoData18, value);
- }
- private byte _FaceGeoData18;
-
- [ParamField(0x13, ParamType.U8)]
- public byte FaceGeoData19
- {
- get => _FaceGeoData19;
- set => WriteParamField(ref _FaceGeoData19, value);
- }
- private byte _FaceGeoData19;
-
- [ParamField(0x14, ParamType.U8)]
- public byte FaceGeoData20
- {
- get => _FaceGeoData20;
- set => WriteParamField(ref _FaceGeoData20, value);
- }
- private byte _FaceGeoData20;
-
- [ParamField(0x15, ParamType.U8)]
- public byte FaceGeoData21
- {
- get => _FaceGeoData21;
- set => WriteParamField(ref _FaceGeoData21, value);
- }
- private byte _FaceGeoData21;
-
- [ParamField(0x16, ParamType.U8)]
- public byte FaceGeoData22
- {
- get => _FaceGeoData22;
- set => WriteParamField(ref _FaceGeoData22, value);
- }
- private byte _FaceGeoData22;
-
- [ParamField(0x17, ParamType.U8)]
- public byte FaceGeoData23
- {
- get => _FaceGeoData23;
- set => WriteParamField(ref _FaceGeoData23, value);
- }
- private byte _FaceGeoData23;
-
- [ParamField(0x18, ParamType.U8)]
- public byte FaceGeoData24
- {
- get => _FaceGeoData24;
- set => WriteParamField(ref _FaceGeoData24, value);
- }
- private byte _FaceGeoData24;
-
- [ParamField(0x19, ParamType.U8)]
- public byte FaceGeoData25
- {
- get => _FaceGeoData25;
- set => WriteParamField(ref _FaceGeoData25, value);
- }
- private byte _FaceGeoData25;
-
- [ParamField(0x1A, ParamType.U8)]
- public byte FaceGeoData26
- {
- get => _FaceGeoData26;
- set => WriteParamField(ref _FaceGeoData26, value);
- }
- private byte _FaceGeoData26;
-
- [ParamField(0x1B, ParamType.U8)]
- public byte FaceGeoData27
- {
- get => _FaceGeoData27;
- set => WriteParamField(ref _FaceGeoData27, value);
- }
- private byte _FaceGeoData27;
-
- [ParamField(0x1C, ParamType.U8)]
- public byte FaceGeoData28
- {
- get => _FaceGeoData28;
- set => WriteParamField(ref _FaceGeoData28, value);
- }
- private byte _FaceGeoData28;
-
- [ParamField(0x1D, ParamType.U8)]
- public byte FaceGeoData29
- {
- get => _FaceGeoData29;
- set => WriteParamField(ref _FaceGeoData29, value);
- }
- private byte _FaceGeoData29;
-
- [ParamField(0x1E, ParamType.U8)]
- public byte FaceGeoData30
- {
- get => _FaceGeoData30;
- set => WriteParamField(ref _FaceGeoData30, value);
- }
- private byte _FaceGeoData30;
-
- [ParamField(0x1F, ParamType.U8)]
- public byte FaceGeoData31
- {
- get => _FaceGeoData31;
- set => WriteParamField(ref _FaceGeoData31, value);
- }
- private byte _FaceGeoData31;
-
- [ParamField(0x20, ParamType.U8)]
- public byte FaceGeoData32
- {
- get => _FaceGeoData32;
- set => WriteParamField(ref _FaceGeoData32, value);
- }
- private byte _FaceGeoData32;
-
- [ParamField(0x21, ParamType.U8)]
- public byte FaceGeoData33
- {
- get => _FaceGeoData33;
- set => WriteParamField(ref _FaceGeoData33, value);
- }
- private byte _FaceGeoData33;
-
- [ParamField(0x22, ParamType.U8)]
- public byte FaceGeoData34
- {
- get => _FaceGeoData34;
- set => WriteParamField(ref _FaceGeoData34, value);
- }
- private byte _FaceGeoData34;
-
- [ParamField(0x23, ParamType.U8)]
- public byte FaceGeoData35
- {
- get => _FaceGeoData35;
- set => WriteParamField(ref _FaceGeoData35, value);
- }
- private byte _FaceGeoData35;
-
- [ParamField(0x24, ParamType.U8)]
- public byte FaceGeoData36
- {
- get => _FaceGeoData36;
- set => WriteParamField(ref _FaceGeoData36, value);
- }
- private byte _FaceGeoData36;
-
- [ParamField(0x25, ParamType.U8)]
- public byte FaceGeoData37
- {
- get => _FaceGeoData37;
- set => WriteParamField(ref _FaceGeoData37, value);
- }
- private byte _FaceGeoData37;
-
- [ParamField(0x26, ParamType.U8)]
- public byte FaceGeoData38
- {
- get => _FaceGeoData38;
- set => WriteParamField(ref _FaceGeoData38, value);
- }
- private byte _FaceGeoData38;
-
- [ParamField(0x27, ParamType.U8)]
- public byte FaceGeoData39
- {
- get => _FaceGeoData39;
- set => WriteParamField(ref _FaceGeoData39, value);
- }
- private byte _FaceGeoData39;
-
- [ParamField(0x28, ParamType.U8)]
- public byte FaceGeoData40
- {
- get => _FaceGeoData40;
- set => WriteParamField(ref _FaceGeoData40, value);
- }
- private byte _FaceGeoData40;
-
- [ParamField(0x29, ParamType.U8)]
- public byte FaceGeoData41
- {
- get => _FaceGeoData41;
- set => WriteParamField(ref _FaceGeoData41, value);
- }
- private byte _FaceGeoData41;
-
- [ParamField(0x2A, ParamType.U8)]
- public byte FaceGeoData42
- {
- get => _FaceGeoData42;
- set => WriteParamField(ref _FaceGeoData42, value);
- }
- private byte _FaceGeoData42;
-
- [ParamField(0x2B, ParamType.U8)]
- public byte FaceGeoData43
- {
- get => _FaceGeoData43;
- set => WriteParamField(ref _FaceGeoData43, value);
- }
- private byte _FaceGeoData43;
-
- [ParamField(0x2C, ParamType.U8)]
- public byte FaceGeoData44
- {
- get => _FaceGeoData44;
- set => WriteParamField(ref _FaceGeoData44, value);
- }
- private byte _FaceGeoData44;
-
- [ParamField(0x2D, ParamType.U8)]
- public byte FaceGeoData45
- {
- get => _FaceGeoData45;
- set => WriteParamField(ref _FaceGeoData45, value);
- }
- private byte _FaceGeoData45;
-
- [ParamField(0x2E, ParamType.U8)]
- public byte FaceGeoData46
- {
- get => _FaceGeoData46;
- set => WriteParamField(ref _FaceGeoData46, value);
- }
- private byte _FaceGeoData46;
-
- [ParamField(0x2F, ParamType.U8)]
- public byte FaceGeoData47
- {
- get => _FaceGeoData47;
- set => WriteParamField(ref _FaceGeoData47, value);
- }
- private byte _FaceGeoData47;
-
- [ParamField(0x30, ParamType.U8)]
- public byte FaceGeoData48
- {
- get => _FaceGeoData48;
- set => WriteParamField(ref _FaceGeoData48, value);
- }
- private byte _FaceGeoData48;
-
- [ParamField(0x31, ParamType.U8)]
- public byte FaceGeoData49
- {
- get => _FaceGeoData49;
- set => WriteParamField(ref _FaceGeoData49, value);
- }
- private byte _FaceGeoData49;
-
- [ParamField(0x32, ParamType.U8)]
- public byte FaceTexData00
- {
- get => _FaceTexData00;
- set => WriteParamField(ref _FaceTexData00, value);
- }
- private byte _FaceTexData00;
-
- [ParamField(0x33, ParamType.U8)]
- public byte FaceTexData01
- {
- get => _FaceTexData01;
- set => WriteParamField(ref _FaceTexData01, value);
- }
- private byte _FaceTexData01;
-
- [ParamField(0x34, ParamType.U8)]
- public byte FaceTexData02
- {
- get => _FaceTexData02;
- set => WriteParamField(ref _FaceTexData02, value);
- }
- private byte _FaceTexData02;
-
- [ParamField(0x35, ParamType.U8)]
- public byte FaceTexData03
- {
- get => _FaceTexData03;
- set => WriteParamField(ref _FaceTexData03, value);
- }
- private byte _FaceTexData03;
-
- [ParamField(0x36, ParamType.U8)]
- public byte FaceTexData04
- {
- get => _FaceTexData04;
- set => WriteParamField(ref _FaceTexData04, value);
- }
- private byte _FaceTexData04;
-
- [ParamField(0x37, ParamType.U8)]
- public byte FaceTexData05
- {
- get => _FaceTexData05;
- set => WriteParamField(ref _FaceTexData05, value);
- }
- private byte _FaceTexData05;
-
- [ParamField(0x38, ParamType.U8)]
- public byte FaceTexData06
- {
- get => _FaceTexData06;
- set => WriteParamField(ref _FaceTexData06, value);
- }
- private byte _FaceTexData06;
-
- [ParamField(0x39, ParamType.U8)]
- public byte FaceTexData07
- {
- get => _FaceTexData07;
- set => WriteParamField(ref _FaceTexData07, value);
- }
- private byte _FaceTexData07;
-
- [ParamField(0x3A, ParamType.U8)]
- public byte FaceTexData08
- {
- get => _FaceTexData08;
- set => WriteParamField(ref _FaceTexData08, value);
- }
- private byte _FaceTexData08;
-
- [ParamField(0x3B, ParamType.U8)]
- public byte FaceTexData09
- {
- get => _FaceTexData09;
- set => WriteParamField(ref _FaceTexData09, value);
- }
- private byte _FaceTexData09;
-
- [ParamField(0x3C, ParamType.U8)]
- public byte FaceTexData10
- {
- get => _FaceTexData10;
- set => WriteParamField(ref _FaceTexData10, value);
- }
- private byte _FaceTexData10;
-
- [ParamField(0x3D, ParamType.U8)]
- public byte FaceTexData11
- {
- get => _FaceTexData11;
- set => WriteParamField(ref _FaceTexData11, value);
- }
- private byte _FaceTexData11;
-
- [ParamField(0x3E, ParamType.U8)]
- public byte FaceTexData12
- {
- get => _FaceTexData12;
- set => WriteParamField(ref _FaceTexData12, value);
- }
- private byte _FaceTexData12;
-
- [ParamField(0x3F, ParamType.U8)]
- public byte FaceTexData13
- {
- get => _FaceTexData13;
- set => WriteParamField(ref _FaceTexData13, value);
- }
- private byte _FaceTexData13;
-
- [ParamField(0x40, ParamType.U8)]
- public byte FaceTexData14
- {
- get => _FaceTexData14;
- set => WriteParamField(ref _FaceTexData14, value);
- }
- private byte _FaceTexData14;
-
- [ParamField(0x41, ParamType.U8)]
- public byte FaceTexData15
- {
- get => _FaceTexData15;
- set => WriteParamField(ref _FaceTexData15, value);
- }
- private byte _FaceTexData15;
-
- [ParamField(0x42, ParamType.U8)]
- public byte FaceTexData16
- {
- get => _FaceTexData16;
- set => WriteParamField(ref _FaceTexData16, value);
- }
- private byte _FaceTexData16;
-
- [ParamField(0x43, ParamType.U8)]
- public byte FaceTexData17
- {
- get => _FaceTexData17;
- set => WriteParamField(ref _FaceTexData17, value);
- }
- private byte _FaceTexData17;
-
- [ParamField(0x44, ParamType.U8)]
- public byte FaceTexData18
- {
- get => _FaceTexData18;
- set => WriteParamField(ref _FaceTexData18, value);
- }
- private byte _FaceTexData18;
-
- [ParamField(0x45, ParamType.U8)]
- public byte FaceTexData19
- {
- get => _FaceTexData19;
- set => WriteParamField(ref _FaceTexData19, value);
- }
- private byte _FaceTexData19;
-
- [ParamField(0x46, ParamType.U8)]
- public byte FaceTexData20
- {
- get => _FaceTexData20;
- set => WriteParamField(ref _FaceTexData20, value);
- }
- private byte _FaceTexData20;
-
- [ParamField(0x47, ParamType.U8)]
- public byte FaceTexData21
- {
- get => _FaceTexData21;
- set => WriteParamField(ref _FaceTexData21, value);
- }
- private byte _FaceTexData21;
-
- [ParamField(0x48, ParamType.U8)]
- public byte FaceTexData22
- {
- get => _FaceTexData22;
- set => WriteParamField(ref _FaceTexData22, value);
- }
- private byte _FaceTexData22;
-
- [ParamField(0x49, ParamType.U8)]
- public byte FaceTexData23
- {
- get => _FaceTexData23;
- set => WriteParamField(ref _FaceTexData23, value);
- }
- private byte _FaceTexData23;
-
- [ParamField(0x4A, ParamType.U8)]
- public byte FaceTexData24
- {
- get => _FaceTexData24;
- set => WriteParamField(ref _FaceTexData24, value);
- }
- private byte _FaceTexData24;
-
- [ParamField(0x4B, ParamType.U8)]
- public byte FaceTexData25
- {
- get => _FaceTexData25;
- set => WriteParamField(ref _FaceTexData25, value);
- }
- private byte _FaceTexData25;
-
- [ParamField(0x4C, ParamType.U8)]
- public byte FaceTexData26
- {
- get => _FaceTexData26;
- set => WriteParamField(ref _FaceTexData26, value);
- }
- private byte _FaceTexData26;
-
- [ParamField(0x4D, ParamType.U8)]
- public byte FaceTexData27
- {
- get => _FaceTexData27;
- set => WriteParamField(ref _FaceTexData27, value);
- }
- private byte _FaceTexData27;
-
- [ParamField(0x4E, ParamType.U8)]
- public byte FaceTexData28
- {
- get => _FaceTexData28;
- set => WriteParamField(ref _FaceTexData28, value);
- }
- private byte _FaceTexData28;
-
- [ParamField(0x4F, ParamType.U8)]
- public byte FaceTexData29
- {
- get => _FaceTexData29;
- set => WriteParamField(ref _FaceTexData29, value);
- }
- private byte _FaceTexData29;
-
- [ParamField(0x50, ParamType.U8)]
- public byte FaceTexData30
- {
- get => _FaceTexData30;
- set => WriteParamField(ref _FaceTexData30, value);
- }
- private byte _FaceTexData30;
-
- [ParamField(0x51, ParamType.U8)]
- public byte FaceTexData31
- {
- get => _FaceTexData31;
- set => WriteParamField(ref _FaceTexData31, value);
- }
- private byte _FaceTexData31;
-
- [ParamField(0x52, ParamType.U8)]
- public byte FaceTexData32
- {
- get => _FaceTexData32;
- set => WriteParamField(ref _FaceTexData32, value);
- }
- private byte _FaceTexData32;
-
- [ParamField(0x53, ParamType.U8)]
- public byte FaceTexData33
- {
- get => _FaceTexData33;
- set => WriteParamField(ref _FaceTexData33, value);
- }
- private byte _FaceTexData33;
-
- [ParamField(0x54, ParamType.U8)]
- public byte FaceTexData34
- {
- get => _FaceTexData34;
- set => WriteParamField(ref _FaceTexData34, value);
- }
- private byte _FaceTexData34;
-
- [ParamField(0x55, ParamType.U8)]
- public byte FaceTexData35
- {
- get => _FaceTexData35;
- set => WriteParamField(ref _FaceTexData35, value);
- }
- private byte _FaceTexData35;
-
- [ParamField(0x56, ParamType.U8)]
- public byte FaceTexData36
- {
- get => _FaceTexData36;
- set => WriteParamField(ref _FaceTexData36, value);
- }
- private byte _FaceTexData36;
-
- [ParamField(0x57, ParamType.U8)]
- public byte FaceTexData37
- {
- get => _FaceTexData37;
- set => WriteParamField(ref _FaceTexData37, value);
- }
- private byte _FaceTexData37;
-
- [ParamField(0x58, ParamType.U8)]
- public byte FaceTexData38
- {
- get => _FaceTexData38;
- set => WriteParamField(ref _FaceTexData38, value);
- }
- private byte _FaceTexData38;
-
- [ParamField(0x59, ParamType.U8)]
- public byte FaceTexData39
- {
- get => _FaceTexData39;
- set => WriteParamField(ref _FaceTexData39, value);
- }
- private byte _FaceTexData39;
-
- [ParamField(0x5A, ParamType.U8)]
- public byte FaceTexData40
- {
- get => _FaceTexData40;
- set => WriteParamField(ref _FaceTexData40, value);
- }
- private byte _FaceTexData40;
-
- [ParamField(0x5B, ParamType.U8)]
- public byte FaceTexData41
- {
- get => _FaceTexData41;
- set => WriteParamField(ref _FaceTexData41, value);
- }
- private byte _FaceTexData41;
-
- [ParamField(0x5C, ParamType.U8)]
- public byte FaceTexData42
- {
- get => _FaceTexData42;
- set => WriteParamField(ref _FaceTexData42, value);
- }
- private byte _FaceTexData42;
-
- [ParamField(0x5D, ParamType.U8)]
- public byte FaceTexData43
- {
- get => _FaceTexData43;
- set => WriteParamField(ref _FaceTexData43, value);
- }
- private byte _FaceTexData43;
-
- [ParamField(0x5E, ParamType.U8)]
- public byte FaceTexData44
- {
- get => _FaceTexData44;
- set => WriteParamField(ref _FaceTexData44, value);
- }
- private byte _FaceTexData44;
-
- [ParamField(0x5F, ParamType.U8)]
- public byte FaceTexData45
- {
- get => _FaceTexData45;
- set => WriteParamField(ref _FaceTexData45, value);
- }
- private byte _FaceTexData45;
-
- [ParamField(0x60, ParamType.U8)]
- public byte FaceTexData46
- {
- get => _FaceTexData46;
- set => WriteParamField(ref _FaceTexData46, value);
- }
- private byte _FaceTexData46;
-
- [ParamField(0x61, ParamType.U8)]
- public byte FaceTexData47
- {
- get => _FaceTexData47;
- set => WriteParamField(ref _FaceTexData47, value);
- }
- private byte _FaceTexData47;
-
- [ParamField(0x62, ParamType.U8)]
- public byte FaceTexData48
- {
- get => _FaceTexData48;
- set => WriteParamField(ref _FaceTexData48, value);
- }
- private byte _FaceTexData48;
-
- [ParamField(0x63, ParamType.U8)]
- public byte FaceTexData49
- {
- get => _FaceTexData49;
- set => WriteParamField(ref _FaceTexData49, value);
- }
- private byte _FaceTexData49;
-
- [ParamField(0x64, ParamType.U8)]
- public byte HairStyle
- {
- get => _HairStyle;
- set => WriteParamField(ref _HairStyle, value);
- }
- private byte _HairStyle;
-
- [ParamField(0x65, ParamType.U8)]
- public byte HairColor_Base
- {
- get => _HairColor_Base;
- set => WriteParamField(ref _HairColor_Base, value);
- }
- private byte _HairColor_Base;
-
- [ParamField(0x66, ParamType.U8)]
- public byte HairColor_R
- {
- get => _HairColor_R;
- set => WriteParamField(ref _HairColor_R, value);
- }
- private byte _HairColor_R;
-
- [ParamField(0x67, ParamType.U8)]
- public byte HairColor_G
- {
- get => _HairColor_G;
- set => WriteParamField(ref _HairColor_G, value);
- }
- private byte _HairColor_G;
-
- [ParamField(0x68, ParamType.U8)]
- public byte HairColor_B
- {
- get => _HairColor_B;
- set => WriteParamField(ref _HairColor_B, value);
- }
- private byte _HairColor_B;
-
- [ParamField(0x69, ParamType.U8)]
- public byte EyeColor_R
- {
- get => _EyeColor_R;
- set => WriteParamField(ref _EyeColor_R, value);
- }
- private byte _EyeColor_R;
-
- [ParamField(0x6A, ParamType.U8)]
- public byte EyeColor_G
- {
- get => _EyeColor_G;
- set => WriteParamField(ref _EyeColor_G, value);
- }
- private byte _EyeColor_G;
-
- [ParamField(0x6B, ParamType.U8)]
- public byte EyeColor_B
- {
- get => _EyeColor_B;
- set => WriteParamField(ref _EyeColor_B, value);
- }
- private byte _EyeColor_B;
-
- [ParamField(0x6C, ParamType.Dummy8, 20)]
- public byte[] Pad
- {
- get => _Pad;
- set => WriteParamField(ref _Pad, value);
- }
- private byte[] _Pad;
+ [ParamField(0x0, ParamType.U8)]
+ public byte FaceGeoData00
+ {
+ get => _FaceGeoData00;
+ set => WriteParamField(ref _FaceGeoData00, value);
+ }
+ private byte _FaceGeoData00;
+
+ [ParamField(0x1, ParamType.U8)]
+ public byte FaceGeoData01
+ {
+ get => _FaceGeoData01;
+ set => WriteParamField(ref _FaceGeoData01, value);
+ }
+ private byte _FaceGeoData01;
+
+ [ParamField(0x2, ParamType.U8)]
+ public byte FaceGeoData02
+ {
+ get => _FaceGeoData02;
+ set => WriteParamField(ref _FaceGeoData02, value);
+ }
+ private byte _FaceGeoData02;
+
+ [ParamField(0x3, ParamType.U8)]
+ public byte FaceGeoData03
+ {
+ get => _FaceGeoData03;
+ set => WriteParamField(ref _FaceGeoData03, value);
+ }
+ private byte _FaceGeoData03;
+
+ [ParamField(0x4, ParamType.U8)]
+ public byte FaceGeoData04
+ {
+ get => _FaceGeoData04;
+ set => WriteParamField(ref _FaceGeoData04, value);
+ }
+ private byte _FaceGeoData04;
+
+ [ParamField(0x5, ParamType.U8)]
+ public byte FaceGeoData05
+ {
+ get => _FaceGeoData05;
+ set => WriteParamField(ref _FaceGeoData05, value);
+ }
+ private byte _FaceGeoData05;
+
+ [ParamField(0x6, ParamType.U8)]
+ public byte FaceGeoData06
+ {
+ get => _FaceGeoData06;
+ set => WriteParamField(ref _FaceGeoData06, value);
+ }
+ private byte _FaceGeoData06;
+
+ [ParamField(0x7, ParamType.U8)]
+ public byte FaceGeoData07
+ {
+ get => _FaceGeoData07;
+ set => WriteParamField(ref _FaceGeoData07, value);
+ }
+ private byte _FaceGeoData07;
+
+ [ParamField(0x8, ParamType.U8)]
+ public byte FaceGeoData08
+ {
+ get => _FaceGeoData08;
+ set => WriteParamField(ref _FaceGeoData08, value);
+ }
+ private byte _FaceGeoData08;
+
+ [ParamField(0x9, ParamType.U8)]
+ public byte FaceGeoData09
+ {
+ get => _FaceGeoData09;
+ set => WriteParamField(ref _FaceGeoData09, value);
+ }
+ private byte _FaceGeoData09;
+
+ [ParamField(0xA, ParamType.U8)]
+ public byte FaceGeoData10
+ {
+ get => _FaceGeoData10;
+ set => WriteParamField(ref _FaceGeoData10, value);
+ }
+ private byte _FaceGeoData10;
+
+ [ParamField(0xB, ParamType.U8)]
+ public byte FaceGeoData11
+ {
+ get => _FaceGeoData11;
+ set => WriteParamField(ref _FaceGeoData11, value);
+ }
+ private byte _FaceGeoData11;
+
+ [ParamField(0xC, ParamType.U8)]
+ public byte FaceGeoData12
+ {
+ get => _FaceGeoData12;
+ set => WriteParamField(ref _FaceGeoData12, value);
+ }
+ private byte _FaceGeoData12;
+
+ [ParamField(0xD, ParamType.U8)]
+ public byte FaceGeoData13
+ {
+ get => _FaceGeoData13;
+ set => WriteParamField(ref _FaceGeoData13, value);
+ }
+ private byte _FaceGeoData13;
+
+ [ParamField(0xE, ParamType.U8)]
+ public byte FaceGeoData14
+ {
+ get => _FaceGeoData14;
+ set => WriteParamField(ref _FaceGeoData14, value);
+ }
+ private byte _FaceGeoData14;
+
+ [ParamField(0xF, ParamType.U8)]
+ public byte FaceGeoData15
+ {
+ get => _FaceGeoData15;
+ set => WriteParamField(ref _FaceGeoData15, value);
+ }
+ private byte _FaceGeoData15;
+
+ [ParamField(0x10, ParamType.U8)]
+ public byte FaceGeoData16
+ {
+ get => _FaceGeoData16;
+ set => WriteParamField(ref _FaceGeoData16, value);
+ }
+ private byte _FaceGeoData16;
+
+ [ParamField(0x11, ParamType.U8)]
+ public byte FaceGeoData17
+ {
+ get => _FaceGeoData17;
+ set => WriteParamField(ref _FaceGeoData17, value);
+ }
+ private byte _FaceGeoData17;
+
+ [ParamField(0x12, ParamType.U8)]
+ public byte FaceGeoData18
+ {
+ get => _FaceGeoData18;
+ set => WriteParamField(ref _FaceGeoData18, value);
+ }
+ private byte _FaceGeoData18;
+
+ [ParamField(0x13, ParamType.U8)]
+ public byte FaceGeoData19
+ {
+ get => _FaceGeoData19;
+ set => WriteParamField(ref _FaceGeoData19, value);
+ }
+ private byte _FaceGeoData19;
+
+ [ParamField(0x14, ParamType.U8)]
+ public byte FaceGeoData20
+ {
+ get => _FaceGeoData20;
+ set => WriteParamField(ref _FaceGeoData20, value);
+ }
+ private byte _FaceGeoData20;
+
+ [ParamField(0x15, ParamType.U8)]
+ public byte FaceGeoData21
+ {
+ get => _FaceGeoData21;
+ set => WriteParamField(ref _FaceGeoData21, value);
+ }
+ private byte _FaceGeoData21;
+
+ [ParamField(0x16, ParamType.U8)]
+ public byte FaceGeoData22
+ {
+ get => _FaceGeoData22;
+ set => WriteParamField(ref _FaceGeoData22, value);
+ }
+ private byte _FaceGeoData22;
+
+ [ParamField(0x17, ParamType.U8)]
+ public byte FaceGeoData23
+ {
+ get => _FaceGeoData23;
+ set => WriteParamField(ref _FaceGeoData23, value);
+ }
+ private byte _FaceGeoData23;
+
+ [ParamField(0x18, ParamType.U8)]
+ public byte FaceGeoData24
+ {
+ get => _FaceGeoData24;
+ set => WriteParamField(ref _FaceGeoData24, value);
+ }
+ private byte _FaceGeoData24;
+
+ [ParamField(0x19, ParamType.U8)]
+ public byte FaceGeoData25
+ {
+ get => _FaceGeoData25;
+ set => WriteParamField(ref _FaceGeoData25, value);
+ }
+ private byte _FaceGeoData25;
+
+ [ParamField(0x1A, ParamType.U8)]
+ public byte FaceGeoData26
+ {
+ get => _FaceGeoData26;
+ set => WriteParamField(ref _FaceGeoData26, value);
+ }
+ private byte _FaceGeoData26;
+
+ [ParamField(0x1B, ParamType.U8)]
+ public byte FaceGeoData27
+ {
+ get => _FaceGeoData27;
+ set => WriteParamField(ref _FaceGeoData27, value);
+ }
+ private byte _FaceGeoData27;
+
+ [ParamField(0x1C, ParamType.U8)]
+ public byte FaceGeoData28
+ {
+ get => _FaceGeoData28;
+ set => WriteParamField(ref _FaceGeoData28, value);
+ }
+ private byte _FaceGeoData28;
+
+ [ParamField(0x1D, ParamType.U8)]
+ public byte FaceGeoData29
+ {
+ get => _FaceGeoData29;
+ set => WriteParamField(ref _FaceGeoData29, value);
+ }
+ private byte _FaceGeoData29;
+
+ [ParamField(0x1E, ParamType.U8)]
+ public byte FaceGeoData30
+ {
+ get => _FaceGeoData30;
+ set => WriteParamField(ref _FaceGeoData30, value);
+ }
+ private byte _FaceGeoData30;
+
+ [ParamField(0x1F, ParamType.U8)]
+ public byte FaceGeoData31
+ {
+ get => _FaceGeoData31;
+ set => WriteParamField(ref _FaceGeoData31, value);
+ }
+ private byte _FaceGeoData31;
+
+ [ParamField(0x20, ParamType.U8)]
+ public byte FaceGeoData32
+ {
+ get => _FaceGeoData32;
+ set => WriteParamField(ref _FaceGeoData32, value);
+ }
+ private byte _FaceGeoData32;
+
+ [ParamField(0x21, ParamType.U8)]
+ public byte FaceGeoData33
+ {
+ get => _FaceGeoData33;
+ set => WriteParamField(ref _FaceGeoData33, value);
+ }
+ private byte _FaceGeoData33;
+
+ [ParamField(0x22, ParamType.U8)]
+ public byte FaceGeoData34
+ {
+ get => _FaceGeoData34;
+ set => WriteParamField(ref _FaceGeoData34, value);
+ }
+ private byte _FaceGeoData34;
+
+ [ParamField(0x23, ParamType.U8)]
+ public byte FaceGeoData35
+ {
+ get => _FaceGeoData35;
+ set => WriteParamField(ref _FaceGeoData35, value);
+ }
+ private byte _FaceGeoData35;
+
+ [ParamField(0x24, ParamType.U8)]
+ public byte FaceGeoData36
+ {
+ get => _FaceGeoData36;
+ set => WriteParamField(ref _FaceGeoData36, value);
+ }
+ private byte _FaceGeoData36;
+
+ [ParamField(0x25, ParamType.U8)]
+ public byte FaceGeoData37
+ {
+ get => _FaceGeoData37;
+ set => WriteParamField(ref _FaceGeoData37, value);
+ }
+ private byte _FaceGeoData37;
+
+ [ParamField(0x26, ParamType.U8)]
+ public byte FaceGeoData38
+ {
+ get => _FaceGeoData38;
+ set => WriteParamField(ref _FaceGeoData38, value);
+ }
+ private byte _FaceGeoData38;
+
+ [ParamField(0x27, ParamType.U8)]
+ public byte FaceGeoData39
+ {
+ get => _FaceGeoData39;
+ set => WriteParamField(ref _FaceGeoData39, value);
+ }
+ private byte _FaceGeoData39;
+
+ [ParamField(0x28, ParamType.U8)]
+ public byte FaceGeoData40
+ {
+ get => _FaceGeoData40;
+ set => WriteParamField(ref _FaceGeoData40, value);
+ }
+ private byte _FaceGeoData40;
+
+ [ParamField(0x29, ParamType.U8)]
+ public byte FaceGeoData41
+ {
+ get => _FaceGeoData41;
+ set => WriteParamField(ref _FaceGeoData41, value);
+ }
+ private byte _FaceGeoData41;
+
+ [ParamField(0x2A, ParamType.U8)]
+ public byte FaceGeoData42
+ {
+ get => _FaceGeoData42;
+ set => WriteParamField(ref _FaceGeoData42, value);
+ }
+ private byte _FaceGeoData42;
+
+ [ParamField(0x2B, ParamType.U8)]
+ public byte FaceGeoData43
+ {
+ get => _FaceGeoData43;
+ set => WriteParamField(ref _FaceGeoData43, value);
+ }
+ private byte _FaceGeoData43;
+
+ [ParamField(0x2C, ParamType.U8)]
+ public byte FaceGeoData44
+ {
+ get => _FaceGeoData44;
+ set => WriteParamField(ref _FaceGeoData44, value);
+ }
+ private byte _FaceGeoData44;
+
+ [ParamField(0x2D, ParamType.U8)]
+ public byte FaceGeoData45
+ {
+ get => _FaceGeoData45;
+ set => WriteParamField(ref _FaceGeoData45, value);
+ }
+ private byte _FaceGeoData45;
+
+ [ParamField(0x2E, ParamType.U8)]
+ public byte FaceGeoData46
+ {
+ get => _FaceGeoData46;
+ set => WriteParamField(ref _FaceGeoData46, value);
+ }
+ private byte _FaceGeoData46;
+
+ [ParamField(0x2F, ParamType.U8)]
+ public byte FaceGeoData47
+ {
+ get => _FaceGeoData47;
+ set => WriteParamField(ref _FaceGeoData47, value);
+ }
+ private byte _FaceGeoData47;
+
+ [ParamField(0x30, ParamType.U8)]
+ public byte FaceGeoData48
+ {
+ get => _FaceGeoData48;
+ set => WriteParamField(ref _FaceGeoData48, value);
+ }
+ private byte _FaceGeoData48;
+
+ [ParamField(0x31, ParamType.U8)]
+ public byte FaceGeoData49
+ {
+ get => _FaceGeoData49;
+ set => WriteParamField(ref _FaceGeoData49, value);
+ }
+ private byte _FaceGeoData49;
+
+ [ParamField(0x32, ParamType.U8)]
+ public byte FaceTexData00
+ {
+ get => _FaceTexData00;
+ set => WriteParamField(ref _FaceTexData00, value);
+ }
+ private byte _FaceTexData00;
+
+ [ParamField(0x33, ParamType.U8)]
+ public byte FaceTexData01
+ {
+ get => _FaceTexData01;
+ set => WriteParamField(ref _FaceTexData01, value);
+ }
+ private byte _FaceTexData01;
+
+ [ParamField(0x34, ParamType.U8)]
+ public byte FaceTexData02
+ {
+ get => _FaceTexData02;
+ set => WriteParamField(ref _FaceTexData02, value);
+ }
+ private byte _FaceTexData02;
+
+ [ParamField(0x35, ParamType.U8)]
+ public byte FaceTexData03
+ {
+ get => _FaceTexData03;
+ set => WriteParamField(ref _FaceTexData03, value);
+ }
+ private byte _FaceTexData03;
+
+ [ParamField(0x36, ParamType.U8)]
+ public byte FaceTexData04
+ {
+ get => _FaceTexData04;
+ set => WriteParamField(ref _FaceTexData04, value);
+ }
+ private byte _FaceTexData04;
+
+ [ParamField(0x37, ParamType.U8)]
+ public byte FaceTexData05
+ {
+ get => _FaceTexData05;
+ set => WriteParamField(ref _FaceTexData05, value);
+ }
+ private byte _FaceTexData05;
+
+ [ParamField(0x38, ParamType.U8)]
+ public byte FaceTexData06
+ {
+ get => _FaceTexData06;
+ set => WriteParamField(ref _FaceTexData06, value);
+ }
+ private byte _FaceTexData06;
+
+ [ParamField(0x39, ParamType.U8)]
+ public byte FaceTexData07
+ {
+ get => _FaceTexData07;
+ set => WriteParamField(ref _FaceTexData07, value);
+ }
+ private byte _FaceTexData07;
+
+ [ParamField(0x3A, ParamType.U8)]
+ public byte FaceTexData08
+ {
+ get => _FaceTexData08;
+ set => WriteParamField(ref _FaceTexData08, value);
+ }
+ private byte _FaceTexData08;
+
+ [ParamField(0x3B, ParamType.U8)]
+ public byte FaceTexData09
+ {
+ get => _FaceTexData09;
+ set => WriteParamField(ref _FaceTexData09, value);
+ }
+ private byte _FaceTexData09;
+
+ [ParamField(0x3C, ParamType.U8)]
+ public byte FaceTexData10
+ {
+ get => _FaceTexData10;
+ set => WriteParamField(ref _FaceTexData10, value);
+ }
+ private byte _FaceTexData10;
+
+ [ParamField(0x3D, ParamType.U8)]
+ public byte FaceTexData11
+ {
+ get => _FaceTexData11;
+ set => WriteParamField(ref _FaceTexData11, value);
+ }
+ private byte _FaceTexData11;
+
+ [ParamField(0x3E, ParamType.U8)]
+ public byte FaceTexData12
+ {
+ get => _FaceTexData12;
+ set => WriteParamField(ref _FaceTexData12, value);
+ }
+ private byte _FaceTexData12;
+
+ [ParamField(0x3F, ParamType.U8)]
+ public byte FaceTexData13
+ {
+ get => _FaceTexData13;
+ set => WriteParamField(ref _FaceTexData13, value);
+ }
+ private byte _FaceTexData13;
+
+ [ParamField(0x40, ParamType.U8)]
+ public byte FaceTexData14
+ {
+ get => _FaceTexData14;
+ set => WriteParamField(ref _FaceTexData14, value);
+ }
+ private byte _FaceTexData14;
+
+ [ParamField(0x41, ParamType.U8)]
+ public byte FaceTexData15
+ {
+ get => _FaceTexData15;
+ set => WriteParamField(ref _FaceTexData15, value);
+ }
+ private byte _FaceTexData15;
+
+ [ParamField(0x42, ParamType.U8)]
+ public byte FaceTexData16
+ {
+ get => _FaceTexData16;
+ set => WriteParamField(ref _FaceTexData16, value);
+ }
+ private byte _FaceTexData16;
+
+ [ParamField(0x43, ParamType.U8)]
+ public byte FaceTexData17
+ {
+ get => _FaceTexData17;
+ set => WriteParamField(ref _FaceTexData17, value);
+ }
+ private byte _FaceTexData17;
+ [ParamField(0x44, ParamType.U8)]
+ public byte FaceTexData18
+ {
+ get => _FaceTexData18;
+ set => WriteParamField(ref _FaceTexData18, value);
+ }
+ private byte _FaceTexData18;
+
+ [ParamField(0x45, ParamType.U8)]
+ public byte FaceTexData19
+ {
+ get => _FaceTexData19;
+ set => WriteParamField(ref _FaceTexData19, value);
}
+ private byte _FaceTexData19;
+
+ [ParamField(0x46, ParamType.U8)]
+ public byte FaceTexData20
+ {
+ get => _FaceTexData20;
+ set => WriteParamField(ref _FaceTexData20, value);
+ }
+ private byte _FaceTexData20;
+
+ [ParamField(0x47, ParamType.U8)]
+ public byte FaceTexData21
+ {
+ get => _FaceTexData21;
+ set => WriteParamField(ref _FaceTexData21, value);
+ }
+ private byte _FaceTexData21;
+
+ [ParamField(0x48, ParamType.U8)]
+ public byte FaceTexData22
+ {
+ get => _FaceTexData22;
+ set => WriteParamField(ref _FaceTexData22, value);
+ }
+ private byte _FaceTexData22;
+
+ [ParamField(0x49, ParamType.U8)]
+ public byte FaceTexData23
+ {
+ get => _FaceTexData23;
+ set => WriteParamField(ref _FaceTexData23, value);
+ }
+ private byte _FaceTexData23;
+
+ [ParamField(0x4A, ParamType.U8)]
+ public byte FaceTexData24
+ {
+ get => _FaceTexData24;
+ set => WriteParamField(ref _FaceTexData24, value);
+ }
+ private byte _FaceTexData24;
+
+ [ParamField(0x4B, ParamType.U8)]
+ public byte FaceTexData25
+ {
+ get => _FaceTexData25;
+ set => WriteParamField(ref _FaceTexData25, value);
+ }
+ private byte _FaceTexData25;
+
+ [ParamField(0x4C, ParamType.U8)]
+ public byte FaceTexData26
+ {
+ get => _FaceTexData26;
+ set => WriteParamField(ref _FaceTexData26, value);
+ }
+ private byte _FaceTexData26;
+
+ [ParamField(0x4D, ParamType.U8)]
+ public byte FaceTexData27
+ {
+ get => _FaceTexData27;
+ set => WriteParamField(ref _FaceTexData27, value);
+ }
+ private byte _FaceTexData27;
+
+ [ParamField(0x4E, ParamType.U8)]
+ public byte FaceTexData28
+ {
+ get => _FaceTexData28;
+ set => WriteParamField(ref _FaceTexData28, value);
+ }
+ private byte _FaceTexData28;
+
+ [ParamField(0x4F, ParamType.U8)]
+ public byte FaceTexData29
+ {
+ get => _FaceTexData29;
+ set => WriteParamField(ref _FaceTexData29, value);
+ }
+ private byte _FaceTexData29;
+
+ [ParamField(0x50, ParamType.U8)]
+ public byte FaceTexData30
+ {
+ get => _FaceTexData30;
+ set => WriteParamField(ref _FaceTexData30, value);
+ }
+ private byte _FaceTexData30;
+
+ [ParamField(0x51, ParamType.U8)]
+ public byte FaceTexData31
+ {
+ get => _FaceTexData31;
+ set => WriteParamField(ref _FaceTexData31, value);
+ }
+ private byte _FaceTexData31;
+
+ [ParamField(0x52, ParamType.U8)]
+ public byte FaceTexData32
+ {
+ get => _FaceTexData32;
+ set => WriteParamField(ref _FaceTexData32, value);
+ }
+ private byte _FaceTexData32;
+
+ [ParamField(0x53, ParamType.U8)]
+ public byte FaceTexData33
+ {
+ get => _FaceTexData33;
+ set => WriteParamField(ref _FaceTexData33, value);
+ }
+ private byte _FaceTexData33;
+
+ [ParamField(0x54, ParamType.U8)]
+ public byte FaceTexData34
+ {
+ get => _FaceTexData34;
+ set => WriteParamField(ref _FaceTexData34, value);
+ }
+ private byte _FaceTexData34;
+
+ [ParamField(0x55, ParamType.U8)]
+ public byte FaceTexData35
+ {
+ get => _FaceTexData35;
+ set => WriteParamField(ref _FaceTexData35, value);
+ }
+ private byte _FaceTexData35;
+
+ [ParamField(0x56, ParamType.U8)]
+ public byte FaceTexData36
+ {
+ get => _FaceTexData36;
+ set => WriteParamField(ref _FaceTexData36, value);
+ }
+ private byte _FaceTexData36;
+
+ [ParamField(0x57, ParamType.U8)]
+ public byte FaceTexData37
+ {
+ get => _FaceTexData37;
+ set => WriteParamField(ref _FaceTexData37, value);
+ }
+ private byte _FaceTexData37;
+
+ [ParamField(0x58, ParamType.U8)]
+ public byte FaceTexData38
+ {
+ get => _FaceTexData38;
+ set => WriteParamField(ref _FaceTexData38, value);
+ }
+ private byte _FaceTexData38;
+
+ [ParamField(0x59, ParamType.U8)]
+ public byte FaceTexData39
+ {
+ get => _FaceTexData39;
+ set => WriteParamField(ref _FaceTexData39, value);
+ }
+ private byte _FaceTexData39;
+
+ [ParamField(0x5A, ParamType.U8)]
+ public byte FaceTexData40
+ {
+ get => _FaceTexData40;
+ set => WriteParamField(ref _FaceTexData40, value);
+ }
+ private byte _FaceTexData40;
+
+ [ParamField(0x5B, ParamType.U8)]
+ public byte FaceTexData41
+ {
+ get => _FaceTexData41;
+ set => WriteParamField(ref _FaceTexData41, value);
+ }
+ private byte _FaceTexData41;
+
+ [ParamField(0x5C, ParamType.U8)]
+ public byte FaceTexData42
+ {
+ get => _FaceTexData42;
+ set => WriteParamField(ref _FaceTexData42, value);
+ }
+ private byte _FaceTexData42;
+
+ [ParamField(0x5D, ParamType.U8)]
+ public byte FaceTexData43
+ {
+ get => _FaceTexData43;
+ set => WriteParamField(ref _FaceTexData43, value);
+ }
+ private byte _FaceTexData43;
+
+ [ParamField(0x5E, ParamType.U8)]
+ public byte FaceTexData44
+ {
+ get => _FaceTexData44;
+ set => WriteParamField(ref _FaceTexData44, value);
+ }
+ private byte _FaceTexData44;
+
+ [ParamField(0x5F, ParamType.U8)]
+ public byte FaceTexData45
+ {
+ get => _FaceTexData45;
+ set => WriteParamField(ref _FaceTexData45, value);
+ }
+ private byte _FaceTexData45;
+
+ [ParamField(0x60, ParamType.U8)]
+ public byte FaceTexData46
+ {
+ get => _FaceTexData46;
+ set => WriteParamField(ref _FaceTexData46, value);
+ }
+ private byte _FaceTexData46;
+
+ [ParamField(0x61, ParamType.U8)]
+ public byte FaceTexData47
+ {
+ get => _FaceTexData47;
+ set => WriteParamField(ref _FaceTexData47, value);
+ }
+ private byte _FaceTexData47;
+
+ [ParamField(0x62, ParamType.U8)]
+ public byte FaceTexData48
+ {
+ get => _FaceTexData48;
+ set => WriteParamField(ref _FaceTexData48, value);
+ }
+ private byte _FaceTexData48;
+
+ [ParamField(0x63, ParamType.U8)]
+ public byte FaceTexData49
+ {
+ get => _FaceTexData49;
+ set => WriteParamField(ref _FaceTexData49, value);
+ }
+ private byte _FaceTexData49;
+
+ [ParamField(0x64, ParamType.U8)]
+ public byte HairStyle
+ {
+ get => _HairStyle;
+ set => WriteParamField(ref _HairStyle, value);
+ }
+ private byte _HairStyle;
+
+ [ParamField(0x65, ParamType.U8)]
+ public byte HairColor_Base
+ {
+ get => _HairColor_Base;
+ set => WriteParamField(ref _HairColor_Base, value);
+ }
+ private byte _HairColor_Base;
+
+ [ParamField(0x66, ParamType.U8)]
+ public byte HairColor_R
+ {
+ get => _HairColor_R;
+ set => WriteParamField(ref _HairColor_R, value);
+ }
+ private byte _HairColor_R;
+
+ [ParamField(0x67, ParamType.U8)]
+ public byte HairColor_G
+ {
+ get => _HairColor_G;
+ set => WriteParamField(ref _HairColor_G, value);
+ }
+ private byte _HairColor_G;
+
+ [ParamField(0x68, ParamType.U8)]
+ public byte HairColor_B
+ {
+ get => _HairColor_B;
+ set => WriteParamField(ref _HairColor_B, value);
+ }
+ private byte _HairColor_B;
+
+ [ParamField(0x69, ParamType.U8)]
+ public byte EyeColor_R
+ {
+ get => _EyeColor_R;
+ set => WriteParamField(ref _EyeColor_R, value);
+ }
+ private byte _EyeColor_R;
+
+ [ParamField(0x6A, ParamType.U8)]
+ public byte EyeColor_G
+ {
+ get => _EyeColor_G;
+ set => WriteParamField(ref _EyeColor_G, value);
+ }
+ private byte _EyeColor_G;
+
+ [ParamField(0x6B, ParamType.U8)]
+ public byte EyeColor_B
+ {
+ get => _EyeColor_B;
+ set => WriteParamField(ref _EyeColor_B, value);
+ }
+ private byte _EyeColor_B;
+
+ [ParamField(0x6C, ParamType.Dummy8, 20)]
+ public byte[] Pad
+ {
+ get => _Pad;
+ set => WriteParamField(ref _Pad, value);
+ }
+ private byte[] _Pad = null!;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/FogBank.cs b/src/SoulMemory/DarkSouls1/Parameters/FogBank.cs
index ffb48ad9..938c90c5 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/FogBank.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/FogBank.cs
@@ -18,76 +18,73 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class FogBank(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class FogBank : BaseParam
+ [ParamField(0x0, ParamType.I16)]
+ public short FogBeginZ
{
- public FogBank(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I16)]
- public short FogBeginZ
- {
- get => _FogBeginZ;
- set => WriteParamField(ref _FogBeginZ, value);
- }
- private short _FogBeginZ;
-
- [ParamField(0x2, ParamType.I16)]
- public short FogEndZ
- {
- get => _FogEndZ;
- set => WriteParamField(ref _FogEndZ, value);
- }
- private short _FogEndZ;
+ get => _FogBeginZ;
+ set => WriteParamField(ref _FogBeginZ, value);
+ }
+ private short _FogBeginZ;
- [ParamField(0x4, ParamType.I16)]
- public short DegRotZ
- {
- get => _DegRotZ;
- set => WriteParamField(ref _DegRotZ, value);
- }
- private short _DegRotZ;
+ [ParamField(0x2, ParamType.I16)]
+ public short FogEndZ
+ {
+ get => _FogEndZ;
+ set => WriteParamField(ref _FogEndZ, value);
+ }
+ private short _FogEndZ;
- [ParamField(0x6, ParamType.I16)]
- public short DegRotW
- {
- get => _DegRotW;
- set => WriteParamField(ref _DegRotW, value);
- }
- private short _DegRotW;
+ [ParamField(0x4, ParamType.I16)]
+ public short DegRotZ
+ {
+ get => _DegRotZ;
+ set => WriteParamField(ref _DegRotZ, value);
+ }
+ private short _DegRotZ;
- [ParamField(0x8, ParamType.I16)]
- public short ColR
- {
- get => _ColR;
- set => WriteParamField(ref _ColR, value);
- }
- private short _ColR;
+ [ParamField(0x6, ParamType.I16)]
+ public short DegRotW
+ {
+ get => _DegRotW;
+ set => WriteParamField(ref _DegRotW, value);
+ }
+ private short _DegRotW;
- [ParamField(0xA, ParamType.I16)]
- public short ColG
- {
- get => _ColG;
- set => WriteParamField(ref _ColG, value);
- }
- private short _ColG;
+ [ParamField(0x8, ParamType.I16)]
+ public short ColR
+ {
+ get => _ColR;
+ set => WriteParamField(ref _ColR, value);
+ }
+ private short _ColR;
- [ParamField(0xC, ParamType.I16)]
- public short ColB
- {
- get => _ColB;
- set => WriteParamField(ref _ColB, value);
- }
- private short _ColB;
+ [ParamField(0xA, ParamType.I16)]
+ public short ColG
+ {
+ get => _ColG;
+ set => WriteParamField(ref _ColG, value);
+ }
+ private short _ColG;
- [ParamField(0xE, ParamType.I16)]
- public short ColA
- {
- get => _ColA;
- set => WriteParamField(ref _ColA, value);
- }
- private short _ColA;
+ [ParamField(0xC, ParamType.I16)]
+ public short ColB
+ {
+ get => _ColB;
+ set => WriteParamField(ref _ColB, value);
+ }
+ private short _ColB;
+ [ParamField(0xE, ParamType.I16)]
+ public short ColA
+ {
+ get => _ColA;
+ set => WriteParamField(ref _ColA, value);
}
+ private short _ColA;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/GameAreaParam.cs b/src/SoulMemory/DarkSouls1/Parameters/GameAreaParam.cs
index a37ed8f1..f959f2a4 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/GameAreaParam.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/GameAreaParam.cs
@@ -18,116 +18,113 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class GameAreaParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class GameAreaParam : BaseParam
+ [ParamField(0x0, ParamType.U32)]
+ public uint BonusSoul_single
+ {
+ get => _BonusSoul_single;
+ set => WriteParamField(ref _BonusSoul_single, value);
+ }
+ private uint _BonusSoul_single;
+
+ [ParamField(0x4, ParamType.U32)]
+ public uint BonusSoul_multi
+ {
+ get => _BonusSoul_multi;
+ set => WriteParamField(ref _BonusSoul_multi, value);
+ }
+ private uint _BonusSoul_multi;
+
+ [ParamField(0x8, ParamType.I32)]
+ public int HumanityPointCountFlagIdTop
{
- public GameAreaParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.U32)]
- public uint BonusSoul_single
- {
- get => _BonusSoul_single;
- set => WriteParamField(ref _BonusSoul_single, value);
- }
- private uint _BonusSoul_single;
-
- [ParamField(0x4, ParamType.U32)]
- public uint BonusSoul_multi
- {
- get => _BonusSoul_multi;
- set => WriteParamField(ref _BonusSoul_multi, value);
- }
- private uint _BonusSoul_multi;
-
- [ParamField(0x8, ParamType.I32)]
- public int HumanityPointCountFlagIdTop
- {
- get => _HumanityPointCountFlagIdTop;
- set => WriteParamField(ref _HumanityPointCountFlagIdTop, value);
- }
- private int _HumanityPointCountFlagIdTop;
-
- [ParamField(0xC, ParamType.U16)]
- public ushort HumanityDropPoint1
- {
- get => _HumanityDropPoint1;
- set => WriteParamField(ref _HumanityDropPoint1, value);
- }
- private ushort _HumanityDropPoint1;
-
- [ParamField(0xE, ParamType.U16)]
- public ushort HumanityDropPoint2
- {
- get => _HumanityDropPoint2;
- set => WriteParamField(ref _HumanityDropPoint2, value);
- }
- private ushort _HumanityDropPoint2;
-
- [ParamField(0x10, ParamType.U16)]
- public ushort HumanityDropPoint3
- {
- get => _HumanityDropPoint3;
- set => WriteParamField(ref _HumanityDropPoint3, value);
- }
- private ushort _HumanityDropPoint3;
-
- [ParamField(0x12, ParamType.U16)]
- public ushort HumanityDropPoint4
- {
- get => _HumanityDropPoint4;
- set => WriteParamField(ref _HumanityDropPoint4, value);
- }
- private ushort _HumanityDropPoint4;
-
- [ParamField(0x14, ParamType.U16)]
- public ushort HumanityDropPoint5
- {
- get => _HumanityDropPoint5;
- set => WriteParamField(ref _HumanityDropPoint5, value);
- }
- private ushort _HumanityDropPoint5;
-
- [ParamField(0x16, ParamType.U16)]
- public ushort HumanityDropPoint6
- {
- get => _HumanityDropPoint6;
- set => WriteParamField(ref _HumanityDropPoint6, value);
- }
- private ushort _HumanityDropPoint6;
-
- [ParamField(0x18, ParamType.U16)]
- public ushort HumanityDropPoint7
- {
- get => _HumanityDropPoint7;
- set => WriteParamField(ref _HumanityDropPoint7, value);
- }
- private ushort _HumanityDropPoint7;
-
- [ParamField(0x1A, ParamType.U16)]
- public ushort HumanityDropPoint8
- {
- get => _HumanityDropPoint8;
- set => WriteParamField(ref _HumanityDropPoint8, value);
- }
- private ushort _HumanityDropPoint8;
-
- [ParamField(0x1C, ParamType.U16)]
- public ushort HumanityDropPoint9
- {
- get => _HumanityDropPoint9;
- set => WriteParamField(ref _HumanityDropPoint9, value);
- }
- private ushort _HumanityDropPoint9;
-
- [ParamField(0x1E, ParamType.U16)]
- public ushort HumanityDropPoint10
- {
- get => _HumanityDropPoint10;
- set => WriteParamField(ref _HumanityDropPoint10, value);
- }
- private ushort _HumanityDropPoint10;
+ get => _HumanityPointCountFlagIdTop;
+ set => WriteParamField(ref _HumanityPointCountFlagIdTop, value);
+ }
+ private int _HumanityPointCountFlagIdTop;
+ [ParamField(0xC, ParamType.U16)]
+ public ushort HumanityDropPoint1
+ {
+ get => _HumanityDropPoint1;
+ set => WriteParamField(ref _HumanityDropPoint1, value);
}
+ private ushort _HumanityDropPoint1;
+
+ [ParamField(0xE, ParamType.U16)]
+ public ushort HumanityDropPoint2
+ {
+ get => _HumanityDropPoint2;
+ set => WriteParamField(ref _HumanityDropPoint2, value);
+ }
+ private ushort _HumanityDropPoint2;
+
+ [ParamField(0x10, ParamType.U16)]
+ public ushort HumanityDropPoint3
+ {
+ get => _HumanityDropPoint3;
+ set => WriteParamField(ref _HumanityDropPoint3, value);
+ }
+ private ushort _HumanityDropPoint3;
+
+ [ParamField(0x12, ParamType.U16)]
+ public ushort HumanityDropPoint4
+ {
+ get => _HumanityDropPoint4;
+ set => WriteParamField(ref _HumanityDropPoint4, value);
+ }
+ private ushort _HumanityDropPoint4;
+
+ [ParamField(0x14, ParamType.U16)]
+ public ushort HumanityDropPoint5
+ {
+ get => _HumanityDropPoint5;
+ set => WriteParamField(ref _HumanityDropPoint5, value);
+ }
+ private ushort _HumanityDropPoint5;
+
+ [ParamField(0x16, ParamType.U16)]
+ public ushort HumanityDropPoint6
+ {
+ get => _HumanityDropPoint6;
+ set => WriteParamField(ref _HumanityDropPoint6, value);
+ }
+ private ushort _HumanityDropPoint6;
+
+ [ParamField(0x18, ParamType.U16)]
+ public ushort HumanityDropPoint7
+ {
+ get => _HumanityDropPoint7;
+ set => WriteParamField(ref _HumanityDropPoint7, value);
+ }
+ private ushort _HumanityDropPoint7;
+
+ [ParamField(0x1A, ParamType.U16)]
+ public ushort HumanityDropPoint8
+ {
+ get => _HumanityDropPoint8;
+ set => WriteParamField(ref _HumanityDropPoint8, value);
+ }
+ private ushort _HumanityDropPoint8;
+
+ [ParamField(0x1C, ParamType.U16)]
+ public ushort HumanityDropPoint9
+ {
+ get => _HumanityDropPoint9;
+ set => WriteParamField(ref _HumanityDropPoint9, value);
+ }
+ private ushort _HumanityDropPoint9;
+
+ [ParamField(0x1E, ParamType.U16)]
+ public ushort HumanityDropPoint10
+ {
+ get => _HumanityDropPoint10;
+ set => WriteParamField(ref _HumanityDropPoint10, value);
+ }
+ private ushort _HumanityDropPoint10;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/HitMtrlParam.cs b/src/SoulMemory/DarkSouls1/Parameters/HitMtrlParam.cs
index 01e08f10..54739425 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/HitMtrlParam.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/HitMtrlParam.cs
@@ -18,77 +18,74 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class HitMtrlParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class HitMtrlParam : BaseParam
+ [ParamField(0x0, ParamType.F32)]
+ public float AiVolumeRate
{
- public HitMtrlParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.F32)]
- public float AiVolumeRate
- {
- get => _AiVolumeRate;
- set => WriteParamField(ref _AiVolumeRate, value);
- }
- private float _AiVolumeRate;
-
- [ParamField(0x4, ParamType.I32)]
- public int SpEffectIdOnHit0
- {
- get => _SpEffectIdOnHit0;
- set => WriteParamField(ref _SpEffectIdOnHit0, value);
- }
- private int _SpEffectIdOnHit0;
+ get => _AiVolumeRate;
+ set => WriteParamField(ref _AiVolumeRate, value);
+ }
+ private float _AiVolumeRate;
- [ParamField(0x8, ParamType.I32)]
- public int SpEffectIdOnHit1
- {
- get => _SpEffectIdOnHit1;
- set => WriteParamField(ref _SpEffectIdOnHit1, value);
- }
- private int _SpEffectIdOnHit1;
+ [ParamField(0x4, ParamType.I32)]
+ public int SpEffectIdOnHit0
+ {
+ get => _SpEffectIdOnHit0;
+ set => WriteParamField(ref _SpEffectIdOnHit0, value);
+ }
+ private int _SpEffectIdOnHit0;
- #region BitField FootEffectHeightTypeBitfield ==============================================================================
+ [ParamField(0x8, ParamType.I32)]
+ public int SpEffectIdOnHit1
+ {
+ get => _SpEffectIdOnHit1;
+ set => WriteParamField(ref _SpEffectIdOnHit1, value);
+ }
+ private int _SpEffectIdOnHit1;
- [ParamField(0xC, ParamType.U8)]
- public byte FootEffectHeightTypeBitfield
- {
- get => _FootEffectHeightTypeBitfield;
- set => WriteParamField(ref _FootEffectHeightTypeBitfield, value);
- }
- private byte _FootEffectHeightTypeBitfield;
+ #region BitField FootEffectHeightTypeBitfield ==============================================================================
- [ParamBitField(nameof(FootEffectHeightTypeBitfield), bits: 2, bitsOffset: 0)]
- public byte FootEffectHeightType
- {
- get => GetbitfieldValue(_FootEffectHeightTypeBitfield);
- set => SetBitfieldValue(ref _FootEffectHeightTypeBitfield, value);
- }
+ [ParamField(0xC, ParamType.U8)]
+ public byte FootEffectHeightTypeBitfield
+ {
+ get => _FootEffectHeightTypeBitfield;
+ set => WriteParamField(ref _FootEffectHeightTypeBitfield, value);
+ }
+ private byte _FootEffectHeightTypeBitfield;
- [ParamBitField(nameof(FootEffectHeightTypeBitfield), bits: 2, bitsOffset: 2)]
- public byte FootEffectDirType
- {
- get => GetbitfieldValue(_FootEffectHeightTypeBitfield);
- set => SetBitfieldValue(ref _FootEffectHeightTypeBitfield, value);
- }
+ [ParamBitField(nameof(FootEffectHeightTypeBitfield), bits: 2, bitsOffset: 0)]
+ public byte FootEffectHeightType
+ {
+ get => GetbitfieldValue(_FootEffectHeightTypeBitfield);
+ set => SetBitfieldValue(ref _FootEffectHeightTypeBitfield, value);
+ }
- [ParamBitField(nameof(FootEffectHeightTypeBitfield), bits: 2, bitsOffset: 4)]
- public byte FloorHeightType
- {
- get => GetbitfieldValue(_FootEffectHeightTypeBitfield);
- set => SetBitfieldValue(ref _FootEffectHeightTypeBitfield, value);
- }
+ [ParamBitField(nameof(FootEffectHeightTypeBitfield), bits: 2, bitsOffset: 2)]
+ public byte FootEffectDirType
+ {
+ get => GetbitfieldValue(_FootEffectHeightTypeBitfield);
+ set => SetBitfieldValue(ref _FootEffectHeightTypeBitfield, value);
+ }
- #endregion BitField FootEffectHeightTypeBitfield
+ [ParamBitField(nameof(FootEffectHeightTypeBitfield), bits: 2, bitsOffset: 4)]
+ public byte FloorHeightType
+ {
+ get => GetbitfieldValue(_FootEffectHeightTypeBitfield);
+ set => SetBitfieldValue(ref _FootEffectHeightTypeBitfield, value);
+ }
- [ParamField(0xD, ParamType.Dummy8, 3)]
- public byte[] Pad0
- {
- get => _Pad0;
- set => WriteParamField(ref _Pad0, value);
- }
- private byte[] _Pad0;
+ #endregion BitField FootEffectHeightTypeBitfield
+ [ParamField(0xD, ParamType.Dummy8, 3)]
+ public byte[] Pad0
+ {
+ get => _Pad0;
+ set => WriteParamField(ref _Pad0, value);
}
+ private byte[] _Pad0 = null!;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/ItemLotParam.cs b/src/SoulMemory/DarkSouls1/Parameters/ItemLotParam.cs
index 525913c3..c61d86b3 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/ItemLotParam.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/ItemLotParam.cs
@@ -18,552 +18,549 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class ItemLotParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class ItemLotParam : BaseParam
- {
- public ItemLotParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I32)]
- public int LotItemId01
- {
- get => _LotItemId01;
- set => WriteParamField(ref _LotItemId01, value);
- }
- private int _LotItemId01;
-
- [ParamField(0x4, ParamType.I32)]
- public int LotItemId02
- {
- get => _LotItemId02;
- set => WriteParamField(ref _LotItemId02, value);
- }
- private int _LotItemId02;
-
- [ParamField(0x8, ParamType.I32)]
- public int LotItemId03
- {
- get => _LotItemId03;
- set => WriteParamField(ref _LotItemId03, value);
- }
- private int _LotItemId03;
-
- [ParamField(0xC, ParamType.I32)]
- public int LotItemId04
- {
- get => _LotItemId04;
- set => WriteParamField(ref _LotItemId04, value);
- }
- private int _LotItemId04;
-
- [ParamField(0x10, ParamType.I32)]
- public int LotItemId05
- {
- get => _LotItemId05;
- set => WriteParamField(ref _LotItemId05, value);
- }
- private int _LotItemId05;
-
- [ParamField(0x14, ParamType.I32)]
- public int LotItemId06
- {
- get => _LotItemId06;
- set => WriteParamField(ref _LotItemId06, value);
- }
- private int _LotItemId06;
-
- [ParamField(0x18, ParamType.I32)]
- public int LotItemId07
- {
- get => _LotItemId07;
- set => WriteParamField(ref _LotItemId07, value);
- }
- private int _LotItemId07;
-
- [ParamField(0x1C, ParamType.I32)]
- public int LotItemId08
- {
- get => _LotItemId08;
- set => WriteParamField(ref _LotItemId08, value);
- }
- private int _LotItemId08;
-
- [ParamField(0x20, ParamType.I32)]
- public int LotItemCategory01
- {
- get => _LotItemCategory01;
- set => WriteParamField(ref _LotItemCategory01, value);
- }
- private int _LotItemCategory01;
-
- [ParamField(0x24, ParamType.I32)]
- public int LotItemCategory02
- {
- get => _LotItemCategory02;
- set => WriteParamField(ref _LotItemCategory02, value);
- }
- private int _LotItemCategory02;
-
- [ParamField(0x28, ParamType.I32)]
- public int LotItemCategory03
- {
- get => _LotItemCategory03;
- set => WriteParamField(ref _LotItemCategory03, value);
- }
- private int _LotItemCategory03;
-
- [ParamField(0x2C, ParamType.I32)]
- public int LotItemCategory04
- {
- get => _LotItemCategory04;
- set => WriteParamField(ref _LotItemCategory04, value);
- }
- private int _LotItemCategory04;
-
- [ParamField(0x30, ParamType.I32)]
- public int LotItemCategory05
- {
- get => _LotItemCategory05;
- set => WriteParamField(ref _LotItemCategory05, value);
- }
- private int _LotItemCategory05;
-
- [ParamField(0x34, ParamType.I32)]
- public int LotItemCategory06
- {
- get => _LotItemCategory06;
- set => WriteParamField(ref _LotItemCategory06, value);
- }
- private int _LotItemCategory06;
-
- [ParamField(0x38, ParamType.I32)]
- public int LotItemCategory07
- {
- get => _LotItemCategory07;
- set => WriteParamField(ref _LotItemCategory07, value);
- }
- private int _LotItemCategory07;
-
- [ParamField(0x3C, ParamType.I32)]
- public int LotItemCategory08
- {
- get => _LotItemCategory08;
- set => WriteParamField(ref _LotItemCategory08, value);
- }
- private int _LotItemCategory08;
-
- [ParamField(0x40, ParamType.U16)]
- public ushort LotItemBasePoint01
- {
- get => _LotItemBasePoint01;
- set => WriteParamField(ref _LotItemBasePoint01, value);
- }
- private ushort _LotItemBasePoint01;
-
- [ParamField(0x42, ParamType.U16)]
- public ushort LotItemBasePoint02
- {
- get => _LotItemBasePoint02;
- set => WriteParamField(ref _LotItemBasePoint02, value);
- }
- private ushort _LotItemBasePoint02;
-
- [ParamField(0x44, ParamType.U16)]
- public ushort LotItemBasePoint03
- {
- get => _LotItemBasePoint03;
- set => WriteParamField(ref _LotItemBasePoint03, value);
- }
- private ushort _LotItemBasePoint03;
-
- [ParamField(0x46, ParamType.U16)]
- public ushort LotItemBasePoint04
- {
- get => _LotItemBasePoint04;
- set => WriteParamField(ref _LotItemBasePoint04, value);
- }
- private ushort _LotItemBasePoint04;
-
- [ParamField(0x48, ParamType.U16)]
- public ushort LotItemBasePoint05
- {
- get => _LotItemBasePoint05;
- set => WriteParamField(ref _LotItemBasePoint05, value);
- }
- private ushort _LotItemBasePoint05;
-
- [ParamField(0x4A, ParamType.U16)]
- public ushort LotItemBasePoint06
- {
- get => _LotItemBasePoint06;
- set => WriteParamField(ref _LotItemBasePoint06, value);
- }
- private ushort _LotItemBasePoint06;
-
- [ParamField(0x4C, ParamType.U16)]
- public ushort LotItemBasePoint07
- {
- get => _LotItemBasePoint07;
- set => WriteParamField(ref _LotItemBasePoint07, value);
- }
- private ushort _LotItemBasePoint07;
-
- [ParamField(0x4E, ParamType.U16)]
- public ushort LotItemBasePoint08
- {
- get => _LotItemBasePoint08;
- set => WriteParamField(ref _LotItemBasePoint08, value);
- }
- private ushort _LotItemBasePoint08;
-
- [ParamField(0x50, ParamType.U16)]
- public ushort CumulateLotPoint01
- {
- get => _CumulateLotPoint01;
- set => WriteParamField(ref _CumulateLotPoint01, value);
- }
- private ushort _CumulateLotPoint01;
-
- [ParamField(0x52, ParamType.U16)]
- public ushort CumulateLotPoint02
- {
- get => _CumulateLotPoint02;
- set => WriteParamField(ref _CumulateLotPoint02, value);
- }
- private ushort _CumulateLotPoint02;
-
- [ParamField(0x54, ParamType.U16)]
- public ushort CumulateLotPoint03
- {
- get => _CumulateLotPoint03;
- set => WriteParamField(ref _CumulateLotPoint03, value);
- }
- private ushort _CumulateLotPoint03;
-
- [ParamField(0x56, ParamType.U16)]
- public ushort CumulateLotPoint04
- {
- get => _CumulateLotPoint04;
- set => WriteParamField(ref _CumulateLotPoint04, value);
- }
- private ushort _CumulateLotPoint04;
-
- [ParamField(0x58, ParamType.U16)]
- public ushort CumulateLotPoint05
- {
- get => _CumulateLotPoint05;
- set => WriteParamField(ref _CumulateLotPoint05, value);
- }
- private ushort _CumulateLotPoint05;
-
- [ParamField(0x5A, ParamType.U16)]
- public ushort CumulateLotPoint06
- {
- get => _CumulateLotPoint06;
- set => WriteParamField(ref _CumulateLotPoint06, value);
- }
- private ushort _CumulateLotPoint06;
-
- [ParamField(0x5C, ParamType.U16)]
- public ushort CumulateLotPoint07
- {
- get => _CumulateLotPoint07;
- set => WriteParamField(ref _CumulateLotPoint07, value);
- }
- private ushort _CumulateLotPoint07;
-
- [ParamField(0x5E, ParamType.U16)]
- public ushort CumulateLotPoint08
- {
- get => _CumulateLotPoint08;
- set => WriteParamField(ref _CumulateLotPoint08, value);
- }
- private ushort _CumulateLotPoint08;
-
- [ParamField(0x60, ParamType.I32)]
- public int GetItemFlagId01
- {
- get => _GetItemFlagId01;
- set => WriteParamField(ref _GetItemFlagId01, value);
- }
- private int _GetItemFlagId01;
-
- [ParamField(0x64, ParamType.I32)]
- public int GetItemFlagId02
- {
- get => _GetItemFlagId02;
- set => WriteParamField(ref _GetItemFlagId02, value);
- }
- private int _GetItemFlagId02;
-
- [ParamField(0x68, ParamType.I32)]
- public int GetItemFlagId03
- {
- get => _GetItemFlagId03;
- set => WriteParamField(ref _GetItemFlagId03, value);
- }
- private int _GetItemFlagId03;
-
- [ParamField(0x6C, ParamType.I32)]
- public int GetItemFlagId04
- {
- get => _GetItemFlagId04;
- set => WriteParamField(ref _GetItemFlagId04, value);
- }
- private int _GetItemFlagId04;
-
- [ParamField(0x70, ParamType.I32)]
- public int GetItemFlagId05
- {
- get => _GetItemFlagId05;
- set => WriteParamField(ref _GetItemFlagId05, value);
- }
- private int _GetItemFlagId05;
-
- [ParamField(0x74, ParamType.I32)]
- public int GetItemFlagId06
- {
- get => _GetItemFlagId06;
- set => WriteParamField(ref _GetItemFlagId06, value);
- }
- private int _GetItemFlagId06;
-
- [ParamField(0x78, ParamType.I32)]
- public int GetItemFlagId07
- {
- get => _GetItemFlagId07;
- set => WriteParamField(ref _GetItemFlagId07, value);
- }
- private int _GetItemFlagId07;
-
- [ParamField(0x7C, ParamType.I32)]
- public int GetItemFlagId08
- {
- get => _GetItemFlagId08;
- set => WriteParamField(ref _GetItemFlagId08, value);
- }
- private int _GetItemFlagId08;
-
- [ParamField(0x80, ParamType.I32)]
- public int GetItemFlagId
- {
- get => _GetItemFlagId;
- set => WriteParamField(ref _GetItemFlagId, value);
- }
- private int _GetItemFlagId;
-
- [ParamField(0x84, ParamType.I32)]
- public int CumulateNumFlagId
- {
- get => _CumulateNumFlagId;
- set => WriteParamField(ref _CumulateNumFlagId, value);
- }
- private int _CumulateNumFlagId;
-
- [ParamField(0x88, ParamType.U8)]
- public byte CumulateNumMax
- {
- get => _CumulateNumMax;
- set => WriteParamField(ref _CumulateNumMax, value);
- }
- private byte _CumulateNumMax;
-
- [ParamField(0x89, ParamType.U8)]
- public byte LotItem_Rarity
- {
- get => _LotItem_Rarity;
- set => WriteParamField(ref _LotItem_Rarity, value);
- }
- private byte _LotItem_Rarity;
-
- [ParamField(0x8A, ParamType.U8)]
- public byte LotItemNum01
- {
- get => _LotItemNum01;
- set => WriteParamField(ref _LotItemNum01, value);
- }
- private byte _LotItemNum01;
-
- [ParamField(0x8B, ParamType.U8)]
- public byte LotItemNum02
- {
- get => _LotItemNum02;
- set => WriteParamField(ref _LotItemNum02, value);
- }
- private byte _LotItemNum02;
-
- [ParamField(0x8C, ParamType.U8)]
- public byte LotItemNum03
- {
- get => _LotItemNum03;
- set => WriteParamField(ref _LotItemNum03, value);
- }
- private byte _LotItemNum03;
-
- [ParamField(0x8D, ParamType.U8)]
- public byte LotItemNum04
- {
- get => _LotItemNum04;
- set => WriteParamField(ref _LotItemNum04, value);
- }
- private byte _LotItemNum04;
-
- [ParamField(0x8E, ParamType.U8)]
- public byte LotItemNum05
- {
- get => _LotItemNum05;
- set => WriteParamField(ref _LotItemNum05, value);
- }
- private byte _LotItemNum05;
-
- [ParamField(0x8F, ParamType.U8)]
- public byte LotItemNum06
- {
- get => _LotItemNum06;
- set => WriteParamField(ref _LotItemNum06, value);
- }
- private byte _LotItemNum06;
-
- [ParamField(0x90, ParamType.U8)]
- public byte LotItemNum07
- {
- get => _LotItemNum07;
- set => WriteParamField(ref _LotItemNum07, value);
- }
- private byte _LotItemNum07;
-
- [ParamField(0x91, ParamType.U8)]
- public byte LotItemNum08
- {
- get => _LotItemNum08;
- set => WriteParamField(ref _LotItemNum08, value);
- }
- private byte _LotItemNum08;
-
- #region BitField EnableLuck01Bitfield ==============================================================================
-
- [ParamField(0x92, ParamType.U16)]
- public ushort EnableLuck01Bitfield
- {
- get => _EnableLuck01Bitfield;
- set => WriteParamField(ref _EnableLuck01Bitfield, value);
- }
- private ushort _EnableLuck01Bitfield;
-
- [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 0)]
- public ushort EnableLuck01
- {
- get => GetbitfieldValue(_EnableLuck01Bitfield);
- set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
- }
-
- [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 1)]
- public ushort EnableLuck02
- {
- get => GetbitfieldValue(_EnableLuck01Bitfield);
- set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
- }
-
- [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 2)]
- public ushort EnableLuck03
- {
- get => GetbitfieldValue(_EnableLuck01Bitfield);
- set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
- }
-
- [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 3)]
- public ushort EnableLuck04
- {
- get => GetbitfieldValue(_EnableLuck01Bitfield);
- set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
- }
-
- [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 4)]
- public ushort EnableLuck05
- {
- get => GetbitfieldValue(_EnableLuck01Bitfield);
- set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
- }
-
- [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 5)]
- public ushort EnableLuck06
- {
- get => GetbitfieldValue(_EnableLuck01Bitfield);
- set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
- }
-
- [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 6)]
- public ushort EnableLuck07
- {
- get => GetbitfieldValue(_EnableLuck01Bitfield);
- set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
- }
-
- [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 7)]
- public ushort EnableLuck08
- {
- get => GetbitfieldValue(_EnableLuck01Bitfield);
- set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
- }
-
- [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 8)]
- public ushort CumulateReset01
- {
- get => GetbitfieldValue(_EnableLuck01Bitfield);
- set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
- }
-
- [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 9)]
- public ushort CumulateReset02
- {
- get => GetbitfieldValue(_EnableLuck01Bitfield);
- set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
- }
-
- [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 10)]
- public ushort CumulateReset03
- {
- get => GetbitfieldValue(_EnableLuck01Bitfield);
- set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
- }
-
- [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 11)]
- public ushort CumulateReset04
- {
- get => GetbitfieldValue(_EnableLuck01Bitfield);
- set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
- }
-
- [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 12)]
- public ushort CumulateReset05
- {
- get => GetbitfieldValue(_EnableLuck01Bitfield);
- set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
- }
-
- [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 13)]
- public ushort CumulateReset06
- {
- get => GetbitfieldValue(_EnableLuck01Bitfield);
- set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
- }
-
- [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 14)]
- public ushort CumulateReset07
- {
- get => GetbitfieldValue(_EnableLuck01Bitfield);
- set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
- }
-
- [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 15)]
- public ushort CumulateReset08
- {
- get => GetbitfieldValue(_EnableLuck01Bitfield);
- set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
- }
-
- #endregion BitField EnableLuck01Bitfield
+ [ParamField(0x0, ParamType.I32)]
+ public int LotItemId01
+ {
+ get => _LotItemId01;
+ set => WriteParamField(ref _LotItemId01, value);
+ }
+ private int _LotItemId01;
+
+ [ParamField(0x4, ParamType.I32)]
+ public int LotItemId02
+ {
+ get => _LotItemId02;
+ set => WriteParamField(ref _LotItemId02, value);
+ }
+ private int _LotItemId02;
+
+ [ParamField(0x8, ParamType.I32)]
+ public int LotItemId03
+ {
+ get => _LotItemId03;
+ set => WriteParamField(ref _LotItemId03, value);
+ }
+ private int _LotItemId03;
+
+ [ParamField(0xC, ParamType.I32)]
+ public int LotItemId04
+ {
+ get => _LotItemId04;
+ set => WriteParamField(ref _LotItemId04, value);
+ }
+ private int _LotItemId04;
+
+ [ParamField(0x10, ParamType.I32)]
+ public int LotItemId05
+ {
+ get => _LotItemId05;
+ set => WriteParamField(ref _LotItemId05, value);
+ }
+ private int _LotItemId05;
+
+ [ParamField(0x14, ParamType.I32)]
+ public int LotItemId06
+ {
+ get => _LotItemId06;
+ set => WriteParamField(ref _LotItemId06, value);
+ }
+ private int _LotItemId06;
+
+ [ParamField(0x18, ParamType.I32)]
+ public int LotItemId07
+ {
+ get => _LotItemId07;
+ set => WriteParamField(ref _LotItemId07, value);
+ }
+ private int _LotItemId07;
+
+ [ParamField(0x1C, ParamType.I32)]
+ public int LotItemId08
+ {
+ get => _LotItemId08;
+ set => WriteParamField(ref _LotItemId08, value);
+ }
+ private int _LotItemId08;
+
+ [ParamField(0x20, ParamType.I32)]
+ public int LotItemCategory01
+ {
+ get => _LotItemCategory01;
+ set => WriteParamField(ref _LotItemCategory01, value);
+ }
+ private int _LotItemCategory01;
+
+ [ParamField(0x24, ParamType.I32)]
+ public int LotItemCategory02
+ {
+ get => _LotItemCategory02;
+ set => WriteParamField(ref _LotItemCategory02, value);
+ }
+ private int _LotItemCategory02;
+
+ [ParamField(0x28, ParamType.I32)]
+ public int LotItemCategory03
+ {
+ get => _LotItemCategory03;
+ set => WriteParamField(ref _LotItemCategory03, value);
+ }
+ private int _LotItemCategory03;
+
+ [ParamField(0x2C, ParamType.I32)]
+ public int LotItemCategory04
+ {
+ get => _LotItemCategory04;
+ set => WriteParamField(ref _LotItemCategory04, value);
+ }
+ private int _LotItemCategory04;
+
+ [ParamField(0x30, ParamType.I32)]
+ public int LotItemCategory05
+ {
+ get => _LotItemCategory05;
+ set => WriteParamField(ref _LotItemCategory05, value);
+ }
+ private int _LotItemCategory05;
+
+ [ParamField(0x34, ParamType.I32)]
+ public int LotItemCategory06
+ {
+ get => _LotItemCategory06;
+ set => WriteParamField(ref _LotItemCategory06, value);
+ }
+ private int _LotItemCategory06;
+
+ [ParamField(0x38, ParamType.I32)]
+ public int LotItemCategory07
+ {
+ get => _LotItemCategory07;
+ set => WriteParamField(ref _LotItemCategory07, value);
+ }
+ private int _LotItemCategory07;
+
+ [ParamField(0x3C, ParamType.I32)]
+ public int LotItemCategory08
+ {
+ get => _LotItemCategory08;
+ set => WriteParamField(ref _LotItemCategory08, value);
+ }
+ private int _LotItemCategory08;
+
+ [ParamField(0x40, ParamType.U16)]
+ public ushort LotItemBasePoint01
+ {
+ get => _LotItemBasePoint01;
+ set => WriteParamField(ref _LotItemBasePoint01, value);
+ }
+ private ushort _LotItemBasePoint01;
+
+ [ParamField(0x42, ParamType.U16)]
+ public ushort LotItemBasePoint02
+ {
+ get => _LotItemBasePoint02;
+ set => WriteParamField(ref _LotItemBasePoint02, value);
+ }
+ private ushort _LotItemBasePoint02;
+
+ [ParamField(0x44, ParamType.U16)]
+ public ushort LotItemBasePoint03
+ {
+ get => _LotItemBasePoint03;
+ set => WriteParamField(ref _LotItemBasePoint03, value);
+ }
+ private ushort _LotItemBasePoint03;
+
+ [ParamField(0x46, ParamType.U16)]
+ public ushort LotItemBasePoint04
+ {
+ get => _LotItemBasePoint04;
+ set => WriteParamField(ref _LotItemBasePoint04, value);
+ }
+ private ushort _LotItemBasePoint04;
+
+ [ParamField(0x48, ParamType.U16)]
+ public ushort LotItemBasePoint05
+ {
+ get => _LotItemBasePoint05;
+ set => WriteParamField(ref _LotItemBasePoint05, value);
+ }
+ private ushort _LotItemBasePoint05;
+
+ [ParamField(0x4A, ParamType.U16)]
+ public ushort LotItemBasePoint06
+ {
+ get => _LotItemBasePoint06;
+ set => WriteParamField(ref _LotItemBasePoint06, value);
+ }
+ private ushort _LotItemBasePoint06;
+
+ [ParamField(0x4C, ParamType.U16)]
+ public ushort LotItemBasePoint07
+ {
+ get => _LotItemBasePoint07;
+ set => WriteParamField(ref _LotItemBasePoint07, value);
+ }
+ private ushort _LotItemBasePoint07;
+
+ [ParamField(0x4E, ParamType.U16)]
+ public ushort LotItemBasePoint08
+ {
+ get => _LotItemBasePoint08;
+ set => WriteParamField(ref _LotItemBasePoint08, value);
+ }
+ private ushort _LotItemBasePoint08;
+
+ [ParamField(0x50, ParamType.U16)]
+ public ushort CumulateLotPoint01
+ {
+ get => _CumulateLotPoint01;
+ set => WriteParamField(ref _CumulateLotPoint01, value);
+ }
+ private ushort _CumulateLotPoint01;
+
+ [ParamField(0x52, ParamType.U16)]
+ public ushort CumulateLotPoint02
+ {
+ get => _CumulateLotPoint02;
+ set => WriteParamField(ref _CumulateLotPoint02, value);
+ }
+ private ushort _CumulateLotPoint02;
+
+ [ParamField(0x54, ParamType.U16)]
+ public ushort CumulateLotPoint03
+ {
+ get => _CumulateLotPoint03;
+ set => WriteParamField(ref _CumulateLotPoint03, value);
+ }
+ private ushort _CumulateLotPoint03;
+
+ [ParamField(0x56, ParamType.U16)]
+ public ushort CumulateLotPoint04
+ {
+ get => _CumulateLotPoint04;
+ set => WriteParamField(ref _CumulateLotPoint04, value);
+ }
+ private ushort _CumulateLotPoint04;
+
+ [ParamField(0x58, ParamType.U16)]
+ public ushort CumulateLotPoint05
+ {
+ get => _CumulateLotPoint05;
+ set => WriteParamField(ref _CumulateLotPoint05, value);
+ }
+ private ushort _CumulateLotPoint05;
+
+ [ParamField(0x5A, ParamType.U16)]
+ public ushort CumulateLotPoint06
+ {
+ get => _CumulateLotPoint06;
+ set => WriteParamField(ref _CumulateLotPoint06, value);
+ }
+ private ushort _CumulateLotPoint06;
+
+ [ParamField(0x5C, ParamType.U16)]
+ public ushort CumulateLotPoint07
+ {
+ get => _CumulateLotPoint07;
+ set => WriteParamField(ref _CumulateLotPoint07, value);
+ }
+ private ushort _CumulateLotPoint07;
+
+ [ParamField(0x5E, ParamType.U16)]
+ public ushort CumulateLotPoint08
+ {
+ get => _CumulateLotPoint08;
+ set => WriteParamField(ref _CumulateLotPoint08, value);
+ }
+ private ushort _CumulateLotPoint08;
+
+ [ParamField(0x60, ParamType.I32)]
+ public int GetItemFlagId01
+ {
+ get => _GetItemFlagId01;
+ set => WriteParamField(ref _GetItemFlagId01, value);
+ }
+ private int _GetItemFlagId01;
+
+ [ParamField(0x64, ParamType.I32)]
+ public int GetItemFlagId02
+ {
+ get => _GetItemFlagId02;
+ set => WriteParamField(ref _GetItemFlagId02, value);
+ }
+ private int _GetItemFlagId02;
+
+ [ParamField(0x68, ParamType.I32)]
+ public int GetItemFlagId03
+ {
+ get => _GetItemFlagId03;
+ set => WriteParamField(ref _GetItemFlagId03, value);
+ }
+ private int _GetItemFlagId03;
+
+ [ParamField(0x6C, ParamType.I32)]
+ public int GetItemFlagId04
+ {
+ get => _GetItemFlagId04;
+ set => WriteParamField(ref _GetItemFlagId04, value);
+ }
+ private int _GetItemFlagId04;
+
+ [ParamField(0x70, ParamType.I32)]
+ public int GetItemFlagId05
+ {
+ get => _GetItemFlagId05;
+ set => WriteParamField(ref _GetItemFlagId05, value);
+ }
+ private int _GetItemFlagId05;
+
+ [ParamField(0x74, ParamType.I32)]
+ public int GetItemFlagId06
+ {
+ get => _GetItemFlagId06;
+ set => WriteParamField(ref _GetItemFlagId06, value);
+ }
+ private int _GetItemFlagId06;
+
+ [ParamField(0x78, ParamType.I32)]
+ public int GetItemFlagId07
+ {
+ get => _GetItemFlagId07;
+ set => WriteParamField(ref _GetItemFlagId07, value);
+ }
+ private int _GetItemFlagId07;
+
+ [ParamField(0x7C, ParamType.I32)]
+ public int GetItemFlagId08
+ {
+ get => _GetItemFlagId08;
+ set => WriteParamField(ref _GetItemFlagId08, value);
+ }
+ private int _GetItemFlagId08;
+
+ [ParamField(0x80, ParamType.I32)]
+ public int GetItemFlagId
+ {
+ get => _GetItemFlagId;
+ set => WriteParamField(ref _GetItemFlagId, value);
+ }
+ private int _GetItemFlagId;
+
+ [ParamField(0x84, ParamType.I32)]
+ public int CumulateNumFlagId
+ {
+ get => _CumulateNumFlagId;
+ set => WriteParamField(ref _CumulateNumFlagId, value);
+ }
+ private int _CumulateNumFlagId;
+
+ [ParamField(0x88, ParamType.U8)]
+ public byte CumulateNumMax
+ {
+ get => _CumulateNumMax;
+ set => WriteParamField(ref _CumulateNumMax, value);
+ }
+ private byte _CumulateNumMax;
+
+ [ParamField(0x89, ParamType.U8)]
+ public byte LotItem_Rarity
+ {
+ get => _LotItem_Rarity;
+ set => WriteParamField(ref _LotItem_Rarity, value);
+ }
+ private byte _LotItem_Rarity;
+
+ [ParamField(0x8A, ParamType.U8)]
+ public byte LotItemNum01
+ {
+ get => _LotItemNum01;
+ set => WriteParamField(ref _LotItemNum01, value);
+ }
+ private byte _LotItemNum01;
+
+ [ParamField(0x8B, ParamType.U8)]
+ public byte LotItemNum02
+ {
+ get => _LotItemNum02;
+ set => WriteParamField(ref _LotItemNum02, value);
+ }
+ private byte _LotItemNum02;
+
+ [ParamField(0x8C, ParamType.U8)]
+ public byte LotItemNum03
+ {
+ get => _LotItemNum03;
+ set => WriteParamField(ref _LotItemNum03, value);
+ }
+ private byte _LotItemNum03;
+
+ [ParamField(0x8D, ParamType.U8)]
+ public byte LotItemNum04
+ {
+ get => _LotItemNum04;
+ set => WriteParamField(ref _LotItemNum04, value);
+ }
+ private byte _LotItemNum04;
+
+ [ParamField(0x8E, ParamType.U8)]
+ public byte LotItemNum05
+ {
+ get => _LotItemNum05;
+ set => WriteParamField(ref _LotItemNum05, value);
+ }
+ private byte _LotItemNum05;
+
+ [ParamField(0x8F, ParamType.U8)]
+ public byte LotItemNum06
+ {
+ get => _LotItemNum06;
+ set => WriteParamField(ref _LotItemNum06, value);
+ }
+ private byte _LotItemNum06;
+
+ [ParamField(0x90, ParamType.U8)]
+ public byte LotItemNum07
+ {
+ get => _LotItemNum07;
+ set => WriteParamField(ref _LotItemNum07, value);
+ }
+ private byte _LotItemNum07;
+
+ [ParamField(0x91, ParamType.U8)]
+ public byte LotItemNum08
+ {
+ get => _LotItemNum08;
+ set => WriteParamField(ref _LotItemNum08, value);
+ }
+ private byte _LotItemNum08;
+ #region BitField EnableLuck01Bitfield ==============================================================================
+
+ [ParamField(0x92, ParamType.U16)]
+ public ushort EnableLuck01Bitfield
+ {
+ get => _EnableLuck01Bitfield;
+ set => WriteParamField(ref _EnableLuck01Bitfield, value);
+ }
+ private ushort _EnableLuck01Bitfield;
+
+ [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 0)]
+ public ushort EnableLuck01
+ {
+ get => GetbitfieldValue(_EnableLuck01Bitfield);
+ set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
+ }
+
+ [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 1)]
+ public ushort EnableLuck02
+ {
+ get => GetbitfieldValue(_EnableLuck01Bitfield);
+ set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
+ }
+
+ [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 2)]
+ public ushort EnableLuck03
+ {
+ get => GetbitfieldValue(_EnableLuck01Bitfield);
+ set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
+ }
+
+ [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 3)]
+ public ushort EnableLuck04
+ {
+ get => GetbitfieldValue(_EnableLuck01Bitfield);
+ set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
+ }
+
+ [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 4)]
+ public ushort EnableLuck05
+ {
+ get => GetbitfieldValue(_EnableLuck01Bitfield);
+ set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
+ }
+
+ [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 5)]
+ public ushort EnableLuck06
+ {
+ get => GetbitfieldValue(_EnableLuck01Bitfield);
+ set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
+ }
+
+ [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 6)]
+ public ushort EnableLuck07
+ {
+ get => GetbitfieldValue(_EnableLuck01Bitfield);
+ set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
+ }
+
+ [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 7)]
+ public ushort EnableLuck08
+ {
+ get => GetbitfieldValue(_EnableLuck01Bitfield);
+ set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
}
+
+ [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 8)]
+ public ushort CumulateReset01
+ {
+ get => GetbitfieldValue(_EnableLuck01Bitfield);
+ set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
+ }
+
+ [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 9)]
+ public ushort CumulateReset02
+ {
+ get => GetbitfieldValue(_EnableLuck01Bitfield);
+ set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
+ }
+
+ [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 10)]
+ public ushort CumulateReset03
+ {
+ get => GetbitfieldValue(_EnableLuck01Bitfield);
+ set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
+ }
+
+ [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 11)]
+ public ushort CumulateReset04
+ {
+ get => GetbitfieldValue(_EnableLuck01Bitfield);
+ set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
+ }
+
+ [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 12)]
+ public ushort CumulateReset05
+ {
+ get => GetbitfieldValue(_EnableLuck01Bitfield);
+ set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
+ }
+
+ [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 13)]
+ public ushort CumulateReset06
+ {
+ get => GetbitfieldValue(_EnableLuck01Bitfield);
+ set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
+ }
+
+ [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 14)]
+ public ushort CumulateReset07
+ {
+ get => GetbitfieldValue(_EnableLuck01Bitfield);
+ set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
+ }
+
+ [ParamBitField(nameof(EnableLuck01Bitfield), bits: 1, bitsOffset: 15)]
+ public ushort CumulateReset08
+ {
+ get => GetbitfieldValue(_EnableLuck01Bitfield);
+ set => SetBitfieldValue(ref _EnableLuck01Bitfield, value);
+ }
+
+ #endregion BitField EnableLuck01Bitfield
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/KnockBackParam.cs b/src/SoulMemory/DarkSouls1/Parameters/KnockBackParam.cs
index 7d814c39..b6287cc4 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/KnockBackParam.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/KnockBackParam.cs
@@ -18,260 +18,257 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class KnockBackParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class KnockBackParam : BaseParam
+ [ParamField(0x0, ParamType.F32)]
+ public float Damage_Min_ContTime
+ {
+ get => _Damage_Min_ContTime;
+ set => WriteParamField(ref _Damage_Min_ContTime, value);
+ }
+ private float _Damage_Min_ContTime;
+
+ [ParamField(0x4, ParamType.F32)]
+ public float Damage_S_ContTime
+ {
+ get => _Damage_S_ContTime;
+ set => WriteParamField(ref _Damage_S_ContTime, value);
+ }
+ private float _Damage_S_ContTime;
+
+ [ParamField(0x8, ParamType.F32)]
+ public float Damage_M_ContTime
+ {
+ get => _Damage_M_ContTime;
+ set => WriteParamField(ref _Damage_M_ContTime, value);
+ }
+ private float _Damage_M_ContTime;
+
+ [ParamField(0xC, ParamType.F32)]
+ public float Damage_L_ContTime
+ {
+ get => _Damage_L_ContTime;
+ set => WriteParamField(ref _Damage_L_ContTime, value);
+ }
+ private float _Damage_L_ContTime;
+
+ [ParamField(0x10, ParamType.F32)]
+ public float Damage_BlowS_ContTime
+ {
+ get => _Damage_BlowS_ContTime;
+ set => WriteParamField(ref _Damage_BlowS_ContTime, value);
+ }
+ private float _Damage_BlowS_ContTime;
+
+ [ParamField(0x14, ParamType.F32)]
+ public float Damage_BlowM_ContTime
+ {
+ get => _Damage_BlowM_ContTime;
+ set => WriteParamField(ref _Damage_BlowM_ContTime, value);
+ }
+ private float _Damage_BlowM_ContTime;
+
+ [ParamField(0x18, ParamType.F32)]
+ public float Damage_Strike_ContTime
+ {
+ get => _Damage_Strike_ContTime;
+ set => WriteParamField(ref _Damage_Strike_ContTime, value);
+ }
+ private float _Damage_Strike_ContTime;
+
+ [ParamField(0x1C, ParamType.F32)]
+ public float Damage_Uppercut_ContTime
+ {
+ get => _Damage_Uppercut_ContTime;
+ set => WriteParamField(ref _Damage_Uppercut_ContTime, value);
+ }
+ private float _Damage_Uppercut_ContTime;
+
+ [ParamField(0x20, ParamType.F32)]
+ public float Damage_Push_ContTime
+ {
+ get => _Damage_Push_ContTime;
+ set => WriteParamField(ref _Damage_Push_ContTime, value);
+ }
+ private float _Damage_Push_ContTime;
+
+ [ParamField(0x24, ParamType.F32)]
+ public float Damage_Breath_ContTime
+ {
+ get => _Damage_Breath_ContTime;
+ set => WriteParamField(ref _Damage_Breath_ContTime, value);
+ }
+ private float _Damage_Breath_ContTime;
+
+ [ParamField(0x28, ParamType.F32)]
+ public float Damage_HeadShot_ContTime
{
- public KnockBackParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.F32)]
- public float Damage_Min_ContTime
- {
- get => _Damage_Min_ContTime;
- set => WriteParamField(ref _Damage_Min_ContTime, value);
- }
- private float _Damage_Min_ContTime;
-
- [ParamField(0x4, ParamType.F32)]
- public float Damage_S_ContTime
- {
- get => _Damage_S_ContTime;
- set => WriteParamField(ref _Damage_S_ContTime, value);
- }
- private float _Damage_S_ContTime;
-
- [ParamField(0x8, ParamType.F32)]
- public float Damage_M_ContTime
- {
- get => _Damage_M_ContTime;
- set => WriteParamField(ref _Damage_M_ContTime, value);
- }
- private float _Damage_M_ContTime;
-
- [ParamField(0xC, ParamType.F32)]
- public float Damage_L_ContTime
- {
- get => _Damage_L_ContTime;
- set => WriteParamField(ref _Damage_L_ContTime, value);
- }
- private float _Damage_L_ContTime;
-
- [ParamField(0x10, ParamType.F32)]
- public float Damage_BlowS_ContTime
- {
- get => _Damage_BlowS_ContTime;
- set => WriteParamField(ref _Damage_BlowS_ContTime, value);
- }
- private float _Damage_BlowS_ContTime;
-
- [ParamField(0x14, ParamType.F32)]
- public float Damage_BlowM_ContTime
- {
- get => _Damage_BlowM_ContTime;
- set => WriteParamField(ref _Damage_BlowM_ContTime, value);
- }
- private float _Damage_BlowM_ContTime;
-
- [ParamField(0x18, ParamType.F32)]
- public float Damage_Strike_ContTime
- {
- get => _Damage_Strike_ContTime;
- set => WriteParamField(ref _Damage_Strike_ContTime, value);
- }
- private float _Damage_Strike_ContTime;
-
- [ParamField(0x1C, ParamType.F32)]
- public float Damage_Uppercut_ContTime
- {
- get => _Damage_Uppercut_ContTime;
- set => WriteParamField(ref _Damage_Uppercut_ContTime, value);
- }
- private float _Damage_Uppercut_ContTime;
-
- [ParamField(0x20, ParamType.F32)]
- public float Damage_Push_ContTime
- {
- get => _Damage_Push_ContTime;
- set => WriteParamField(ref _Damage_Push_ContTime, value);
- }
- private float _Damage_Push_ContTime;
-
- [ParamField(0x24, ParamType.F32)]
- public float Damage_Breath_ContTime
- {
- get => _Damage_Breath_ContTime;
- set => WriteParamField(ref _Damage_Breath_ContTime, value);
- }
- private float _Damage_Breath_ContTime;
-
- [ParamField(0x28, ParamType.F32)]
- public float Damage_HeadShot_ContTime
- {
- get => _Damage_HeadShot_ContTime;
- set => WriteParamField(ref _Damage_HeadShot_ContTime, value);
- }
- private float _Damage_HeadShot_ContTime;
-
- [ParamField(0x2C, ParamType.F32)]
- public float Guard_S_ContTime
- {
- get => _Guard_S_ContTime;
- set => WriteParamField(ref _Guard_S_ContTime, value);
- }
- private float _Guard_S_ContTime;
-
- [ParamField(0x30, ParamType.F32)]
- public float Guard_L_ContTime
- {
- get => _Guard_L_ContTime;
- set => WriteParamField(ref _Guard_L_ContTime, value);
- }
- private float _Guard_L_ContTime;
-
- [ParamField(0x34, ParamType.F32)]
- public float Guard_LL_ContTime
- {
- get => _Guard_LL_ContTime;
- set => WriteParamField(ref _Guard_LL_ContTime, value);
- }
- private float _Guard_LL_ContTime;
-
- [ParamField(0x38, ParamType.F32)]
- public float GuardBrake_ContTime
- {
- get => _GuardBrake_ContTime;
- set => WriteParamField(ref _GuardBrake_ContTime, value);
- }
- private float _GuardBrake_ContTime;
-
- [ParamField(0x3C, ParamType.F32)]
- public float Damage_Min_DecTime
- {
- get => _Damage_Min_DecTime;
- set => WriteParamField(ref _Damage_Min_DecTime, value);
- }
- private float _Damage_Min_DecTime;
-
- [ParamField(0x40, ParamType.F32)]
- public float Damage_S_DecTime
- {
- get => _Damage_S_DecTime;
- set => WriteParamField(ref _Damage_S_DecTime, value);
- }
- private float _Damage_S_DecTime;
-
- [ParamField(0x44, ParamType.F32)]
- public float Damage_M_DecTime
- {
- get => _Damage_M_DecTime;
- set => WriteParamField(ref _Damage_M_DecTime, value);
- }
- private float _Damage_M_DecTime;
-
- [ParamField(0x48, ParamType.F32)]
- public float Damage_L_DecTime
- {
- get => _Damage_L_DecTime;
- set => WriteParamField(ref _Damage_L_DecTime, value);
- }
- private float _Damage_L_DecTime;
-
- [ParamField(0x4C, ParamType.F32)]
- public float Damage_BlowS_DecTime
- {
- get => _Damage_BlowS_DecTime;
- set => WriteParamField(ref _Damage_BlowS_DecTime, value);
- }
- private float _Damage_BlowS_DecTime;
-
- [ParamField(0x50, ParamType.F32)]
- public float Damage_BlowM_DecTime
- {
- get => _Damage_BlowM_DecTime;
- set => WriteParamField(ref _Damage_BlowM_DecTime, value);
- }
- private float _Damage_BlowM_DecTime;
-
- [ParamField(0x54, ParamType.F32)]
- public float Damage_Strike_DecTime
- {
- get => _Damage_Strike_DecTime;
- set => WriteParamField(ref _Damage_Strike_DecTime, value);
- }
- private float _Damage_Strike_DecTime;
-
- [ParamField(0x58, ParamType.F32)]
- public float Damage_Uppercut_DecTime
- {
- get => _Damage_Uppercut_DecTime;
- set => WriteParamField(ref _Damage_Uppercut_DecTime, value);
- }
- private float _Damage_Uppercut_DecTime;
-
- [ParamField(0x5C, ParamType.F32)]
- public float Damage_Push_DecTime
- {
- get => _Damage_Push_DecTime;
- set => WriteParamField(ref _Damage_Push_DecTime, value);
- }
- private float _Damage_Push_DecTime;
-
- [ParamField(0x60, ParamType.F32)]
- public float Damage_Breath_DecTime
- {
- get => _Damage_Breath_DecTime;
- set => WriteParamField(ref _Damage_Breath_DecTime, value);
- }
- private float _Damage_Breath_DecTime;
-
- [ParamField(0x64, ParamType.F32)]
- public float Damage_HeadShot_DecTime
- {
- get => _Damage_HeadShot_DecTime;
- set => WriteParamField(ref _Damage_HeadShot_DecTime, value);
- }
- private float _Damage_HeadShot_DecTime;
-
- [ParamField(0x68, ParamType.F32)]
- public float Guard_S_DecTime
- {
- get => _Guard_S_DecTime;
- set => WriteParamField(ref _Guard_S_DecTime, value);
- }
- private float _Guard_S_DecTime;
-
- [ParamField(0x6C, ParamType.F32)]
- public float Guard_L_DecTime
- {
- get => _Guard_L_DecTime;
- set => WriteParamField(ref _Guard_L_DecTime, value);
- }
- private float _Guard_L_DecTime;
-
- [ParamField(0x70, ParamType.F32)]
- public float Guard_LL_DecTime
- {
- get => _Guard_LL_DecTime;
- set => WriteParamField(ref _Guard_LL_DecTime, value);
- }
- private float _Guard_LL_DecTime;
-
- [ParamField(0x74, ParamType.F32)]
- public float GuardBrake_DecTime
- {
- get => _GuardBrake_DecTime;
- set => WriteParamField(ref _GuardBrake_DecTime, value);
- }
- private float _GuardBrake_DecTime;
-
- [ParamField(0x78, ParamType.Dummy8, 8)]
- public byte[] Pad
- {
- get => _Pad;
- set => WriteParamField(ref _Pad, value);
- }
- private byte[] _Pad;
+ get => _Damage_HeadShot_ContTime;
+ set => WriteParamField(ref _Damage_HeadShot_ContTime, value);
+ }
+ private float _Damage_HeadShot_ContTime;
+ [ParamField(0x2C, ParamType.F32)]
+ public float Guard_S_ContTime
+ {
+ get => _Guard_S_ContTime;
+ set => WriteParamField(ref _Guard_S_ContTime, value);
}
+ private float _Guard_S_ContTime;
+
+ [ParamField(0x30, ParamType.F32)]
+ public float Guard_L_ContTime
+ {
+ get => _Guard_L_ContTime;
+ set => WriteParamField(ref _Guard_L_ContTime, value);
+ }
+ private float _Guard_L_ContTime;
+
+ [ParamField(0x34, ParamType.F32)]
+ public float Guard_LL_ContTime
+ {
+ get => _Guard_LL_ContTime;
+ set => WriteParamField(ref _Guard_LL_ContTime, value);
+ }
+ private float _Guard_LL_ContTime;
+
+ [ParamField(0x38, ParamType.F32)]
+ public float GuardBrake_ContTime
+ {
+ get => _GuardBrake_ContTime;
+ set => WriteParamField(ref _GuardBrake_ContTime, value);
+ }
+ private float _GuardBrake_ContTime;
+
+ [ParamField(0x3C, ParamType.F32)]
+ public float Damage_Min_DecTime
+ {
+ get => _Damage_Min_DecTime;
+ set => WriteParamField(ref _Damage_Min_DecTime, value);
+ }
+ private float _Damage_Min_DecTime;
+
+ [ParamField(0x40, ParamType.F32)]
+ public float Damage_S_DecTime
+ {
+ get => _Damage_S_DecTime;
+ set => WriteParamField(ref _Damage_S_DecTime, value);
+ }
+ private float _Damage_S_DecTime;
+
+ [ParamField(0x44, ParamType.F32)]
+ public float Damage_M_DecTime
+ {
+ get => _Damage_M_DecTime;
+ set => WriteParamField(ref _Damage_M_DecTime, value);
+ }
+ private float _Damage_M_DecTime;
+
+ [ParamField(0x48, ParamType.F32)]
+ public float Damage_L_DecTime
+ {
+ get => _Damage_L_DecTime;
+ set => WriteParamField(ref _Damage_L_DecTime, value);
+ }
+ private float _Damage_L_DecTime;
+
+ [ParamField(0x4C, ParamType.F32)]
+ public float Damage_BlowS_DecTime
+ {
+ get => _Damage_BlowS_DecTime;
+ set => WriteParamField(ref _Damage_BlowS_DecTime, value);
+ }
+ private float _Damage_BlowS_DecTime;
+
+ [ParamField(0x50, ParamType.F32)]
+ public float Damage_BlowM_DecTime
+ {
+ get => _Damage_BlowM_DecTime;
+ set => WriteParamField(ref _Damage_BlowM_DecTime, value);
+ }
+ private float _Damage_BlowM_DecTime;
+
+ [ParamField(0x54, ParamType.F32)]
+ public float Damage_Strike_DecTime
+ {
+ get => _Damage_Strike_DecTime;
+ set => WriteParamField(ref _Damage_Strike_DecTime, value);
+ }
+ private float _Damage_Strike_DecTime;
+
+ [ParamField(0x58, ParamType.F32)]
+ public float Damage_Uppercut_DecTime
+ {
+ get => _Damage_Uppercut_DecTime;
+ set => WriteParamField(ref _Damage_Uppercut_DecTime, value);
+ }
+ private float _Damage_Uppercut_DecTime;
+
+ [ParamField(0x5C, ParamType.F32)]
+ public float Damage_Push_DecTime
+ {
+ get => _Damage_Push_DecTime;
+ set => WriteParamField(ref _Damage_Push_DecTime, value);
+ }
+ private float _Damage_Push_DecTime;
+
+ [ParamField(0x60, ParamType.F32)]
+ public float Damage_Breath_DecTime
+ {
+ get => _Damage_Breath_DecTime;
+ set => WriteParamField(ref _Damage_Breath_DecTime, value);
+ }
+ private float _Damage_Breath_DecTime;
+
+ [ParamField(0x64, ParamType.F32)]
+ public float Damage_HeadShot_DecTime
+ {
+ get => _Damage_HeadShot_DecTime;
+ set => WriteParamField(ref _Damage_HeadShot_DecTime, value);
+ }
+ private float _Damage_HeadShot_DecTime;
+
+ [ParamField(0x68, ParamType.F32)]
+ public float Guard_S_DecTime
+ {
+ get => _Guard_S_DecTime;
+ set => WriteParamField(ref _Guard_S_DecTime, value);
+ }
+ private float _Guard_S_DecTime;
+
+ [ParamField(0x6C, ParamType.F32)]
+ public float Guard_L_DecTime
+ {
+ get => _Guard_L_DecTime;
+ set => WriteParamField(ref _Guard_L_DecTime, value);
+ }
+ private float _Guard_L_DecTime;
+
+ [ParamField(0x70, ParamType.F32)]
+ public float Guard_LL_DecTime
+ {
+ get => _Guard_LL_DecTime;
+ set => WriteParamField(ref _Guard_LL_DecTime, value);
+ }
+ private float _Guard_LL_DecTime;
+
+ [ParamField(0x74, ParamType.F32)]
+ public float GuardBrake_DecTime
+ {
+ get => _GuardBrake_DecTime;
+ set => WriteParamField(ref _GuardBrake_DecTime, value);
+ }
+ private float _GuardBrake_DecTime;
+
+ [ParamField(0x78, ParamType.Dummy8, 8)]
+ public byte[] Pad
+ {
+ get => _Pad;
+ set => WriteParamField(ref _Pad, value);
+ }
+ private byte[] _Pad = null!;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/LensFlareBank.cs b/src/SoulMemory/DarkSouls1/Parameters/LensFlareBank.cs
index 1c3ce4f2..db67255f 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/LensFlareBank.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/LensFlareBank.cs
@@ -18,92 +18,89 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class LensFlareBank(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class LensFlareBank : BaseParam
+ [ParamField(0x0, ParamType.I8)]
+ public sbyte TexId
{
- public LensFlareBank(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I8)]
- public sbyte TexId
- {
- get => _TexId;
- set => WriteParamField(ref _TexId, value);
- }
- private sbyte _TexId;
-
- [ParamField(0x1, ParamType.U8)]
- public byte IsFlare
- {
- get => _IsFlare;
- set => WriteParamField(ref _IsFlare, value);
- }
- private byte _IsFlare;
+ get => _TexId;
+ set => WriteParamField(ref _TexId, value);
+ }
+ private sbyte _TexId;
- [ParamField(0x2, ParamType.U8)]
- public byte EnableRoll
- {
- get => _EnableRoll;
- set => WriteParamField(ref _EnableRoll, value);
- }
- private byte _EnableRoll;
+ [ParamField(0x1, ParamType.U8)]
+ public byte IsFlare
+ {
+ get => _IsFlare;
+ set => WriteParamField(ref _IsFlare, value);
+ }
+ private byte _IsFlare;
- [ParamField(0x3, ParamType.U8)]
- public byte EnableScale
- {
- get => _EnableScale;
- set => WriteParamField(ref _EnableScale, value);
- }
- private byte _EnableScale;
+ [ParamField(0x2, ParamType.U8)]
+ public byte EnableRoll
+ {
+ get => _EnableRoll;
+ set => WriteParamField(ref _EnableRoll, value);
+ }
+ private byte _EnableRoll;
- [ParamField(0x4, ParamType.F32)]
- public float LocateDistRate
- {
- get => _LocateDistRate;
- set => WriteParamField(ref _LocateDistRate, value);
- }
- private float _LocateDistRate;
+ [ParamField(0x3, ParamType.U8)]
+ public byte EnableScale
+ {
+ get => _EnableScale;
+ set => WriteParamField(ref _EnableScale, value);
+ }
+ private byte _EnableScale;
- [ParamField(0x8, ParamType.F32)]
- public float TexScale
- {
- get => _TexScale;
- set => WriteParamField(ref _TexScale, value);
- }
- private float _TexScale;
+ [ParamField(0x4, ParamType.F32)]
+ public float LocateDistRate
+ {
+ get => _LocateDistRate;
+ set => WriteParamField(ref _LocateDistRate, value);
+ }
+ private float _LocateDistRate;
- [ParamField(0xC, ParamType.I16)]
- public short ColR
- {
- get => _ColR;
- set => WriteParamField(ref _ColR, value);
- }
- private short _ColR;
+ [ParamField(0x8, ParamType.F32)]
+ public float TexScale
+ {
+ get => _TexScale;
+ set => WriteParamField(ref _TexScale, value);
+ }
+ private float _TexScale;
- [ParamField(0xE, ParamType.I16)]
- public short ColG
- {
- get => _ColG;
- set => WriteParamField(ref _ColG, value);
- }
- private short _ColG;
+ [ParamField(0xC, ParamType.I16)]
+ public short ColR
+ {
+ get => _ColR;
+ set => WriteParamField(ref _ColR, value);
+ }
+ private short _ColR;
- [ParamField(0x10, ParamType.I16)]
- public short ColB
- {
- get => _ColB;
- set => WriteParamField(ref _ColB, value);
- }
- private short _ColB;
+ [ParamField(0xE, ParamType.I16)]
+ public short ColG
+ {
+ get => _ColG;
+ set => WriteParamField(ref _ColG, value);
+ }
+ private short _ColG;
- [ParamField(0x12, ParamType.I16)]
- public short ColA
- {
- get => _ColA;
- set => WriteParamField(ref _ColA, value);
- }
- private short _ColA;
+ [ParamField(0x10, ParamType.I16)]
+ public short ColB
+ {
+ get => _ColB;
+ set => WriteParamField(ref _ColB, value);
+ }
+ private short _ColB;
+ [ParamField(0x12, ParamType.I16)]
+ public short ColA
+ {
+ get => _ColA;
+ set => WriteParamField(ref _ColA, value);
}
+ private short _ColA;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/LensFlareExBank.cs b/src/SoulMemory/DarkSouls1/Parameters/LensFlareExBank.cs
index ee4ee82c..7e41631e 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/LensFlareExBank.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/LensFlareExBank.cs
@@ -18,68 +18,65 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class LensFlareExBank(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class LensFlareExBank : BaseParam
+ [ParamField(0x0, ParamType.I16)]
+ public short LightDegRotX
{
- public LensFlareExBank(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I16)]
- public short LightDegRotX
- {
- get => _LightDegRotX;
- set => WriteParamField(ref _LightDegRotX, value);
- }
- private short _LightDegRotX;
-
- [ParamField(0x2, ParamType.I16)]
- public short LightDegRotY
- {
- get => _LightDegRotY;
- set => WriteParamField(ref _LightDegRotY, value);
- }
- private short _LightDegRotY;
+ get => _LightDegRotX;
+ set => WriteParamField(ref _LightDegRotX, value);
+ }
+ private short _LightDegRotX;
- [ParamField(0x4, ParamType.I16)]
- public short ColR
- {
- get => _ColR;
- set => WriteParamField(ref _ColR, value);
- }
- private short _ColR;
+ [ParamField(0x2, ParamType.I16)]
+ public short LightDegRotY
+ {
+ get => _LightDegRotY;
+ set => WriteParamField(ref _LightDegRotY, value);
+ }
+ private short _LightDegRotY;
- [ParamField(0x6, ParamType.I16)]
- public short ColG
- {
- get => _ColG;
- set => WriteParamField(ref _ColG, value);
- }
- private short _ColG;
+ [ParamField(0x4, ParamType.I16)]
+ public short ColR
+ {
+ get => _ColR;
+ set => WriteParamField(ref _ColR, value);
+ }
+ private short _ColR;
- [ParamField(0x8, ParamType.I16)]
- public short ColB
- {
- get => _ColB;
- set => WriteParamField(ref _ColB, value);
- }
- private short _ColB;
+ [ParamField(0x6, ParamType.I16)]
+ public short ColG
+ {
+ get => _ColG;
+ set => WriteParamField(ref _ColG, value);
+ }
+ private short _ColG;
- [ParamField(0xA, ParamType.I16)]
- public short ColA
- {
- get => _ColA;
- set => WriteParamField(ref _ColA, value);
- }
- private short _ColA;
+ [ParamField(0x8, ParamType.I16)]
+ public short ColB
+ {
+ get => _ColB;
+ set => WriteParamField(ref _ColB, value);
+ }
+ private short _ColB;
- [ParamField(0xC, ParamType.F32)]
- public float LightDist
- {
- get => _LightDist;
- set => WriteParamField(ref _LightDist, value);
- }
- private float _LightDist;
+ [ParamField(0xA, ParamType.I16)]
+ public short ColA
+ {
+ get => _ColA;
+ set => WriteParamField(ref _ColA, value);
+ }
+ private short _ColA;
+ [ParamField(0xC, ParamType.F32)]
+ public float LightDist
+ {
+ get => _LightDist;
+ set => WriteParamField(ref _LightDist, value);
}
+ private float _LightDist;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/LevelSyncParam.cs b/src/SoulMemory/DarkSouls1/Parameters/LevelSyncParam.cs
index 3fcc8fcc..bd07eb86 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/LevelSyncParam.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/LevelSyncParam.cs
@@ -18,796 +18,793 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class LevelSyncParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class LevelSyncParam : BaseParam
- {
- public LevelSyncParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I16)]
- public short SCLUA
- {
- get => _SCLUA;
- set => WriteParamField(ref _SCLUA, value);
- }
- private short _SCLUA;
-
- [ParamField(0x2, ParamType.I16)]
- public short SDCLUR
- {
- get => _SDCLUR;
- set => WriteParamField(ref _SDCLUR, value);
- }
- private short _SDCLUR;
-
- [ParamField(0x4, ParamType.I16)]
- public short SDCWLM
- {
- get => _SDCWLM;
- set => WriteParamField(ref _SDCWLM, value);
- }
- private short _SDCWLM;
-
- [ParamField(0x6, ParamType.U8)]
- public byte MLWSUR
- {
- get => _MLWSUR;
- set => WriteParamField(ref _MLWSUR, value);
- }
- private byte _MLWSUR;
-
- [ParamField(0x7, ParamType.U8)]
- public byte MLWSUA
- {
- get => _MLWSUA;
- set => WriteParamField(ref _MLWSUA, value);
- }
- private byte _MLWSUA;
-
- [ParamField(0x8, ParamType.U8)]
- public byte MLRSUR
- {
- get => _MLRSUR;
- set => WriteParamField(ref _MLRSUR, value);
- }
- private byte _MLRSUR;
-
- [ParamField(0x9, ParamType.U8)]
- public byte MLRSUA
- {
- get => _MLRSUA;
- set => WriteParamField(ref _MLRSUA, value);
- }
- private byte _MLRSUA;
-
- [ParamField(0xA, ParamType.U8)]
- public byte MWLUWS0
- {
- get => _MWLUWS0;
- set => WriteParamField(ref _MWLUWS0, value);
- }
- private byte _MWLUWS0;
-
- [ParamField(0xB, ParamType.U8)]
- public byte MWLUWS1
- {
- get => _MWLUWS1;
- set => WriteParamField(ref _MWLUWS1, value);
- }
- private byte _MWLUWS1;
-
- [ParamField(0xC, ParamType.U8)]
- public byte MWLUWS2
- {
- get => _MWLUWS2;
- set => WriteParamField(ref _MWLUWS2, value);
- }
- private byte _MWLUWS2;
-
- [ParamField(0xD, ParamType.U8)]
- public byte MWLUWS3
- {
- get => _MWLUWS3;
- set => WriteParamField(ref _MWLUWS3, value);
- }
- private byte _MWLUWS3;
-
- [ParamField(0xE, ParamType.U8)]
- public byte MWLUWS4
- {
- get => _MWLUWS4;
- set => WriteParamField(ref _MWLUWS4, value);
- }
- private byte _MWLUWS4;
-
- [ParamField(0xF, ParamType.U8)]
- public byte MWLUWS5
- {
- get => _MWLUWS5;
- set => WriteParamField(ref _MWLUWS5, value);
- }
- private byte _MWLUWS5;
-
- [ParamField(0x10, ParamType.U8)]
- public byte MWLUWS6
- {
- get => _MWLUWS6;
- set => WriteParamField(ref _MWLUWS6, value);
- }
- private byte _MWLUWS6;
-
- [ParamField(0x11, ParamType.U8)]
- public byte MWLUWS7
- {
- get => _MWLUWS7;
- set => WriteParamField(ref _MWLUWS7, value);
- }
- private byte _MWLUWS7;
-
- [ParamField(0x12, ParamType.U8)]
- public byte MWLUWS8
- {
- get => _MWLUWS8;
- set => WriteParamField(ref _MWLUWS8, value);
- }
- private byte _MWLUWS8;
-
- [ParamField(0x13, ParamType.U8)]
- public byte MWLUWS9
- {
- get => _MWLUWS9;
- set => WriteParamField(ref _MWLUWS9, value);
- }
- private byte _MWLUWS9;
-
- [ParamField(0x14, ParamType.U8)]
- public byte MWLUWS10
- {
- get => _MWLUWS10;
- set => WriteParamField(ref _MWLUWS10, value);
- }
- private byte _MWLUWS10;
-
- [ParamField(0x15, ParamType.U8)]
- public byte MWLURS0
- {
- get => _MWLURS0;
- set => WriteParamField(ref _MWLURS0, value);
- }
- private byte _MWLURS0;
-
- [ParamField(0x16, ParamType.U8)]
- public byte MWLURS1
- {
- get => _MWLURS1;
- set => WriteParamField(ref _MWLURS1, value);
- }
- private byte _MWLURS1;
-
- [ParamField(0x17, ParamType.U8)]
- public byte MWLURS2
- {
- get => _MWLURS2;
- set => WriteParamField(ref _MWLURS2, value);
- }
- private byte _MWLURS2;
-
- [ParamField(0x18, ParamType.U8)]
- public byte MWLURS3
- {
- get => _MWLURS3;
- set => WriteParamField(ref _MWLURS3, value);
- }
- private byte _MWLURS3;
-
- [ParamField(0x19, ParamType.U8)]
- public byte MWLURS4
- {
- get => _MWLURS4;
- set => WriteParamField(ref _MWLURS4, value);
- }
- private byte _MWLURS4;
-
- [ParamField(0x1A, ParamType.U8)]
- public byte MWLURS5
- {
- get => _MWLURS5;
- set => WriteParamField(ref _MWLURS5, value);
- }
- private byte _MWLURS5;
-
- [ParamField(0x1B, ParamType.U8)]
- public byte MWLURS6
- {
- get => _MWLURS6;
- set => WriteParamField(ref _MWLURS6, value);
- }
- private byte _MWLURS6;
-
- [ParamField(0x1C, ParamType.U8)]
- public byte MWLURS7
- {
- get => _MWLURS7;
- set => WriteParamField(ref _MWLURS7, value);
- }
- private byte _MWLURS7;
-
- [ParamField(0x1D, ParamType.U8)]
- public byte MWLURS8
- {
- get => _MWLURS8;
- set => WriteParamField(ref _MWLURS8, value);
- }
- private byte _MWLURS8;
-
- [ParamField(0x1E, ParamType.U8)]
- public byte MWLURS9
- {
- get => _MWLURS9;
- set => WriteParamField(ref _MWLURS9, value);
- }
- private byte _MWLURS9;
-
- [ParamField(0x1F, ParamType.U8)]
- public byte MWLURS10
- {
- get => _MWLURS10;
- set => WriteParamField(ref _MWLURS10, value);
- }
- private byte _MWLURS10;
-
- [ParamField(0x20, ParamType.U8)]
- public byte MWLUA0
- {
- get => _MWLUA0;
- set => WriteParamField(ref _MWLUA0, value);
- }
- private byte _MWLUA0;
-
- [ParamField(0x21, ParamType.U8)]
- public byte MWLUA1
- {
- get => _MWLUA1;
- set => WriteParamField(ref _MWLUA1, value);
- }
- private byte _MWLUA1;
-
- [ParamField(0x22, ParamType.U8)]
- public byte MWLUA2
- {
- get => _MWLUA2;
- set => WriteParamField(ref _MWLUA2, value);
- }
- private byte _MWLUA2;
-
- [ParamField(0x23, ParamType.U8)]
- public byte MWLUA3
- {
- get => _MWLUA3;
- set => WriteParamField(ref _MWLUA3, value);
- }
- private byte _MWLUA3;
-
- [ParamField(0x24, ParamType.U8)]
- public byte MWLUA4
- {
- get => _MWLUA4;
- set => WriteParamField(ref _MWLUA4, value);
- }
- private byte _MWLUA4;
-
- [ParamField(0x25, ParamType.U8)]
- public byte MWLUA5
- {
- get => _MWLUA5;
- set => WriteParamField(ref _MWLUA5, value);
- }
- private byte _MWLUA5;
-
- [ParamField(0x26, ParamType.U8)]
- public byte MWLUA6
- {
- get => _MWLUA6;
- set => WriteParamField(ref _MWLUA6, value);
- }
- private byte _MWLUA6;
-
- [ParamField(0x27, ParamType.U8)]
- public byte MWLUA7
- {
- get => _MWLUA7;
- set => WriteParamField(ref _MWLUA7, value);
- }
- private byte _MWLUA7;
-
- [ParamField(0x28, ParamType.U8)]
- public byte MWLUA8
- {
- get => _MWLUA8;
- set => WriteParamField(ref _MWLUA8, value);
- }
- private byte _MWLUA8;
-
- [ParamField(0x29, ParamType.U8)]
- public byte MWLUA9
- {
- get => _MWLUA9;
- set => WriteParamField(ref _MWLUA9, value);
- }
- private byte _MWLUA9;
-
- [ParamField(0x2A, ParamType.U8)]
- public byte MWLUA10
- {
- get => _MWLUA10;
- set => WriteParamField(ref _MWLUA10, value);
- }
- private byte _MWLUA10;
-
- [ParamField(0x2B, ParamType.U8)]
- public byte MLASUR
- {
- get => _MLASUR;
- set => WriteParamField(ref _MLASUR, value);
- }
- private byte _MLASUR;
-
- [ParamField(0x2C, ParamType.U8)]
- public byte MLASUA
- {
- get => _MLASUA;
- set => WriteParamField(ref _MLASUA, value);
- }
- private byte _MLASUA;
-
- [ParamField(0x2D, ParamType.Dummy8, 3)]
- public byte[] Pad
- {
- get => _Pad;
- set => WriteParamField(ref _Pad, value);
- }
- private byte[] _Pad;
-
- [ParamField(0x30, ParamType.F32)]
- public float SummonTimeoutTime
- {
- get => _SummonTimeoutTime;
- set => WriteParamField(ref _SummonTimeoutTime, value);
- }
- private float _SummonTimeoutTime;
-
- [ParamField(0x34, ParamType.U32)]
- public uint SingGetMax
- {
- get => _SingGetMax;
- set => WriteParamField(ref _SingGetMax, value);
- }
- private uint _SingGetMax;
-
- [ParamField(0x38, ParamType.F32)]
- public float SignDownloadSpan
- {
- get => _SignDownloadSpan;
- set => WriteParamField(ref _SignDownloadSpan, value);
- }
- private float _SignDownloadSpan;
-
- [ParamField(0x3C, ParamType.F32)]
- public float NitoSignDownloadSpan
- {
- get => _NitoSignDownloadSpan;
- set => WriteParamField(ref _NitoSignDownloadSpan, value);
- }
- private float _NitoSignDownloadSpan;
-
- [ParamField(0x40, ParamType.F32)]
- public float SignUpdateSpan
- {
- get => _SignUpdateSpan;
- set => WriteParamField(ref _SignUpdateSpan, value);
- }
- private float _SignUpdateSpan;
-
- [ParamField(0x44, ParamType.U32)]
- public uint MaxBreakInTargetListCount
- {
- get => _MaxBreakInTargetListCount;
- set => WriteParamField(ref _MaxBreakInTargetListCount, value);
- }
- private uint _MaxBreakInTargetListCount;
-
- [ParamField(0x48, ParamType.F32)]
- public float BreakInRequestIntervalTimeSec
- {
- get => _BreakInRequestIntervalTimeSec;
- set => WriteParamField(ref _BreakInRequestIntervalTimeSec, value);
- }
- private float _BreakInRequestIntervalTimeSec;
-
- [ParamField(0x4C, ParamType.F32)]
- public float BreakInRequestTimeOutSec
- {
- get => _BreakInRequestTimeOutSec;
- set => WriteParamField(ref _BreakInRequestTimeOutSec, value);
- }
- private float _BreakInRequestTimeOutSec;
-
- [ParamField(0x50, ParamType.U32)]
- public uint ReloadSignTotalCount_0
- {
- get => _ReloadSignTotalCount_0;
- set => WriteParamField(ref _ReloadSignTotalCount_0, value);
- }
- private uint _ReloadSignTotalCount_0;
-
- [ParamField(0x54, ParamType.F32)]
- public float ReloadSignIntervalTime_0
- {
- get => _ReloadSignIntervalTime_0;
- set => WriteParamField(ref _ReloadSignIntervalTime_0, value);
- }
- private float _ReloadSignIntervalTime_0;
-
- [ParamField(0x58, ParamType.F32)]
- public float ReloadSignIntervalTime_1
- {
- get => _ReloadSignIntervalTime_1;
- set => WriteParamField(ref _ReloadSignIntervalTime_1, value);
- }
- private float _ReloadSignIntervalTime_1;
-
- [ParamField(0x5C, ParamType.U32)]
- public uint ReloadSignTotalCount_1
- {
- get => _ReloadSignTotalCount_1;
- set => WriteParamField(ref _ReloadSignTotalCount_1, value);
- }
- private uint _ReloadSignTotalCount_1;
-
- [ParamField(0x60, ParamType.U32)]
- public uint ReloadSignCellCount
- {
- get => _ReloadSignCellCount;
- set => WriteParamField(ref _ReloadSignCellCount, value);
- }
- private uint _ReloadSignCellCount;
-
- [ParamField(0x64, ParamType.F32)]
- public float ReloadSignIntervalTime_2
- {
- get => _ReloadSignIntervalTime_2;
- set => WriteParamField(ref _ReloadSignIntervalTime_2, value);
- }
- private float _ReloadSignIntervalTime_2;
-
- [ParamField(0x68, ParamType.U32)]
- public uint ReloadGhostTotalCount
- {
- get => _ReloadGhostTotalCount;
- set => WriteParamField(ref _ReloadGhostTotalCount, value);
- }
- private uint _ReloadGhostTotalCount;
-
- [ParamField(0x6C, ParamType.U32)]
- public uint ReloadGhostCellCount
- {
- get => _ReloadGhostCellCount;
- set => WriteParamField(ref _ReloadGhostCellCount, value);
- }
- private uint _ReloadGhostCellCount;
-
- [ParamField(0x70, ParamType.U32)]
- public uint MaxGhostTotalCount
- {
- get => _MaxGhostTotalCount;
- set => WriteParamField(ref _MaxGhostTotalCount, value);
- }
- private uint _MaxGhostTotalCount;
-
- [ParamField(0x74, ParamType.F32)]
- public float UpdateWanderGhostIntervalTime
- {
- get => _UpdateWanderGhostIntervalTime;
- set => WriteParamField(ref _UpdateWanderGhostIntervalTime, value);
- }
- private float _UpdateWanderGhostIntervalTime;
-
- [ParamField(0x78, ParamType.F32)]
- public float MinReplayIntervalTime
- {
- get => _MinReplayIntervalTime;
- set => WriteParamField(ref _MinReplayIntervalTime, value);
- }
- private float _MinReplayIntervalTime;
-
- [ParamField(0x7C, ParamType.F32)]
- public float MaxReplayIntervalTime
- {
- get => _MaxReplayIntervalTime;
- set => WriteParamField(ref _MaxReplayIntervalTime, value);
- }
- private float _MaxReplayIntervalTime;
-
- [ParamField(0x80, ParamType.F32)]
- public float ReloadGhostIntervalTime
- {
- get => _ReloadGhostIntervalTime;
- set => WriteParamField(ref _ReloadGhostIntervalTime, value);
- }
- private float _ReloadGhostIntervalTime;
-
- [ParamField(0x84, ParamType.F32)]
- public float ReplayBonfireModeRange
- {
- get => _ReplayBonfireModeRange;
- set => WriteParamField(ref _ReplayBonfireModeRange, value);
- }
- private float _ReplayBonfireModeRange;
-
- [ParamField(0x88, ParamType.F32)]
- public float WanderGhostIntervalLifeTime
- {
- get => _WanderGhostIntervalLifeTime;
- set => WriteParamField(ref _WanderGhostIntervalLifeTime, value);
- }
- private float _WanderGhostIntervalLifeTime;
-
- [ParamField(0x8C, ParamType.F32)]
- public float SummonMessageInterval
- {
- get => _SummonMessageInterval;
- set => WriteParamField(ref _SummonMessageInterval, value);
- }
- private float _SummonMessageInterval;
-
- [ParamField(0x90, ParamType.F32)]
- public float HostRegisterUpdateTime
- {
- get => _HostRegisterUpdateTime;
- set => WriteParamField(ref _HostRegisterUpdateTime, value);
- }
- private float _HostRegisterUpdateTime;
-
- [ParamField(0x94, ParamType.U32)]
- public uint RequestSearchQuickMatchLimit
- {
- get => _RequestSearchQuickMatchLimit;
- set => WriteParamField(ref _RequestSearchQuickMatchLimit, value);
- }
- private uint _RequestSearchQuickMatchLimit;
-
- [ParamField(0x98, ParamType.F32)]
- public float MyTeamInviteTimeoutTime
- {
- get => _MyTeamInviteTimeoutTime;
- set => WriteParamField(ref _MyTeamInviteTimeoutTime, value);
- }
- private float _MyTeamInviteTimeoutTime;
-
- [ParamField(0x9C, ParamType.U32)]
- public uint VisitorListMax
- {
- get => _VisitorListMax;
- set => WriteParamField(ref _VisitorListMax, value);
- }
- private uint _VisitorListMax;
-
- [ParamField(0xA0, ParamType.F32)]
- public float VisitorTimeOutTime
- {
- get => _VisitorTimeOutTime;
- set => WriteParamField(ref _VisitorTimeOutTime, value);
- }
- private float _VisitorTimeOutTime;
-
- [ParamField(0xA4, ParamType.F32)]
- public float DownloadSpan
- {
- get => _DownloadSpan;
- set => WriteParamField(ref _DownloadSpan, value);
- }
- private float _DownloadSpan;
-
- [ParamField(0xA8, ParamType.F32)]
- public float BonfireLowerBoundCoolTime
- {
- get => _BonfireLowerBoundCoolTime;
- set => WriteParamField(ref _BonfireLowerBoundCoolTime, value);
- }
- private float _BonfireLowerBoundCoolTime;
-
- [ParamField(0xAC, ParamType.F32)]
- public float BonfireUpperBoundCoolTime
- {
- get => _BonfireUpperBoundCoolTime;
- set => WriteParamField(ref _BonfireUpperBoundCoolTime, value);
- }
- private float _BonfireUpperBoundCoolTime;
-
- [ParamField(0xB0, ParamType.F32)]
- public float ResonanceMagicDbDistInterval
- {
- get => _ResonanceMagicDbDistInterval;
- set => WriteParamField(ref _ResonanceMagicDbDistInterval, value);
- }
- private float _ResonanceMagicDbDistInterval;
-
- [ParamField(0xB4, ParamType.F32)]
- public float InputTimeoutSec
- {
- get => _InputTimeoutSec;
- set => WriteParamField(ref _InputTimeoutSec, value);
- }
- private float _InputTimeoutSec;
-
- [ParamField(0xB8, ParamType.F32)]
- public float GeneralPurposeParam1
- {
- get => _GeneralPurposeParam1;
- set => WriteParamField(ref _GeneralPurposeParam1, value);
- }
- private float _GeneralPurposeParam1;
-
- [ParamField(0xBC, ParamType.F32)]
- public float GeneralPurposeParam2
- {
- get => _GeneralPurposeParam2;
- set => WriteParamField(ref _GeneralPurposeParam2, value);
- }
- private float _GeneralPurposeParam2;
-
- [ParamField(0xC0, ParamType.F32)]
- public float GeneralPurposeParam3
- {
- get => _GeneralPurposeParam3;
- set => WriteParamField(ref _GeneralPurposeParam3, value);
- }
- private float _GeneralPurposeParam3;
-
- [ParamField(0xC4, ParamType.F32)]
- public float GeneralPurposeParam4
- {
- get => _GeneralPurposeParam4;
- set => WriteParamField(ref _GeneralPurposeParam4, value);
- }
- private float _GeneralPurposeParam4;
-
- [ParamField(0xC8, ParamType.F32)]
- public float GeneralPurposeParam5
- {
- get => _GeneralPurposeParam5;
- set => WriteParamField(ref _GeneralPurposeParam5, value);
- }
- private float _GeneralPurposeParam5;
-
- [ParamField(0xCC, ParamType.U8)]
- public byte MWLUWS_11
- {
- get => _MWLUWS_11;
- set => WriteParamField(ref _MWLUWS_11, value);
- }
- private byte _MWLUWS_11;
-
- [ParamField(0xCD, ParamType.U8)]
- public byte MWLUWS_12
- {
- get => _MWLUWS_12;
- set => WriteParamField(ref _MWLUWS_12, value);
- }
- private byte _MWLUWS_12;
-
- [ParamField(0xCE, ParamType.U8)]
- public byte MWLUWS_13
- {
- get => _MWLUWS_13;
- set => WriteParamField(ref _MWLUWS_13, value);
- }
- private byte _MWLUWS_13;
-
- [ParamField(0xCF, ParamType.U8)]
- public byte MWLUWS_14
- {
- get => _MWLUWS_14;
- set => WriteParamField(ref _MWLUWS_14, value);
- }
- private byte _MWLUWS_14;
-
- [ParamField(0xD0, ParamType.U8)]
- public byte MWLUWS_15
- {
- get => _MWLUWS_15;
- set => WriteParamField(ref _MWLUWS_15, value);
- }
- private byte _MWLUWS_15;
-
- [ParamField(0xD1, ParamType.U8)]
- public byte MWLURS_11
- {
- get => _MWLURS_11;
- set => WriteParamField(ref _MWLURS_11, value);
- }
- private byte _MWLURS_11;
-
- [ParamField(0xD2, ParamType.U8)]
- public byte MWLURS_12
- {
- get => _MWLURS_12;
- set => WriteParamField(ref _MWLURS_12, value);
- }
- private byte _MWLURS_12;
-
- [ParamField(0xD3, ParamType.U8)]
- public byte MWLURS_13
- {
- get => _MWLURS_13;
- set => WriteParamField(ref _MWLURS_13, value);
- }
- private byte _MWLURS_13;
-
- [ParamField(0xD4, ParamType.U8)]
- public byte MWLURS_14
- {
- get => _MWLURS_14;
- set => WriteParamField(ref _MWLURS_14, value);
- }
- private byte _MWLURS_14;
-
- [ParamField(0xD5, ParamType.U8)]
- public byte MWLURS_15
- {
- get => _MWLURS_15;
- set => WriteParamField(ref _MWLURS_15, value);
- }
- private byte _MWLURS_15;
-
- [ParamField(0xD6, ParamType.U8)]
- public byte MWLUAR_11
- {
- get => _MWLUAR_11;
- set => WriteParamField(ref _MWLUAR_11, value);
- }
- private byte _MWLUAR_11;
-
- [ParamField(0xD7, ParamType.U8)]
- public byte MWLUAR_12
- {
- get => _MWLUAR_12;
- set => WriteParamField(ref _MWLUAR_12, value);
- }
- private byte _MWLUAR_12;
-
- [ParamField(0xD8, ParamType.U8)]
- public byte MWLUAR_13
- {
- get => _MWLUAR_13;
- set => WriteParamField(ref _MWLUAR_13, value);
- }
- private byte _MWLUAR_13;
-
- [ParamField(0xD9, ParamType.U8)]
- public byte MWLUAR_14
- {
- get => _MWLUAR_14;
- set => WriteParamField(ref _MWLUAR_14, value);
- }
- private byte _MWLUAR_14;
-
- [ParamField(0xDA, ParamType.U8)]
- public byte MWLUAR_15
- {
- get => _MWLUAR_15;
- set => WriteParamField(ref _MWLUAR_15, value);
- }
- private byte _MWLUAR_15;
-
- [ParamField(0xDB, ParamType.U8)]
- public byte GeneralPurposeParam6
- {
- get => _GeneralPurposeParam6;
- set => WriteParamField(ref _GeneralPurposeParam6, value);
- }
- private byte _GeneralPurposeParam6;
+ [ParamField(0x0, ParamType.I16)]
+ public short SCLUA
+ {
+ get => _SCLUA;
+ set => WriteParamField(ref _SCLUA, value);
+ }
+ private short _SCLUA;
+
+ [ParamField(0x2, ParamType.I16)]
+ public short SDCLUR
+ {
+ get => _SDCLUR;
+ set => WriteParamField(ref _SDCLUR, value);
+ }
+ private short _SDCLUR;
+
+ [ParamField(0x4, ParamType.I16)]
+ public short SDCWLM
+ {
+ get => _SDCWLM;
+ set => WriteParamField(ref _SDCWLM, value);
+ }
+ private short _SDCWLM;
+
+ [ParamField(0x6, ParamType.U8)]
+ public byte MLWSUR
+ {
+ get => _MLWSUR;
+ set => WriteParamField(ref _MLWSUR, value);
+ }
+ private byte _MLWSUR;
+
+ [ParamField(0x7, ParamType.U8)]
+ public byte MLWSUA
+ {
+ get => _MLWSUA;
+ set => WriteParamField(ref _MLWSUA, value);
+ }
+ private byte _MLWSUA;
+
+ [ParamField(0x8, ParamType.U8)]
+ public byte MLRSUR
+ {
+ get => _MLRSUR;
+ set => WriteParamField(ref _MLRSUR, value);
+ }
+ private byte _MLRSUR;
+
+ [ParamField(0x9, ParamType.U8)]
+ public byte MLRSUA
+ {
+ get => _MLRSUA;
+ set => WriteParamField(ref _MLRSUA, value);
+ }
+ private byte _MLRSUA;
+
+ [ParamField(0xA, ParamType.U8)]
+ public byte MWLUWS0
+ {
+ get => _MWLUWS0;
+ set => WriteParamField(ref _MWLUWS0, value);
+ }
+ private byte _MWLUWS0;
+
+ [ParamField(0xB, ParamType.U8)]
+ public byte MWLUWS1
+ {
+ get => _MWLUWS1;
+ set => WriteParamField(ref _MWLUWS1, value);
+ }
+ private byte _MWLUWS1;
+
+ [ParamField(0xC, ParamType.U8)]
+ public byte MWLUWS2
+ {
+ get => _MWLUWS2;
+ set => WriteParamField(ref _MWLUWS2, value);
+ }
+ private byte _MWLUWS2;
+
+ [ParamField(0xD, ParamType.U8)]
+ public byte MWLUWS3
+ {
+ get => _MWLUWS3;
+ set => WriteParamField(ref _MWLUWS3, value);
+ }
+ private byte _MWLUWS3;
+
+ [ParamField(0xE, ParamType.U8)]
+ public byte MWLUWS4
+ {
+ get => _MWLUWS4;
+ set => WriteParamField(ref _MWLUWS4, value);
+ }
+ private byte _MWLUWS4;
+
+ [ParamField(0xF, ParamType.U8)]
+ public byte MWLUWS5
+ {
+ get => _MWLUWS5;
+ set => WriteParamField(ref _MWLUWS5, value);
+ }
+ private byte _MWLUWS5;
+
+ [ParamField(0x10, ParamType.U8)]
+ public byte MWLUWS6
+ {
+ get => _MWLUWS6;
+ set => WriteParamField(ref _MWLUWS6, value);
+ }
+ private byte _MWLUWS6;
+ [ParamField(0x11, ParamType.U8)]
+ public byte MWLUWS7
+ {
+ get => _MWLUWS7;
+ set => WriteParamField(ref _MWLUWS7, value);
}
+ private byte _MWLUWS7;
+
+ [ParamField(0x12, ParamType.U8)]
+ public byte MWLUWS8
+ {
+ get => _MWLUWS8;
+ set => WriteParamField(ref _MWLUWS8, value);
+ }
+ private byte _MWLUWS8;
+
+ [ParamField(0x13, ParamType.U8)]
+ public byte MWLUWS9
+ {
+ get => _MWLUWS9;
+ set => WriteParamField(ref _MWLUWS9, value);
+ }
+ private byte _MWLUWS9;
+
+ [ParamField(0x14, ParamType.U8)]
+ public byte MWLUWS10
+ {
+ get => _MWLUWS10;
+ set => WriteParamField(ref _MWLUWS10, value);
+ }
+ private byte _MWLUWS10;
+
+ [ParamField(0x15, ParamType.U8)]
+ public byte MWLURS0
+ {
+ get => _MWLURS0;
+ set => WriteParamField(ref _MWLURS0, value);
+ }
+ private byte _MWLURS0;
+
+ [ParamField(0x16, ParamType.U8)]
+ public byte MWLURS1
+ {
+ get => _MWLURS1;
+ set => WriteParamField(ref _MWLURS1, value);
+ }
+ private byte _MWLURS1;
+
+ [ParamField(0x17, ParamType.U8)]
+ public byte MWLURS2
+ {
+ get => _MWLURS2;
+ set => WriteParamField(ref _MWLURS2, value);
+ }
+ private byte _MWLURS2;
+
+ [ParamField(0x18, ParamType.U8)]
+ public byte MWLURS3
+ {
+ get => _MWLURS3;
+ set => WriteParamField(ref _MWLURS3, value);
+ }
+ private byte _MWLURS3;
+
+ [ParamField(0x19, ParamType.U8)]
+ public byte MWLURS4
+ {
+ get => _MWLURS4;
+ set => WriteParamField(ref _MWLURS4, value);
+ }
+ private byte _MWLURS4;
+
+ [ParamField(0x1A, ParamType.U8)]
+ public byte MWLURS5
+ {
+ get => _MWLURS5;
+ set => WriteParamField(ref _MWLURS5, value);
+ }
+ private byte _MWLURS5;
+
+ [ParamField(0x1B, ParamType.U8)]
+ public byte MWLURS6
+ {
+ get => _MWLURS6;
+ set => WriteParamField(ref _MWLURS6, value);
+ }
+ private byte _MWLURS6;
+
+ [ParamField(0x1C, ParamType.U8)]
+ public byte MWLURS7
+ {
+ get => _MWLURS7;
+ set => WriteParamField(ref _MWLURS7, value);
+ }
+ private byte _MWLURS7;
+
+ [ParamField(0x1D, ParamType.U8)]
+ public byte MWLURS8
+ {
+ get => _MWLURS8;
+ set => WriteParamField(ref _MWLURS8, value);
+ }
+ private byte _MWLURS8;
+
+ [ParamField(0x1E, ParamType.U8)]
+ public byte MWLURS9
+ {
+ get => _MWLURS9;
+ set => WriteParamField(ref _MWLURS9, value);
+ }
+ private byte _MWLURS9;
+
+ [ParamField(0x1F, ParamType.U8)]
+ public byte MWLURS10
+ {
+ get => _MWLURS10;
+ set => WriteParamField(ref _MWLURS10, value);
+ }
+ private byte _MWLURS10;
+
+ [ParamField(0x20, ParamType.U8)]
+ public byte MWLUA0
+ {
+ get => _MWLUA0;
+ set => WriteParamField(ref _MWLUA0, value);
+ }
+ private byte _MWLUA0;
+
+ [ParamField(0x21, ParamType.U8)]
+ public byte MWLUA1
+ {
+ get => _MWLUA1;
+ set => WriteParamField(ref _MWLUA1, value);
+ }
+ private byte _MWLUA1;
+
+ [ParamField(0x22, ParamType.U8)]
+ public byte MWLUA2
+ {
+ get => _MWLUA2;
+ set => WriteParamField(ref _MWLUA2, value);
+ }
+ private byte _MWLUA2;
+
+ [ParamField(0x23, ParamType.U8)]
+ public byte MWLUA3
+ {
+ get => _MWLUA3;
+ set => WriteParamField(ref _MWLUA3, value);
+ }
+ private byte _MWLUA3;
+
+ [ParamField(0x24, ParamType.U8)]
+ public byte MWLUA4
+ {
+ get => _MWLUA4;
+ set => WriteParamField(ref _MWLUA4, value);
+ }
+ private byte _MWLUA4;
+
+ [ParamField(0x25, ParamType.U8)]
+ public byte MWLUA5
+ {
+ get => _MWLUA5;
+ set => WriteParamField(ref _MWLUA5, value);
+ }
+ private byte _MWLUA5;
+
+ [ParamField(0x26, ParamType.U8)]
+ public byte MWLUA6
+ {
+ get => _MWLUA6;
+ set => WriteParamField(ref _MWLUA6, value);
+ }
+ private byte _MWLUA6;
+
+ [ParamField(0x27, ParamType.U8)]
+ public byte MWLUA7
+ {
+ get => _MWLUA7;
+ set => WriteParamField(ref _MWLUA7, value);
+ }
+ private byte _MWLUA7;
+
+ [ParamField(0x28, ParamType.U8)]
+ public byte MWLUA8
+ {
+ get => _MWLUA8;
+ set => WriteParamField(ref _MWLUA8, value);
+ }
+ private byte _MWLUA8;
+
+ [ParamField(0x29, ParamType.U8)]
+ public byte MWLUA9
+ {
+ get => _MWLUA9;
+ set => WriteParamField(ref _MWLUA9, value);
+ }
+ private byte _MWLUA9;
+
+ [ParamField(0x2A, ParamType.U8)]
+ public byte MWLUA10
+ {
+ get => _MWLUA10;
+ set => WriteParamField(ref _MWLUA10, value);
+ }
+ private byte _MWLUA10;
+
+ [ParamField(0x2B, ParamType.U8)]
+ public byte MLASUR
+ {
+ get => _MLASUR;
+ set => WriteParamField(ref _MLASUR, value);
+ }
+ private byte _MLASUR;
+
+ [ParamField(0x2C, ParamType.U8)]
+ public byte MLASUA
+ {
+ get => _MLASUA;
+ set => WriteParamField(ref _MLASUA, value);
+ }
+ private byte _MLASUA;
+
+ [ParamField(0x2D, ParamType.Dummy8, 3)]
+ public byte[] Pad
+ {
+ get => _Pad;
+ set => WriteParamField(ref _Pad, value);
+ }
+ private byte[] _Pad = null!;
+
+ [ParamField(0x30, ParamType.F32)]
+ public float SummonTimeoutTime
+ {
+ get => _SummonTimeoutTime;
+ set => WriteParamField(ref _SummonTimeoutTime, value);
+ }
+ private float _SummonTimeoutTime;
+
+ [ParamField(0x34, ParamType.U32)]
+ public uint SingGetMax
+ {
+ get => _SingGetMax;
+ set => WriteParamField(ref _SingGetMax, value);
+ }
+ private uint _SingGetMax;
+
+ [ParamField(0x38, ParamType.F32)]
+ public float SignDownloadSpan
+ {
+ get => _SignDownloadSpan;
+ set => WriteParamField(ref _SignDownloadSpan, value);
+ }
+ private float _SignDownloadSpan;
+
+ [ParamField(0x3C, ParamType.F32)]
+ public float NitoSignDownloadSpan
+ {
+ get => _NitoSignDownloadSpan;
+ set => WriteParamField(ref _NitoSignDownloadSpan, value);
+ }
+ private float _NitoSignDownloadSpan;
+
+ [ParamField(0x40, ParamType.F32)]
+ public float SignUpdateSpan
+ {
+ get => _SignUpdateSpan;
+ set => WriteParamField(ref _SignUpdateSpan, value);
+ }
+ private float _SignUpdateSpan;
+
+ [ParamField(0x44, ParamType.U32)]
+ public uint MaxBreakInTargetListCount
+ {
+ get => _MaxBreakInTargetListCount;
+ set => WriteParamField(ref _MaxBreakInTargetListCount, value);
+ }
+ private uint _MaxBreakInTargetListCount;
+
+ [ParamField(0x48, ParamType.F32)]
+ public float BreakInRequestIntervalTimeSec
+ {
+ get => _BreakInRequestIntervalTimeSec;
+ set => WriteParamField(ref _BreakInRequestIntervalTimeSec, value);
+ }
+ private float _BreakInRequestIntervalTimeSec;
+
+ [ParamField(0x4C, ParamType.F32)]
+ public float BreakInRequestTimeOutSec
+ {
+ get => _BreakInRequestTimeOutSec;
+ set => WriteParamField(ref _BreakInRequestTimeOutSec, value);
+ }
+ private float _BreakInRequestTimeOutSec;
+
+ [ParamField(0x50, ParamType.U32)]
+ public uint ReloadSignTotalCount_0
+ {
+ get => _ReloadSignTotalCount_0;
+ set => WriteParamField(ref _ReloadSignTotalCount_0, value);
+ }
+ private uint _ReloadSignTotalCount_0;
+
+ [ParamField(0x54, ParamType.F32)]
+ public float ReloadSignIntervalTime_0
+ {
+ get => _ReloadSignIntervalTime_0;
+ set => WriteParamField(ref _ReloadSignIntervalTime_0, value);
+ }
+ private float _ReloadSignIntervalTime_0;
+
+ [ParamField(0x58, ParamType.F32)]
+ public float ReloadSignIntervalTime_1
+ {
+ get => _ReloadSignIntervalTime_1;
+ set => WriteParamField(ref _ReloadSignIntervalTime_1, value);
+ }
+ private float _ReloadSignIntervalTime_1;
+
+ [ParamField(0x5C, ParamType.U32)]
+ public uint ReloadSignTotalCount_1
+ {
+ get => _ReloadSignTotalCount_1;
+ set => WriteParamField(ref _ReloadSignTotalCount_1, value);
+ }
+ private uint _ReloadSignTotalCount_1;
+
+ [ParamField(0x60, ParamType.U32)]
+ public uint ReloadSignCellCount
+ {
+ get => _ReloadSignCellCount;
+ set => WriteParamField(ref _ReloadSignCellCount, value);
+ }
+ private uint _ReloadSignCellCount;
+
+ [ParamField(0x64, ParamType.F32)]
+ public float ReloadSignIntervalTime_2
+ {
+ get => _ReloadSignIntervalTime_2;
+ set => WriteParamField(ref _ReloadSignIntervalTime_2, value);
+ }
+ private float _ReloadSignIntervalTime_2;
+
+ [ParamField(0x68, ParamType.U32)]
+ public uint ReloadGhostTotalCount
+ {
+ get => _ReloadGhostTotalCount;
+ set => WriteParamField(ref _ReloadGhostTotalCount, value);
+ }
+ private uint _ReloadGhostTotalCount;
+
+ [ParamField(0x6C, ParamType.U32)]
+ public uint ReloadGhostCellCount
+ {
+ get => _ReloadGhostCellCount;
+ set => WriteParamField(ref _ReloadGhostCellCount, value);
+ }
+ private uint _ReloadGhostCellCount;
+
+ [ParamField(0x70, ParamType.U32)]
+ public uint MaxGhostTotalCount
+ {
+ get => _MaxGhostTotalCount;
+ set => WriteParamField(ref _MaxGhostTotalCount, value);
+ }
+ private uint _MaxGhostTotalCount;
+
+ [ParamField(0x74, ParamType.F32)]
+ public float UpdateWanderGhostIntervalTime
+ {
+ get => _UpdateWanderGhostIntervalTime;
+ set => WriteParamField(ref _UpdateWanderGhostIntervalTime, value);
+ }
+ private float _UpdateWanderGhostIntervalTime;
+
+ [ParamField(0x78, ParamType.F32)]
+ public float MinReplayIntervalTime
+ {
+ get => _MinReplayIntervalTime;
+ set => WriteParamField(ref _MinReplayIntervalTime, value);
+ }
+ private float _MinReplayIntervalTime;
+
+ [ParamField(0x7C, ParamType.F32)]
+ public float MaxReplayIntervalTime
+ {
+ get => _MaxReplayIntervalTime;
+ set => WriteParamField(ref _MaxReplayIntervalTime, value);
+ }
+ private float _MaxReplayIntervalTime;
+
+ [ParamField(0x80, ParamType.F32)]
+ public float ReloadGhostIntervalTime
+ {
+ get => _ReloadGhostIntervalTime;
+ set => WriteParamField(ref _ReloadGhostIntervalTime, value);
+ }
+ private float _ReloadGhostIntervalTime;
+
+ [ParamField(0x84, ParamType.F32)]
+ public float ReplayBonfireModeRange
+ {
+ get => _ReplayBonfireModeRange;
+ set => WriteParamField(ref _ReplayBonfireModeRange, value);
+ }
+ private float _ReplayBonfireModeRange;
+
+ [ParamField(0x88, ParamType.F32)]
+ public float WanderGhostIntervalLifeTime
+ {
+ get => _WanderGhostIntervalLifeTime;
+ set => WriteParamField(ref _WanderGhostIntervalLifeTime, value);
+ }
+ private float _WanderGhostIntervalLifeTime;
+
+ [ParamField(0x8C, ParamType.F32)]
+ public float SummonMessageInterval
+ {
+ get => _SummonMessageInterval;
+ set => WriteParamField(ref _SummonMessageInterval, value);
+ }
+ private float _SummonMessageInterval;
+
+ [ParamField(0x90, ParamType.F32)]
+ public float HostRegisterUpdateTime
+ {
+ get => _HostRegisterUpdateTime;
+ set => WriteParamField(ref _HostRegisterUpdateTime, value);
+ }
+ private float _HostRegisterUpdateTime;
+
+ [ParamField(0x94, ParamType.U32)]
+ public uint RequestSearchQuickMatchLimit
+ {
+ get => _RequestSearchQuickMatchLimit;
+ set => WriteParamField(ref _RequestSearchQuickMatchLimit, value);
+ }
+ private uint _RequestSearchQuickMatchLimit;
+
+ [ParamField(0x98, ParamType.F32)]
+ public float MyTeamInviteTimeoutTime
+ {
+ get => _MyTeamInviteTimeoutTime;
+ set => WriteParamField(ref _MyTeamInviteTimeoutTime, value);
+ }
+ private float _MyTeamInviteTimeoutTime;
+
+ [ParamField(0x9C, ParamType.U32)]
+ public uint VisitorListMax
+ {
+ get => _VisitorListMax;
+ set => WriteParamField(ref _VisitorListMax, value);
+ }
+ private uint _VisitorListMax;
+
+ [ParamField(0xA0, ParamType.F32)]
+ public float VisitorTimeOutTime
+ {
+ get => _VisitorTimeOutTime;
+ set => WriteParamField(ref _VisitorTimeOutTime, value);
+ }
+ private float _VisitorTimeOutTime;
+
+ [ParamField(0xA4, ParamType.F32)]
+ public float DownloadSpan
+ {
+ get => _DownloadSpan;
+ set => WriteParamField(ref _DownloadSpan, value);
+ }
+ private float _DownloadSpan;
+
+ [ParamField(0xA8, ParamType.F32)]
+ public float BonfireLowerBoundCoolTime
+ {
+ get => _BonfireLowerBoundCoolTime;
+ set => WriteParamField(ref _BonfireLowerBoundCoolTime, value);
+ }
+ private float _BonfireLowerBoundCoolTime;
+
+ [ParamField(0xAC, ParamType.F32)]
+ public float BonfireUpperBoundCoolTime
+ {
+ get => _BonfireUpperBoundCoolTime;
+ set => WriteParamField(ref _BonfireUpperBoundCoolTime, value);
+ }
+ private float _BonfireUpperBoundCoolTime;
+
+ [ParamField(0xB0, ParamType.F32)]
+ public float ResonanceMagicDbDistInterval
+ {
+ get => _ResonanceMagicDbDistInterval;
+ set => WriteParamField(ref _ResonanceMagicDbDistInterval, value);
+ }
+ private float _ResonanceMagicDbDistInterval;
+
+ [ParamField(0xB4, ParamType.F32)]
+ public float InputTimeoutSec
+ {
+ get => _InputTimeoutSec;
+ set => WriteParamField(ref _InputTimeoutSec, value);
+ }
+ private float _InputTimeoutSec;
+
+ [ParamField(0xB8, ParamType.F32)]
+ public float GeneralPurposeParam1
+ {
+ get => _GeneralPurposeParam1;
+ set => WriteParamField(ref _GeneralPurposeParam1, value);
+ }
+ private float _GeneralPurposeParam1;
+
+ [ParamField(0xBC, ParamType.F32)]
+ public float GeneralPurposeParam2
+ {
+ get => _GeneralPurposeParam2;
+ set => WriteParamField(ref _GeneralPurposeParam2, value);
+ }
+ private float _GeneralPurposeParam2;
+
+ [ParamField(0xC0, ParamType.F32)]
+ public float GeneralPurposeParam3
+ {
+ get => _GeneralPurposeParam3;
+ set => WriteParamField(ref _GeneralPurposeParam3, value);
+ }
+ private float _GeneralPurposeParam3;
+
+ [ParamField(0xC4, ParamType.F32)]
+ public float GeneralPurposeParam4
+ {
+ get => _GeneralPurposeParam4;
+ set => WriteParamField(ref _GeneralPurposeParam4, value);
+ }
+ private float _GeneralPurposeParam4;
+
+ [ParamField(0xC8, ParamType.F32)]
+ public float GeneralPurposeParam5
+ {
+ get => _GeneralPurposeParam5;
+ set => WriteParamField(ref _GeneralPurposeParam5, value);
+ }
+ private float _GeneralPurposeParam5;
+
+ [ParamField(0xCC, ParamType.U8)]
+ public byte MWLUWS_11
+ {
+ get => _MWLUWS_11;
+ set => WriteParamField(ref _MWLUWS_11, value);
+ }
+ private byte _MWLUWS_11;
+
+ [ParamField(0xCD, ParamType.U8)]
+ public byte MWLUWS_12
+ {
+ get => _MWLUWS_12;
+ set => WriteParamField(ref _MWLUWS_12, value);
+ }
+ private byte _MWLUWS_12;
+
+ [ParamField(0xCE, ParamType.U8)]
+ public byte MWLUWS_13
+ {
+ get => _MWLUWS_13;
+ set => WriteParamField(ref _MWLUWS_13, value);
+ }
+ private byte _MWLUWS_13;
+
+ [ParamField(0xCF, ParamType.U8)]
+ public byte MWLUWS_14
+ {
+ get => _MWLUWS_14;
+ set => WriteParamField(ref _MWLUWS_14, value);
+ }
+ private byte _MWLUWS_14;
+
+ [ParamField(0xD0, ParamType.U8)]
+ public byte MWLUWS_15
+ {
+ get => _MWLUWS_15;
+ set => WriteParamField(ref _MWLUWS_15, value);
+ }
+ private byte _MWLUWS_15;
+
+ [ParamField(0xD1, ParamType.U8)]
+ public byte MWLURS_11
+ {
+ get => _MWLURS_11;
+ set => WriteParamField(ref _MWLURS_11, value);
+ }
+ private byte _MWLURS_11;
+
+ [ParamField(0xD2, ParamType.U8)]
+ public byte MWLURS_12
+ {
+ get => _MWLURS_12;
+ set => WriteParamField(ref _MWLURS_12, value);
+ }
+ private byte _MWLURS_12;
+
+ [ParamField(0xD3, ParamType.U8)]
+ public byte MWLURS_13
+ {
+ get => _MWLURS_13;
+ set => WriteParamField(ref _MWLURS_13, value);
+ }
+ private byte _MWLURS_13;
+
+ [ParamField(0xD4, ParamType.U8)]
+ public byte MWLURS_14
+ {
+ get => _MWLURS_14;
+ set => WriteParamField(ref _MWLURS_14, value);
+ }
+ private byte _MWLURS_14;
+
+ [ParamField(0xD5, ParamType.U8)]
+ public byte MWLURS_15
+ {
+ get => _MWLURS_15;
+ set => WriteParamField(ref _MWLURS_15, value);
+ }
+ private byte _MWLURS_15;
+
+ [ParamField(0xD6, ParamType.U8)]
+ public byte MWLUAR_11
+ {
+ get => _MWLUAR_11;
+ set => WriteParamField(ref _MWLUAR_11, value);
+ }
+ private byte _MWLUAR_11;
+
+ [ParamField(0xD7, ParamType.U8)]
+ public byte MWLUAR_12
+ {
+ get => _MWLUAR_12;
+ set => WriteParamField(ref _MWLUAR_12, value);
+ }
+ private byte _MWLUAR_12;
+
+ [ParamField(0xD8, ParamType.U8)]
+ public byte MWLUAR_13
+ {
+ get => _MWLUAR_13;
+ set => WriteParamField(ref _MWLUAR_13, value);
+ }
+ private byte _MWLUAR_13;
+
+ [ParamField(0xD9, ParamType.U8)]
+ public byte MWLUAR_14
+ {
+ get => _MWLUAR_14;
+ set => WriteParamField(ref _MWLUAR_14, value);
+ }
+ private byte _MWLUAR_14;
+
+ [ParamField(0xDA, ParamType.U8)]
+ public byte MWLUAR_15
+ {
+ get => _MWLUAR_15;
+ set => WriteParamField(ref _MWLUAR_15, value);
+ }
+ private byte _MWLUAR_15;
+
+ [ParamField(0xDB, ParamType.U8)]
+ public byte GeneralPurposeParam6
+ {
+ get => _GeneralPurposeParam6;
+ set => WriteParamField(ref _GeneralPurposeParam6, value);
+ }
+ private byte _GeneralPurposeParam6;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/LightBank.cs b/src/SoulMemory/DarkSouls1/Parameters/LightBank.cs
index 3b659dde..7f2ebf7d 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/LightBank.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/LightBank.cs
@@ -18,380 +18,377 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class LightBank(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class LightBank : BaseParam
- {
- public LightBank(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I16)]
- public short DegRotX_0
- {
- get => _DegRotX_0;
- set => WriteParamField(ref _DegRotX_0, value);
- }
- private short _DegRotX_0;
-
- [ParamField(0x2, ParamType.I16)]
- public short DegRotY_0
- {
- get => _DegRotY_0;
- set => WriteParamField(ref _DegRotY_0, value);
- }
- private short _DegRotY_0;
-
- [ParamField(0x4, ParamType.I16)]
- public short ColR_0
- {
- get => _ColR_0;
- set => WriteParamField(ref _ColR_0, value);
- }
- private short _ColR_0;
-
- [ParamField(0x6, ParamType.I16)]
- public short ColG_0
- {
- get => _ColG_0;
- set => WriteParamField(ref _ColG_0, value);
- }
- private short _ColG_0;
-
- [ParamField(0x8, ParamType.I16)]
- public short ColB_0
- {
- get => _ColB_0;
- set => WriteParamField(ref _ColB_0, value);
- }
- private short _ColB_0;
-
- [ParamField(0xA, ParamType.I16)]
- public short ColA_0
- {
- get => _ColA_0;
- set => WriteParamField(ref _ColA_0, value);
- }
- private short _ColA_0;
-
- [ParamField(0xC, ParamType.I16)]
- public short DegRotX_1
- {
- get => _DegRotX_1;
- set => WriteParamField(ref _DegRotX_1, value);
- }
- private short _DegRotX_1;
-
- [ParamField(0xE, ParamType.I16)]
- public short DegRotY_1
- {
- get => _DegRotY_1;
- set => WriteParamField(ref _DegRotY_1, value);
- }
- private short _DegRotY_1;
-
- [ParamField(0x10, ParamType.I16)]
- public short ColR_1
- {
- get => _ColR_1;
- set => WriteParamField(ref _ColR_1, value);
- }
- private short _ColR_1;
-
- [ParamField(0x12, ParamType.I16)]
- public short ColG_1
- {
- get => _ColG_1;
- set => WriteParamField(ref _ColG_1, value);
- }
- private short _ColG_1;
-
- [ParamField(0x14, ParamType.I16)]
- public short ColB_1
- {
- get => _ColB_1;
- set => WriteParamField(ref _ColB_1, value);
- }
- private short _ColB_1;
-
- [ParamField(0x16, ParamType.I16)]
- public short ColA_1
- {
- get => _ColA_1;
- set => WriteParamField(ref _ColA_1, value);
- }
- private short _ColA_1;
-
- [ParamField(0x18, ParamType.I16)]
- public short DegRotX_2
- {
- get => _DegRotX_2;
- set => WriteParamField(ref _DegRotX_2, value);
- }
- private short _DegRotX_2;
-
- [ParamField(0x1A, ParamType.I16)]
- public short DegRotY_2
- {
- get => _DegRotY_2;
- set => WriteParamField(ref _DegRotY_2, value);
- }
- private short _DegRotY_2;
-
- [ParamField(0x1C, ParamType.I16)]
- public short ColR_2
- {
- get => _ColR_2;
- set => WriteParamField(ref _ColR_2, value);
- }
- private short _ColR_2;
-
- [ParamField(0x1E, ParamType.I16)]
- public short ColG_2
- {
- get => _ColG_2;
- set => WriteParamField(ref _ColG_2, value);
- }
- private short _ColG_2;
-
- [ParamField(0x20, ParamType.I16)]
- public short ColB_2
- {
- get => _ColB_2;
- set => WriteParamField(ref _ColB_2, value);
- }
- private short _ColB_2;
-
- [ParamField(0x22, ParamType.I16)]
- public short ColA_2
- {
- get => _ColA_2;
- set => WriteParamField(ref _ColA_2, value);
- }
- private short _ColA_2;
-
- [ParamField(0x24, ParamType.I16)]
- public short ColR_u
- {
- get => _ColR_u;
- set => WriteParamField(ref _ColR_u, value);
- }
- private short _ColR_u;
-
- [ParamField(0x26, ParamType.I16)]
- public short ColG_u
- {
- get => _ColG_u;
- set => WriteParamField(ref _ColG_u, value);
- }
- private short _ColG_u;
-
- [ParamField(0x28, ParamType.I16)]
- public short ColB_u
- {
- get => _ColB_u;
- set => WriteParamField(ref _ColB_u, value);
- }
- private short _ColB_u;
-
- [ParamField(0x2A, ParamType.I16)]
- public short ColA_u
- {
- get => _ColA_u;
- set => WriteParamField(ref _ColA_u, value);
- }
- private short _ColA_u;
-
- [ParamField(0x2C, ParamType.I16)]
- public short ColR_d
- {
- get => _ColR_d;
- set => WriteParamField(ref _ColR_d, value);
- }
- private short _ColR_d;
-
- [ParamField(0x2E, ParamType.I16)]
- public short ColG_d
- {
- get => _ColG_d;
- set => WriteParamField(ref _ColG_d, value);
- }
- private short _ColG_d;
-
- [ParamField(0x30, ParamType.I16)]
- public short ColB_d
- {
- get => _ColB_d;
- set => WriteParamField(ref _ColB_d, value);
- }
- private short _ColB_d;
-
- [ParamField(0x32, ParamType.I16)]
- public short ColA_d
- {
- get => _ColA_d;
- set => WriteParamField(ref _ColA_d, value);
- }
- private short _ColA_d;
-
- [ParamField(0x34, ParamType.I16)]
- public short DegRotX_s
- {
- get => _DegRotX_s;
- set => WriteParamField(ref _DegRotX_s, value);
- }
- private short _DegRotX_s;
-
- [ParamField(0x36, ParamType.I16)]
- public short DegRotY_s
- {
- get => _DegRotY_s;
- set => WriteParamField(ref _DegRotY_s, value);
- }
- private short _DegRotY_s;
-
- [ParamField(0x38, ParamType.I16)]
- public short ColR_s
- {
- get => _ColR_s;
- set => WriteParamField(ref _ColR_s, value);
- }
- private short _ColR_s;
-
- [ParamField(0x3A, ParamType.I16)]
- public short ColG_s
- {
- get => _ColG_s;
- set => WriteParamField(ref _ColG_s, value);
- }
- private short _ColG_s;
-
- [ParamField(0x3C, ParamType.I16)]
- public short ColB_s
- {
- get => _ColB_s;
- set => WriteParamField(ref _ColB_s, value);
- }
- private short _ColB_s;
-
- [ParamField(0x3E, ParamType.I16)]
- public short ColA_s
- {
- get => _ColA_s;
- set => WriteParamField(ref _ColA_s, value);
- }
- private short _ColA_s;
-
- [ParamField(0x40, ParamType.I16)]
- public short EnvDif_colR
- {
- get => _EnvDif_colR;
- set => WriteParamField(ref _EnvDif_colR, value);
- }
- private short _EnvDif_colR;
-
- [ParamField(0x42, ParamType.I16)]
- public short EnvDif_colG
- {
- get => _EnvDif_colG;
- set => WriteParamField(ref _EnvDif_colG, value);
- }
- private short _EnvDif_colG;
-
- [ParamField(0x44, ParamType.I16)]
- public short EnvDif_colB
- {
- get => _EnvDif_colB;
- set => WriteParamField(ref _EnvDif_colB, value);
- }
- private short _EnvDif_colB;
-
- [ParamField(0x46, ParamType.I16)]
- public short EnvDif_colA
- {
- get => _EnvDif_colA;
- set => WriteParamField(ref _EnvDif_colA, value);
- }
- private short _EnvDif_colA;
-
- [ParamField(0x48, ParamType.I16)]
- public short EnvSpc_colR
- {
- get => _EnvSpc_colR;
- set => WriteParamField(ref _EnvSpc_colR, value);
- }
- private short _EnvSpc_colR;
-
- [ParamField(0x4A, ParamType.I16)]
- public short EnvSpc_colG
- {
- get => _EnvSpc_colG;
- set => WriteParamField(ref _EnvSpc_colG, value);
- }
- private short _EnvSpc_colG;
-
- [ParamField(0x4C, ParamType.I16)]
- public short EnvSpc_colB
- {
- get => _EnvSpc_colB;
- set => WriteParamField(ref _EnvSpc_colB, value);
- }
- private short _EnvSpc_colB;
-
- [ParamField(0x4E, ParamType.I16)]
- public short EnvSpc_colA
- {
- get => _EnvSpc_colA;
- set => WriteParamField(ref _EnvSpc_colA, value);
- }
- private short _EnvSpc_colA;
-
- [ParamField(0x50, ParamType.I16)]
- public short EnvDif
- {
- get => _EnvDif;
- set => WriteParamField(ref _EnvDif, value);
- }
- private short _EnvDif;
-
- [ParamField(0x52, ParamType.I16)]
- public short EnvSpc_0
- {
- get => _EnvSpc_0;
- set => WriteParamField(ref _EnvSpc_0, value);
- }
- private short _EnvSpc_0;
-
- [ParamField(0x54, ParamType.I16)]
- public short EnvSpc_1
- {
- get => _EnvSpc_1;
- set => WriteParamField(ref _EnvSpc_1, value);
- }
- private short _EnvSpc_1;
-
- [ParamField(0x56, ParamType.I16)]
- public short EnvSpc_2
- {
- get => _EnvSpc_2;
- set => WriteParamField(ref _EnvSpc_2, value);
- }
- private short _EnvSpc_2;
-
- [ParamField(0x58, ParamType.I16)]
- public short EnvSpc_3
- {
- get => _EnvSpc_3;
- set => WriteParamField(ref _EnvSpc_3, value);
- }
- private short _EnvSpc_3;
-
- [ParamField(0x5A, ParamType.Dummy8, 2)]
- public byte[] Pad
- {
- get => _Pad;
- set => WriteParamField(ref _Pad, value);
- }
- private byte[] _Pad;
+ [ParamField(0x0, ParamType.I16)]
+ public short DegRotX_0
+ {
+ get => _DegRotX_0;
+ set => WriteParamField(ref _DegRotX_0, value);
+ }
+ private short _DegRotX_0;
+
+ [ParamField(0x2, ParamType.I16)]
+ public short DegRotY_0
+ {
+ get => _DegRotY_0;
+ set => WriteParamField(ref _DegRotY_0, value);
+ }
+ private short _DegRotY_0;
+
+ [ParamField(0x4, ParamType.I16)]
+ public short ColR_0
+ {
+ get => _ColR_0;
+ set => WriteParamField(ref _ColR_0, value);
+ }
+ private short _ColR_0;
+ [ParamField(0x6, ParamType.I16)]
+ public short ColG_0
+ {
+ get => _ColG_0;
+ set => WriteParamField(ref _ColG_0, value);
}
+ private short _ColG_0;
+
+ [ParamField(0x8, ParamType.I16)]
+ public short ColB_0
+ {
+ get => _ColB_0;
+ set => WriteParamField(ref _ColB_0, value);
+ }
+ private short _ColB_0;
+
+ [ParamField(0xA, ParamType.I16)]
+ public short ColA_0
+ {
+ get => _ColA_0;
+ set => WriteParamField(ref _ColA_0, value);
+ }
+ private short _ColA_0;
+
+ [ParamField(0xC, ParamType.I16)]
+ public short DegRotX_1
+ {
+ get => _DegRotX_1;
+ set => WriteParamField(ref _DegRotX_1, value);
+ }
+ private short _DegRotX_1;
+
+ [ParamField(0xE, ParamType.I16)]
+ public short DegRotY_1
+ {
+ get => _DegRotY_1;
+ set => WriteParamField(ref _DegRotY_1, value);
+ }
+ private short _DegRotY_1;
+
+ [ParamField(0x10, ParamType.I16)]
+ public short ColR_1
+ {
+ get => _ColR_1;
+ set => WriteParamField(ref _ColR_1, value);
+ }
+ private short _ColR_1;
+
+ [ParamField(0x12, ParamType.I16)]
+ public short ColG_1
+ {
+ get => _ColG_1;
+ set => WriteParamField(ref _ColG_1, value);
+ }
+ private short _ColG_1;
+
+ [ParamField(0x14, ParamType.I16)]
+ public short ColB_1
+ {
+ get => _ColB_1;
+ set => WriteParamField(ref _ColB_1, value);
+ }
+ private short _ColB_1;
+
+ [ParamField(0x16, ParamType.I16)]
+ public short ColA_1
+ {
+ get => _ColA_1;
+ set => WriteParamField(ref _ColA_1, value);
+ }
+ private short _ColA_1;
+
+ [ParamField(0x18, ParamType.I16)]
+ public short DegRotX_2
+ {
+ get => _DegRotX_2;
+ set => WriteParamField(ref _DegRotX_2, value);
+ }
+ private short _DegRotX_2;
+
+ [ParamField(0x1A, ParamType.I16)]
+ public short DegRotY_2
+ {
+ get => _DegRotY_2;
+ set => WriteParamField(ref _DegRotY_2, value);
+ }
+ private short _DegRotY_2;
+
+ [ParamField(0x1C, ParamType.I16)]
+ public short ColR_2
+ {
+ get => _ColR_2;
+ set => WriteParamField(ref _ColR_2, value);
+ }
+ private short _ColR_2;
+
+ [ParamField(0x1E, ParamType.I16)]
+ public short ColG_2
+ {
+ get => _ColG_2;
+ set => WriteParamField(ref _ColG_2, value);
+ }
+ private short _ColG_2;
+
+ [ParamField(0x20, ParamType.I16)]
+ public short ColB_2
+ {
+ get => _ColB_2;
+ set => WriteParamField(ref _ColB_2, value);
+ }
+ private short _ColB_2;
+
+ [ParamField(0x22, ParamType.I16)]
+ public short ColA_2
+ {
+ get => _ColA_2;
+ set => WriteParamField(ref _ColA_2, value);
+ }
+ private short _ColA_2;
+
+ [ParamField(0x24, ParamType.I16)]
+ public short ColR_u
+ {
+ get => _ColR_u;
+ set => WriteParamField(ref _ColR_u, value);
+ }
+ private short _ColR_u;
+
+ [ParamField(0x26, ParamType.I16)]
+ public short ColG_u
+ {
+ get => _ColG_u;
+ set => WriteParamField(ref _ColG_u, value);
+ }
+ private short _ColG_u;
+
+ [ParamField(0x28, ParamType.I16)]
+ public short ColB_u
+ {
+ get => _ColB_u;
+ set => WriteParamField(ref _ColB_u, value);
+ }
+ private short _ColB_u;
+
+ [ParamField(0x2A, ParamType.I16)]
+ public short ColA_u
+ {
+ get => _ColA_u;
+ set => WriteParamField(ref _ColA_u, value);
+ }
+ private short _ColA_u;
+
+ [ParamField(0x2C, ParamType.I16)]
+ public short ColR_d
+ {
+ get => _ColR_d;
+ set => WriteParamField(ref _ColR_d, value);
+ }
+ private short _ColR_d;
+
+ [ParamField(0x2E, ParamType.I16)]
+ public short ColG_d
+ {
+ get => _ColG_d;
+ set => WriteParamField(ref _ColG_d, value);
+ }
+ private short _ColG_d;
+
+ [ParamField(0x30, ParamType.I16)]
+ public short ColB_d
+ {
+ get => _ColB_d;
+ set => WriteParamField(ref _ColB_d, value);
+ }
+ private short _ColB_d;
+
+ [ParamField(0x32, ParamType.I16)]
+ public short ColA_d
+ {
+ get => _ColA_d;
+ set => WriteParamField(ref _ColA_d, value);
+ }
+ private short _ColA_d;
+
+ [ParamField(0x34, ParamType.I16)]
+ public short DegRotX_s
+ {
+ get => _DegRotX_s;
+ set => WriteParamField(ref _DegRotX_s, value);
+ }
+ private short _DegRotX_s;
+
+ [ParamField(0x36, ParamType.I16)]
+ public short DegRotY_s
+ {
+ get => _DegRotY_s;
+ set => WriteParamField(ref _DegRotY_s, value);
+ }
+ private short _DegRotY_s;
+
+ [ParamField(0x38, ParamType.I16)]
+ public short ColR_s
+ {
+ get => _ColR_s;
+ set => WriteParamField(ref _ColR_s, value);
+ }
+ private short _ColR_s;
+
+ [ParamField(0x3A, ParamType.I16)]
+ public short ColG_s
+ {
+ get => _ColG_s;
+ set => WriteParamField(ref _ColG_s, value);
+ }
+ private short _ColG_s;
+
+ [ParamField(0x3C, ParamType.I16)]
+ public short ColB_s
+ {
+ get => _ColB_s;
+ set => WriteParamField(ref _ColB_s, value);
+ }
+ private short _ColB_s;
+
+ [ParamField(0x3E, ParamType.I16)]
+ public short ColA_s
+ {
+ get => _ColA_s;
+ set => WriteParamField(ref _ColA_s, value);
+ }
+ private short _ColA_s;
+
+ [ParamField(0x40, ParamType.I16)]
+ public short EnvDif_colR
+ {
+ get => _EnvDif_colR;
+ set => WriteParamField(ref _EnvDif_colR, value);
+ }
+ private short _EnvDif_colR;
+
+ [ParamField(0x42, ParamType.I16)]
+ public short EnvDif_colG
+ {
+ get => _EnvDif_colG;
+ set => WriteParamField(ref _EnvDif_colG, value);
+ }
+ private short _EnvDif_colG;
+
+ [ParamField(0x44, ParamType.I16)]
+ public short EnvDif_colB
+ {
+ get => _EnvDif_colB;
+ set => WriteParamField(ref _EnvDif_colB, value);
+ }
+ private short _EnvDif_colB;
+
+ [ParamField(0x46, ParamType.I16)]
+ public short EnvDif_colA
+ {
+ get => _EnvDif_colA;
+ set => WriteParamField(ref _EnvDif_colA, value);
+ }
+ private short _EnvDif_colA;
+
+ [ParamField(0x48, ParamType.I16)]
+ public short EnvSpc_colR
+ {
+ get => _EnvSpc_colR;
+ set => WriteParamField(ref _EnvSpc_colR, value);
+ }
+ private short _EnvSpc_colR;
+
+ [ParamField(0x4A, ParamType.I16)]
+ public short EnvSpc_colG
+ {
+ get => _EnvSpc_colG;
+ set => WriteParamField(ref _EnvSpc_colG, value);
+ }
+ private short _EnvSpc_colG;
+
+ [ParamField(0x4C, ParamType.I16)]
+ public short EnvSpc_colB
+ {
+ get => _EnvSpc_colB;
+ set => WriteParamField(ref _EnvSpc_colB, value);
+ }
+ private short _EnvSpc_colB;
+
+ [ParamField(0x4E, ParamType.I16)]
+ public short EnvSpc_colA
+ {
+ get => _EnvSpc_colA;
+ set => WriteParamField(ref _EnvSpc_colA, value);
+ }
+ private short _EnvSpc_colA;
+
+ [ParamField(0x50, ParamType.I16)]
+ public short EnvDif
+ {
+ get => _EnvDif;
+ set => WriteParamField(ref _EnvDif, value);
+ }
+ private short _EnvDif;
+
+ [ParamField(0x52, ParamType.I16)]
+ public short EnvSpc_0
+ {
+ get => _EnvSpc_0;
+ set => WriteParamField(ref _EnvSpc_0, value);
+ }
+ private short _EnvSpc_0;
+
+ [ParamField(0x54, ParamType.I16)]
+ public short EnvSpc_1
+ {
+ get => _EnvSpc_1;
+ set => WriteParamField(ref _EnvSpc_1, value);
+ }
+ private short _EnvSpc_1;
+
+ [ParamField(0x56, ParamType.I16)]
+ public short EnvSpc_2
+ {
+ get => _EnvSpc_2;
+ set => WriteParamField(ref _EnvSpc_2, value);
+ }
+ private short _EnvSpc_2;
+
+ [ParamField(0x58, ParamType.I16)]
+ public short EnvSpc_3
+ {
+ get => _EnvSpc_3;
+ set => WriteParamField(ref _EnvSpc_3, value);
+ }
+ private short _EnvSpc_3;
+
+ [ParamField(0x5A, ParamType.Dummy8, 2)]
+ public byte[] Pad
+ {
+ get => _Pad;
+ set => WriteParamField(ref _Pad, value);
+ }
+ private byte[] _Pad = null!;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/LightScatteringBank.cs b/src/SoulMemory/DarkSouls1/Parameters/LightScatteringBank.cs
index 3ac98a12..a21dd5aa 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/LightScatteringBank.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/LightScatteringBank.cs
@@ -18,148 +18,145 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class LightScatteringBank(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class LightScatteringBank : BaseParam
- {
- public LightScatteringBank(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I16)]
- public short SunRotX
- {
- get => _SunRotX;
- set => WriteParamField(ref _SunRotX, value);
- }
- private short _SunRotX;
-
- [ParamField(0x2, ParamType.I16)]
- public short SunRotY
- {
- get => _SunRotY;
- set => WriteParamField(ref _SunRotY, value);
- }
- private short _SunRotY;
-
- [ParamField(0x4, ParamType.I16)]
- public short DistanceMul
- {
- get => _DistanceMul;
- set => WriteParamField(ref _DistanceMul, value);
- }
- private short _DistanceMul;
-
- [ParamField(0x6, ParamType.I16)]
- public short SunR
- {
- get => _SunR;
- set => WriteParamField(ref _SunR, value);
- }
- private short _SunR;
-
- [ParamField(0x8, ParamType.I16)]
- public short SunG
- {
- get => _SunG;
- set => WriteParamField(ref _SunG, value);
- }
- private short _SunG;
-
- [ParamField(0xA, ParamType.I16)]
- public short SunB
- {
- get => _SunB;
- set => WriteParamField(ref _SunB, value);
- }
- private short _SunB;
-
- [ParamField(0xC, ParamType.I16)]
- public short SunA
- {
- get => _SunA;
- set => WriteParamField(ref _SunA, value);
- }
- private short _SunA;
-
- [ParamField(0xE, ParamType.Dummy8, 2)]
- public byte[] Pad_0
- {
- get => _Pad_0;
- set => WriteParamField(ref _Pad_0, value);
- }
- private byte[] _Pad_0;
-
- [ParamField(0x10, ParamType.F32)]
- public float LsHGg
- {
- get => _LsHGg;
- set => WriteParamField(ref _LsHGg, value);
- }
- private float _LsHGg;
-
- [ParamField(0x14, ParamType.F32)]
- public float LsBetaRay
- {
- get => _LsBetaRay;
- set => WriteParamField(ref _LsBetaRay, value);
- }
- private float _LsBetaRay;
-
- [ParamField(0x18, ParamType.F32)]
- public float LsBetaMie
- {
- get => _LsBetaMie;
- set => WriteParamField(ref _LsBetaMie, value);
- }
- private float _LsBetaMie;
-
- [ParamField(0x1C, ParamType.I16)]
- public short BlendCoef
- {
- get => _BlendCoef;
- set => WriteParamField(ref _BlendCoef, value);
- }
- private short _BlendCoef;
-
- [ParamField(0x1E, ParamType.I16)]
- public short ReflectanceR
- {
- get => _ReflectanceR;
- set => WriteParamField(ref _ReflectanceR, value);
- }
- private short _ReflectanceR;
-
- [ParamField(0x20, ParamType.I16)]
- public short ReflectanceG
- {
- get => _ReflectanceG;
- set => WriteParamField(ref _ReflectanceG, value);
- }
- private short _ReflectanceG;
-
- [ParamField(0x22, ParamType.I16)]
- public short ReflectanceB
- {
- get => _ReflectanceB;
- set => WriteParamField(ref _ReflectanceB, value);
- }
- private short _ReflectanceB;
-
- [ParamField(0x24, ParamType.I16)]
- public short ReflectanceA
- {
- get => _ReflectanceA;
- set => WriteParamField(ref _ReflectanceA, value);
- }
- private short _ReflectanceA;
-
- [ParamField(0x26, ParamType.Dummy8, 2)]
- public byte[] Pad_1
- {
- get => _Pad_1;
- set => WriteParamField(ref _Pad_1, value);
- }
- private byte[] _Pad_1;
+ [ParamField(0x0, ParamType.I16)]
+ public short SunRotX
+ {
+ get => _SunRotX;
+ set => WriteParamField(ref _SunRotX, value);
+ }
+ private short _SunRotX;
+
+ [ParamField(0x2, ParamType.I16)]
+ public short SunRotY
+ {
+ get => _SunRotY;
+ set => WriteParamField(ref _SunRotY, value);
+ }
+ private short _SunRotY;
+
+ [ParamField(0x4, ParamType.I16)]
+ public short DistanceMul
+ {
+ get => _DistanceMul;
+ set => WriteParamField(ref _DistanceMul, value);
+ }
+ private short _DistanceMul;
+
+ [ParamField(0x6, ParamType.I16)]
+ public short SunR
+ {
+ get => _SunR;
+ set => WriteParamField(ref _SunR, value);
+ }
+ private short _SunR;
+
+ [ParamField(0x8, ParamType.I16)]
+ public short SunG
+ {
+ get => _SunG;
+ set => WriteParamField(ref _SunG, value);
+ }
+ private short _SunG;
+
+ [ParamField(0xA, ParamType.I16)]
+ public short SunB
+ {
+ get => _SunB;
+ set => WriteParamField(ref _SunB, value);
+ }
+ private short _SunB;
+
+ [ParamField(0xC, ParamType.I16)]
+ public short SunA
+ {
+ get => _SunA;
+ set => WriteParamField(ref _SunA, value);
+ }
+ private short _SunA;
+
+ [ParamField(0xE, ParamType.Dummy8, 2)]
+ public byte[] Pad_0
+ {
+ get => _Pad_0;
+ set => WriteParamField(ref _Pad_0, value);
+ }
+ private byte[] _Pad_0 = null!;
+
+ [ParamField(0x10, ParamType.F32)]
+ public float LsHGg
+ {
+ get => _LsHGg;
+ set => WriteParamField(ref _LsHGg, value);
+ }
+ private float _LsHGg;
+ [ParamField(0x14, ParamType.F32)]
+ public float LsBetaRay
+ {
+ get => _LsBetaRay;
+ set => WriteParamField(ref _LsBetaRay, value);
}
+ private float _LsBetaRay;
+
+ [ParamField(0x18, ParamType.F32)]
+ public float LsBetaMie
+ {
+ get => _LsBetaMie;
+ set => WriteParamField(ref _LsBetaMie, value);
+ }
+ private float _LsBetaMie;
+
+ [ParamField(0x1C, ParamType.I16)]
+ public short BlendCoef
+ {
+ get => _BlendCoef;
+ set => WriteParamField(ref _BlendCoef, value);
+ }
+ private short _BlendCoef;
+
+ [ParamField(0x1E, ParamType.I16)]
+ public short ReflectanceR
+ {
+ get => _ReflectanceR;
+ set => WriteParamField(ref _ReflectanceR, value);
+ }
+ private short _ReflectanceR;
+
+ [ParamField(0x20, ParamType.I16)]
+ public short ReflectanceG
+ {
+ get => _ReflectanceG;
+ set => WriteParamField(ref _ReflectanceG, value);
+ }
+ private short _ReflectanceG;
+
+ [ParamField(0x22, ParamType.I16)]
+ public short ReflectanceB
+ {
+ get => _ReflectanceB;
+ set => WriteParamField(ref _ReflectanceB, value);
+ }
+ private short _ReflectanceB;
+
+ [ParamField(0x24, ParamType.I16)]
+ public short ReflectanceA
+ {
+ get => _ReflectanceA;
+ set => WriteParamField(ref _ReflectanceA, value);
+ }
+ private short _ReflectanceA;
+
+ [ParamField(0x26, ParamType.Dummy8, 2)]
+ public byte[] Pad_1
+ {
+ get => _Pad_1;
+ set => WriteParamField(ref _Pad_1, value);
+ }
+ private byte[] _Pad_1 = null!;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/LockCamParam.cs b/src/SoulMemory/DarkSouls1/Parameters/LockCamParam.cs
index e7ee1101..3ecc17ec 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/LockCamParam.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/LockCamParam.cs
@@ -18,68 +18,65 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class LockCamParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class LockCamParam : BaseParam
+ [ParamField(0x0, ParamType.F32)]
+ public float CamDistTarget
{
- public LockCamParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.F32)]
- public float CamDistTarget
- {
- get => _CamDistTarget;
- set => WriteParamField(ref _CamDistTarget, value);
- }
- private float _CamDistTarget;
-
- [ParamField(0x4, ParamType.F32)]
- public float RotRangeMinX
- {
- get => _RotRangeMinX;
- set => WriteParamField(ref _RotRangeMinX, value);
- }
- private float _RotRangeMinX;
+ get => _CamDistTarget;
+ set => WriteParamField(ref _CamDistTarget, value);
+ }
+ private float _CamDistTarget;
- [ParamField(0x8, ParamType.F32)]
- public float LockRotXShiftRatio
- {
- get => _LockRotXShiftRatio;
- set => WriteParamField(ref _LockRotXShiftRatio, value);
- }
- private float _LockRotXShiftRatio;
+ [ParamField(0x4, ParamType.F32)]
+ public float RotRangeMinX
+ {
+ get => _RotRangeMinX;
+ set => WriteParamField(ref _RotRangeMinX, value);
+ }
+ private float _RotRangeMinX;
- [ParamField(0xC, ParamType.F32)]
- public float ChrOrgOffset_Y
- {
- get => _ChrOrgOffset_Y;
- set => WriteParamField(ref _ChrOrgOffset_Y, value);
- }
- private float _ChrOrgOffset_Y;
+ [ParamField(0x8, ParamType.F32)]
+ public float LockRotXShiftRatio
+ {
+ get => _LockRotXShiftRatio;
+ set => WriteParamField(ref _LockRotXShiftRatio, value);
+ }
+ private float _LockRotXShiftRatio;
- [ParamField(0x10, ParamType.F32)]
- public float ChrLockRangeMaxRadius
- {
- get => _ChrLockRangeMaxRadius;
- set => WriteParamField(ref _ChrLockRangeMaxRadius, value);
- }
- private float _ChrLockRangeMaxRadius;
+ [ParamField(0xC, ParamType.F32)]
+ public float ChrOrgOffset_Y
+ {
+ get => _ChrOrgOffset_Y;
+ set => WriteParamField(ref _ChrOrgOffset_Y, value);
+ }
+ private float _ChrOrgOffset_Y;
- [ParamField(0x14, ParamType.F32)]
- public float CamFovY
- {
- get => _CamFovY;
- set => WriteParamField(ref _CamFovY, value);
- }
- private float _CamFovY;
+ [ParamField(0x10, ParamType.F32)]
+ public float ChrLockRangeMaxRadius
+ {
+ get => _ChrLockRangeMaxRadius;
+ set => WriteParamField(ref _ChrLockRangeMaxRadius, value);
+ }
+ private float _ChrLockRangeMaxRadius;
- [ParamField(0x18, ParamType.Dummy8, 8)]
- public byte[] Pad
- {
- get => _Pad;
- set => WriteParamField(ref _Pad, value);
- }
- private byte[] _Pad;
+ [ParamField(0x14, ParamType.F32)]
+ public float CamFovY
+ {
+ get => _CamFovY;
+ set => WriteParamField(ref _CamFovY, value);
+ }
+ private float _CamFovY;
+ [ParamField(0x18, ParamType.Dummy8, 8)]
+ public byte[] Pad
+ {
+ get => _Pad;
+ set => WriteParamField(ref _Pad, value);
}
+ private byte[] _Pad = null!;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/LodBank.cs b/src/SoulMemory/DarkSouls1/Parameters/LodBank.cs
index cf87731a..6dc1e71f 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/LodBank.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/LodBank.cs
@@ -18,44 +18,41 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class LodBank(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class LodBank : BaseParam
+ [ParamField(0x0, ParamType.F32)]
+ public float Lv01_BorderDist
{
- public LodBank(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.F32)]
- public float Lv01_BorderDist
- {
- get => _Lv01_BorderDist;
- set => WriteParamField(ref _Lv01_BorderDist, value);
- }
- private float _Lv01_BorderDist;
-
- [ParamField(0x4, ParamType.F32)]
- public float Lv01_PlayDist
- {
- get => _Lv01_PlayDist;
- set => WriteParamField(ref _Lv01_PlayDist, value);
- }
- private float _Lv01_PlayDist;
+ get => _Lv01_BorderDist;
+ set => WriteParamField(ref _Lv01_BorderDist, value);
+ }
+ private float _Lv01_BorderDist;
- [ParamField(0x8, ParamType.F32)]
- public float Lv12_BorderDist
- {
- get => _Lv12_BorderDist;
- set => WriteParamField(ref _Lv12_BorderDist, value);
- }
- private float _Lv12_BorderDist;
+ [ParamField(0x4, ParamType.F32)]
+ public float Lv01_PlayDist
+ {
+ get => _Lv01_PlayDist;
+ set => WriteParamField(ref _Lv01_PlayDist, value);
+ }
+ private float _Lv01_PlayDist;
- [ParamField(0xC, ParamType.F32)]
- public float Lv12_PlayDist
- {
- get => _Lv12_PlayDist;
- set => WriteParamField(ref _Lv12_PlayDist, value);
- }
- private float _Lv12_PlayDist;
+ [ParamField(0x8, ParamType.F32)]
+ public float Lv12_BorderDist
+ {
+ get => _Lv12_BorderDist;
+ set => WriteParamField(ref _Lv12_BorderDist, value);
+ }
+ private float _Lv12_BorderDist;
+ [ParamField(0xC, ParamType.F32)]
+ public float Lv12_PlayDist
+ {
+ get => _Lv12_PlayDist;
+ set => WriteParamField(ref _Lv12_PlayDist, value);
}
+ private float _Lv12_PlayDist;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/MagicParam.cs b/src/SoulMemory/DarkSouls1/Parameters/MagicParam.cs
index 5b35bef8..456e2aba 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/MagicParam.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/MagicParam.cs
@@ -18,473 +18,470 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class MagicParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class MagicParam : BaseParam
- {
- public MagicParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I32)]
- public int YesNoDialogMessageId
- {
- get => _YesNoDialogMessageId;
- set => WriteParamField(ref _YesNoDialogMessageId, value);
- }
- private int _YesNoDialogMessageId;
-
- [ParamField(0x4, ParamType.I32)]
- public int LimitCancelSpEffectId
- {
- get => _LimitCancelSpEffectId;
- set => WriteParamField(ref _LimitCancelSpEffectId, value);
- }
- private int _LimitCancelSpEffectId;
-
- [ParamField(0x8, ParamType.I16)]
- public short SortId
- {
- get => _SortId;
- set => WriteParamField(ref _SortId, value);
- }
- private short _SortId;
-
- [ParamField(0xA, ParamType.I16)]
- public short RefId
- {
- get => _RefId;
- set => WriteParamField(ref _RefId, value);
- }
- private short _RefId;
-
- [ParamField(0xC, ParamType.I16)]
- public short Mp
- {
- get => _Mp;
- set => WriteParamField(ref _Mp, value);
- }
- private short _Mp;
-
- [ParamField(0xE, ParamType.I16)]
- public short Stamina
- {
- get => _Stamina;
- set => WriteParamField(ref _Stamina, value);
- }
- private short _Stamina;
-
- [ParamField(0x10, ParamType.I16)]
- public short IconId
- {
- get => _IconId;
- set => WriteParamField(ref _IconId, value);
- }
- private short _IconId;
-
- [ParamField(0x12, ParamType.I16)]
- public short BehaviorId
- {
- get => _BehaviorId;
- set => WriteParamField(ref _BehaviorId, value);
- }
- private short _BehaviorId;
-
- [ParamField(0x14, ParamType.I16)]
- public short MtrlItemId
- {
- get => _MtrlItemId;
- set => WriteParamField(ref _MtrlItemId, value);
- }
- private short _MtrlItemId;
-
- [ParamField(0x16, ParamType.I16)]
- public short ReplaceMagicId
- {
- get => _ReplaceMagicId;
- set => WriteParamField(ref _ReplaceMagicId, value);
- }
- private short _ReplaceMagicId;
-
- [ParamField(0x18, ParamType.I16)]
- public short MaxQuantity
- {
- get => _MaxQuantity;
- set => WriteParamField(ref _MaxQuantity, value);
- }
- private short _MaxQuantity;
-
- [ParamField(0x1A, ParamType.U8)]
- public byte HeroPoint
- {
- get => _HeroPoint;
- set => WriteParamField(ref _HeroPoint, value);
- }
- private byte _HeroPoint;
-
- [ParamField(0x1B, ParamType.U8)]
- public byte OverDexterity
- {
- get => _OverDexterity;
- set => WriteParamField(ref _OverDexterity, value);
- }
- private byte _OverDexterity;
-
- [ParamField(0x1C, ParamType.I8)]
- public sbyte SfxVariationId
- {
- get => _SfxVariationId;
- set => WriteParamField(ref _SfxVariationId, value);
- }
- private sbyte _SfxVariationId;
-
- [ParamField(0x1D, ParamType.U8)]
- public byte SlotLength
- {
- get => _SlotLength;
- set => WriteParamField(ref _SlotLength, value);
- }
- private byte _SlotLength;
-
- [ParamField(0x1E, ParamType.U8)]
- public byte RequirementIntellect
- {
- get => _RequirementIntellect;
- set => WriteParamField(ref _RequirementIntellect, value);
- }
- private byte _RequirementIntellect;
-
- [ParamField(0x1F, ParamType.U8)]
- public byte RequirementFaith
- {
- get => _RequirementFaith;
- set => WriteParamField(ref _RequirementFaith, value);
- }
- private byte _RequirementFaith;
-
- [ParamField(0x20, ParamType.U8)]
- public byte AnalogDexiterityMin
- {
- get => _AnalogDexiterityMin;
- set => WriteParamField(ref _AnalogDexiterityMin, value);
- }
- private byte _AnalogDexiterityMin;
-
- [ParamField(0x21, ParamType.U8)]
- public byte AnalogDexiterityMax
- {
- get => _AnalogDexiterityMax;
- set => WriteParamField(ref _AnalogDexiterityMax, value);
- }
- private byte _AnalogDexiterityMax;
-
- [ParamField(0x22, ParamType.U8)]
- public byte EzStateBehaviorType
- {
- get => _EzStateBehaviorType;
- set => WriteParamField(ref _EzStateBehaviorType, value);
- }
- private byte _EzStateBehaviorType;
-
- [ParamField(0x23, ParamType.U8)]
- public byte RefCategory
- {
- get => _RefCategory;
- set => WriteParamField(ref _RefCategory, value);
- }
- private byte _RefCategory;
-
- [ParamField(0x24, ParamType.U8)]
- public byte SpEffectCategory
- {
- get => _SpEffectCategory;
- set => WriteParamField(ref _SpEffectCategory, value);
- }
- private byte _SpEffectCategory;
-
- [ParamField(0x25, ParamType.U8)]
- public byte RefType
- {
- get => _RefType;
- set => WriteParamField(ref _RefType, value);
- }
- private byte _RefType;
-
- [ParamField(0x26, ParamType.U8)]
- public byte OpmeMenuType
- {
- get => _OpmeMenuType;
- set => WriteParamField(ref _OpmeMenuType, value);
- }
- private byte _OpmeMenuType;
-
- [ParamField(0x27, ParamType.U8)]
- public byte HasSpEffectType
- {
- get => _HasSpEffectType;
- set => WriteParamField(ref _HasSpEffectType, value);
- }
- private byte _HasSpEffectType;
-
- [ParamField(0x28, ParamType.U8)]
- public byte ReplaceCategory
- {
- get => _ReplaceCategory;
- set => WriteParamField(ref _ReplaceCategory, value);
- }
- private byte _ReplaceCategory;
-
- [ParamField(0x29, ParamType.U8)]
- public byte UseLimitCategory
- {
- get => _UseLimitCategory;
- set => WriteParamField(ref _UseLimitCategory, value);
- }
- private byte _UseLimitCategory;
-
- #region BitField VowType0Bitfield ==============================================================================
-
- [ParamField(0x2A, ParamType.U8)]
- public byte VowType0Bitfield
- {
- get => _VowType0Bitfield;
- set => WriteParamField(ref _VowType0Bitfield, value);
- }
- private byte _VowType0Bitfield;
-
- [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 0)]
- public byte VowType0
- {
- get => GetbitfieldValue(_VowType0Bitfield);
- set => SetBitfieldValue(ref _VowType0Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 1)]
- public byte VowType1
- {
- get => GetbitfieldValue(_VowType0Bitfield);
- set => SetBitfieldValue(ref _VowType0Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 2)]
- public byte VowType2
- {
- get => GetbitfieldValue(_VowType0Bitfield);
- set => SetBitfieldValue(ref _VowType0Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 3)]
- public byte VowType3
- {
- get => GetbitfieldValue(_VowType0Bitfield);
- set => SetBitfieldValue(ref _VowType0Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 4)]
- public byte VowType4
- {
- get => GetbitfieldValue(_VowType0Bitfield);
- set => SetBitfieldValue(ref _VowType0Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 5)]
- public byte VowType5
- {
- get => GetbitfieldValue(_VowType0Bitfield);
- set => SetBitfieldValue(ref _VowType0Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 6)]
- public byte VowType6
- {
- get => GetbitfieldValue(_VowType0Bitfield);
- set => SetBitfieldValue(ref _VowType0Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 7)]
- public byte VowType7
- {
- get => GetbitfieldValue(_VowType0Bitfield);
- set => SetBitfieldValue(ref _VowType0Bitfield, value);
- }
-
- #endregion BitField VowType0Bitfield
-
- #region BitField Enable_multiBitfield ==============================================================================
-
- [ParamField(0x2B, ParamType.U8)]
- public byte Enable_multiBitfield
- {
- get => _Enable_multiBitfield;
- set => WriteParamField(ref _Enable_multiBitfield, value);
- }
- private byte _Enable_multiBitfield;
-
- [ParamBitField(nameof(Enable_multiBitfield), bits: 1, bitsOffset: 0)]
- public byte Enable_multi
- {
- get => GetbitfieldValue(_Enable_multiBitfield);
- set => SetBitfieldValue(ref _Enable_multiBitfield, value);
- }
-
- [ParamBitField(nameof(Enable_multiBitfield), bits: 1, bitsOffset: 1)]
- public byte Enable_multi_only
- {
- get => GetbitfieldValue(_Enable_multiBitfield);
- set => SetBitfieldValue(ref _Enable_multiBitfield, value);
- }
-
- [ParamBitField(nameof(Enable_multiBitfield), bits: 1, bitsOffset: 2)]
- public byte IsEnchant
- {
- get => GetbitfieldValue(_Enable_multiBitfield);
- set => SetBitfieldValue(ref _Enable_multiBitfield, value);
- }
-
- [ParamBitField(nameof(Enable_multiBitfield), bits: 1, bitsOffset: 3)]
- public byte IsShieldEnchant
- {
- get => GetbitfieldValue(_Enable_multiBitfield);
- set => SetBitfieldValue(ref _Enable_multiBitfield, value);
- }
-
- [ParamBitField(nameof(Enable_multiBitfield), bits: 1, bitsOffset: 4)]
- public byte Enable_live
- {
- get => GetbitfieldValue(_Enable_multiBitfield);
- set => SetBitfieldValue(ref _Enable_multiBitfield, value);
- }
-
- [ParamBitField(nameof(Enable_multiBitfield), bits: 1, bitsOffset: 5)]
- public byte Enable_gray
- {
- get => GetbitfieldValue(_Enable_multiBitfield);
- set => SetBitfieldValue(ref _Enable_multiBitfield, value);
- }
-
- [ParamBitField(nameof(Enable_multiBitfield), bits: 1, bitsOffset: 6)]
- public byte Enable_white
- {
- get => GetbitfieldValue(_Enable_multiBitfield);
- set => SetBitfieldValue(ref _Enable_multiBitfield, value);
- }
-
- [ParamBitField(nameof(Enable_multiBitfield), bits: 1, bitsOffset: 7)]
- public byte Enable_black
- {
- get => GetbitfieldValue(_Enable_multiBitfield);
- set => SetBitfieldValue(ref _Enable_multiBitfield, value);
- }
-
- #endregion BitField Enable_multiBitfield
-
- #region BitField DisableOfflineBitfield ==============================================================================
-
- [ParamField(0x2C, ParamType.U8)]
- public byte DisableOfflineBitfield
- {
- get => _DisableOfflineBitfield;
- set => WriteParamField(ref _DisableOfflineBitfield, value);
- }
- private byte _DisableOfflineBitfield;
-
- [ParamBitField(nameof(DisableOfflineBitfield), bits: 1, bitsOffset: 0)]
- public byte DisableOffline
- {
- get => GetbitfieldValue(_DisableOfflineBitfield);
- set => SetBitfieldValue(ref _DisableOfflineBitfield, value);
- }
-
- [ParamBitField(nameof(DisableOfflineBitfield), bits: 1, bitsOffset: 1)]
- public byte CastResonanceMagic
- {
- get => GetbitfieldValue(_DisableOfflineBitfield);
- set => SetBitfieldValue(ref _DisableOfflineBitfield, value);
- }
-
- [ParamBitField(nameof(DisableOfflineBitfield), bits: 6, bitsOffset: 2)]
- public byte Pad_1
- {
- get => GetbitfieldValue(_DisableOfflineBitfield);
- set => SetBitfieldValue(ref _DisableOfflineBitfield, value);
- }
-
- #endregion BitField DisableOfflineBitfield
-
- #region BitField VowType8Bitfield ==============================================================================
-
- [ParamField(0x2D, ParamType.U8)]
- public byte VowType8Bitfield
- {
- get => _VowType8Bitfield;
- set => WriteParamField(ref _VowType8Bitfield, value);
- }
- private byte _VowType8Bitfield;
-
- [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 0)]
- public byte VowType8
- {
- get => GetbitfieldValue(_VowType8Bitfield);
- set => SetBitfieldValue(ref _VowType8Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 1)]
- public byte VowType9
- {
- get => GetbitfieldValue(_VowType8Bitfield);
- set => SetBitfieldValue(ref _VowType8Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 2)]
- public byte VowType10
- {
- get => GetbitfieldValue(_VowType8Bitfield);
- set => SetBitfieldValue(ref _VowType8Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 3)]
- public byte VowType11
- {
- get => GetbitfieldValue(_VowType8Bitfield);
- set => SetBitfieldValue(ref _VowType8Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 4)]
- public byte VowType12
- {
- get => GetbitfieldValue(_VowType8Bitfield);
- set => SetBitfieldValue(ref _VowType8Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 5)]
- public byte VowType13
- {
- get => GetbitfieldValue(_VowType8Bitfield);
- set => SetBitfieldValue(ref _VowType8Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 6)]
- public byte VowType14
- {
- get => GetbitfieldValue(_VowType8Bitfield);
- set => SetBitfieldValue(ref _VowType8Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 7)]
- public byte VowType15
- {
- get => GetbitfieldValue(_VowType8Bitfield);
- set => SetBitfieldValue(ref _VowType8Bitfield, value);
- }
-
- #endregion BitField VowType8Bitfield
-
- [ParamField(0x2E, ParamType.Dummy8, 2)]
- public byte[] Pad
- {
- get => _Pad;
- set => WriteParamField(ref _Pad, value);
- }
- private byte[] _Pad;
+ [ParamField(0x0, ParamType.I32)]
+ public int YesNoDialogMessageId
+ {
+ get => _YesNoDialogMessageId;
+ set => WriteParamField(ref _YesNoDialogMessageId, value);
+ }
+ private int _YesNoDialogMessageId;
+
+ [ParamField(0x4, ParamType.I32)]
+ public int LimitCancelSpEffectId
+ {
+ get => _LimitCancelSpEffectId;
+ set => WriteParamField(ref _LimitCancelSpEffectId, value);
+ }
+ private int _LimitCancelSpEffectId;
+
+ [ParamField(0x8, ParamType.I16)]
+ public short SortId
+ {
+ get => _SortId;
+ set => WriteParamField(ref _SortId, value);
+ }
+ private short _SortId;
+
+ [ParamField(0xA, ParamType.I16)]
+ public short RefId
+ {
+ get => _RefId;
+ set => WriteParamField(ref _RefId, value);
+ }
+ private short _RefId;
+
+ [ParamField(0xC, ParamType.I16)]
+ public short Mp
+ {
+ get => _Mp;
+ set => WriteParamField(ref _Mp, value);
+ }
+ private short _Mp;
+
+ [ParamField(0xE, ParamType.I16)]
+ public short Stamina
+ {
+ get => _Stamina;
+ set => WriteParamField(ref _Stamina, value);
+ }
+ private short _Stamina;
+
+ [ParamField(0x10, ParamType.I16)]
+ public short IconId
+ {
+ get => _IconId;
+ set => WriteParamField(ref _IconId, value);
+ }
+ private short _IconId;
+
+ [ParamField(0x12, ParamType.I16)]
+ public short BehaviorId
+ {
+ get => _BehaviorId;
+ set => WriteParamField(ref _BehaviorId, value);
+ }
+ private short _BehaviorId;
+
+ [ParamField(0x14, ParamType.I16)]
+ public short MtrlItemId
+ {
+ get => _MtrlItemId;
+ set => WriteParamField(ref _MtrlItemId, value);
+ }
+ private short _MtrlItemId;
+
+ [ParamField(0x16, ParamType.I16)]
+ public short ReplaceMagicId
+ {
+ get => _ReplaceMagicId;
+ set => WriteParamField(ref _ReplaceMagicId, value);
+ }
+ private short _ReplaceMagicId;
+
+ [ParamField(0x18, ParamType.I16)]
+ public short MaxQuantity
+ {
+ get => _MaxQuantity;
+ set => WriteParamField(ref _MaxQuantity, value);
+ }
+ private short _MaxQuantity;
+
+ [ParamField(0x1A, ParamType.U8)]
+ public byte HeroPoint
+ {
+ get => _HeroPoint;
+ set => WriteParamField(ref _HeroPoint, value);
+ }
+ private byte _HeroPoint;
+
+ [ParamField(0x1B, ParamType.U8)]
+ public byte OverDexterity
+ {
+ get => _OverDexterity;
+ set => WriteParamField(ref _OverDexterity, value);
+ }
+ private byte _OverDexterity;
+
+ [ParamField(0x1C, ParamType.I8)]
+ public sbyte SfxVariationId
+ {
+ get => _SfxVariationId;
+ set => WriteParamField(ref _SfxVariationId, value);
+ }
+ private sbyte _SfxVariationId;
+
+ [ParamField(0x1D, ParamType.U8)]
+ public byte SlotLength
+ {
+ get => _SlotLength;
+ set => WriteParamField(ref _SlotLength, value);
+ }
+ private byte _SlotLength;
+
+ [ParamField(0x1E, ParamType.U8)]
+ public byte RequirementIntellect
+ {
+ get => _RequirementIntellect;
+ set => WriteParamField(ref _RequirementIntellect, value);
+ }
+ private byte _RequirementIntellect;
+
+ [ParamField(0x1F, ParamType.U8)]
+ public byte RequirementFaith
+ {
+ get => _RequirementFaith;
+ set => WriteParamField(ref _RequirementFaith, value);
+ }
+ private byte _RequirementFaith;
+
+ [ParamField(0x20, ParamType.U8)]
+ public byte AnalogDexiterityMin
+ {
+ get => _AnalogDexiterityMin;
+ set => WriteParamField(ref _AnalogDexiterityMin, value);
+ }
+ private byte _AnalogDexiterityMin;
+
+ [ParamField(0x21, ParamType.U8)]
+ public byte AnalogDexiterityMax
+ {
+ get => _AnalogDexiterityMax;
+ set => WriteParamField(ref _AnalogDexiterityMax, value);
+ }
+ private byte _AnalogDexiterityMax;
+
+ [ParamField(0x22, ParamType.U8)]
+ public byte EzStateBehaviorType
+ {
+ get => _EzStateBehaviorType;
+ set => WriteParamField(ref _EzStateBehaviorType, value);
+ }
+ private byte _EzStateBehaviorType;
+
+ [ParamField(0x23, ParamType.U8)]
+ public byte RefCategory
+ {
+ get => _RefCategory;
+ set => WriteParamField(ref _RefCategory, value);
+ }
+ private byte _RefCategory;
+
+ [ParamField(0x24, ParamType.U8)]
+ public byte SpEffectCategory
+ {
+ get => _SpEffectCategory;
+ set => WriteParamField(ref _SpEffectCategory, value);
+ }
+ private byte _SpEffectCategory;
+
+ [ParamField(0x25, ParamType.U8)]
+ public byte RefType
+ {
+ get => _RefType;
+ set => WriteParamField(ref _RefType, value);
+ }
+ private byte _RefType;
+
+ [ParamField(0x26, ParamType.U8)]
+ public byte OpmeMenuType
+ {
+ get => _OpmeMenuType;
+ set => WriteParamField(ref _OpmeMenuType, value);
+ }
+ private byte _OpmeMenuType;
+
+ [ParamField(0x27, ParamType.U8)]
+ public byte HasSpEffectType
+ {
+ get => _HasSpEffectType;
+ set => WriteParamField(ref _HasSpEffectType, value);
+ }
+ private byte _HasSpEffectType;
+
+ [ParamField(0x28, ParamType.U8)]
+ public byte ReplaceCategory
+ {
+ get => _ReplaceCategory;
+ set => WriteParamField(ref _ReplaceCategory, value);
+ }
+ private byte _ReplaceCategory;
+
+ [ParamField(0x29, ParamType.U8)]
+ public byte UseLimitCategory
+ {
+ get => _UseLimitCategory;
+ set => WriteParamField(ref _UseLimitCategory, value);
+ }
+ private byte _UseLimitCategory;
+
+ #region BitField VowType0Bitfield ==============================================================================
+
+ [ParamField(0x2A, ParamType.U8)]
+ public byte VowType0Bitfield
+ {
+ get => _VowType0Bitfield;
+ set => WriteParamField(ref _VowType0Bitfield, value);
+ }
+ private byte _VowType0Bitfield;
+
+ [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 0)]
+ public byte VowType0
+ {
+ get => GetbitfieldValue(_VowType0Bitfield);
+ set => SetBitfieldValue(ref _VowType0Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 1)]
+ public byte VowType1
+ {
+ get => GetbitfieldValue(_VowType0Bitfield);
+ set => SetBitfieldValue(ref _VowType0Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 2)]
+ public byte VowType2
+ {
+ get => GetbitfieldValue(_VowType0Bitfield);
+ set => SetBitfieldValue(ref _VowType0Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 3)]
+ public byte VowType3
+ {
+ get => GetbitfieldValue(_VowType0Bitfield);
+ set => SetBitfieldValue(ref _VowType0Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 4)]
+ public byte VowType4
+ {
+ get => GetbitfieldValue(_VowType0Bitfield);
+ set => SetBitfieldValue(ref _VowType0Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 5)]
+ public byte VowType5
+ {
+ get => GetbitfieldValue(_VowType0Bitfield);
+ set => SetBitfieldValue(ref _VowType0Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 6)]
+ public byte VowType6
+ {
+ get => GetbitfieldValue(_VowType0Bitfield);
+ set => SetBitfieldValue(ref _VowType0Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 7)]
+ public byte VowType7
+ {
+ get => GetbitfieldValue(_VowType0Bitfield);
+ set => SetBitfieldValue(ref _VowType0Bitfield, value);
+ }
+
+ #endregion BitField VowType0Bitfield
+
+ #region BitField Enable_multiBitfield ==============================================================================
+
+ [ParamField(0x2B, ParamType.U8)]
+ public byte Enable_multiBitfield
+ {
+ get => _Enable_multiBitfield;
+ set => WriteParamField(ref _Enable_multiBitfield, value);
+ }
+ private byte _Enable_multiBitfield;
+
+ [ParamBitField(nameof(Enable_multiBitfield), bits: 1, bitsOffset: 0)]
+ public byte Enable_multi
+ {
+ get => GetbitfieldValue(_Enable_multiBitfield);
+ set => SetBitfieldValue(ref _Enable_multiBitfield, value);
+ }
+
+ [ParamBitField(nameof(Enable_multiBitfield), bits: 1, bitsOffset: 1)]
+ public byte Enable_multi_only
+ {
+ get => GetbitfieldValue(_Enable_multiBitfield);
+ set => SetBitfieldValue(ref _Enable_multiBitfield, value);
+ }
+
+ [ParamBitField(nameof(Enable_multiBitfield), bits: 1, bitsOffset: 2)]
+ public byte IsEnchant
+ {
+ get => GetbitfieldValue(_Enable_multiBitfield);
+ set => SetBitfieldValue(ref _Enable_multiBitfield, value);
+ }
+
+ [ParamBitField(nameof(Enable_multiBitfield), bits: 1, bitsOffset: 3)]
+ public byte IsShieldEnchant
+ {
+ get => GetbitfieldValue(_Enable_multiBitfield);
+ set => SetBitfieldValue(ref _Enable_multiBitfield, value);
+ }
+
+ [ParamBitField(nameof(Enable_multiBitfield), bits: 1, bitsOffset: 4)]
+ public byte Enable_live
+ {
+ get => GetbitfieldValue(_Enable_multiBitfield);
+ set => SetBitfieldValue(ref _Enable_multiBitfield, value);
+ }
+
+ [ParamBitField(nameof(Enable_multiBitfield), bits: 1, bitsOffset: 5)]
+ public byte Enable_gray
+ {
+ get => GetbitfieldValue(_Enable_multiBitfield);
+ set => SetBitfieldValue(ref _Enable_multiBitfield, value);
+ }
+
+ [ParamBitField(nameof(Enable_multiBitfield), bits: 1, bitsOffset: 6)]
+ public byte Enable_white
+ {
+ get => GetbitfieldValue(_Enable_multiBitfield);
+ set => SetBitfieldValue(ref _Enable_multiBitfield, value);
+ }
+
+ [ParamBitField(nameof(Enable_multiBitfield), bits: 1, bitsOffset: 7)]
+ public byte Enable_black
+ {
+ get => GetbitfieldValue(_Enable_multiBitfield);
+ set => SetBitfieldValue(ref _Enable_multiBitfield, value);
+ }
+ #endregion BitField Enable_multiBitfield
+
+ #region BitField DisableOfflineBitfield ==============================================================================
+
+ [ParamField(0x2C, ParamType.U8)]
+ public byte DisableOfflineBitfield
+ {
+ get => _DisableOfflineBitfield;
+ set => WriteParamField(ref _DisableOfflineBitfield, value);
+ }
+ private byte _DisableOfflineBitfield;
+
+ [ParamBitField(nameof(DisableOfflineBitfield), bits: 1, bitsOffset: 0)]
+ public byte DisableOffline
+ {
+ get => GetbitfieldValue(_DisableOfflineBitfield);
+ set => SetBitfieldValue(ref _DisableOfflineBitfield, value);
+ }
+
+ [ParamBitField(nameof(DisableOfflineBitfield), bits: 1, bitsOffset: 1)]
+ public byte CastResonanceMagic
+ {
+ get => GetbitfieldValue(_DisableOfflineBitfield);
+ set => SetBitfieldValue(ref _DisableOfflineBitfield, value);
+ }
+
+ [ParamBitField(nameof(DisableOfflineBitfield), bits: 6, bitsOffset: 2)]
+ public byte Pad_1
+ {
+ get => GetbitfieldValue(_DisableOfflineBitfield);
+ set => SetBitfieldValue(ref _DisableOfflineBitfield, value);
+ }
+
+ #endregion BitField DisableOfflineBitfield
+
+ #region BitField VowType8Bitfield ==============================================================================
+
+ [ParamField(0x2D, ParamType.U8)]
+ public byte VowType8Bitfield
+ {
+ get => _VowType8Bitfield;
+ set => WriteParamField(ref _VowType8Bitfield, value);
+ }
+ private byte _VowType8Bitfield;
+
+ [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 0)]
+ public byte VowType8
+ {
+ get => GetbitfieldValue(_VowType8Bitfield);
+ set => SetBitfieldValue(ref _VowType8Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 1)]
+ public byte VowType9
+ {
+ get => GetbitfieldValue(_VowType8Bitfield);
+ set => SetBitfieldValue(ref _VowType8Bitfield, value);
}
+
+ [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 2)]
+ public byte VowType10
+ {
+ get => GetbitfieldValue(_VowType8Bitfield);
+ set => SetBitfieldValue(ref _VowType8Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 3)]
+ public byte VowType11
+ {
+ get => GetbitfieldValue(_VowType8Bitfield);
+ set => SetBitfieldValue(ref _VowType8Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 4)]
+ public byte VowType12
+ {
+ get => GetbitfieldValue(_VowType8Bitfield);
+ set => SetBitfieldValue(ref _VowType8Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 5)]
+ public byte VowType13
+ {
+ get => GetbitfieldValue(_VowType8Bitfield);
+ set => SetBitfieldValue(ref _VowType8Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 6)]
+ public byte VowType14
+ {
+ get => GetbitfieldValue(_VowType8Bitfield);
+ set => SetBitfieldValue(ref _VowType8Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 7)]
+ public byte VowType15
+ {
+ get => GetbitfieldValue(_VowType8Bitfield);
+ set => SetBitfieldValue(ref _VowType8Bitfield, value);
+ }
+
+ #endregion BitField VowType8Bitfield
+
+ [ParamField(0x2E, ParamType.Dummy8, 2)]
+ public byte[] Pad
+ {
+ get => _Pad;
+ set => WriteParamField(ref _Pad, value);
+ }
+ private byte[] _Pad = null!;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/MenuParamColorTable.cs b/src/SoulMemory/DarkSouls1/Parameters/MenuParamColorTable.cs
index 8f8b5f86..3df339e2 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/MenuParamColorTable.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/MenuParamColorTable.cs
@@ -18,44 +18,41 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class MenuParamColorTable(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class MenuParamColorTable : BaseParam
+ [ParamField(0x0, ParamType.U8)]
+ public byte R
{
- public MenuParamColorTable(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.U8)]
- public byte R
- {
- get => _R;
- set => WriteParamField(ref _R, value);
- }
- private byte _R;
-
- [ParamField(0x1, ParamType.U8)]
- public byte G
- {
- get => _G;
- set => WriteParamField(ref _G, value);
- }
- private byte _G;
+ get => _R;
+ set => WriteParamField(ref _R, value);
+ }
+ private byte _R;
- [ParamField(0x2, ParamType.U8)]
- public byte B
- {
- get => _B;
- set => WriteParamField(ref _B, value);
- }
- private byte _B;
+ [ParamField(0x1, ParamType.U8)]
+ public byte G
+ {
+ get => _G;
+ set => WriteParamField(ref _G, value);
+ }
+ private byte _G;
- [ParamField(0x3, ParamType.U8)]
- public byte A
- {
- get => _A;
- set => WriteParamField(ref _A, value);
- }
- private byte _A;
+ [ParamField(0x2, ParamType.U8)]
+ public byte B
+ {
+ get => _B;
+ set => WriteParamField(ref _B, value);
+ }
+ private byte _B;
+ [ParamField(0x3, ParamType.U8)]
+ public byte A
+ {
+ get => _A;
+ set => WriteParamField(ref _A, value);
}
+ private byte _A;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/MoveParam.cs b/src/SoulMemory/DarkSouls1/Parameters/MoveParam.cs
index 63fc4013..b10781db 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/MoveParam.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/MoveParam.cs
@@ -18,300 +18,297 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class MoveParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class MoveParam : BaseParam
- {
- public MoveParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I32)]
- public int StayId
- {
- get => _StayId;
- set => WriteParamField(ref _StayId, value);
- }
- private int _StayId;
-
- [ParamField(0x4, ParamType.I32)]
- public int WalkF
- {
- get => _WalkF;
- set => WriteParamField(ref _WalkF, value);
- }
- private int _WalkF;
-
- [ParamField(0x8, ParamType.I32)]
- public int WalkB
- {
- get => _WalkB;
- set => WriteParamField(ref _WalkB, value);
- }
- private int _WalkB;
-
- [ParamField(0xC, ParamType.I32)]
- public int WalkL
- {
- get => _WalkL;
- set => WriteParamField(ref _WalkL, value);
- }
- private int _WalkL;
-
- [ParamField(0x10, ParamType.I32)]
- public int WalkR
- {
- get => _WalkR;
- set => WriteParamField(ref _WalkR, value);
- }
- private int _WalkR;
-
- [ParamField(0x14, ParamType.I32)]
- public int DashF
- {
- get => _DashF;
- set => WriteParamField(ref _DashF, value);
- }
- private int _DashF;
-
- [ParamField(0x18, ParamType.I32)]
- public int DashB
- {
- get => _DashB;
- set => WriteParamField(ref _DashB, value);
- }
- private int _DashB;
-
- [ParamField(0x1C, ParamType.I32)]
- public int DashL
- {
- get => _DashL;
- set => WriteParamField(ref _DashL, value);
- }
- private int _DashL;
-
- [ParamField(0x20, ParamType.I32)]
- public int DashR
- {
- get => _DashR;
- set => WriteParamField(ref _DashR, value);
- }
- private int _DashR;
-
- [ParamField(0x24, ParamType.I32)]
- public int SuperDash
- {
- get => _SuperDash;
- set => WriteParamField(ref _SuperDash, value);
- }
- private int _SuperDash;
-
- [ParamField(0x28, ParamType.I32)]
- public int EscapeF
- {
- get => _EscapeF;
- set => WriteParamField(ref _EscapeF, value);
- }
- private int _EscapeF;
-
- [ParamField(0x2C, ParamType.I32)]
- public int EscapeB
- {
- get => _EscapeB;
- set => WriteParamField(ref _EscapeB, value);
- }
- private int _EscapeB;
-
- [ParamField(0x30, ParamType.I32)]
- public int EscapeL
- {
- get => _EscapeL;
- set => WriteParamField(ref _EscapeL, value);
- }
- private int _EscapeL;
-
- [ParamField(0x34, ParamType.I32)]
- public int EscapeR
- {
- get => _EscapeR;
- set => WriteParamField(ref _EscapeR, value);
- }
- private int _EscapeR;
-
- [ParamField(0x38, ParamType.I32)]
- public int TurnL
- {
- get => _TurnL;
- set => WriteParamField(ref _TurnL, value);
- }
- private int _TurnL;
-
- [ParamField(0x3C, ParamType.I32)]
- public int TrunR
- {
- get => _TrunR;
- set => WriteParamField(ref _TrunR, value);
- }
- private int _TrunR;
-
- [ParamField(0x40, ParamType.I32)]
- public int LargeTurnL
- {
- get => _LargeTurnL;
- set => WriteParamField(ref _LargeTurnL, value);
- }
- private int _LargeTurnL;
-
- [ParamField(0x44, ParamType.I32)]
- public int LargeTurnR
- {
- get => _LargeTurnR;
- set => WriteParamField(ref _LargeTurnR, value);
- }
- private int _LargeTurnR;
-
- [ParamField(0x48, ParamType.I32)]
- public int StepMove
- {
- get => _StepMove;
- set => WriteParamField(ref _StepMove, value);
- }
- private int _StepMove;
-
- [ParamField(0x4C, ParamType.I32)]
- public int FlyStay
- {
- get => _FlyStay;
- set => WriteParamField(ref _FlyStay, value);
- }
- private int _FlyStay;
-
- [ParamField(0x50, ParamType.I32)]
- public int FlyWalkF
- {
- get => _FlyWalkF;
- set => WriteParamField(ref _FlyWalkF, value);
- }
- private int _FlyWalkF;
-
- [ParamField(0x54, ParamType.I32)]
- public int FlyWalkFL
- {
- get => _FlyWalkFL;
- set => WriteParamField(ref _FlyWalkFL, value);
- }
- private int _FlyWalkFL;
-
- [ParamField(0x58, ParamType.I32)]
- public int FlyWalkFR
- {
- get => _FlyWalkFR;
- set => WriteParamField(ref _FlyWalkFR, value);
- }
- private int _FlyWalkFR;
-
- [ParamField(0x5C, ParamType.I32)]
- public int FlyWalkFL2
- {
- get => _FlyWalkFL2;
- set => WriteParamField(ref _FlyWalkFL2, value);
- }
- private int _FlyWalkFL2;
-
- [ParamField(0x60, ParamType.I32)]
- public int FlyWalkFR2
- {
- get => _FlyWalkFR2;
- set => WriteParamField(ref _FlyWalkFR2, value);
- }
- private int _FlyWalkFR2;
-
- [ParamField(0x64, ParamType.I32)]
- public int FlyDashF
- {
- get => _FlyDashF;
- set => WriteParamField(ref _FlyDashF, value);
- }
- private int _FlyDashF;
-
- [ParamField(0x68, ParamType.I32)]
- public int FlyDashFL
- {
- get => _FlyDashFL;
- set => WriteParamField(ref _FlyDashFL, value);
- }
- private int _FlyDashFL;
-
- [ParamField(0x6C, ParamType.I32)]
- public int FlyDashFR
- {
- get => _FlyDashFR;
- set => WriteParamField(ref _FlyDashFR, value);
- }
- private int _FlyDashFR;
-
- [ParamField(0x70, ParamType.I32)]
- public int FlyDashFL2
- {
- get => _FlyDashFL2;
- set => WriteParamField(ref _FlyDashFL2, value);
- }
- private int _FlyDashFL2;
-
- [ParamField(0x74, ParamType.I32)]
- public int FlyDashFR2
- {
- get => _FlyDashFR2;
- set => WriteParamField(ref _FlyDashFR2, value);
- }
- private int _FlyDashFR2;
-
- [ParamField(0x78, ParamType.I32)]
- public int DashEscapeF
- {
- get => _DashEscapeF;
- set => WriteParamField(ref _DashEscapeF, value);
- }
- private int _DashEscapeF;
-
- [ParamField(0x7C, ParamType.I32)]
- public int DashEscapeB
- {
- get => _DashEscapeB;
- set => WriteParamField(ref _DashEscapeB, value);
- }
- private int _DashEscapeB;
-
- [ParamField(0x80, ParamType.I32)]
- public int DashEscapeL
- {
- get => _DashEscapeL;
- set => WriteParamField(ref _DashEscapeL, value);
- }
- private int _DashEscapeL;
-
- [ParamField(0x84, ParamType.I32)]
- public int DashEscapeR
- {
- get => _DashEscapeR;
- set => WriteParamField(ref _DashEscapeR, value);
- }
- private int _DashEscapeR;
-
- [ParamField(0x88, ParamType.I32)]
- public int AnalogMoveParamId
- {
- get => _AnalogMoveParamId;
- set => WriteParamField(ref _AnalogMoveParamId, value);
- }
- private int _AnalogMoveParamId;
-
- [ParamField(0x8C, ParamType.Dummy8, 4)]
- public byte[] Pad
- {
- get => _Pad;
- set => WriteParamField(ref _Pad, value);
- }
- private byte[] _Pad;
+ [ParamField(0x0, ParamType.I32)]
+ public int StayId
+ {
+ get => _StayId;
+ set => WriteParamField(ref _StayId, value);
+ }
+ private int _StayId;
+
+ [ParamField(0x4, ParamType.I32)]
+ public int WalkF
+ {
+ get => _WalkF;
+ set => WriteParamField(ref _WalkF, value);
+ }
+ private int _WalkF;
+
+ [ParamField(0x8, ParamType.I32)]
+ public int WalkB
+ {
+ get => _WalkB;
+ set => WriteParamField(ref _WalkB, value);
+ }
+ private int _WalkB;
+
+ [ParamField(0xC, ParamType.I32)]
+ public int WalkL
+ {
+ get => _WalkL;
+ set => WriteParamField(ref _WalkL, value);
+ }
+ private int _WalkL;
+
+ [ParamField(0x10, ParamType.I32)]
+ public int WalkR
+ {
+ get => _WalkR;
+ set => WriteParamField(ref _WalkR, value);
+ }
+ private int _WalkR;
+
+ [ParamField(0x14, ParamType.I32)]
+ public int DashF
+ {
+ get => _DashF;
+ set => WriteParamField(ref _DashF, value);
+ }
+ private int _DashF;
+
+ [ParamField(0x18, ParamType.I32)]
+ public int DashB
+ {
+ get => _DashB;
+ set => WriteParamField(ref _DashB, value);
+ }
+ private int _DashB;
+
+ [ParamField(0x1C, ParamType.I32)]
+ public int DashL
+ {
+ get => _DashL;
+ set => WriteParamField(ref _DashL, value);
+ }
+ private int _DashL;
+
+ [ParamField(0x20, ParamType.I32)]
+ public int DashR
+ {
+ get => _DashR;
+ set => WriteParamField(ref _DashR, value);
+ }
+ private int _DashR;
+ [ParamField(0x24, ParamType.I32)]
+ public int SuperDash
+ {
+ get => _SuperDash;
+ set => WriteParamField(ref _SuperDash, value);
+ }
+ private int _SuperDash;
+
+ [ParamField(0x28, ParamType.I32)]
+ public int EscapeF
+ {
+ get => _EscapeF;
+ set => WriteParamField(ref _EscapeF, value);
+ }
+ private int _EscapeF;
+
+ [ParamField(0x2C, ParamType.I32)]
+ public int EscapeB
+ {
+ get => _EscapeB;
+ set => WriteParamField(ref _EscapeB, value);
}
+ private int _EscapeB;
+
+ [ParamField(0x30, ParamType.I32)]
+ public int EscapeL
+ {
+ get => _EscapeL;
+ set => WriteParamField(ref _EscapeL, value);
+ }
+ private int _EscapeL;
+
+ [ParamField(0x34, ParamType.I32)]
+ public int EscapeR
+ {
+ get => _EscapeR;
+ set => WriteParamField(ref _EscapeR, value);
+ }
+ private int _EscapeR;
+
+ [ParamField(0x38, ParamType.I32)]
+ public int TurnL
+ {
+ get => _TurnL;
+ set => WriteParamField(ref _TurnL, value);
+ }
+ private int _TurnL;
+
+ [ParamField(0x3C, ParamType.I32)]
+ public int TrunR
+ {
+ get => _TrunR;
+ set => WriteParamField(ref _TrunR, value);
+ }
+ private int _TrunR;
+
+ [ParamField(0x40, ParamType.I32)]
+ public int LargeTurnL
+ {
+ get => _LargeTurnL;
+ set => WriteParamField(ref _LargeTurnL, value);
+ }
+ private int _LargeTurnL;
+
+ [ParamField(0x44, ParamType.I32)]
+ public int LargeTurnR
+ {
+ get => _LargeTurnR;
+ set => WriteParamField(ref _LargeTurnR, value);
+ }
+ private int _LargeTurnR;
+
+ [ParamField(0x48, ParamType.I32)]
+ public int StepMove
+ {
+ get => _StepMove;
+ set => WriteParamField(ref _StepMove, value);
+ }
+ private int _StepMove;
+
+ [ParamField(0x4C, ParamType.I32)]
+ public int FlyStay
+ {
+ get => _FlyStay;
+ set => WriteParamField(ref _FlyStay, value);
+ }
+ private int _FlyStay;
+
+ [ParamField(0x50, ParamType.I32)]
+ public int FlyWalkF
+ {
+ get => _FlyWalkF;
+ set => WriteParamField(ref _FlyWalkF, value);
+ }
+ private int _FlyWalkF;
+
+ [ParamField(0x54, ParamType.I32)]
+ public int FlyWalkFL
+ {
+ get => _FlyWalkFL;
+ set => WriteParamField(ref _FlyWalkFL, value);
+ }
+ private int _FlyWalkFL;
+
+ [ParamField(0x58, ParamType.I32)]
+ public int FlyWalkFR
+ {
+ get => _FlyWalkFR;
+ set => WriteParamField(ref _FlyWalkFR, value);
+ }
+ private int _FlyWalkFR;
+
+ [ParamField(0x5C, ParamType.I32)]
+ public int FlyWalkFL2
+ {
+ get => _FlyWalkFL2;
+ set => WriteParamField(ref _FlyWalkFL2, value);
+ }
+ private int _FlyWalkFL2;
+
+ [ParamField(0x60, ParamType.I32)]
+ public int FlyWalkFR2
+ {
+ get => _FlyWalkFR2;
+ set => WriteParamField(ref _FlyWalkFR2, value);
+ }
+ private int _FlyWalkFR2;
+
+ [ParamField(0x64, ParamType.I32)]
+ public int FlyDashF
+ {
+ get => _FlyDashF;
+ set => WriteParamField(ref _FlyDashF, value);
+ }
+ private int _FlyDashF;
+
+ [ParamField(0x68, ParamType.I32)]
+ public int FlyDashFL
+ {
+ get => _FlyDashFL;
+ set => WriteParamField(ref _FlyDashFL, value);
+ }
+ private int _FlyDashFL;
+
+ [ParamField(0x6C, ParamType.I32)]
+ public int FlyDashFR
+ {
+ get => _FlyDashFR;
+ set => WriteParamField(ref _FlyDashFR, value);
+ }
+ private int _FlyDashFR;
+
+ [ParamField(0x70, ParamType.I32)]
+ public int FlyDashFL2
+ {
+ get => _FlyDashFL2;
+ set => WriteParamField(ref _FlyDashFL2, value);
+ }
+ private int _FlyDashFL2;
+
+ [ParamField(0x74, ParamType.I32)]
+ public int FlyDashFR2
+ {
+ get => _FlyDashFR2;
+ set => WriteParamField(ref _FlyDashFR2, value);
+ }
+ private int _FlyDashFR2;
+
+ [ParamField(0x78, ParamType.I32)]
+ public int DashEscapeF
+ {
+ get => _DashEscapeF;
+ set => WriteParamField(ref _DashEscapeF, value);
+ }
+ private int _DashEscapeF;
+
+ [ParamField(0x7C, ParamType.I32)]
+ public int DashEscapeB
+ {
+ get => _DashEscapeB;
+ set => WriteParamField(ref _DashEscapeB, value);
+ }
+ private int _DashEscapeB;
+
+ [ParamField(0x80, ParamType.I32)]
+ public int DashEscapeL
+ {
+ get => _DashEscapeL;
+ set => WriteParamField(ref _DashEscapeL, value);
+ }
+ private int _DashEscapeL;
+
+ [ParamField(0x84, ParamType.I32)]
+ public int DashEscapeR
+ {
+ get => _DashEscapeR;
+ set => WriteParamField(ref _DashEscapeR, value);
+ }
+ private int _DashEscapeR;
+
+ [ParamField(0x88, ParamType.I32)]
+ public int AnalogMoveParamId
+ {
+ get => _AnalogMoveParamId;
+ set => WriteParamField(ref _AnalogMoveParamId, value);
+ }
+ private int _AnalogMoveParamId;
+
+ [ParamField(0x8C, ParamType.Dummy8, 4)]
+ public byte[] Pad
+ {
+ get => _Pad;
+ set => WriteParamField(ref _Pad, value);
+ }
+ private byte[] _Pad = null!;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/NpcParam.cs b/src/SoulMemory/DarkSouls1/Parameters/NpcParam.cs
index c54271aa..771656e5 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/NpcParam.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/NpcParam.cs
@@ -18,1301 +18,1298 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class NpcParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class NpcParam : BaseParam
- {
- public NpcParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I32)]
- public int BehaviorVariationId
- {
- get => _BehaviorVariationId;
- set => WriteParamField(ref _BehaviorVariationId, value);
- }
- private int _BehaviorVariationId;
-
- [ParamField(0x4, ParamType.I32)]
- public int AiThinkId
- {
- get => _AiThinkId;
- set => WriteParamField(ref _AiThinkId, value);
- }
- private int _AiThinkId;
-
- [ParamField(0x8, ParamType.I32)]
- public int NameId
- {
- get => _NameId;
- set => WriteParamField(ref _NameId, value);
- }
- private int _NameId;
-
- [ParamField(0xC, ParamType.F32)]
- public float TurnVellocity
- {
- get => _TurnVellocity;
- set => WriteParamField(ref _TurnVellocity, value);
- }
- private float _TurnVellocity;
-
- [ParamField(0x10, ParamType.F32)]
- public float HitHeight
- {
- get => _HitHeight;
- set => WriteParamField(ref _HitHeight, value);
- }
- private float _HitHeight;
-
- [ParamField(0x14, ParamType.F32)]
- public float HitRadius
- {
- get => _HitRadius;
- set => WriteParamField(ref _HitRadius, value);
- }
- private float _HitRadius;
-
- [ParamField(0x18, ParamType.U32)]
- public uint Weight
- {
- get => _Weight;
- set => WriteParamField(ref _Weight, value);
- }
- private uint _Weight;
-
- [ParamField(0x1C, ParamType.F32)]
- public float HitYOffset
- {
- get => _HitYOffset;
- set => WriteParamField(ref _HitYOffset, value);
- }
- private float _HitYOffset;
-
- [ParamField(0x20, ParamType.U32)]
- public uint Hp
- {
- get => _Hp;
- set => WriteParamField(ref _Hp, value);
- }
- private uint _Hp;
-
- [ParamField(0x24, ParamType.U32)]
- public uint Mp
- {
- get => _Mp;
- set => WriteParamField(ref _Mp, value);
- }
- private uint _Mp;
-
- [ParamField(0x28, ParamType.U32)]
- public uint GetSoul
- {
- get => _GetSoul;
- set => WriteParamField(ref _GetSoul, value);
- }
- private uint _GetSoul;
-
- [ParamField(0x2C, ParamType.I32)]
- public int ItemLotId_1
- {
- get => _ItemLotId_1;
- set => WriteParamField(ref _ItemLotId_1, value);
- }
- private int _ItemLotId_1;
-
- [ParamField(0x30, ParamType.I32)]
- public int ItemLotId_2
- {
- get => _ItemLotId_2;
- set => WriteParamField(ref _ItemLotId_2, value);
- }
- private int _ItemLotId_2;
-
- [ParamField(0x34, ParamType.I32)]
- public int ItemLotId_3
- {
- get => _ItemLotId_3;
- set => WriteParamField(ref _ItemLotId_3, value);
- }
- private int _ItemLotId_3;
-
- [ParamField(0x38, ParamType.I32)]
- public int ItemLotId_4
- {
- get => _ItemLotId_4;
- set => WriteParamField(ref _ItemLotId_4, value);
- }
- private int _ItemLotId_4;
-
- [ParamField(0x3C, ParamType.I32)]
- public int ItemLotId_5
- {
- get => _ItemLotId_5;
- set => WriteParamField(ref _ItemLotId_5, value);
- }
- private int _ItemLotId_5;
-
- [ParamField(0x40, ParamType.I32)]
- public int ItemLotId_6
- {
- get => _ItemLotId_6;
- set => WriteParamField(ref _ItemLotId_6, value);
- }
- private int _ItemLotId_6;
-
- [ParamField(0x44, ParamType.I32)]
- public int HumanityLotId
- {
- get => _HumanityLotId;
- set => WriteParamField(ref _HumanityLotId, value);
- }
- private int _HumanityLotId;
-
- [ParamField(0x48, ParamType.I32)]
- public int SpEffectID0
- {
- get => _SpEffectID0;
- set => WriteParamField(ref _SpEffectID0, value);
- }
- private int _SpEffectID0;
-
- [ParamField(0x4C, ParamType.I32)]
- public int SpEffectID1
- {
- get => _SpEffectID1;
- set => WriteParamField(ref _SpEffectID1, value);
- }
- private int _SpEffectID1;
-
- [ParamField(0x50, ParamType.I32)]
- public int SpEffectID2
- {
- get => _SpEffectID2;
- set => WriteParamField(ref _SpEffectID2, value);
- }
- private int _SpEffectID2;
-
- [ParamField(0x54, ParamType.I32)]
- public int SpEffectID3
- {
- get => _SpEffectID3;
- set => WriteParamField(ref _SpEffectID3, value);
- }
- private int _SpEffectID3;
-
- [ParamField(0x58, ParamType.I32)]
- public int SpEffectID4
- {
- get => _SpEffectID4;
- set => WriteParamField(ref _SpEffectID4, value);
- }
- private int _SpEffectID4;
-
- [ParamField(0x5C, ParamType.I32)]
- public int SpEffectID5
- {
- get => _SpEffectID5;
- set => WriteParamField(ref _SpEffectID5, value);
- }
- private int _SpEffectID5;
-
- [ParamField(0x60, ParamType.I32)]
- public int SpEffectID6
- {
- get => _SpEffectID6;
- set => WriteParamField(ref _SpEffectID6, value);
- }
- private int _SpEffectID6;
-
- [ParamField(0x64, ParamType.I32)]
- public int SpEffectID7
- {
- get => _SpEffectID7;
- set => WriteParamField(ref _SpEffectID7, value);
- }
- private int _SpEffectID7;
-
- [ParamField(0x68, ParamType.I32)]
- public int GameClearSpEffectID
- {
- get => _GameClearSpEffectID;
- set => WriteParamField(ref _GameClearSpEffectID, value);
- }
- private int _GameClearSpEffectID;
-
- [ParamField(0x6C, ParamType.F32)]
- public float PhysGuardCutRate
- {
- get => _PhysGuardCutRate;
- set => WriteParamField(ref _PhysGuardCutRate, value);
- }
- private float _PhysGuardCutRate;
-
- [ParamField(0x70, ParamType.F32)]
- public float MagGuardCutRate
- {
- get => _MagGuardCutRate;
- set => WriteParamField(ref _MagGuardCutRate, value);
- }
- private float _MagGuardCutRate;
-
- [ParamField(0x74, ParamType.F32)]
- public float FireGuardCutRate
- {
- get => _FireGuardCutRate;
- set => WriteParamField(ref _FireGuardCutRate, value);
- }
- private float _FireGuardCutRate;
-
- [ParamField(0x78, ParamType.F32)]
- public float ThunGuardCutRate
- {
- get => _ThunGuardCutRate;
- set => WriteParamField(ref _ThunGuardCutRate, value);
- }
- private float _ThunGuardCutRate;
-
- [ParamField(0x7C, ParamType.I32)]
- public int AnimIdOffset
- {
- get => _AnimIdOffset;
- set => WriteParamField(ref _AnimIdOffset, value);
- }
- private int _AnimIdOffset;
-
- [ParamField(0x80, ParamType.I32)]
- public int MoveAnimId
- {
- get => _MoveAnimId;
- set => WriteParamField(ref _MoveAnimId, value);
- }
- private int _MoveAnimId;
-
- [ParamField(0x84, ParamType.I32)]
- public int SpMoveAnimId1
- {
- get => _SpMoveAnimId1;
- set => WriteParamField(ref _SpMoveAnimId1, value);
- }
- private int _SpMoveAnimId1;
-
- [ParamField(0x88, ParamType.I32)]
- public int SpMoveAnimId2
- {
- get => _SpMoveAnimId2;
- set => WriteParamField(ref _SpMoveAnimId2, value);
- }
- private int _SpMoveAnimId2;
-
- [ParamField(0x8C, ParamType.F32)]
- public float NetworkWarpDist
- {
- get => _NetworkWarpDist;
- set => WriteParamField(ref _NetworkWarpDist, value);
- }
- private float _NetworkWarpDist;
-
- [ParamField(0x90, ParamType.I32)]
- public int DbgBehaviorR1
- {
- get => _DbgBehaviorR1;
- set => WriteParamField(ref _DbgBehaviorR1, value);
- }
- private int _DbgBehaviorR1;
-
- [ParamField(0x94, ParamType.I32)]
- public int DbgBehaviorL1
- {
- get => _DbgBehaviorL1;
- set => WriteParamField(ref _DbgBehaviorL1, value);
- }
- private int _DbgBehaviorL1;
-
- [ParamField(0x98, ParamType.I32)]
- public int DbgBehaviorR2
- {
- get => _DbgBehaviorR2;
- set => WriteParamField(ref _DbgBehaviorR2, value);
- }
- private int _DbgBehaviorR2;
-
- [ParamField(0x9C, ParamType.I32)]
- public int DbgBehaviorL2
- {
- get => _DbgBehaviorL2;
- set => WriteParamField(ref _DbgBehaviorL2, value);
- }
- private int _DbgBehaviorL2;
-
- [ParamField(0xA0, ParamType.I32)]
- public int DbgBehaviorRL
- {
- get => _DbgBehaviorRL;
- set => WriteParamField(ref _DbgBehaviorRL, value);
- }
- private int _DbgBehaviorRL;
-
- [ParamField(0xA4, ParamType.I32)]
- public int DbgBehaviorRR
- {
- get => _DbgBehaviorRR;
- set => WriteParamField(ref _DbgBehaviorRR, value);
- }
- private int _DbgBehaviorRR;
-
- [ParamField(0xA8, ParamType.I32)]
- public int DbgBehaviorRD
- {
- get => _DbgBehaviorRD;
- set => WriteParamField(ref _DbgBehaviorRD, value);
- }
- private int _DbgBehaviorRD;
-
- [ParamField(0xAC, ParamType.I32)]
- public int DbgBehaviorRU
- {
- get => _DbgBehaviorRU;
- set => WriteParamField(ref _DbgBehaviorRU, value);
- }
- private int _DbgBehaviorRU;
-
- [ParamField(0xB0, ParamType.I32)]
- public int DbgBehaviorLL
- {
- get => _DbgBehaviorLL;
- set => WriteParamField(ref _DbgBehaviorLL, value);
- }
- private int _DbgBehaviorLL;
-
- [ParamField(0xB4, ParamType.I32)]
- public int DbgBehaviorLR
- {
- get => _DbgBehaviorLR;
- set => WriteParamField(ref _DbgBehaviorLR, value);
- }
- private int _DbgBehaviorLR;
-
- [ParamField(0xB8, ParamType.I32)]
- public int DbgBehaviorLD
- {
- get => _DbgBehaviorLD;
- set => WriteParamField(ref _DbgBehaviorLD, value);
- }
- private int _DbgBehaviorLD;
-
- [ParamField(0xBC, ParamType.I32)]
- public int DbgBehaviorLU
- {
- get => _DbgBehaviorLU;
- set => WriteParamField(ref _DbgBehaviorLU, value);
- }
- private int _DbgBehaviorLU;
-
- [ParamField(0xC0, ParamType.I32)]
- public int AnimIdOffset2
- {
- get => _AnimIdOffset2;
- set => WriteParamField(ref _AnimIdOffset2, value);
- }
- private int _AnimIdOffset2;
-
- [ParamField(0xC4, ParamType.F32)]
- public float PartsDamageRate1
- {
- get => _PartsDamageRate1;
- set => WriteParamField(ref _PartsDamageRate1, value);
- }
- private float _PartsDamageRate1;
-
- [ParamField(0xC8, ParamType.F32)]
- public float PartsDamageRate2
- {
- get => _PartsDamageRate2;
- set => WriteParamField(ref _PartsDamageRate2, value);
- }
- private float _PartsDamageRate2;
-
- [ParamField(0xCC, ParamType.F32)]
- public float PartsDamageRate3
- {
- get => _PartsDamageRate3;
- set => WriteParamField(ref _PartsDamageRate3, value);
- }
- private float _PartsDamageRate3;
-
- [ParamField(0xD0, ParamType.F32)]
- public float PartsDamageRate4
- {
- get => _PartsDamageRate4;
- set => WriteParamField(ref _PartsDamageRate4, value);
- }
- private float _PartsDamageRate4;
-
- [ParamField(0xD4, ParamType.F32)]
- public float PartsDamageRate5
- {
- get => _PartsDamageRate5;
- set => WriteParamField(ref _PartsDamageRate5, value);
- }
- private float _PartsDamageRate5;
-
- [ParamField(0xD8, ParamType.F32)]
- public float PartsDamageRate6
- {
- get => _PartsDamageRate6;
- set => WriteParamField(ref _PartsDamageRate6, value);
- }
- private float _PartsDamageRate6;
-
- [ParamField(0xDC, ParamType.F32)]
- public float PartsDamageRate7
- {
- get => _PartsDamageRate7;
- set => WriteParamField(ref _PartsDamageRate7, value);
- }
- private float _PartsDamageRate7;
-
- [ParamField(0xE0, ParamType.F32)]
- public float PartsDamageRate8
- {
- get => _PartsDamageRate8;
- set => WriteParamField(ref _PartsDamageRate8, value);
- }
- private float _PartsDamageRate8;
-
- [ParamField(0xE4, ParamType.F32)]
- public float WeakPartsDamageRate
- {
- get => _WeakPartsDamageRate;
- set => WriteParamField(ref _WeakPartsDamageRate, value);
- }
- private float _WeakPartsDamageRate;
-
- [ParamField(0xE8, ParamType.F32)]
- public float SuperArmorRecoverCorrection
- {
- get => _SuperArmorRecoverCorrection;
- set => WriteParamField(ref _SuperArmorRecoverCorrection, value);
- }
- private float _SuperArmorRecoverCorrection;
-
- [ParamField(0xEC, ParamType.F32)]
- public float SuperArmorBrakeKnockbackDist
- {
- get => _SuperArmorBrakeKnockbackDist;
- set => WriteParamField(ref _SuperArmorBrakeKnockbackDist, value);
- }
- private float _SuperArmorBrakeKnockbackDist;
-
- [ParamField(0xF0, ParamType.U16)]
- public ushort Stamina
- {
- get => _Stamina;
- set => WriteParamField(ref _Stamina, value);
- }
- private ushort _Stamina;
-
- [ParamField(0xF2, ParamType.U16)]
- public ushort StaminaRecoverBaseVel
- {
- get => _StaminaRecoverBaseVel;
- set => WriteParamField(ref _StaminaRecoverBaseVel, value);
- }
- private ushort _StaminaRecoverBaseVel;
-
- [ParamField(0xF4, ParamType.U16)]
- public ushort Def_phys
- {
- get => _Def_phys;
- set => WriteParamField(ref _Def_phys, value);
- }
- private ushort _Def_phys;
-
- [ParamField(0xF6, ParamType.I16)]
- public short Def_slash
- {
- get => _Def_slash;
- set => WriteParamField(ref _Def_slash, value);
- }
- private short _Def_slash;
-
- [ParamField(0xF8, ParamType.I16)]
- public short Def_blow
- {
- get => _Def_blow;
- set => WriteParamField(ref _Def_blow, value);
- }
- private short _Def_blow;
-
- [ParamField(0xFA, ParamType.I16)]
- public short Def_thrust
- {
- get => _Def_thrust;
- set => WriteParamField(ref _Def_thrust, value);
- }
- private short _Def_thrust;
-
- [ParamField(0xFC, ParamType.U16)]
- public ushort Def_mag
- {
- get => _Def_mag;
- set => WriteParamField(ref _Def_mag, value);
- }
- private ushort _Def_mag;
-
- [ParamField(0xFE, ParamType.U16)]
- public ushort Def_fire
- {
- get => _Def_fire;
- set => WriteParamField(ref _Def_fire, value);
- }
- private ushort _Def_fire;
-
- [ParamField(0x100, ParamType.U16)]
- public ushort Def_thunder
- {
- get => _Def_thunder;
- set => WriteParamField(ref _Def_thunder, value);
- }
- private ushort _Def_thunder;
-
- [ParamField(0x102, ParamType.U16)]
- public ushort DefFlickPower
- {
- get => _DefFlickPower;
- set => WriteParamField(ref _DefFlickPower, value);
- }
- private ushort _DefFlickPower;
-
- [ParamField(0x104, ParamType.U16)]
- public ushort Resist_poison
- {
- get => _Resist_poison;
- set => WriteParamField(ref _Resist_poison, value);
- }
- private ushort _Resist_poison;
-
- [ParamField(0x106, ParamType.U16)]
- public ushort Resist_desease
- {
- get => _Resist_desease;
- set => WriteParamField(ref _Resist_desease, value);
- }
- private ushort _Resist_desease;
-
- [ParamField(0x108, ParamType.U16)]
- public ushort Resist_blood
- {
- get => _Resist_blood;
- set => WriteParamField(ref _Resist_blood, value);
- }
- private ushort _Resist_blood;
-
- [ParamField(0x10A, ParamType.U16)]
- public ushort Resist_curse
- {
- get => _Resist_curse;
- set => WriteParamField(ref _Resist_curse, value);
- }
- private ushort _Resist_curse;
-
- [ParamField(0x10C, ParamType.I16)]
- public short GhostModelId
- {
- get => _GhostModelId;
- set => WriteParamField(ref _GhostModelId, value);
- }
- private short _GhostModelId;
-
- [ParamField(0x10E, ParamType.I16)]
- public short NormalChangeResouceId
- {
- get => _NormalChangeResouceId;
- set => WriteParamField(ref _NormalChangeResouceId, value);
- }
- private short _NormalChangeResouceId;
-
- [ParamField(0x110, ParamType.I16)]
- public short GuardAngle
- {
- get => _GuardAngle;
- set => WriteParamField(ref _GuardAngle, value);
- }
- private short _GuardAngle;
-
- [ParamField(0x112, ParamType.I16)]
- public short SlashGuardCutRate
- {
- get => _SlashGuardCutRate;
- set => WriteParamField(ref _SlashGuardCutRate, value);
- }
- private short _SlashGuardCutRate;
-
- [ParamField(0x114, ParamType.I16)]
- public short BlowGuardCutRate
- {
- get => _BlowGuardCutRate;
- set => WriteParamField(ref _BlowGuardCutRate, value);
- }
- private short _BlowGuardCutRate;
-
- [ParamField(0x116, ParamType.I16)]
- public short ThrustGuardCutRate
- {
- get => _ThrustGuardCutRate;
- set => WriteParamField(ref _ThrustGuardCutRate, value);
- }
- private short _ThrustGuardCutRate;
-
- [ParamField(0x118, ParamType.I16)]
- public short SuperArmorDurability
- {
- get => _SuperArmorDurability;
- set => WriteParamField(ref _SuperArmorDurability, value);
- }
- private short _SuperArmorDurability;
-
- [ParamField(0x11A, ParamType.I16)]
- public short NormalChangeTexChrId
- {
- get => _NormalChangeTexChrId;
- set => WriteParamField(ref _NormalChangeTexChrId, value);
- }
- private short _NormalChangeTexChrId;
-
- [ParamField(0x11C, ParamType.U16)]
- public ushort DropType
- {
- get => _DropType;
- set => WriteParamField(ref _DropType, value);
- }
- private ushort _DropType;
-
- [ParamField(0x11E, ParamType.U8)]
- public byte KnockbackRate
- {
- get => _KnockbackRate;
- set => WriteParamField(ref _KnockbackRate, value);
- }
- private byte _KnockbackRate;
-
- [ParamField(0x11F, ParamType.U8)]
- public byte KnockbackParamId
- {
- get => _KnockbackParamId;
- set => WriteParamField(ref _KnockbackParamId, value);
- }
- private byte _KnockbackParamId;
-
- [ParamField(0x120, ParamType.U8)]
- public byte FallDamageDump
- {
- get => _FallDamageDump;
- set => WriteParamField(ref _FallDamageDump, value);
- }
- private byte _FallDamageDump;
-
- [ParamField(0x121, ParamType.U8)]
- public byte StaminaGuardDef
- {
- get => _StaminaGuardDef;
- set => WriteParamField(ref _StaminaGuardDef, value);
- }
- private byte _StaminaGuardDef;
-
- [ParamField(0x122, ParamType.U8)]
- public byte PcAttrB
- {
- get => _PcAttrB;
- set => WriteParamField(ref _PcAttrB, value);
- }
- private byte _PcAttrB;
-
- [ParamField(0x123, ParamType.U8)]
- public byte PcAttrW
- {
- get => _PcAttrW;
- set => WriteParamField(ref _PcAttrW, value);
- }
- private byte _PcAttrW;
-
- [ParamField(0x124, ParamType.U8)]
- public byte PcAttrL
- {
- get => _PcAttrL;
- set => WriteParamField(ref _PcAttrL, value);
- }
- private byte _PcAttrL;
-
- [ParamField(0x125, ParamType.U8)]
- public byte PcAttrR
- {
- get => _PcAttrR;
- set => WriteParamField(ref _PcAttrR, value);
- }
- private byte _PcAttrR;
-
- [ParamField(0x126, ParamType.U8)]
- public byte AreaAttrB
- {
- get => _AreaAttrB;
- set => WriteParamField(ref _AreaAttrB, value);
- }
- private byte _AreaAttrB;
-
- [ParamField(0x127, ParamType.U8)]
- public byte AreaAttrW
- {
- get => _AreaAttrW;
- set => WriteParamField(ref _AreaAttrW, value);
- }
- private byte _AreaAttrW;
-
- [ParamField(0x128, ParamType.U8)]
- public byte AreaAttrL
- {
- get => _AreaAttrL;
- set => WriteParamField(ref _AreaAttrL, value);
- }
- private byte _AreaAttrL;
-
- [ParamField(0x129, ParamType.U8)]
- public byte AreaAttrR
- {
- get => _AreaAttrR;
- set => WriteParamField(ref _AreaAttrR, value);
- }
- private byte _AreaAttrR;
-
- [ParamField(0x12A, ParamType.U8)]
- public byte MpRecoverBaseVel
- {
- get => _MpRecoverBaseVel;
- set => WriteParamField(ref _MpRecoverBaseVel, value);
- }
- private byte _MpRecoverBaseVel;
-
- [ParamField(0x12B, ParamType.U8)]
- public byte FlickDamageCutRate
- {
- get => _FlickDamageCutRate;
- set => WriteParamField(ref _FlickDamageCutRate, value);
- }
- private byte _FlickDamageCutRate;
-
- [ParamField(0x12C, ParamType.I8)]
- public sbyte DefaultLodParamId
- {
- get => _DefaultLodParamId;
- set => WriteParamField(ref _DefaultLodParamId, value);
- }
- private sbyte _DefaultLodParamId;
-
- [ParamField(0x12D, ParamType.U8)]
- public byte DrawType
- {
- get => _DrawType;
- set => WriteParamField(ref _DrawType, value);
- }
- private byte _DrawType;
-
- [ParamField(0x12E, ParamType.U8)]
- public byte NpcType
- {
- get => _NpcType;
- set => WriteParamField(ref _NpcType, value);
- }
- private byte _NpcType;
-
- [ParamField(0x12F, ParamType.U8)]
- public byte TeamType
- {
- get => _TeamType;
- set => WriteParamField(ref _TeamType, value);
- }
- private byte _TeamType;
-
- [ParamField(0x130, ParamType.U8)]
- public byte MoveType
- {
- get => _MoveType;
- set => WriteParamField(ref _MoveType, value);
- }
- private byte _MoveType;
-
- [ParamField(0x131, ParamType.U8)]
- public byte LockDist
- {
- get => _LockDist;
- set => WriteParamField(ref _LockDist, value);
- }
- private byte _LockDist;
-
- [ParamField(0x132, ParamType.U8)]
- public byte Material
- {
- get => _Material;
- set => WriteParamField(ref _Material, value);
- }
- private byte _Material;
-
- [ParamField(0x133, ParamType.U8)]
- public byte MaterialSfx
- {
- get => _MaterialSfx;
- set => WriteParamField(ref _MaterialSfx, value);
- }
- private byte _MaterialSfx;
-
- [ParamField(0x134, ParamType.U8)]
- public byte Material_Weak
- {
- get => _Material_Weak;
- set => WriteParamField(ref _Material_Weak, value);
- }
- private byte _Material_Weak;
-
- [ParamField(0x135, ParamType.U8)]
- public byte MaterialSfx_Weak
- {
- get => _MaterialSfx_Weak;
- set => WriteParamField(ref _MaterialSfx_Weak, value);
- }
- private byte _MaterialSfx_Weak;
-
- [ParamField(0x136, ParamType.U8)]
- public byte PartsDamageType
- {
- get => _PartsDamageType;
- set => WriteParamField(ref _PartsDamageType, value);
- }
- private byte _PartsDamageType;
-
- [ParamField(0x137, ParamType.U8)]
- public byte MaxUndurationAng
- {
- get => _MaxUndurationAng;
- set => WriteParamField(ref _MaxUndurationAng, value);
- }
- private byte _MaxUndurationAng;
-
- [ParamField(0x138, ParamType.I8)]
- public sbyte GuardLevel
- {
- get => _GuardLevel;
- set => WriteParamField(ref _GuardLevel, value);
- }
- private sbyte _GuardLevel;
-
- [ParamField(0x139, ParamType.U8)]
- public byte BurnSfxType
- {
- get => _BurnSfxType;
- set => WriteParamField(ref _BurnSfxType, value);
- }
- private byte _BurnSfxType;
-
- [ParamField(0x13A, ParamType.I8)]
- public sbyte PoisonGuardResist
- {
- get => _PoisonGuardResist;
- set => WriteParamField(ref _PoisonGuardResist, value);
- }
- private sbyte _PoisonGuardResist;
-
- [ParamField(0x13B, ParamType.I8)]
- public sbyte DiseaseGuardResist
- {
- get => _DiseaseGuardResist;
- set => WriteParamField(ref _DiseaseGuardResist, value);
- }
- private sbyte _DiseaseGuardResist;
-
- [ParamField(0x13C, ParamType.I8)]
- public sbyte BloodGuardResist
- {
- get => _BloodGuardResist;
- set => WriteParamField(ref _BloodGuardResist, value);
- }
- private sbyte _BloodGuardResist;
-
- [ParamField(0x13D, ParamType.I8)]
- public sbyte CurseGuardResist
- {
- get => _CurseGuardResist;
- set => WriteParamField(ref _CurseGuardResist, value);
- }
- private sbyte _CurseGuardResist;
-
- [ParamField(0x13E, ParamType.U8)]
- public byte ParryAttack
- {
- get => _ParryAttack;
- set => WriteParamField(ref _ParryAttack, value);
- }
- private byte _ParryAttack;
-
- [ParamField(0x13F, ParamType.U8)]
- public byte ParryDefence
- {
- get => _ParryDefence;
- set => WriteParamField(ref _ParryDefence, value);
- }
- private byte _ParryDefence;
-
- [ParamField(0x140, ParamType.U8)]
- public byte SfxSize
- {
- get => _SfxSize;
- set => WriteParamField(ref _SfxSize, value);
- }
- private byte _SfxSize;
-
- [ParamField(0x141, ParamType.U8)]
- public byte PushOutCamRegionRadius
- {
- get => _PushOutCamRegionRadius;
- set => WriteParamField(ref _PushOutCamRegionRadius, value);
- }
- private byte _PushOutCamRegionRadius;
-
- [ParamField(0x142, ParamType.U8)]
- public byte HitStopType
- {
- get => _HitStopType;
- set => WriteParamField(ref _HitStopType, value);
- }
- private byte _HitStopType;
-
- [ParamField(0x143, ParamType.U8)]
- public byte LadderEndChkOffsetTop
- {
- get => _LadderEndChkOffsetTop;
- set => WriteParamField(ref _LadderEndChkOffsetTop, value);
- }
- private byte _LadderEndChkOffsetTop;
-
- [ParamField(0x144, ParamType.U8)]
- public byte LadderEndChkOffsetLow
- {
- get => _LadderEndChkOffsetLow;
- set => WriteParamField(ref _LadderEndChkOffsetLow, value);
- }
- private byte _LadderEndChkOffsetLow;
-
- #region BitField UseRagdollCamHitBitfield ==============================================================================
-
- [ParamField(0x145, ParamType.U8)]
- public byte UseRagdollCamHitBitfield
- {
- get => _UseRagdollCamHitBitfield;
- set => WriteParamField(ref _UseRagdollCamHitBitfield, value);
- }
- private byte _UseRagdollCamHitBitfield;
-
- [ParamBitField(nameof(UseRagdollCamHitBitfield), bits: 1, bitsOffset: 0)]
- public byte UseRagdollCamHit
- {
- get => GetbitfieldValue(_UseRagdollCamHitBitfield);
- set => SetBitfieldValue(ref _UseRagdollCamHitBitfield, value);
- }
-
- [ParamBitField(nameof(UseRagdollCamHitBitfield), bits: 1, bitsOffset: 1)]
- public byte DisableClothRigidHit
- {
- get => GetbitfieldValue(_UseRagdollCamHitBitfield);
- set => SetBitfieldValue(ref _UseRagdollCamHitBitfield, value);
- }
-
- [ParamBitField(nameof(UseRagdollCamHitBitfield), bits: 1, bitsOffset: 2)]
- public byte UseRagdoll
- {
- get => GetbitfieldValue(_UseRagdollCamHitBitfield);
- set => SetBitfieldValue(ref _UseRagdollCamHitBitfield, value);
- }
-
- [ParamBitField(nameof(UseRagdollCamHitBitfield), bits: 1, bitsOffset: 3)]
- public byte IsDemon
- {
- get => GetbitfieldValue(_UseRagdollCamHitBitfield);
- set => SetBitfieldValue(ref _UseRagdollCamHitBitfield, value);
- }
-
- [ParamBitField(nameof(UseRagdollCamHitBitfield), bits: 1, bitsOffset: 4)]
- public byte IsGhost
- {
- get => GetbitfieldValue(_UseRagdollCamHitBitfield);
- set => SetBitfieldValue(ref _UseRagdollCamHitBitfield, value);
- }
-
- [ParamBitField(nameof(UseRagdollCamHitBitfield), bits: 1, bitsOffset: 5)]
- public byte IsNoDamageMotion
- {
- get => GetbitfieldValue(_UseRagdollCamHitBitfield);
- set => SetBitfieldValue(ref _UseRagdollCamHitBitfield, value);
- }
-
- [ParamBitField(nameof(UseRagdollCamHitBitfield), bits: 1, bitsOffset: 6)]
- public byte IsUnduration
- {
- get => GetbitfieldValue(_UseRagdollCamHitBitfield);
- set => SetBitfieldValue(ref _UseRagdollCamHitBitfield, value);
- }
-
- [ParamBitField(nameof(UseRagdollCamHitBitfield), bits: 1, bitsOffset: 7)]
- public byte IsChangeWanderGhost
- {
- get => GetbitfieldValue(_UseRagdollCamHitBitfield);
- set => SetBitfieldValue(ref _UseRagdollCamHitBitfield, value);
- }
-
- #endregion BitField UseRagdollCamHitBitfield
-
- #region BitField ModelDispMask0Bitfield ==============================================================================
-
- [ParamField(0x146, ParamType.U8)]
- public byte ModelDispMask0Bitfield
- {
- get => _ModelDispMask0Bitfield;
- set => WriteParamField(ref _ModelDispMask0Bitfield, value);
- }
- private byte _ModelDispMask0Bitfield;
-
- [ParamBitField(nameof(ModelDispMask0Bitfield), bits: 1, bitsOffset: 0)]
- public byte ModelDispMask0
- {
- get => GetbitfieldValue(_ModelDispMask0Bitfield);
- set => SetBitfieldValue(ref _ModelDispMask0Bitfield, value);
- }
-
- [ParamBitField(nameof(ModelDispMask0Bitfield), bits: 1, bitsOffset: 1)]
- public byte ModelDispMask1
- {
- get => GetbitfieldValue(_ModelDispMask0Bitfield);
- set => SetBitfieldValue(ref _ModelDispMask0Bitfield, value);
- }
-
- [ParamBitField(nameof(ModelDispMask0Bitfield), bits: 1, bitsOffset: 2)]
- public byte ModelDispMask2
- {
- get => GetbitfieldValue(_ModelDispMask0Bitfield);
- set => SetBitfieldValue(ref _ModelDispMask0Bitfield, value);
- }
-
- [ParamBitField(nameof(ModelDispMask0Bitfield), bits: 1, bitsOffset: 3)]
- public byte ModelDispMask3
- {
- get => GetbitfieldValue(_ModelDispMask0Bitfield);
- set => SetBitfieldValue(ref _ModelDispMask0Bitfield, value);
- }
-
- [ParamBitField(nameof(ModelDispMask0Bitfield), bits: 1, bitsOffset: 4)]
- public byte ModelDispMask4
- {
- get => GetbitfieldValue(_ModelDispMask0Bitfield);
- set => SetBitfieldValue(ref _ModelDispMask0Bitfield, value);
- }
-
- [ParamBitField(nameof(ModelDispMask0Bitfield), bits: 1, bitsOffset: 5)]
- public byte ModelDispMask5
- {
- get => GetbitfieldValue(_ModelDispMask0Bitfield);
- set => SetBitfieldValue(ref _ModelDispMask0Bitfield, value);
- }
-
- [ParamBitField(nameof(ModelDispMask0Bitfield), bits: 1, bitsOffset: 6)]
- public byte ModelDispMask6
- {
- get => GetbitfieldValue(_ModelDispMask0Bitfield);
- set => SetBitfieldValue(ref _ModelDispMask0Bitfield, value);
- }
-
- [ParamBitField(nameof(ModelDispMask0Bitfield), bits: 1, bitsOffset: 7)]
- public byte ModelDispMask7
- {
- get => GetbitfieldValue(_ModelDispMask0Bitfield);
- set => SetBitfieldValue(ref _ModelDispMask0Bitfield, value);
- }
-
- #endregion BitField ModelDispMask0Bitfield
-
- #region BitField ModelDispMask8Bitfield ==============================================================================
-
- [ParamField(0x147, ParamType.U8)]
- public byte ModelDispMask8Bitfield
- {
- get => _ModelDispMask8Bitfield;
- set => WriteParamField(ref _ModelDispMask8Bitfield, value);
- }
- private byte _ModelDispMask8Bitfield;
-
- [ParamBitField(nameof(ModelDispMask8Bitfield), bits: 1, bitsOffset: 0)]
- public byte ModelDispMask8
- {
- get => GetbitfieldValue(_ModelDispMask8Bitfield);
- set => SetBitfieldValue(ref _ModelDispMask8Bitfield, value);
- }
-
- [ParamBitField(nameof(ModelDispMask8Bitfield), bits: 1, bitsOffset: 1)]
- public byte ModelDispMask9
- {
- get => GetbitfieldValue(_ModelDispMask8Bitfield);
- set => SetBitfieldValue(ref _ModelDispMask8Bitfield, value);
- }
-
- [ParamBitField(nameof(ModelDispMask8Bitfield), bits: 1, bitsOffset: 2)]
- public byte ModelDispMask10
- {
- get => GetbitfieldValue(_ModelDispMask8Bitfield);
- set => SetBitfieldValue(ref _ModelDispMask8Bitfield, value);
- }
-
- [ParamBitField(nameof(ModelDispMask8Bitfield), bits: 1, bitsOffset: 3)]
- public byte ModelDispMask11
- {
- get => GetbitfieldValue(_ModelDispMask8Bitfield);
- set => SetBitfieldValue(ref _ModelDispMask8Bitfield, value);
- }
-
- [ParamBitField(nameof(ModelDispMask8Bitfield), bits: 1, bitsOffset: 4)]
- public byte ModelDispMask12
- {
- get => GetbitfieldValue(_ModelDispMask8Bitfield);
- set => SetBitfieldValue(ref _ModelDispMask8Bitfield, value);
- }
-
- [ParamBitField(nameof(ModelDispMask8Bitfield), bits: 1, bitsOffset: 5)]
- public byte ModelDispMask13
- {
- get => GetbitfieldValue(_ModelDispMask8Bitfield);
- set => SetBitfieldValue(ref _ModelDispMask8Bitfield, value);
- }
-
- [ParamBitField(nameof(ModelDispMask8Bitfield), bits: 1, bitsOffset: 6)]
- public byte ModelDispMask14
- {
- get => GetbitfieldValue(_ModelDispMask8Bitfield);
- set => SetBitfieldValue(ref _ModelDispMask8Bitfield, value);
- }
-
- [ParamBitField(nameof(ModelDispMask8Bitfield), bits: 1, bitsOffset: 7)]
- public byte ModelDispMask15
- {
- get => GetbitfieldValue(_ModelDispMask8Bitfield);
- set => SetBitfieldValue(ref _ModelDispMask8Bitfield, value);
- }
-
- #endregion BitField ModelDispMask8Bitfield
-
- #region BitField IsEnableNeckTurnBitfield ==============================================================================
-
- [ParamField(0x148, ParamType.U8)]
- public byte IsEnableNeckTurnBitfield
- {
- get => _IsEnableNeckTurnBitfield;
- set => WriteParamField(ref _IsEnableNeckTurnBitfield, value);
- }
- private byte _IsEnableNeckTurnBitfield;
-
- [ParamBitField(nameof(IsEnableNeckTurnBitfield), bits: 1, bitsOffset: 0)]
- public byte IsEnableNeckTurn
- {
- get => GetbitfieldValue(_IsEnableNeckTurnBitfield);
- set => SetBitfieldValue(ref _IsEnableNeckTurnBitfield, value);
- }
-
- [ParamBitField(nameof(IsEnableNeckTurnBitfield), bits: 1, bitsOffset: 1)]
- public byte DisableRespawn
- {
- get => GetbitfieldValue(_IsEnableNeckTurnBitfield);
- set => SetBitfieldValue(ref _IsEnableNeckTurnBitfield, value);
- }
-
- [ParamBitField(nameof(IsEnableNeckTurnBitfield), bits: 1, bitsOffset: 2)]
- public byte IsMoveAnimWait
- {
- get => GetbitfieldValue(_IsEnableNeckTurnBitfield);
- set => SetBitfieldValue(ref _IsEnableNeckTurnBitfield, value);
- }
-
- [ParamBitField(nameof(IsEnableNeckTurnBitfield), bits: 1, bitsOffset: 3)]
- public byte IsCrowd
- {
- get => GetbitfieldValue(_IsEnableNeckTurnBitfield);
- set => SetBitfieldValue(ref _IsEnableNeckTurnBitfield, value);
- }
-
- [ParamBitField(nameof(IsEnableNeckTurnBitfield), bits: 1, bitsOffset: 4)]
- public byte IsWeakSaint
- {
- get => GetbitfieldValue(_IsEnableNeckTurnBitfield);
- set => SetBitfieldValue(ref _IsEnableNeckTurnBitfield, value);
- }
-
- [ParamBitField(nameof(IsEnableNeckTurnBitfield), bits: 1, bitsOffset: 5)]
- public byte IsWeakA
- {
- get => GetbitfieldValue(_IsEnableNeckTurnBitfield);
- set => SetBitfieldValue(ref _IsEnableNeckTurnBitfield, value);
- }
-
- [ParamBitField(nameof(IsEnableNeckTurnBitfield), bits: 1, bitsOffset: 6)]
- public byte IsWeakB
- {
- get => GetbitfieldValue(_IsEnableNeckTurnBitfield);
- set => SetBitfieldValue(ref _IsEnableNeckTurnBitfield, value);
- }
-
- [ParamBitField(nameof(IsEnableNeckTurnBitfield), bits: 1, bitsOffset: 7)]
- public byte Pad1
- {
- get => GetbitfieldValue(_IsEnableNeckTurnBitfield);
- set => SetBitfieldValue(ref _IsEnableNeckTurnBitfield, value);
- }
-
- #endregion BitField IsEnableNeckTurnBitfield
-
- #region BitField VowTypeBitfield ==============================================================================
-
- [ParamField(0x149, ParamType.U8)]
- public byte VowTypeBitfield
- {
- get => _VowTypeBitfield;
- set => WriteParamField(ref _VowTypeBitfield, value);
- }
- private byte _VowTypeBitfield;
-
- [ParamBitField(nameof(VowTypeBitfield), bits: 3, bitsOffset: 0)]
- public byte VowType
- {
- get => GetbitfieldValue(_VowTypeBitfield);
- set => SetBitfieldValue(ref _VowTypeBitfield, value);
- }
-
- [ParamBitField(nameof(VowTypeBitfield), bits: 1, bitsOffset: 3)]
- public byte DisableInitializeDead
- {
- get => GetbitfieldValue(_VowTypeBitfield);
- set => SetBitfieldValue(ref _VowTypeBitfield, value);
- }
-
- [ParamBitField(nameof(VowTypeBitfield), bits: 4, bitsOffset: 4)]
- public byte Pad3
- {
- get => GetbitfieldValue(_VowTypeBitfield);
- set => SetBitfieldValue(ref _VowTypeBitfield, value);
- }
-
- #endregion BitField VowTypeBitfield
-
- [ParamField(0x14A, ParamType.Dummy8, 6)]
- public byte[] Pad2
- {
- get => _Pad2;
- set => WriteParamField(ref _Pad2, value);
- }
- private byte[] _Pad2;
+ [ParamField(0x0, ParamType.I32)]
+ public int BehaviorVariationId
+ {
+ get => _BehaviorVariationId;
+ set => WriteParamField(ref _BehaviorVariationId, value);
+ }
+ private int _BehaviorVariationId;
+
+ [ParamField(0x4, ParamType.I32)]
+ public int AiThinkId
+ {
+ get => _AiThinkId;
+ set => WriteParamField(ref _AiThinkId, value);
+ }
+ private int _AiThinkId;
+
+ [ParamField(0x8, ParamType.I32)]
+ public int NameId
+ {
+ get => _NameId;
+ set => WriteParamField(ref _NameId, value);
+ }
+ private int _NameId;
+
+ [ParamField(0xC, ParamType.F32)]
+ public float TurnVellocity
+ {
+ get => _TurnVellocity;
+ set => WriteParamField(ref _TurnVellocity, value);
+ }
+ private float _TurnVellocity;
+
+ [ParamField(0x10, ParamType.F32)]
+ public float HitHeight
+ {
+ get => _HitHeight;
+ set => WriteParamField(ref _HitHeight, value);
+ }
+ private float _HitHeight;
+
+ [ParamField(0x14, ParamType.F32)]
+ public float HitRadius
+ {
+ get => _HitRadius;
+ set => WriteParamField(ref _HitRadius, value);
+ }
+ private float _HitRadius;
+
+ [ParamField(0x18, ParamType.U32)]
+ public uint Weight
+ {
+ get => _Weight;
+ set => WriteParamField(ref _Weight, value);
+ }
+ private uint _Weight;
+
+ [ParamField(0x1C, ParamType.F32)]
+ public float HitYOffset
+ {
+ get => _HitYOffset;
+ set => WriteParamField(ref _HitYOffset, value);
+ }
+ private float _HitYOffset;
+
+ [ParamField(0x20, ParamType.U32)]
+ public uint Hp
+ {
+ get => _Hp;
+ set => WriteParamField(ref _Hp, value);
+ }
+ private uint _Hp;
+
+ [ParamField(0x24, ParamType.U32)]
+ public uint Mp
+ {
+ get => _Mp;
+ set => WriteParamField(ref _Mp, value);
+ }
+ private uint _Mp;
+
+ [ParamField(0x28, ParamType.U32)]
+ public uint GetSoul
+ {
+ get => _GetSoul;
+ set => WriteParamField(ref _GetSoul, value);
+ }
+ private uint _GetSoul;
+
+ [ParamField(0x2C, ParamType.I32)]
+ public int ItemLotId_1
+ {
+ get => _ItemLotId_1;
+ set => WriteParamField(ref _ItemLotId_1, value);
+ }
+ private int _ItemLotId_1;
+
+ [ParamField(0x30, ParamType.I32)]
+ public int ItemLotId_2
+ {
+ get => _ItemLotId_2;
+ set => WriteParamField(ref _ItemLotId_2, value);
+ }
+ private int _ItemLotId_2;
+
+ [ParamField(0x34, ParamType.I32)]
+ public int ItemLotId_3
+ {
+ get => _ItemLotId_3;
+ set => WriteParamField(ref _ItemLotId_3, value);
+ }
+ private int _ItemLotId_3;
+
+ [ParamField(0x38, ParamType.I32)]
+ public int ItemLotId_4
+ {
+ get => _ItemLotId_4;
+ set => WriteParamField(ref _ItemLotId_4, value);
+ }
+ private int _ItemLotId_4;
+
+ [ParamField(0x3C, ParamType.I32)]
+ public int ItemLotId_5
+ {
+ get => _ItemLotId_5;
+ set => WriteParamField(ref _ItemLotId_5, value);
+ }
+ private int _ItemLotId_5;
+
+ [ParamField(0x40, ParamType.I32)]
+ public int ItemLotId_6
+ {
+ get => _ItemLotId_6;
+ set => WriteParamField(ref _ItemLotId_6, value);
+ }
+ private int _ItemLotId_6;
+
+ [ParamField(0x44, ParamType.I32)]
+ public int HumanityLotId
+ {
+ get => _HumanityLotId;
+ set => WriteParamField(ref _HumanityLotId, value);
+ }
+ private int _HumanityLotId;
+
+ [ParamField(0x48, ParamType.I32)]
+ public int SpEffectID0
+ {
+ get => _SpEffectID0;
+ set => WriteParamField(ref _SpEffectID0, value);
+ }
+ private int _SpEffectID0;
+
+ [ParamField(0x4C, ParamType.I32)]
+ public int SpEffectID1
+ {
+ get => _SpEffectID1;
+ set => WriteParamField(ref _SpEffectID1, value);
+ }
+ private int _SpEffectID1;
+
+ [ParamField(0x50, ParamType.I32)]
+ public int SpEffectID2
+ {
+ get => _SpEffectID2;
+ set => WriteParamField(ref _SpEffectID2, value);
+ }
+ private int _SpEffectID2;
+
+ [ParamField(0x54, ParamType.I32)]
+ public int SpEffectID3
+ {
+ get => _SpEffectID3;
+ set => WriteParamField(ref _SpEffectID3, value);
+ }
+ private int _SpEffectID3;
+
+ [ParamField(0x58, ParamType.I32)]
+ public int SpEffectID4
+ {
+ get => _SpEffectID4;
+ set => WriteParamField(ref _SpEffectID4, value);
+ }
+ private int _SpEffectID4;
+
+ [ParamField(0x5C, ParamType.I32)]
+ public int SpEffectID5
+ {
+ get => _SpEffectID5;
+ set => WriteParamField(ref _SpEffectID5, value);
+ }
+ private int _SpEffectID5;
+
+ [ParamField(0x60, ParamType.I32)]
+ public int SpEffectID6
+ {
+ get => _SpEffectID6;
+ set => WriteParamField(ref _SpEffectID6, value);
+ }
+ private int _SpEffectID6;
+
+ [ParamField(0x64, ParamType.I32)]
+ public int SpEffectID7
+ {
+ get => _SpEffectID7;
+ set => WriteParamField(ref _SpEffectID7, value);
+ }
+ private int _SpEffectID7;
+
+ [ParamField(0x68, ParamType.I32)]
+ public int GameClearSpEffectID
+ {
+ get => _GameClearSpEffectID;
+ set => WriteParamField(ref _GameClearSpEffectID, value);
+ }
+ private int _GameClearSpEffectID;
+
+ [ParamField(0x6C, ParamType.F32)]
+ public float PhysGuardCutRate
+ {
+ get => _PhysGuardCutRate;
+ set => WriteParamField(ref _PhysGuardCutRate, value);
+ }
+ private float _PhysGuardCutRate;
+
+ [ParamField(0x70, ParamType.F32)]
+ public float MagGuardCutRate
+ {
+ get => _MagGuardCutRate;
+ set => WriteParamField(ref _MagGuardCutRate, value);
+ }
+ private float _MagGuardCutRate;
+
+ [ParamField(0x74, ParamType.F32)]
+ public float FireGuardCutRate
+ {
+ get => _FireGuardCutRate;
+ set => WriteParamField(ref _FireGuardCutRate, value);
+ }
+ private float _FireGuardCutRate;
+
+ [ParamField(0x78, ParamType.F32)]
+ public float ThunGuardCutRate
+ {
+ get => _ThunGuardCutRate;
+ set => WriteParamField(ref _ThunGuardCutRate, value);
+ }
+ private float _ThunGuardCutRate;
+
+ [ParamField(0x7C, ParamType.I32)]
+ public int AnimIdOffset
+ {
+ get => _AnimIdOffset;
+ set => WriteParamField(ref _AnimIdOffset, value);
+ }
+ private int _AnimIdOffset;
+
+ [ParamField(0x80, ParamType.I32)]
+ public int MoveAnimId
+ {
+ get => _MoveAnimId;
+ set => WriteParamField(ref _MoveAnimId, value);
+ }
+ private int _MoveAnimId;
+
+ [ParamField(0x84, ParamType.I32)]
+ public int SpMoveAnimId1
+ {
+ get => _SpMoveAnimId1;
+ set => WriteParamField(ref _SpMoveAnimId1, value);
+ }
+ private int _SpMoveAnimId1;
+
+ [ParamField(0x88, ParamType.I32)]
+ public int SpMoveAnimId2
+ {
+ get => _SpMoveAnimId2;
+ set => WriteParamField(ref _SpMoveAnimId2, value);
+ }
+ private int _SpMoveAnimId2;
+
+ [ParamField(0x8C, ParamType.F32)]
+ public float NetworkWarpDist
+ {
+ get => _NetworkWarpDist;
+ set => WriteParamField(ref _NetworkWarpDist, value);
+ }
+ private float _NetworkWarpDist;
+
+ [ParamField(0x90, ParamType.I32)]
+ public int DbgBehaviorR1
+ {
+ get => _DbgBehaviorR1;
+ set => WriteParamField(ref _DbgBehaviorR1, value);
+ }
+ private int _DbgBehaviorR1;
+
+ [ParamField(0x94, ParamType.I32)]
+ public int DbgBehaviorL1
+ {
+ get => _DbgBehaviorL1;
+ set => WriteParamField(ref _DbgBehaviorL1, value);
+ }
+ private int _DbgBehaviorL1;
+
+ [ParamField(0x98, ParamType.I32)]
+ public int DbgBehaviorR2
+ {
+ get => _DbgBehaviorR2;
+ set => WriteParamField(ref _DbgBehaviorR2, value);
+ }
+ private int _DbgBehaviorR2;
+
+ [ParamField(0x9C, ParamType.I32)]
+ public int DbgBehaviorL2
+ {
+ get => _DbgBehaviorL2;
+ set => WriteParamField(ref _DbgBehaviorL2, value);
+ }
+ private int _DbgBehaviorL2;
+
+ [ParamField(0xA0, ParamType.I32)]
+ public int DbgBehaviorRL
+ {
+ get => _DbgBehaviorRL;
+ set => WriteParamField(ref _DbgBehaviorRL, value);
+ }
+ private int _DbgBehaviorRL;
+
+ [ParamField(0xA4, ParamType.I32)]
+ public int DbgBehaviorRR
+ {
+ get => _DbgBehaviorRR;
+ set => WriteParamField(ref _DbgBehaviorRR, value);
+ }
+ private int _DbgBehaviorRR;
+
+ [ParamField(0xA8, ParamType.I32)]
+ public int DbgBehaviorRD
+ {
+ get => _DbgBehaviorRD;
+ set => WriteParamField(ref _DbgBehaviorRD, value);
+ }
+ private int _DbgBehaviorRD;
+
+ [ParamField(0xAC, ParamType.I32)]
+ public int DbgBehaviorRU
+ {
+ get => _DbgBehaviorRU;
+ set => WriteParamField(ref _DbgBehaviorRU, value);
+ }
+ private int _DbgBehaviorRU;
+
+ [ParamField(0xB0, ParamType.I32)]
+ public int DbgBehaviorLL
+ {
+ get => _DbgBehaviorLL;
+ set => WriteParamField(ref _DbgBehaviorLL, value);
+ }
+ private int _DbgBehaviorLL;
+
+ [ParamField(0xB4, ParamType.I32)]
+ public int DbgBehaviorLR
+ {
+ get => _DbgBehaviorLR;
+ set => WriteParamField(ref _DbgBehaviorLR, value);
+ }
+ private int _DbgBehaviorLR;
+
+ [ParamField(0xB8, ParamType.I32)]
+ public int DbgBehaviorLD
+ {
+ get => _DbgBehaviorLD;
+ set => WriteParamField(ref _DbgBehaviorLD, value);
+ }
+ private int _DbgBehaviorLD;
+
+ [ParamField(0xBC, ParamType.I32)]
+ public int DbgBehaviorLU
+ {
+ get => _DbgBehaviorLU;
+ set => WriteParamField(ref _DbgBehaviorLU, value);
+ }
+ private int _DbgBehaviorLU;
+
+ [ParamField(0xC0, ParamType.I32)]
+ public int AnimIdOffset2
+ {
+ get => _AnimIdOffset2;
+ set => WriteParamField(ref _AnimIdOffset2, value);
+ }
+ private int _AnimIdOffset2;
+
+ [ParamField(0xC4, ParamType.F32)]
+ public float PartsDamageRate1
+ {
+ get => _PartsDamageRate1;
+ set => WriteParamField(ref _PartsDamageRate1, value);
+ }
+ private float _PartsDamageRate1;
+
+ [ParamField(0xC8, ParamType.F32)]
+ public float PartsDamageRate2
+ {
+ get => _PartsDamageRate2;
+ set => WriteParamField(ref _PartsDamageRate2, value);
+ }
+ private float _PartsDamageRate2;
+
+ [ParamField(0xCC, ParamType.F32)]
+ public float PartsDamageRate3
+ {
+ get => _PartsDamageRate3;
+ set => WriteParamField(ref _PartsDamageRate3, value);
+ }
+ private float _PartsDamageRate3;
+
+ [ParamField(0xD0, ParamType.F32)]
+ public float PartsDamageRate4
+ {
+ get => _PartsDamageRate4;
+ set => WriteParamField(ref _PartsDamageRate4, value);
+ }
+ private float _PartsDamageRate4;
+
+ [ParamField(0xD4, ParamType.F32)]
+ public float PartsDamageRate5
+ {
+ get => _PartsDamageRate5;
+ set => WriteParamField(ref _PartsDamageRate5, value);
+ }
+ private float _PartsDamageRate5;
+
+ [ParamField(0xD8, ParamType.F32)]
+ public float PartsDamageRate6
+ {
+ get => _PartsDamageRate6;
+ set => WriteParamField(ref _PartsDamageRate6, value);
+ }
+ private float _PartsDamageRate6;
+
+ [ParamField(0xDC, ParamType.F32)]
+ public float PartsDamageRate7
+ {
+ get => _PartsDamageRate7;
+ set => WriteParamField(ref _PartsDamageRate7, value);
+ }
+ private float _PartsDamageRate7;
+
+ [ParamField(0xE0, ParamType.F32)]
+ public float PartsDamageRate8
+ {
+ get => _PartsDamageRate8;
+ set => WriteParamField(ref _PartsDamageRate8, value);
+ }
+ private float _PartsDamageRate8;
+
+ [ParamField(0xE4, ParamType.F32)]
+ public float WeakPartsDamageRate
+ {
+ get => _WeakPartsDamageRate;
+ set => WriteParamField(ref _WeakPartsDamageRate, value);
+ }
+ private float _WeakPartsDamageRate;
+
+ [ParamField(0xE8, ParamType.F32)]
+ public float SuperArmorRecoverCorrection
+ {
+ get => _SuperArmorRecoverCorrection;
+ set => WriteParamField(ref _SuperArmorRecoverCorrection, value);
+ }
+ private float _SuperArmorRecoverCorrection;
+
+ [ParamField(0xEC, ParamType.F32)]
+ public float SuperArmorBrakeKnockbackDist
+ {
+ get => _SuperArmorBrakeKnockbackDist;
+ set => WriteParamField(ref _SuperArmorBrakeKnockbackDist, value);
+ }
+ private float _SuperArmorBrakeKnockbackDist;
+
+ [ParamField(0xF0, ParamType.U16)]
+ public ushort Stamina
+ {
+ get => _Stamina;
+ set => WriteParamField(ref _Stamina, value);
+ }
+ private ushort _Stamina;
+
+ [ParamField(0xF2, ParamType.U16)]
+ public ushort StaminaRecoverBaseVel
+ {
+ get => _StaminaRecoverBaseVel;
+ set => WriteParamField(ref _StaminaRecoverBaseVel, value);
+ }
+ private ushort _StaminaRecoverBaseVel;
+
+ [ParamField(0xF4, ParamType.U16)]
+ public ushort Def_phys
+ {
+ get => _Def_phys;
+ set => WriteParamField(ref _Def_phys, value);
+ }
+ private ushort _Def_phys;
+
+ [ParamField(0xF6, ParamType.I16)]
+ public short Def_slash
+ {
+ get => _Def_slash;
+ set => WriteParamField(ref _Def_slash, value);
+ }
+ private short _Def_slash;
+
+ [ParamField(0xF8, ParamType.I16)]
+ public short Def_blow
+ {
+ get => _Def_blow;
+ set => WriteParamField(ref _Def_blow, value);
+ }
+ private short _Def_blow;
+
+ [ParamField(0xFA, ParamType.I16)]
+ public short Def_thrust
+ {
+ get => _Def_thrust;
+ set => WriteParamField(ref _Def_thrust, value);
+ }
+ private short _Def_thrust;
+
+ [ParamField(0xFC, ParamType.U16)]
+ public ushort Def_mag
+ {
+ get => _Def_mag;
+ set => WriteParamField(ref _Def_mag, value);
+ }
+ private ushort _Def_mag;
+
+ [ParamField(0xFE, ParamType.U16)]
+ public ushort Def_fire
+ {
+ get => _Def_fire;
+ set => WriteParamField(ref _Def_fire, value);
+ }
+ private ushort _Def_fire;
+
+ [ParamField(0x100, ParamType.U16)]
+ public ushort Def_thunder
+ {
+ get => _Def_thunder;
+ set => WriteParamField(ref _Def_thunder, value);
+ }
+ private ushort _Def_thunder;
+
+ [ParamField(0x102, ParamType.U16)]
+ public ushort DefFlickPower
+ {
+ get => _DefFlickPower;
+ set => WriteParamField(ref _DefFlickPower, value);
+ }
+ private ushort _DefFlickPower;
+
+ [ParamField(0x104, ParamType.U16)]
+ public ushort Resist_poison
+ {
+ get => _Resist_poison;
+ set => WriteParamField(ref _Resist_poison, value);
+ }
+ private ushort _Resist_poison;
+
+ [ParamField(0x106, ParamType.U16)]
+ public ushort Resist_desease
+ {
+ get => _Resist_desease;
+ set => WriteParamField(ref _Resist_desease, value);
+ }
+ private ushort _Resist_desease;
+
+ [ParamField(0x108, ParamType.U16)]
+ public ushort Resist_blood
+ {
+ get => _Resist_blood;
+ set => WriteParamField(ref _Resist_blood, value);
+ }
+ private ushort _Resist_blood;
+
+ [ParamField(0x10A, ParamType.U16)]
+ public ushort Resist_curse
+ {
+ get => _Resist_curse;
+ set => WriteParamField(ref _Resist_curse, value);
+ }
+ private ushort _Resist_curse;
+
+ [ParamField(0x10C, ParamType.I16)]
+ public short GhostModelId
+ {
+ get => _GhostModelId;
+ set => WriteParamField(ref _GhostModelId, value);
+ }
+ private short _GhostModelId;
+
+ [ParamField(0x10E, ParamType.I16)]
+ public short NormalChangeResouceId
+ {
+ get => _NormalChangeResouceId;
+ set => WriteParamField(ref _NormalChangeResouceId, value);
+ }
+ private short _NormalChangeResouceId;
+
+ [ParamField(0x110, ParamType.I16)]
+ public short GuardAngle
+ {
+ get => _GuardAngle;
+ set => WriteParamField(ref _GuardAngle, value);
+ }
+ private short _GuardAngle;
+
+ [ParamField(0x112, ParamType.I16)]
+ public short SlashGuardCutRate
+ {
+ get => _SlashGuardCutRate;
+ set => WriteParamField(ref _SlashGuardCutRate, value);
+ }
+ private short _SlashGuardCutRate;
+
+ [ParamField(0x114, ParamType.I16)]
+ public short BlowGuardCutRate
+ {
+ get => _BlowGuardCutRate;
+ set => WriteParamField(ref _BlowGuardCutRate, value);
+ }
+ private short _BlowGuardCutRate;
+
+ [ParamField(0x116, ParamType.I16)]
+ public short ThrustGuardCutRate
+ {
+ get => _ThrustGuardCutRate;
+ set => WriteParamField(ref _ThrustGuardCutRate, value);
+ }
+ private short _ThrustGuardCutRate;
+
+ [ParamField(0x118, ParamType.I16)]
+ public short SuperArmorDurability
+ {
+ get => _SuperArmorDurability;
+ set => WriteParamField(ref _SuperArmorDurability, value);
+ }
+ private short _SuperArmorDurability;
+
+ [ParamField(0x11A, ParamType.I16)]
+ public short NormalChangeTexChrId
+ {
+ get => _NormalChangeTexChrId;
+ set => WriteParamField(ref _NormalChangeTexChrId, value);
+ }
+ private short _NormalChangeTexChrId;
+
+ [ParamField(0x11C, ParamType.U16)]
+ public ushort DropType
+ {
+ get => _DropType;
+ set => WriteParamField(ref _DropType, value);
+ }
+ private ushort _DropType;
+ [ParamField(0x11E, ParamType.U8)]
+ public byte KnockbackRate
+ {
+ get => _KnockbackRate;
+ set => WriteParamField(ref _KnockbackRate, value);
+ }
+ private byte _KnockbackRate;
+
+ [ParamField(0x11F, ParamType.U8)]
+ public byte KnockbackParamId
+ {
+ get => _KnockbackParamId;
+ set => WriteParamField(ref _KnockbackParamId, value);
+ }
+ private byte _KnockbackParamId;
+
+ [ParamField(0x120, ParamType.U8)]
+ public byte FallDamageDump
+ {
+ get => _FallDamageDump;
+ set => WriteParamField(ref _FallDamageDump, value);
+ }
+ private byte _FallDamageDump;
+
+ [ParamField(0x121, ParamType.U8)]
+ public byte StaminaGuardDef
+ {
+ get => _StaminaGuardDef;
+ set => WriteParamField(ref _StaminaGuardDef, value);
+ }
+ private byte _StaminaGuardDef;
+
+ [ParamField(0x122, ParamType.U8)]
+ public byte PcAttrB
+ {
+ get => _PcAttrB;
+ set => WriteParamField(ref _PcAttrB, value);
+ }
+ private byte _PcAttrB;
+
+ [ParamField(0x123, ParamType.U8)]
+ public byte PcAttrW
+ {
+ get => _PcAttrW;
+ set => WriteParamField(ref _PcAttrW, value);
+ }
+ private byte _PcAttrW;
+
+ [ParamField(0x124, ParamType.U8)]
+ public byte PcAttrL
+ {
+ get => _PcAttrL;
+ set => WriteParamField(ref _PcAttrL, value);
+ }
+ private byte _PcAttrL;
+
+ [ParamField(0x125, ParamType.U8)]
+ public byte PcAttrR
+ {
+ get => _PcAttrR;
+ set => WriteParamField(ref _PcAttrR, value);
+ }
+ private byte _PcAttrR;
+
+ [ParamField(0x126, ParamType.U8)]
+ public byte AreaAttrB
+ {
+ get => _AreaAttrB;
+ set => WriteParamField(ref _AreaAttrB, value);
+ }
+ private byte _AreaAttrB;
+
+ [ParamField(0x127, ParamType.U8)]
+ public byte AreaAttrW
+ {
+ get => _AreaAttrW;
+ set => WriteParamField(ref _AreaAttrW, value);
+ }
+ private byte _AreaAttrW;
+
+ [ParamField(0x128, ParamType.U8)]
+ public byte AreaAttrL
+ {
+ get => _AreaAttrL;
+ set => WriteParamField(ref _AreaAttrL, value);
+ }
+ private byte _AreaAttrL;
+
+ [ParamField(0x129, ParamType.U8)]
+ public byte AreaAttrR
+ {
+ get => _AreaAttrR;
+ set => WriteParamField(ref _AreaAttrR, value);
+ }
+ private byte _AreaAttrR;
+
+ [ParamField(0x12A, ParamType.U8)]
+ public byte MpRecoverBaseVel
+ {
+ get => _MpRecoverBaseVel;
+ set => WriteParamField(ref _MpRecoverBaseVel, value);
+ }
+ private byte _MpRecoverBaseVel;
+
+ [ParamField(0x12B, ParamType.U8)]
+ public byte FlickDamageCutRate
+ {
+ get => _FlickDamageCutRate;
+ set => WriteParamField(ref _FlickDamageCutRate, value);
+ }
+ private byte _FlickDamageCutRate;
+
+ [ParamField(0x12C, ParamType.I8)]
+ public sbyte DefaultLodParamId
+ {
+ get => _DefaultLodParamId;
+ set => WriteParamField(ref _DefaultLodParamId, value);
+ }
+ private sbyte _DefaultLodParamId;
+
+ [ParamField(0x12D, ParamType.U8)]
+ public byte DrawType
+ {
+ get => _DrawType;
+ set => WriteParamField(ref _DrawType, value);
+ }
+ private byte _DrawType;
+
+ [ParamField(0x12E, ParamType.U8)]
+ public byte NpcType
+ {
+ get => _NpcType;
+ set => WriteParamField(ref _NpcType, value);
+ }
+ private byte _NpcType;
+
+ [ParamField(0x12F, ParamType.U8)]
+ public byte TeamType
+ {
+ get => _TeamType;
+ set => WriteParamField(ref _TeamType, value);
+ }
+ private byte _TeamType;
+
+ [ParamField(0x130, ParamType.U8)]
+ public byte MoveType
+ {
+ get => _MoveType;
+ set => WriteParamField(ref _MoveType, value);
+ }
+ private byte _MoveType;
+
+ [ParamField(0x131, ParamType.U8)]
+ public byte LockDist
+ {
+ get => _LockDist;
+ set => WriteParamField(ref _LockDist, value);
+ }
+ private byte _LockDist;
+
+ [ParamField(0x132, ParamType.U8)]
+ public byte Material
+ {
+ get => _Material;
+ set => WriteParamField(ref _Material, value);
+ }
+ private byte _Material;
+
+ [ParamField(0x133, ParamType.U8)]
+ public byte MaterialSfx
+ {
+ get => _MaterialSfx;
+ set => WriteParamField(ref _MaterialSfx, value);
+ }
+ private byte _MaterialSfx;
+
+ [ParamField(0x134, ParamType.U8)]
+ public byte Material_Weak
+ {
+ get => _Material_Weak;
+ set => WriteParamField(ref _Material_Weak, value);
+ }
+ private byte _Material_Weak;
+
+ [ParamField(0x135, ParamType.U8)]
+ public byte MaterialSfx_Weak
+ {
+ get => _MaterialSfx_Weak;
+ set => WriteParamField(ref _MaterialSfx_Weak, value);
+ }
+ private byte _MaterialSfx_Weak;
+
+ [ParamField(0x136, ParamType.U8)]
+ public byte PartsDamageType
+ {
+ get => _PartsDamageType;
+ set => WriteParamField(ref _PartsDamageType, value);
+ }
+ private byte _PartsDamageType;
+
+ [ParamField(0x137, ParamType.U8)]
+ public byte MaxUndurationAng
+ {
+ get => _MaxUndurationAng;
+ set => WriteParamField(ref _MaxUndurationAng, value);
+ }
+ private byte _MaxUndurationAng;
+
+ [ParamField(0x138, ParamType.I8)]
+ public sbyte GuardLevel
+ {
+ get => _GuardLevel;
+ set => WriteParamField(ref _GuardLevel, value);
+ }
+ private sbyte _GuardLevel;
+
+ [ParamField(0x139, ParamType.U8)]
+ public byte BurnSfxType
+ {
+ get => _BurnSfxType;
+ set => WriteParamField(ref _BurnSfxType, value);
+ }
+ private byte _BurnSfxType;
+
+ [ParamField(0x13A, ParamType.I8)]
+ public sbyte PoisonGuardResist
+ {
+ get => _PoisonGuardResist;
+ set => WriteParamField(ref _PoisonGuardResist, value);
+ }
+ private sbyte _PoisonGuardResist;
+
+ [ParamField(0x13B, ParamType.I8)]
+ public sbyte DiseaseGuardResist
+ {
+ get => _DiseaseGuardResist;
+ set => WriteParamField(ref _DiseaseGuardResist, value);
+ }
+ private sbyte _DiseaseGuardResist;
+
+ [ParamField(0x13C, ParamType.I8)]
+ public sbyte BloodGuardResist
+ {
+ get => _BloodGuardResist;
+ set => WriteParamField(ref _BloodGuardResist, value);
+ }
+ private sbyte _BloodGuardResist;
+
+ [ParamField(0x13D, ParamType.I8)]
+ public sbyte CurseGuardResist
+ {
+ get => _CurseGuardResist;
+ set => WriteParamField(ref _CurseGuardResist, value);
+ }
+ private sbyte _CurseGuardResist;
+
+ [ParamField(0x13E, ParamType.U8)]
+ public byte ParryAttack
+ {
+ get => _ParryAttack;
+ set => WriteParamField(ref _ParryAttack, value);
+ }
+ private byte _ParryAttack;
+
+ [ParamField(0x13F, ParamType.U8)]
+ public byte ParryDefence
+ {
+ get => _ParryDefence;
+ set => WriteParamField(ref _ParryDefence, value);
+ }
+ private byte _ParryDefence;
+
+ [ParamField(0x140, ParamType.U8)]
+ public byte SfxSize
+ {
+ get => _SfxSize;
+ set => WriteParamField(ref _SfxSize, value);
+ }
+ private byte _SfxSize;
+
+ [ParamField(0x141, ParamType.U8)]
+ public byte PushOutCamRegionRadius
+ {
+ get => _PushOutCamRegionRadius;
+ set => WriteParamField(ref _PushOutCamRegionRadius, value);
+ }
+ private byte _PushOutCamRegionRadius;
+
+ [ParamField(0x142, ParamType.U8)]
+ public byte HitStopType
+ {
+ get => _HitStopType;
+ set => WriteParamField(ref _HitStopType, value);
+ }
+ private byte _HitStopType;
+
+ [ParamField(0x143, ParamType.U8)]
+ public byte LadderEndChkOffsetTop
+ {
+ get => _LadderEndChkOffsetTop;
+ set => WriteParamField(ref _LadderEndChkOffsetTop, value);
+ }
+ private byte _LadderEndChkOffsetTop;
+
+ [ParamField(0x144, ParamType.U8)]
+ public byte LadderEndChkOffsetLow
+ {
+ get => _LadderEndChkOffsetLow;
+ set => WriteParamField(ref _LadderEndChkOffsetLow, value);
+ }
+ private byte _LadderEndChkOffsetLow;
+
+ #region BitField UseRagdollCamHitBitfield ==============================================================================
+
+ [ParamField(0x145, ParamType.U8)]
+ public byte UseRagdollCamHitBitfield
+ {
+ get => _UseRagdollCamHitBitfield;
+ set => WriteParamField(ref _UseRagdollCamHitBitfield, value);
+ }
+ private byte _UseRagdollCamHitBitfield;
+
+ [ParamBitField(nameof(UseRagdollCamHitBitfield), bits: 1, bitsOffset: 0)]
+ public byte UseRagdollCamHit
+ {
+ get => GetbitfieldValue(_UseRagdollCamHitBitfield);
+ set => SetBitfieldValue(ref _UseRagdollCamHitBitfield, value);
+ }
+
+ [ParamBitField(nameof(UseRagdollCamHitBitfield), bits: 1, bitsOffset: 1)]
+ public byte DisableClothRigidHit
+ {
+ get => GetbitfieldValue(_UseRagdollCamHitBitfield);
+ set => SetBitfieldValue(ref _UseRagdollCamHitBitfield, value);
}
+
+ [ParamBitField(nameof(UseRagdollCamHitBitfield), bits: 1, bitsOffset: 2)]
+ public byte UseRagdoll
+ {
+ get => GetbitfieldValue(_UseRagdollCamHitBitfield);
+ set => SetBitfieldValue(ref _UseRagdollCamHitBitfield, value);
+ }
+
+ [ParamBitField(nameof(UseRagdollCamHitBitfield), bits: 1, bitsOffset: 3)]
+ public byte IsDemon
+ {
+ get => GetbitfieldValue(_UseRagdollCamHitBitfield);
+ set => SetBitfieldValue(ref _UseRagdollCamHitBitfield, value);
+ }
+
+ [ParamBitField(nameof(UseRagdollCamHitBitfield), bits: 1, bitsOffset: 4)]
+ public byte IsGhost
+ {
+ get => GetbitfieldValue(_UseRagdollCamHitBitfield);
+ set => SetBitfieldValue(ref _UseRagdollCamHitBitfield, value);
+ }
+
+ [ParamBitField(nameof(UseRagdollCamHitBitfield), bits: 1, bitsOffset: 5)]
+ public byte IsNoDamageMotion
+ {
+ get => GetbitfieldValue(_UseRagdollCamHitBitfield);
+ set => SetBitfieldValue(ref _UseRagdollCamHitBitfield, value);
+ }
+
+ [ParamBitField(nameof(UseRagdollCamHitBitfield), bits: 1, bitsOffset: 6)]
+ public byte IsUnduration
+ {
+ get => GetbitfieldValue(_UseRagdollCamHitBitfield);
+ set => SetBitfieldValue(ref _UseRagdollCamHitBitfield, value);
+ }
+
+ [ParamBitField(nameof(UseRagdollCamHitBitfield), bits: 1, bitsOffset: 7)]
+ public byte IsChangeWanderGhost
+ {
+ get => GetbitfieldValue(_UseRagdollCamHitBitfield);
+ set => SetBitfieldValue(ref _UseRagdollCamHitBitfield, value);
+ }
+
+ #endregion BitField UseRagdollCamHitBitfield
+
+ #region BitField ModelDispMask0Bitfield ==============================================================================
+
+ [ParamField(0x146, ParamType.U8)]
+ public byte ModelDispMask0Bitfield
+ {
+ get => _ModelDispMask0Bitfield;
+ set => WriteParamField(ref _ModelDispMask0Bitfield, value);
+ }
+ private byte _ModelDispMask0Bitfield;
+
+ [ParamBitField(nameof(ModelDispMask0Bitfield), bits: 1, bitsOffset: 0)]
+ public byte ModelDispMask0
+ {
+ get => GetbitfieldValue(_ModelDispMask0Bitfield);
+ set => SetBitfieldValue(ref _ModelDispMask0Bitfield, value);
+ }
+
+ [ParamBitField(nameof(ModelDispMask0Bitfield), bits: 1, bitsOffset: 1)]
+ public byte ModelDispMask1
+ {
+ get => GetbitfieldValue(_ModelDispMask0Bitfield);
+ set => SetBitfieldValue(ref _ModelDispMask0Bitfield, value);
+ }
+
+ [ParamBitField(nameof(ModelDispMask0Bitfield), bits: 1, bitsOffset: 2)]
+ public byte ModelDispMask2
+ {
+ get => GetbitfieldValue(_ModelDispMask0Bitfield);
+ set => SetBitfieldValue(ref _ModelDispMask0Bitfield, value);
+ }
+
+ [ParamBitField(nameof(ModelDispMask0Bitfield), bits: 1, bitsOffset: 3)]
+ public byte ModelDispMask3
+ {
+ get => GetbitfieldValue(_ModelDispMask0Bitfield);
+ set => SetBitfieldValue(ref _ModelDispMask0Bitfield, value);
+ }
+
+ [ParamBitField(nameof(ModelDispMask0Bitfield), bits: 1, bitsOffset: 4)]
+ public byte ModelDispMask4
+ {
+ get => GetbitfieldValue(_ModelDispMask0Bitfield);
+ set => SetBitfieldValue(ref _ModelDispMask0Bitfield, value);
+ }
+
+ [ParamBitField(nameof(ModelDispMask0Bitfield), bits: 1, bitsOffset: 5)]
+ public byte ModelDispMask5
+ {
+ get => GetbitfieldValue(_ModelDispMask0Bitfield);
+ set => SetBitfieldValue(ref _ModelDispMask0Bitfield, value);
+ }
+
+ [ParamBitField(nameof(ModelDispMask0Bitfield), bits: 1, bitsOffset: 6)]
+ public byte ModelDispMask6
+ {
+ get => GetbitfieldValue(_ModelDispMask0Bitfield);
+ set => SetBitfieldValue(ref _ModelDispMask0Bitfield, value);
+ }
+
+ [ParamBitField(nameof(ModelDispMask0Bitfield), bits: 1, bitsOffset: 7)]
+ public byte ModelDispMask7
+ {
+ get => GetbitfieldValue(_ModelDispMask0Bitfield);
+ set => SetBitfieldValue(ref _ModelDispMask0Bitfield, value);
+ }
+
+ #endregion BitField ModelDispMask0Bitfield
+
+ #region BitField ModelDispMask8Bitfield ==============================================================================
+
+ [ParamField(0x147, ParamType.U8)]
+ public byte ModelDispMask8Bitfield
+ {
+ get => _ModelDispMask8Bitfield;
+ set => WriteParamField(ref _ModelDispMask8Bitfield, value);
+ }
+ private byte _ModelDispMask8Bitfield;
+
+ [ParamBitField(nameof(ModelDispMask8Bitfield), bits: 1, bitsOffset: 0)]
+ public byte ModelDispMask8
+ {
+ get => GetbitfieldValue(_ModelDispMask8Bitfield);
+ set => SetBitfieldValue(ref _ModelDispMask8Bitfield, value);
+ }
+
+ [ParamBitField(nameof(ModelDispMask8Bitfield), bits: 1, bitsOffset: 1)]
+ public byte ModelDispMask9
+ {
+ get => GetbitfieldValue(_ModelDispMask8Bitfield);
+ set => SetBitfieldValue(ref _ModelDispMask8Bitfield, value);
+ }
+
+ [ParamBitField(nameof(ModelDispMask8Bitfield), bits: 1, bitsOffset: 2)]
+ public byte ModelDispMask10
+ {
+ get => GetbitfieldValue(_ModelDispMask8Bitfield);
+ set => SetBitfieldValue(ref _ModelDispMask8Bitfield, value);
+ }
+
+ [ParamBitField(nameof(ModelDispMask8Bitfield), bits: 1, bitsOffset: 3)]
+ public byte ModelDispMask11
+ {
+ get => GetbitfieldValue(_ModelDispMask8Bitfield);
+ set => SetBitfieldValue(ref _ModelDispMask8Bitfield, value);
+ }
+
+ [ParamBitField(nameof(ModelDispMask8Bitfield), bits: 1, bitsOffset: 4)]
+ public byte ModelDispMask12
+ {
+ get => GetbitfieldValue(_ModelDispMask8Bitfield);
+ set => SetBitfieldValue(ref _ModelDispMask8Bitfield, value);
+ }
+
+ [ParamBitField(nameof(ModelDispMask8Bitfield), bits: 1, bitsOffset: 5)]
+ public byte ModelDispMask13
+ {
+ get => GetbitfieldValue(_ModelDispMask8Bitfield);
+ set => SetBitfieldValue(ref _ModelDispMask8Bitfield, value);
+ }
+
+ [ParamBitField(nameof(ModelDispMask8Bitfield), bits: 1, bitsOffset: 6)]
+ public byte ModelDispMask14
+ {
+ get => GetbitfieldValue(_ModelDispMask8Bitfield);
+ set => SetBitfieldValue(ref _ModelDispMask8Bitfield, value);
+ }
+
+ [ParamBitField(nameof(ModelDispMask8Bitfield), bits: 1, bitsOffset: 7)]
+ public byte ModelDispMask15
+ {
+ get => GetbitfieldValue(_ModelDispMask8Bitfield);
+ set => SetBitfieldValue(ref _ModelDispMask8Bitfield, value);
+ }
+
+ #endregion BitField ModelDispMask8Bitfield
+
+ #region BitField IsEnableNeckTurnBitfield ==============================================================================
+
+ [ParamField(0x148, ParamType.U8)]
+ public byte IsEnableNeckTurnBitfield
+ {
+ get => _IsEnableNeckTurnBitfield;
+ set => WriteParamField(ref _IsEnableNeckTurnBitfield, value);
+ }
+ private byte _IsEnableNeckTurnBitfield;
+
+ [ParamBitField(nameof(IsEnableNeckTurnBitfield), bits: 1, bitsOffset: 0)]
+ public byte IsEnableNeckTurn
+ {
+ get => GetbitfieldValue(_IsEnableNeckTurnBitfield);
+ set => SetBitfieldValue(ref _IsEnableNeckTurnBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsEnableNeckTurnBitfield), bits: 1, bitsOffset: 1)]
+ public byte DisableRespawn
+ {
+ get => GetbitfieldValue(_IsEnableNeckTurnBitfield);
+ set => SetBitfieldValue(ref _IsEnableNeckTurnBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsEnableNeckTurnBitfield), bits: 1, bitsOffset: 2)]
+ public byte IsMoveAnimWait
+ {
+ get => GetbitfieldValue(_IsEnableNeckTurnBitfield);
+ set => SetBitfieldValue(ref _IsEnableNeckTurnBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsEnableNeckTurnBitfield), bits: 1, bitsOffset: 3)]
+ public byte IsCrowd
+ {
+ get => GetbitfieldValue(_IsEnableNeckTurnBitfield);
+ set => SetBitfieldValue(ref _IsEnableNeckTurnBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsEnableNeckTurnBitfield), bits: 1, bitsOffset: 4)]
+ public byte IsWeakSaint
+ {
+ get => GetbitfieldValue(_IsEnableNeckTurnBitfield);
+ set => SetBitfieldValue(ref _IsEnableNeckTurnBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsEnableNeckTurnBitfield), bits: 1, bitsOffset: 5)]
+ public byte IsWeakA
+ {
+ get => GetbitfieldValue(_IsEnableNeckTurnBitfield);
+ set => SetBitfieldValue(ref _IsEnableNeckTurnBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsEnableNeckTurnBitfield), bits: 1, bitsOffset: 6)]
+ public byte IsWeakB
+ {
+ get => GetbitfieldValue(_IsEnableNeckTurnBitfield);
+ set => SetBitfieldValue(ref _IsEnableNeckTurnBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsEnableNeckTurnBitfield), bits: 1, bitsOffset: 7)]
+ public byte Pad1
+ {
+ get => GetbitfieldValue(_IsEnableNeckTurnBitfield);
+ set => SetBitfieldValue(ref _IsEnableNeckTurnBitfield, value);
+ }
+
+ #endregion BitField IsEnableNeckTurnBitfield
+
+ #region BitField VowTypeBitfield ==============================================================================
+
+ [ParamField(0x149, ParamType.U8)]
+ public byte VowTypeBitfield
+ {
+ get => _VowTypeBitfield;
+ set => WriteParamField(ref _VowTypeBitfield, value);
+ }
+ private byte _VowTypeBitfield;
+
+ [ParamBitField(nameof(VowTypeBitfield), bits: 3, bitsOffset: 0)]
+ public byte VowType
+ {
+ get => GetbitfieldValue(_VowTypeBitfield);
+ set => SetBitfieldValue(ref _VowTypeBitfield, value);
+ }
+
+ [ParamBitField(nameof(VowTypeBitfield), bits: 1, bitsOffset: 3)]
+ public byte DisableInitializeDead
+ {
+ get => GetbitfieldValue(_VowTypeBitfield);
+ set => SetBitfieldValue(ref _VowTypeBitfield, value);
+ }
+
+ [ParamBitField(nameof(VowTypeBitfield), bits: 4, bitsOffset: 4)]
+ public byte Pad3
+ {
+ get => GetbitfieldValue(_VowTypeBitfield);
+ set => SetBitfieldValue(ref _VowTypeBitfield, value);
+ }
+
+ #endregion BitField VowTypeBitfield
+
+ [ParamField(0x14A, ParamType.Dummy8, 6)]
+ public byte[] Pad2
+ {
+ get => _Pad2;
+ set => WriteParamField(ref _Pad2, value);
+ }
+ private byte[] _Pad2 = null!;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/NpcThinkParam.cs b/src/SoulMemory/DarkSouls1/Parameters/NpcThinkParam.cs
index 974ab399..289b32a4 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/NpcThinkParam.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/NpcThinkParam.cs
@@ -18,441 +18,438 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class NpcThinkParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class NpcThinkParam : BaseParam
- {
- public NpcThinkParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I32)]
- public int LogicId
- {
- get => _LogicId;
- set => WriteParamField(ref _LogicId, value);
- }
- private int _LogicId;
-
- [ParamField(0x4, ParamType.I32)]
- public int BattleGoalID
- {
- get => _BattleGoalID;
- set => WriteParamField(ref _BattleGoalID, value);
- }
- private int _BattleGoalID;
-
- [ParamField(0x8, ParamType.F32)]
- public float NearDist
- {
- get => _NearDist;
- set => WriteParamField(ref _NearDist, value);
- }
- private float _NearDist;
-
- [ParamField(0xC, ParamType.F32)]
- public float MidDist
- {
- get => _MidDist;
- set => WriteParamField(ref _MidDist, value);
- }
- private float _MidDist;
-
- [ParamField(0x10, ParamType.F32)]
- public float FarDist
- {
- get => _FarDist;
- set => WriteParamField(ref _FarDist, value);
- }
- private float _FarDist;
-
- [ParamField(0x14, ParamType.F32)]
- public float OutDist
- {
- get => _OutDist;
- set => WriteParamField(ref _OutDist, value);
- }
- private float _OutDist;
-
- [ParamField(0x18, ParamType.F32)]
- public float BackHomeLife_OnHitEneWal
- {
- get => _BackHomeLife_OnHitEneWal;
- set => WriteParamField(ref _BackHomeLife_OnHitEneWal, value);
- }
- private float _BackHomeLife_OnHitEneWal;
-
- [ParamField(0x1C, ParamType.I32)]
- public int GoalID_ToCaution
- {
- get => _GoalID_ToCaution;
- set => WriteParamField(ref _GoalID_ToCaution, value);
- }
- private int _GoalID_ToCaution;
-
- [ParamField(0x20, ParamType.I32)]
- public int IdAttackCannotMove
- {
- get => _IdAttackCannotMove;
- set => WriteParamField(ref _IdAttackCannotMove, value);
- }
- private int _IdAttackCannotMove;
-
- [ParamField(0x24, ParamType.I32)]
- public int GoalID_ToFind
- {
- get => _GoalID_ToFind;
- set => WriteParamField(ref _GoalID_ToFind, value);
- }
- private int _GoalID_ToFind;
-
- [ParamField(0x28, ParamType.I32)]
- public int CallHelp_ActionAnimId
- {
- get => _CallHelp_ActionAnimId;
- set => WriteParamField(ref _CallHelp_ActionAnimId, value);
- }
- private int _CallHelp_ActionAnimId;
-
- [ParamField(0x2C, ParamType.I32)]
- public int CallHelp_CallActionId
- {
- get => _CallHelp_CallActionId;
- set => WriteParamField(ref _CallHelp_CallActionId, value);
- }
- private int _CallHelp_CallActionId;
-
- [ParamField(0x30, ParamType.U16)]
- public ushort Eye_dist
- {
- get => _Eye_dist;
- set => WriteParamField(ref _Eye_dist, value);
- }
- private ushort _Eye_dist;
-
- [ParamField(0x32, ParamType.U16)]
- public ushort Ear_dist
- {
- get => _Ear_dist;
- set => WriteParamField(ref _Ear_dist, value);
- }
- private ushort _Ear_dist;
-
- [ParamField(0x34, ParamType.U16)]
- public ushort Ear_soundcut_dist
- {
- get => _Ear_soundcut_dist;
- set => WriteParamField(ref _Ear_soundcut_dist, value);
- }
- private ushort _Ear_soundcut_dist;
-
- [ParamField(0x36, ParamType.U16)]
- public ushort Nose_dist
- {
- get => _Nose_dist;
- set => WriteParamField(ref _Nose_dist, value);
- }
- private ushort _Nose_dist;
-
- [ParamField(0x38, ParamType.U16)]
- public ushort MaxBackhomeDist
- {
- get => _MaxBackhomeDist;
- set => WriteParamField(ref _MaxBackhomeDist, value);
- }
- private ushort _MaxBackhomeDist;
-
- [ParamField(0x3A, ParamType.U16)]
- public ushort BackhomeDist
- {
- get => _BackhomeDist;
- set => WriteParamField(ref _BackhomeDist, value);
- }
- private ushort _BackhomeDist;
-
- [ParamField(0x3C, ParamType.U16)]
- public ushort BackhomeBattleDist
- {
- get => _BackhomeBattleDist;
- set => WriteParamField(ref _BackhomeBattleDist, value);
- }
- private ushort _BackhomeBattleDist;
-
- [ParamField(0x3E, ParamType.U16)]
- public ushort NonBattleActLife
- {
- get => _NonBattleActLife;
- set => WriteParamField(ref _NonBattleActLife, value);
- }
- private ushort _NonBattleActLife;
-
- [ParamField(0x40, ParamType.U16)]
- public ushort BackHome_LookTargetTime
- {
- get => _BackHome_LookTargetTime;
- set => WriteParamField(ref _BackHome_LookTargetTime, value);
- }
- private ushort _BackHome_LookTargetTime;
-
- [ParamField(0x42, ParamType.U16)]
- public ushort BackHome_LookTargetDist
- {
- get => _BackHome_LookTargetDist;
- set => WriteParamField(ref _BackHome_LookTargetDist, value);
- }
- private ushort _BackHome_LookTargetDist;
-
- [ParamField(0x44, ParamType.U16)]
- public ushort SightTargetForgetTime
- {
- get => _SightTargetForgetTime;
- set => WriteParamField(ref _SightTargetForgetTime, value);
- }
- private ushort _SightTargetForgetTime;
-
- [ParamField(0x46, ParamType.U16)]
- public ushort SoundTargetForgetTime
- {
- get => _SoundTargetForgetTime;
- set => WriteParamField(ref _SoundTargetForgetTime, value);
- }
- private ushort _SoundTargetForgetTime;
-
- [ParamField(0x48, ParamType.U16)]
- public ushort BattleStartDist
- {
- get => _BattleStartDist;
- set => WriteParamField(ref _BattleStartDist, value);
- }
- private ushort _BattleStartDist;
-
- [ParamField(0x4A, ParamType.U16)]
- public ushort CallHelp_MyPeerId
- {
- get => _CallHelp_MyPeerId;
- set => WriteParamField(ref _CallHelp_MyPeerId, value);
- }
- private ushort _CallHelp_MyPeerId;
-
- [ParamField(0x4C, ParamType.U16)]
- public ushort CallHelp_CallPeerId
- {
- get => _CallHelp_CallPeerId;
- set => WriteParamField(ref _CallHelp_CallPeerId, value);
- }
- private ushort _CallHelp_CallPeerId;
-
- [ParamField(0x4E, ParamType.U16)]
- public ushort TargetSys_DmgEffectRate
- {
- get => _TargetSys_DmgEffectRate;
- set => WriteParamField(ref _TargetSys_DmgEffectRate, value);
- }
- private ushort _TargetSys_DmgEffectRate;
-
- [ParamField(0x50, ParamType.U8)]
- public byte TeamAttackEffectivity
- {
- get => _TeamAttackEffectivity;
- set => WriteParamField(ref _TeamAttackEffectivity, value);
- }
- private byte _TeamAttackEffectivity;
-
- [ParamField(0x51, ParamType.U8)]
- public byte Eye_angX
- {
- get => _Eye_angX;
- set => WriteParamField(ref _Eye_angX, value);
- }
- private byte _Eye_angX;
-
- [ParamField(0x52, ParamType.U8)]
- public byte Eye_angY
- {
- get => _Eye_angY;
- set => WriteParamField(ref _Eye_angY, value);
- }
- private byte _Eye_angY;
-
- [ParamField(0x53, ParamType.U8)]
- public byte Ear_angX
- {
- get => _Ear_angX;
- set => WriteParamField(ref _Ear_angX, value);
- }
- private byte _Ear_angX;
-
- [ParamField(0x54, ParamType.U8)]
- public byte Ear_angY
- {
- get => _Ear_angY;
- set => WriteParamField(ref _Ear_angY, value);
- }
- private byte _Ear_angY;
-
- [ParamField(0x55, ParamType.U8)]
- public byte CallHelp_CallValidMinDistTarget
- {
- get => _CallHelp_CallValidMinDistTarget;
- set => WriteParamField(ref _CallHelp_CallValidMinDistTarget, value);
- }
- private byte _CallHelp_CallValidMinDistTarget;
-
- [ParamField(0x56, ParamType.U8)]
- public byte CallHelp_CallValidRange
- {
- get => _CallHelp_CallValidRange;
- set => WriteParamField(ref _CallHelp_CallValidRange, value);
- }
- private byte _CallHelp_CallValidRange;
-
- [ParamField(0x57, ParamType.U8)]
- public byte CallHelp_ForgetTimeByArrival
- {
- get => _CallHelp_ForgetTimeByArrival;
- set => WriteParamField(ref _CallHelp_ForgetTimeByArrival, value);
- }
- private byte _CallHelp_ForgetTimeByArrival;
-
- [ParamField(0x58, ParamType.U8)]
- public byte CallHelp_MinWaitTime
- {
- get => _CallHelp_MinWaitTime;
- set => WriteParamField(ref _CallHelp_MinWaitTime, value);
- }
- private byte _CallHelp_MinWaitTime;
-
- [ParamField(0x59, ParamType.U8)]
- public byte CallHelp_MaxWaitTime
- {
- get => _CallHelp_MaxWaitTime;
- set => WriteParamField(ref _CallHelp_MaxWaitTime, value);
- }
- private byte _CallHelp_MaxWaitTime;
-
- [ParamField(0x5A, ParamType.U8)]
- public byte GoalAction_ToCaution
- {
- get => _GoalAction_ToCaution;
- set => WriteParamField(ref _GoalAction_ToCaution, value);
- }
- private byte _GoalAction_ToCaution;
-
- [ParamField(0x5B, ParamType.U8)]
- public byte GoalAction_ToFind
- {
- get => _GoalAction_ToFind;
- set => WriteParamField(ref _GoalAction_ToFind, value);
- }
- private byte _GoalAction_ToFind;
-
- [ParamField(0x5C, ParamType.U8)]
- public byte CallHelp_ReplyBehaviorType
- {
- get => _CallHelp_ReplyBehaviorType;
- set => WriteParamField(ref _CallHelp_ReplyBehaviorType, value);
- }
- private byte _CallHelp_ReplyBehaviorType;
-
- [ParamField(0x5D, ParamType.U8)]
- public byte DisablePathMove
- {
- get => _DisablePathMove;
- set => WriteParamField(ref _DisablePathMove, value);
- }
- private byte _DisablePathMove;
-
- [ParamField(0x5E, ParamType.U8)]
- public byte SkipArrivalVisibleCheck
- {
- get => _SkipArrivalVisibleCheck;
- set => WriteParamField(ref _SkipArrivalVisibleCheck, value);
- }
- private byte _SkipArrivalVisibleCheck;
-
- [ParamField(0x5F, ParamType.U8)]
- public byte ThinkAttr_doAdmirer
- {
- get => _ThinkAttr_doAdmirer;
- set => WriteParamField(ref _ThinkAttr_doAdmirer, value);
- }
- private byte _ThinkAttr_doAdmirer;
-
- #region BitField EnableNaviFlg_EdgeBitfield ==============================================================================
-
- [ParamField(0x60, ParamType.U8)]
- public byte EnableNaviFlg_EdgeBitfield
- {
- get => _EnableNaviFlg_EdgeBitfield;
- set => WriteParamField(ref _EnableNaviFlg_EdgeBitfield, value);
- }
- private byte _EnableNaviFlg_EdgeBitfield;
-
- [ParamBitField(nameof(EnableNaviFlg_EdgeBitfield), bits: 1, bitsOffset: 0)]
- public byte EnableNaviFlg_Edge
- {
- get => GetbitfieldValue(_EnableNaviFlg_EdgeBitfield);
- set => SetBitfieldValue(ref _EnableNaviFlg_EdgeBitfield, value);
- }
-
- [ParamBitField(nameof(EnableNaviFlg_EdgeBitfield), bits: 1, bitsOffset: 1)]
- public byte EnableNaviFlg_LargeSpace
- {
- get => GetbitfieldValue(_EnableNaviFlg_EdgeBitfield);
- set => SetBitfieldValue(ref _EnableNaviFlg_EdgeBitfield, value);
- }
-
- [ParamBitField(nameof(EnableNaviFlg_EdgeBitfield), bits: 1, bitsOffset: 2)]
- public byte EnableNaviFlg_Ladder
- {
- get => GetbitfieldValue(_EnableNaviFlg_EdgeBitfield);
- set => SetBitfieldValue(ref _EnableNaviFlg_EdgeBitfield, value);
- }
-
- [ParamBitField(nameof(EnableNaviFlg_EdgeBitfield), bits: 1, bitsOffset: 3)]
- public byte EnableNaviFlg_Hole
- {
- get => GetbitfieldValue(_EnableNaviFlg_EdgeBitfield);
- set => SetBitfieldValue(ref _EnableNaviFlg_EdgeBitfield, value);
- }
-
- [ParamBitField(nameof(EnableNaviFlg_EdgeBitfield), bits: 1, bitsOffset: 4)]
- public byte EnableNaviFlg_Door
- {
- get => GetbitfieldValue(_EnableNaviFlg_EdgeBitfield);
- set => SetBitfieldValue(ref _EnableNaviFlg_EdgeBitfield, value);
- }
-
- [ParamBitField(nameof(EnableNaviFlg_EdgeBitfield), bits: 1, bitsOffset: 5)]
- public byte EnableNaviFlg_InSideWall
- {
- get => GetbitfieldValue(_EnableNaviFlg_EdgeBitfield);
- set => SetBitfieldValue(ref _EnableNaviFlg_EdgeBitfield, value);
- }
-
- [ParamBitField(nameof(EnableNaviFlg_EdgeBitfield), bits: 2, bitsOffset: 6)]
- public byte EnableNaviFlg_reserve0
- {
- get => GetbitfieldValue(_EnableNaviFlg_EdgeBitfield);
- set => SetBitfieldValue(ref _EnableNaviFlg_EdgeBitfield, value);
- }
-
- #endregion BitField EnableNaviFlg_EdgeBitfield
-
- [ParamField(0x61, ParamType.Dummy8, 3)]
- public byte[] EnableNaviFlg_reserve1
- {
- get => _EnableNaviFlg_reserve1;
- set => WriteParamField(ref _EnableNaviFlg_reserve1, value);
- }
- private byte[] _EnableNaviFlg_reserve1;
-
- [ParamField(0x64, ParamType.Dummy8, 12)]
- public byte[] Pad0
- {
- get => _Pad0;
- set => WriteParamField(ref _Pad0, value);
- }
- private byte[] _Pad0;
+ [ParamField(0x0, ParamType.I32)]
+ public int LogicId
+ {
+ get => _LogicId;
+ set => WriteParamField(ref _LogicId, value);
+ }
+ private int _LogicId;
+
+ [ParamField(0x4, ParamType.I32)]
+ public int BattleGoalID
+ {
+ get => _BattleGoalID;
+ set => WriteParamField(ref _BattleGoalID, value);
+ }
+ private int _BattleGoalID;
+
+ [ParamField(0x8, ParamType.F32)]
+ public float NearDist
+ {
+ get => _NearDist;
+ set => WriteParamField(ref _NearDist, value);
+ }
+ private float _NearDist;
+
+ [ParamField(0xC, ParamType.F32)]
+ public float MidDist
+ {
+ get => _MidDist;
+ set => WriteParamField(ref _MidDist, value);
+ }
+ private float _MidDist;
+
+ [ParamField(0x10, ParamType.F32)]
+ public float FarDist
+ {
+ get => _FarDist;
+ set => WriteParamField(ref _FarDist, value);
+ }
+ private float _FarDist;
+
+ [ParamField(0x14, ParamType.F32)]
+ public float OutDist
+ {
+ get => _OutDist;
+ set => WriteParamField(ref _OutDist, value);
+ }
+ private float _OutDist;
+
+ [ParamField(0x18, ParamType.F32)]
+ public float BackHomeLife_OnHitEneWal
+ {
+ get => _BackHomeLife_OnHitEneWal;
+ set => WriteParamField(ref _BackHomeLife_OnHitEneWal, value);
+ }
+ private float _BackHomeLife_OnHitEneWal;
+
+ [ParamField(0x1C, ParamType.I32)]
+ public int GoalID_ToCaution
+ {
+ get => _GoalID_ToCaution;
+ set => WriteParamField(ref _GoalID_ToCaution, value);
+ }
+ private int _GoalID_ToCaution;
+
+ [ParamField(0x20, ParamType.I32)]
+ public int IdAttackCannotMove
+ {
+ get => _IdAttackCannotMove;
+ set => WriteParamField(ref _IdAttackCannotMove, value);
+ }
+ private int _IdAttackCannotMove;
+
+ [ParamField(0x24, ParamType.I32)]
+ public int GoalID_ToFind
+ {
+ get => _GoalID_ToFind;
+ set => WriteParamField(ref _GoalID_ToFind, value);
+ }
+ private int _GoalID_ToFind;
+
+ [ParamField(0x28, ParamType.I32)]
+ public int CallHelp_ActionAnimId
+ {
+ get => _CallHelp_ActionAnimId;
+ set => WriteParamField(ref _CallHelp_ActionAnimId, value);
+ }
+ private int _CallHelp_ActionAnimId;
+
+ [ParamField(0x2C, ParamType.I32)]
+ public int CallHelp_CallActionId
+ {
+ get => _CallHelp_CallActionId;
+ set => WriteParamField(ref _CallHelp_CallActionId, value);
+ }
+ private int _CallHelp_CallActionId;
+
+ [ParamField(0x30, ParamType.U16)]
+ public ushort Eye_dist
+ {
+ get => _Eye_dist;
+ set => WriteParamField(ref _Eye_dist, value);
+ }
+ private ushort _Eye_dist;
+
+ [ParamField(0x32, ParamType.U16)]
+ public ushort Ear_dist
+ {
+ get => _Ear_dist;
+ set => WriteParamField(ref _Ear_dist, value);
+ }
+ private ushort _Ear_dist;
+
+ [ParamField(0x34, ParamType.U16)]
+ public ushort Ear_soundcut_dist
+ {
+ get => _Ear_soundcut_dist;
+ set => WriteParamField(ref _Ear_soundcut_dist, value);
+ }
+ private ushort _Ear_soundcut_dist;
+ [ParamField(0x36, ParamType.U16)]
+ public ushort Nose_dist
+ {
+ get => _Nose_dist;
+ set => WriteParamField(ref _Nose_dist, value);
+ }
+ private ushort _Nose_dist;
+
+ [ParamField(0x38, ParamType.U16)]
+ public ushort MaxBackhomeDist
+ {
+ get => _MaxBackhomeDist;
+ set => WriteParamField(ref _MaxBackhomeDist, value);
+ }
+ private ushort _MaxBackhomeDist;
+
+ [ParamField(0x3A, ParamType.U16)]
+ public ushort BackhomeDist
+ {
+ get => _BackhomeDist;
+ set => WriteParamField(ref _BackhomeDist, value);
+ }
+ private ushort _BackhomeDist;
+
+ [ParamField(0x3C, ParamType.U16)]
+ public ushort BackhomeBattleDist
+ {
+ get => _BackhomeBattleDist;
+ set => WriteParamField(ref _BackhomeBattleDist, value);
+ }
+ private ushort _BackhomeBattleDist;
+
+ [ParamField(0x3E, ParamType.U16)]
+ public ushort NonBattleActLife
+ {
+ get => _NonBattleActLife;
+ set => WriteParamField(ref _NonBattleActLife, value);
+ }
+ private ushort _NonBattleActLife;
+
+ [ParamField(0x40, ParamType.U16)]
+ public ushort BackHome_LookTargetTime
+ {
+ get => _BackHome_LookTargetTime;
+ set => WriteParamField(ref _BackHome_LookTargetTime, value);
+ }
+ private ushort _BackHome_LookTargetTime;
+
+ [ParamField(0x42, ParamType.U16)]
+ public ushort BackHome_LookTargetDist
+ {
+ get => _BackHome_LookTargetDist;
+ set => WriteParamField(ref _BackHome_LookTargetDist, value);
+ }
+ private ushort _BackHome_LookTargetDist;
+
+ [ParamField(0x44, ParamType.U16)]
+ public ushort SightTargetForgetTime
+ {
+ get => _SightTargetForgetTime;
+ set => WriteParamField(ref _SightTargetForgetTime, value);
+ }
+ private ushort _SightTargetForgetTime;
+
+ [ParamField(0x46, ParamType.U16)]
+ public ushort SoundTargetForgetTime
+ {
+ get => _SoundTargetForgetTime;
+ set => WriteParamField(ref _SoundTargetForgetTime, value);
+ }
+ private ushort _SoundTargetForgetTime;
+
+ [ParamField(0x48, ParamType.U16)]
+ public ushort BattleStartDist
+ {
+ get => _BattleStartDist;
+ set => WriteParamField(ref _BattleStartDist, value);
+ }
+ private ushort _BattleStartDist;
+
+ [ParamField(0x4A, ParamType.U16)]
+ public ushort CallHelp_MyPeerId
+ {
+ get => _CallHelp_MyPeerId;
+ set => WriteParamField(ref _CallHelp_MyPeerId, value);
+ }
+ private ushort _CallHelp_MyPeerId;
+
+ [ParamField(0x4C, ParamType.U16)]
+ public ushort CallHelp_CallPeerId
+ {
+ get => _CallHelp_CallPeerId;
+ set => WriteParamField(ref _CallHelp_CallPeerId, value);
+ }
+ private ushort _CallHelp_CallPeerId;
+
+ [ParamField(0x4E, ParamType.U16)]
+ public ushort TargetSys_DmgEffectRate
+ {
+ get => _TargetSys_DmgEffectRate;
+ set => WriteParamField(ref _TargetSys_DmgEffectRate, value);
}
+ private ushort _TargetSys_DmgEffectRate;
+
+ [ParamField(0x50, ParamType.U8)]
+ public byte TeamAttackEffectivity
+ {
+ get => _TeamAttackEffectivity;
+ set => WriteParamField(ref _TeamAttackEffectivity, value);
+ }
+ private byte _TeamAttackEffectivity;
+
+ [ParamField(0x51, ParamType.U8)]
+ public byte Eye_angX
+ {
+ get => _Eye_angX;
+ set => WriteParamField(ref _Eye_angX, value);
+ }
+ private byte _Eye_angX;
+
+ [ParamField(0x52, ParamType.U8)]
+ public byte Eye_angY
+ {
+ get => _Eye_angY;
+ set => WriteParamField(ref _Eye_angY, value);
+ }
+ private byte _Eye_angY;
+
+ [ParamField(0x53, ParamType.U8)]
+ public byte Ear_angX
+ {
+ get => _Ear_angX;
+ set => WriteParamField(ref _Ear_angX, value);
+ }
+ private byte _Ear_angX;
+
+ [ParamField(0x54, ParamType.U8)]
+ public byte Ear_angY
+ {
+ get => _Ear_angY;
+ set => WriteParamField(ref _Ear_angY, value);
+ }
+ private byte _Ear_angY;
+
+ [ParamField(0x55, ParamType.U8)]
+ public byte CallHelp_CallValidMinDistTarget
+ {
+ get => _CallHelp_CallValidMinDistTarget;
+ set => WriteParamField(ref _CallHelp_CallValidMinDistTarget, value);
+ }
+ private byte _CallHelp_CallValidMinDistTarget;
+
+ [ParamField(0x56, ParamType.U8)]
+ public byte CallHelp_CallValidRange
+ {
+ get => _CallHelp_CallValidRange;
+ set => WriteParamField(ref _CallHelp_CallValidRange, value);
+ }
+ private byte _CallHelp_CallValidRange;
+
+ [ParamField(0x57, ParamType.U8)]
+ public byte CallHelp_ForgetTimeByArrival
+ {
+ get => _CallHelp_ForgetTimeByArrival;
+ set => WriteParamField(ref _CallHelp_ForgetTimeByArrival, value);
+ }
+ private byte _CallHelp_ForgetTimeByArrival;
+
+ [ParamField(0x58, ParamType.U8)]
+ public byte CallHelp_MinWaitTime
+ {
+ get => _CallHelp_MinWaitTime;
+ set => WriteParamField(ref _CallHelp_MinWaitTime, value);
+ }
+ private byte _CallHelp_MinWaitTime;
+
+ [ParamField(0x59, ParamType.U8)]
+ public byte CallHelp_MaxWaitTime
+ {
+ get => _CallHelp_MaxWaitTime;
+ set => WriteParamField(ref _CallHelp_MaxWaitTime, value);
+ }
+ private byte _CallHelp_MaxWaitTime;
+
+ [ParamField(0x5A, ParamType.U8)]
+ public byte GoalAction_ToCaution
+ {
+ get => _GoalAction_ToCaution;
+ set => WriteParamField(ref _GoalAction_ToCaution, value);
+ }
+ private byte _GoalAction_ToCaution;
+
+ [ParamField(0x5B, ParamType.U8)]
+ public byte GoalAction_ToFind
+ {
+ get => _GoalAction_ToFind;
+ set => WriteParamField(ref _GoalAction_ToFind, value);
+ }
+ private byte _GoalAction_ToFind;
+
+ [ParamField(0x5C, ParamType.U8)]
+ public byte CallHelp_ReplyBehaviorType
+ {
+ get => _CallHelp_ReplyBehaviorType;
+ set => WriteParamField(ref _CallHelp_ReplyBehaviorType, value);
+ }
+ private byte _CallHelp_ReplyBehaviorType;
+
+ [ParamField(0x5D, ParamType.U8)]
+ public byte DisablePathMove
+ {
+ get => _DisablePathMove;
+ set => WriteParamField(ref _DisablePathMove, value);
+ }
+ private byte _DisablePathMove;
+
+ [ParamField(0x5E, ParamType.U8)]
+ public byte SkipArrivalVisibleCheck
+ {
+ get => _SkipArrivalVisibleCheck;
+ set => WriteParamField(ref _SkipArrivalVisibleCheck, value);
+ }
+ private byte _SkipArrivalVisibleCheck;
+
+ [ParamField(0x5F, ParamType.U8)]
+ public byte ThinkAttr_doAdmirer
+ {
+ get => _ThinkAttr_doAdmirer;
+ set => WriteParamField(ref _ThinkAttr_doAdmirer, value);
+ }
+ private byte _ThinkAttr_doAdmirer;
+
+ #region BitField EnableNaviFlg_EdgeBitfield ==============================================================================
+
+ [ParamField(0x60, ParamType.U8)]
+ public byte EnableNaviFlg_EdgeBitfield
+ {
+ get => _EnableNaviFlg_EdgeBitfield;
+ set => WriteParamField(ref _EnableNaviFlg_EdgeBitfield, value);
+ }
+ private byte _EnableNaviFlg_EdgeBitfield;
+
+ [ParamBitField(nameof(EnableNaviFlg_EdgeBitfield), bits: 1, bitsOffset: 0)]
+ public byte EnableNaviFlg_Edge
+ {
+ get => GetbitfieldValue(_EnableNaviFlg_EdgeBitfield);
+ set => SetBitfieldValue(ref _EnableNaviFlg_EdgeBitfield, value);
+ }
+
+ [ParamBitField(nameof(EnableNaviFlg_EdgeBitfield), bits: 1, bitsOffset: 1)]
+ public byte EnableNaviFlg_LargeSpace
+ {
+ get => GetbitfieldValue(_EnableNaviFlg_EdgeBitfield);
+ set => SetBitfieldValue(ref _EnableNaviFlg_EdgeBitfield, value);
+ }
+
+ [ParamBitField(nameof(EnableNaviFlg_EdgeBitfield), bits: 1, bitsOffset: 2)]
+ public byte EnableNaviFlg_Ladder
+ {
+ get => GetbitfieldValue(_EnableNaviFlg_EdgeBitfield);
+ set => SetBitfieldValue(ref _EnableNaviFlg_EdgeBitfield, value);
+ }
+
+ [ParamBitField(nameof(EnableNaviFlg_EdgeBitfield), bits: 1, bitsOffset: 3)]
+ public byte EnableNaviFlg_Hole
+ {
+ get => GetbitfieldValue(_EnableNaviFlg_EdgeBitfield);
+ set => SetBitfieldValue(ref _EnableNaviFlg_EdgeBitfield, value);
+ }
+
+ [ParamBitField(nameof(EnableNaviFlg_EdgeBitfield), bits: 1, bitsOffset: 4)]
+ public byte EnableNaviFlg_Door
+ {
+ get => GetbitfieldValue(_EnableNaviFlg_EdgeBitfield);
+ set => SetBitfieldValue(ref _EnableNaviFlg_EdgeBitfield, value);
+ }
+
+ [ParamBitField(nameof(EnableNaviFlg_EdgeBitfield), bits: 1, bitsOffset: 5)]
+ public byte EnableNaviFlg_InSideWall
+ {
+ get => GetbitfieldValue(_EnableNaviFlg_EdgeBitfield);
+ set => SetBitfieldValue(ref _EnableNaviFlg_EdgeBitfield, value);
+ }
+
+ [ParamBitField(nameof(EnableNaviFlg_EdgeBitfield), bits: 2, bitsOffset: 6)]
+ public byte EnableNaviFlg_reserve0
+ {
+ get => GetbitfieldValue(_EnableNaviFlg_EdgeBitfield);
+ set => SetBitfieldValue(ref _EnableNaviFlg_EdgeBitfield, value);
+ }
+
+ #endregion BitField EnableNaviFlg_EdgeBitfield
+
+ [ParamField(0x61, ParamType.Dummy8, 3)]
+ public byte[] EnableNaviFlg_reserve1
+ {
+ get => _EnableNaviFlg_reserve1;
+ set => WriteParamField(ref _EnableNaviFlg_reserve1, value);
+ }
+ private byte[] _EnableNaviFlg_reserve1 = null!;
+
+ [ParamField(0x64, ParamType.Dummy8, 12)]
+ public byte[] Pad0
+ {
+ get => _Pad0;
+ set => WriteParamField(ref _Pad0, value);
+ }
+ private byte[] _Pad0 = null!;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/ObjActParam.cs b/src/SoulMemory/DarkSouls1/Parameters/ObjActParam.cs
index 5aa5ce14..20d07033 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/ObjActParam.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/ObjActParam.cs
@@ -18,148 +18,145 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class ObjActParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class ObjActParam : BaseParam
- {
- public ObjActParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I32)]
- public int ActionEnableMsgId
- {
- get => _ActionEnableMsgId;
- set => WriteParamField(ref _ActionEnableMsgId, value);
- }
- private int _ActionEnableMsgId;
-
- [ParamField(0x4, ParamType.I32)]
- public int ActionFailedMsgId
- {
- get => _ActionFailedMsgId;
- set => WriteParamField(ref _ActionFailedMsgId, value);
- }
- private int _ActionFailedMsgId;
-
- [ParamField(0x8, ParamType.I32)]
- public int SpQualifiedPassEventFlag
- {
- get => _SpQualifiedPassEventFlag;
- set => WriteParamField(ref _SpQualifiedPassEventFlag, value);
- }
- private int _SpQualifiedPassEventFlag;
-
- [ParamField(0xC, ParamType.U16)]
- public ushort ValidDist
- {
- get => _ValidDist;
- set => WriteParamField(ref _ValidDist, value);
- }
- private ushort _ValidDist;
-
- [ParamField(0xE, ParamType.U16)]
- public ushort PlayerAnimId
- {
- get => _PlayerAnimId;
- set => WriteParamField(ref _PlayerAnimId, value);
- }
- private ushort _PlayerAnimId;
-
- [ParamField(0x10, ParamType.U16)]
- public ushort ChrAnimId
- {
- get => _ChrAnimId;
- set => WriteParamField(ref _ChrAnimId, value);
- }
- private ushort _ChrAnimId;
-
- [ParamField(0x12, ParamType.U16)]
- public ushort SpQualifiedId
- {
- get => _SpQualifiedId;
- set => WriteParamField(ref _SpQualifiedId, value);
- }
- private ushort _SpQualifiedId;
-
- [ParamField(0x14, ParamType.U16)]
- public ushort SpQualifiedId2
- {
- get => _SpQualifiedId2;
- set => WriteParamField(ref _SpQualifiedId2, value);
- }
- private ushort _SpQualifiedId2;
-
- [ParamField(0x16, ParamType.U8)]
- public byte ObjDummyId
- {
- get => _ObjDummyId;
- set => WriteParamField(ref _ObjDummyId, value);
- }
- private byte _ObjDummyId;
-
- [ParamField(0x17, ParamType.U8)]
- public byte ObjAnimId
- {
- get => _ObjAnimId;
- set => WriteParamField(ref _ObjAnimId, value);
- }
- private byte _ObjAnimId;
-
- [ParamField(0x18, ParamType.U8)]
- public byte ValidPlayerAngle
- {
- get => _ValidPlayerAngle;
- set => WriteParamField(ref _ValidPlayerAngle, value);
- }
- private byte _ValidPlayerAngle;
-
- [ParamField(0x19, ParamType.U8)]
- public byte SpQualifiedType
- {
- get => _SpQualifiedType;
- set => WriteParamField(ref _SpQualifiedType, value);
- }
- private byte _SpQualifiedType;
-
- [ParamField(0x1A, ParamType.U8)]
- public byte SpQualifiedType2
- {
- get => _SpQualifiedType2;
- set => WriteParamField(ref _SpQualifiedType2, value);
- }
- private byte _SpQualifiedType2;
-
- [ParamField(0x1B, ParamType.U8)]
- public byte ValidObjAngle
- {
- get => _ValidObjAngle;
- set => WriteParamField(ref _ValidObjAngle, value);
- }
- private byte _ValidObjAngle;
-
- [ParamField(0x1C, ParamType.U8)]
- public byte ChrSorbType
- {
- get => _ChrSorbType;
- set => WriteParamField(ref _ChrSorbType, value);
- }
- private byte _ChrSorbType;
-
- [ParamField(0x1D, ParamType.U8)]
- public byte EventKickTiming
- {
- get => _EventKickTiming;
- set => WriteParamField(ref _EventKickTiming, value);
- }
- private byte _EventKickTiming;
-
- [ParamField(0x1E, ParamType.Dummy8, 2)]
- public byte[] Pad1
- {
- get => _Pad1;
- set => WriteParamField(ref _Pad1, value);
- }
- private byte[] _Pad1;
+ [ParamField(0x0, ParamType.I32)]
+ public int ActionEnableMsgId
+ {
+ get => _ActionEnableMsgId;
+ set => WriteParamField(ref _ActionEnableMsgId, value);
+ }
+ private int _ActionEnableMsgId;
+
+ [ParamField(0x4, ParamType.I32)]
+ public int ActionFailedMsgId
+ {
+ get => _ActionFailedMsgId;
+ set => WriteParamField(ref _ActionFailedMsgId, value);
+ }
+ private int _ActionFailedMsgId;
+
+ [ParamField(0x8, ParamType.I32)]
+ public int SpQualifiedPassEventFlag
+ {
+ get => _SpQualifiedPassEventFlag;
+ set => WriteParamField(ref _SpQualifiedPassEventFlag, value);
+ }
+ private int _SpQualifiedPassEventFlag;
+
+ [ParamField(0xC, ParamType.U16)]
+ public ushort ValidDist
+ {
+ get => _ValidDist;
+ set => WriteParamField(ref _ValidDist, value);
+ }
+ private ushort _ValidDist;
+
+ [ParamField(0xE, ParamType.U16)]
+ public ushort PlayerAnimId
+ {
+ get => _PlayerAnimId;
+ set => WriteParamField(ref _PlayerAnimId, value);
+ }
+ private ushort _PlayerAnimId;
+
+ [ParamField(0x10, ParamType.U16)]
+ public ushort ChrAnimId
+ {
+ get => _ChrAnimId;
+ set => WriteParamField(ref _ChrAnimId, value);
+ }
+ private ushort _ChrAnimId;
+
+ [ParamField(0x12, ParamType.U16)]
+ public ushort SpQualifiedId
+ {
+ get => _SpQualifiedId;
+ set => WriteParamField(ref _SpQualifiedId, value);
+ }
+ private ushort _SpQualifiedId;
+
+ [ParamField(0x14, ParamType.U16)]
+ public ushort SpQualifiedId2
+ {
+ get => _SpQualifiedId2;
+ set => WriteParamField(ref _SpQualifiedId2, value);
+ }
+ private ushort _SpQualifiedId2;
+
+ [ParamField(0x16, ParamType.U8)]
+ public byte ObjDummyId
+ {
+ get => _ObjDummyId;
+ set => WriteParamField(ref _ObjDummyId, value);
+ }
+ private byte _ObjDummyId;
+ [ParamField(0x17, ParamType.U8)]
+ public byte ObjAnimId
+ {
+ get => _ObjAnimId;
+ set => WriteParamField(ref _ObjAnimId, value);
}
+ private byte _ObjAnimId;
+
+ [ParamField(0x18, ParamType.U8)]
+ public byte ValidPlayerAngle
+ {
+ get => _ValidPlayerAngle;
+ set => WriteParamField(ref _ValidPlayerAngle, value);
+ }
+ private byte _ValidPlayerAngle;
+
+ [ParamField(0x19, ParamType.U8)]
+ public byte SpQualifiedType
+ {
+ get => _SpQualifiedType;
+ set => WriteParamField(ref _SpQualifiedType, value);
+ }
+ private byte _SpQualifiedType;
+
+ [ParamField(0x1A, ParamType.U8)]
+ public byte SpQualifiedType2
+ {
+ get => _SpQualifiedType2;
+ set => WriteParamField(ref _SpQualifiedType2, value);
+ }
+ private byte _SpQualifiedType2;
+
+ [ParamField(0x1B, ParamType.U8)]
+ public byte ValidObjAngle
+ {
+ get => _ValidObjAngle;
+ set => WriteParamField(ref _ValidObjAngle, value);
+ }
+ private byte _ValidObjAngle;
+
+ [ParamField(0x1C, ParamType.U8)]
+ public byte ChrSorbType
+ {
+ get => _ChrSorbType;
+ set => WriteParamField(ref _ChrSorbType, value);
+ }
+ private byte _ChrSorbType;
+
+ [ParamField(0x1D, ParamType.U8)]
+ public byte EventKickTiming
+ {
+ get => _EventKickTiming;
+ set => WriteParamField(ref _EventKickTiming, value);
+ }
+ private byte _EventKickTiming;
+
+ [ParamField(0x1E, ParamType.Dummy8, 2)]
+ public byte[] Pad1
+ {
+ get => _Pad1;
+ set => WriteParamField(ref _Pad1, value);
+ }
+ private byte[] _Pad1 = null!;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/ObjectParam.cs b/src/SoulMemory/DarkSouls1/Parameters/ObjectParam.cs
index f301f941..a8bf2d0c 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/ObjectParam.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/ObjectParam.cs
@@ -18,176 +18,173 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class ObjectParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class ObjectParam : BaseParam
- {
- public ObjectParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I16)]
- public short Hp
- {
- get => _Hp;
- set => WriteParamField(ref _Hp, value);
- }
- private short _Hp;
-
- [ParamField(0x2, ParamType.U16)]
- public ushort Defense
- {
- get => _Defense;
- set => WriteParamField(ref _Defense, value);
- }
- private ushort _Defense;
-
- [ParamField(0x4, ParamType.I16)]
- public short ExtRefTexId
- {
- get => _ExtRefTexId;
- set => WriteParamField(ref _ExtRefTexId, value);
- }
- private short _ExtRefTexId;
-
- [ParamField(0x6, ParamType.I16)]
- public short MaterialId
- {
- get => _MaterialId;
- set => WriteParamField(ref _MaterialId, value);
- }
- private short _MaterialId;
-
- [ParamField(0x8, ParamType.U8)]
- public byte AnimBreakIdMax
- {
- get => _AnimBreakIdMax;
- set => WriteParamField(ref _AnimBreakIdMax, value);
- }
- private byte _AnimBreakIdMax;
-
- #region BitField IsCamHitBitfield ==============================================================================
-
- [ParamField(0x9, ParamType.U8)]
- public byte IsCamHitBitfield
- {
- get => _IsCamHitBitfield;
- set => WriteParamField(ref _IsCamHitBitfield, value);
- }
- private byte _IsCamHitBitfield;
-
- [ParamBitField(nameof(IsCamHitBitfield), bits: 1, bitsOffset: 0)]
- public byte IsCamHit
- {
- get => GetbitfieldValue(_IsCamHitBitfield);
- set => SetBitfieldValue(ref _IsCamHitBitfield, value);
- }
-
- [ParamBitField(nameof(IsCamHitBitfield), bits: 1, bitsOffset: 1)]
- public byte IsBreakByPlayerCollide
- {
- get => GetbitfieldValue(_IsCamHitBitfield);
- set => SetBitfieldValue(ref _IsCamHitBitfield, value);
- }
-
- [ParamBitField(nameof(IsCamHitBitfield), bits: 1, bitsOffset: 2)]
- public byte IsAnimBreak
- {
- get => GetbitfieldValue(_IsCamHitBitfield);
- set => SetBitfieldValue(ref _IsCamHitBitfield, value);
- }
-
- [ParamBitField(nameof(IsCamHitBitfield), bits: 1, bitsOffset: 3)]
- public byte IsPenetrationBulletHit
- {
- get => GetbitfieldValue(_IsCamHitBitfield);
- set => SetBitfieldValue(ref _IsCamHitBitfield, value);
- }
-
- [ParamBitField(nameof(IsCamHitBitfield), bits: 1, bitsOffset: 4)]
- public byte IsChrHit
- {
- get => GetbitfieldValue(_IsCamHitBitfield);
- set => SetBitfieldValue(ref _IsCamHitBitfield, value);
- }
-
- [ParamBitField(nameof(IsCamHitBitfield), bits: 1, bitsOffset: 5)]
- public byte IsAttackBacklash
- {
- get => GetbitfieldValue(_IsCamHitBitfield);
- set => SetBitfieldValue(ref _IsCamHitBitfield, value);
- }
-
- [ParamBitField(nameof(IsCamHitBitfield), bits: 1, bitsOffset: 6)]
- public byte IsDisableBreakForFirstAppear
- {
- get => GetbitfieldValue(_IsCamHitBitfield);
- set => SetBitfieldValue(ref _IsCamHitBitfield, value);
- }
-
- [ParamBitField(nameof(IsCamHitBitfield), bits: 1, bitsOffset: 7)]
- public byte IsLadder
- {
- get => GetbitfieldValue(_IsCamHitBitfield);
- set => SetBitfieldValue(ref _IsCamHitBitfield, value);
- }
-
- #endregion BitField IsCamHitBitfield
-
- #region BitField IsAnimPauseOnRemoPlayBitfield ==============================================================================
-
- [ParamField(0xA, ParamType.U8)]
- public byte IsAnimPauseOnRemoPlayBitfield
- {
- get => _IsAnimPauseOnRemoPlayBitfield;
- set => WriteParamField(ref _IsAnimPauseOnRemoPlayBitfield, value);
- }
- private byte _IsAnimPauseOnRemoPlayBitfield;
-
- [ParamBitField(nameof(IsAnimPauseOnRemoPlayBitfield), bits: 1, bitsOffset: 0)]
- public byte IsAnimPauseOnRemoPlay
- {
- get => GetbitfieldValue(_IsAnimPauseOnRemoPlayBitfield);
- set => SetBitfieldValue(ref _IsAnimPauseOnRemoPlayBitfield, value);
- }
-
- [ParamBitField(nameof(IsAnimPauseOnRemoPlayBitfield), bits: 1, bitsOffset: 1)]
- public byte IsDamageNoHit
- {
- get => GetbitfieldValue(_IsAnimPauseOnRemoPlayBitfield);
- set => SetBitfieldValue(ref _IsAnimPauseOnRemoPlayBitfield, value);
- }
-
- [ParamBitField(nameof(IsAnimPauseOnRemoPlayBitfield), bits: 1, bitsOffset: 2)]
- public byte IsMoveObj
- {
- get => GetbitfieldValue(_IsAnimPauseOnRemoPlayBitfield);
- set => SetBitfieldValue(ref _IsAnimPauseOnRemoPlayBitfield, value);
- }
-
- [ParamBitField(nameof(IsAnimPauseOnRemoPlayBitfield), bits: 5, bitsOffset: 3)]
- public byte Pad_1
- {
- get => GetbitfieldValue(_IsAnimPauseOnRemoPlayBitfield);
- set => SetBitfieldValue(ref _IsAnimPauseOnRemoPlayBitfield, value);
- }
-
- #endregion BitField IsAnimPauseOnRemoPlayBitfield
-
- [ParamField(0xB, ParamType.I8)]
- public sbyte DefaultLodParamId
- {
- get => _DefaultLodParamId;
- set => WriteParamField(ref _DefaultLodParamId, value);
- }
- private sbyte _DefaultLodParamId;
-
- [ParamField(0xC, ParamType.I32)]
- public int BreakSfxId
- {
- get => _BreakSfxId;
- set => WriteParamField(ref _BreakSfxId, value);
- }
- private int _BreakSfxId;
+ [ParamField(0x0, ParamType.I16)]
+ public short Hp
+ {
+ get => _Hp;
+ set => WriteParamField(ref _Hp, value);
+ }
+ private short _Hp;
+
+ [ParamField(0x2, ParamType.U16)]
+ public ushort Defense
+ {
+ get => _Defense;
+ set => WriteParamField(ref _Defense, value);
+ }
+ private ushort _Defense;
+
+ [ParamField(0x4, ParamType.I16)]
+ public short ExtRefTexId
+ {
+ get => _ExtRefTexId;
+ set => WriteParamField(ref _ExtRefTexId, value);
+ }
+ private short _ExtRefTexId;
+
+ [ParamField(0x6, ParamType.I16)]
+ public short MaterialId
+ {
+ get => _MaterialId;
+ set => WriteParamField(ref _MaterialId, value);
+ }
+ private short _MaterialId;
+
+ [ParamField(0x8, ParamType.U8)]
+ public byte AnimBreakIdMax
+ {
+ get => _AnimBreakIdMax;
+ set => WriteParamField(ref _AnimBreakIdMax, value);
+ }
+ private byte _AnimBreakIdMax;
+
+ #region BitField IsCamHitBitfield ==============================================================================
+
+ [ParamField(0x9, ParamType.U8)]
+ public byte IsCamHitBitfield
+ {
+ get => _IsCamHitBitfield;
+ set => WriteParamField(ref _IsCamHitBitfield, value);
+ }
+ private byte _IsCamHitBitfield;
+
+ [ParamBitField(nameof(IsCamHitBitfield), bits: 1, bitsOffset: 0)]
+ public byte IsCamHit
+ {
+ get => GetbitfieldValue(_IsCamHitBitfield);
+ set => SetBitfieldValue(ref _IsCamHitBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsCamHitBitfield), bits: 1, bitsOffset: 1)]
+ public byte IsBreakByPlayerCollide
+ {
+ get => GetbitfieldValue(_IsCamHitBitfield);
+ set => SetBitfieldValue(ref _IsCamHitBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsCamHitBitfield), bits: 1, bitsOffset: 2)]
+ public byte IsAnimBreak
+ {
+ get => GetbitfieldValue(_IsCamHitBitfield);
+ set => SetBitfieldValue(ref _IsCamHitBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsCamHitBitfield), bits: 1, bitsOffset: 3)]
+ public byte IsPenetrationBulletHit
+ {
+ get => GetbitfieldValue(_IsCamHitBitfield);
+ set => SetBitfieldValue(ref _IsCamHitBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsCamHitBitfield), bits: 1, bitsOffset: 4)]
+ public byte IsChrHit
+ {
+ get => GetbitfieldValue(_IsCamHitBitfield);
+ set => SetBitfieldValue(ref _IsCamHitBitfield, value);
+ }
+ [ParamBitField(nameof(IsCamHitBitfield), bits: 1, bitsOffset: 5)]
+ public byte IsAttackBacklash
+ {
+ get => GetbitfieldValue(_IsCamHitBitfield);
+ set => SetBitfieldValue(ref _IsCamHitBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsCamHitBitfield), bits: 1, bitsOffset: 6)]
+ public byte IsDisableBreakForFirstAppear
+ {
+ get => GetbitfieldValue(_IsCamHitBitfield);
+ set => SetBitfieldValue(ref _IsCamHitBitfield, value);
}
+
+ [ParamBitField(nameof(IsCamHitBitfield), bits: 1, bitsOffset: 7)]
+ public byte IsLadder
+ {
+ get => GetbitfieldValue(_IsCamHitBitfield);
+ set => SetBitfieldValue(ref _IsCamHitBitfield, value);
+ }
+
+ #endregion BitField IsCamHitBitfield
+
+ #region BitField IsAnimPauseOnRemoPlayBitfield ==============================================================================
+
+ [ParamField(0xA, ParamType.U8)]
+ public byte IsAnimPauseOnRemoPlayBitfield
+ {
+ get => _IsAnimPauseOnRemoPlayBitfield;
+ set => WriteParamField(ref _IsAnimPauseOnRemoPlayBitfield, value);
+ }
+ private byte _IsAnimPauseOnRemoPlayBitfield;
+
+ [ParamBitField(nameof(IsAnimPauseOnRemoPlayBitfield), bits: 1, bitsOffset: 0)]
+ public byte IsAnimPauseOnRemoPlay
+ {
+ get => GetbitfieldValue(_IsAnimPauseOnRemoPlayBitfield);
+ set => SetBitfieldValue(ref _IsAnimPauseOnRemoPlayBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsAnimPauseOnRemoPlayBitfield), bits: 1, bitsOffset: 1)]
+ public byte IsDamageNoHit
+ {
+ get => GetbitfieldValue(_IsAnimPauseOnRemoPlayBitfield);
+ set => SetBitfieldValue(ref _IsAnimPauseOnRemoPlayBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsAnimPauseOnRemoPlayBitfield), bits: 1, bitsOffset: 2)]
+ public byte IsMoveObj
+ {
+ get => GetbitfieldValue(_IsAnimPauseOnRemoPlayBitfield);
+ set => SetBitfieldValue(ref _IsAnimPauseOnRemoPlayBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsAnimPauseOnRemoPlayBitfield), bits: 5, bitsOffset: 3)]
+ public byte Pad_1
+ {
+ get => GetbitfieldValue(_IsAnimPauseOnRemoPlayBitfield);
+ set => SetBitfieldValue(ref _IsAnimPauseOnRemoPlayBitfield, value);
+ }
+
+ #endregion BitField IsAnimPauseOnRemoPlayBitfield
+
+ [ParamField(0xB, ParamType.I8)]
+ public sbyte DefaultLodParamId
+ {
+ get => _DefaultLodParamId;
+ set => WriteParamField(ref _DefaultLodParamId, value);
+ }
+ private sbyte _DefaultLodParamId;
+
+ [ParamField(0xC, ParamType.I32)]
+ public int BreakSfxId
+ {
+ get => _BreakSfxId;
+ set => WriteParamField(ref _BreakSfxId, value);
+ }
+ private int _BreakSfxId;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/PointLightBank.cs b/src/SoulMemory/DarkSouls1/Parameters/PointLightBank.cs
index cada2333..db051cdf 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/PointLightBank.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/PointLightBank.cs
@@ -18,60 +18,57 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class PointLightBank(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class PointLightBank : BaseParam
+ [ParamField(0x0, ParamType.F32)]
+ public float DwindleBegin
{
- public PointLightBank(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.F32)]
- public float DwindleBegin
- {
- get => _DwindleBegin;
- set => WriteParamField(ref _DwindleBegin, value);
- }
- private float _DwindleBegin;
-
- [ParamField(0x4, ParamType.F32)]
- public float DwindleEnd
- {
- get => _DwindleEnd;
- set => WriteParamField(ref _DwindleEnd, value);
- }
- private float _DwindleEnd;
+ get => _DwindleBegin;
+ set => WriteParamField(ref _DwindleBegin, value);
+ }
+ private float _DwindleBegin;
- [ParamField(0x8, ParamType.I16)]
- public short ColR
- {
- get => _ColR;
- set => WriteParamField(ref _ColR, value);
- }
- private short _ColR;
+ [ParamField(0x4, ParamType.F32)]
+ public float DwindleEnd
+ {
+ get => _DwindleEnd;
+ set => WriteParamField(ref _DwindleEnd, value);
+ }
+ private float _DwindleEnd;
- [ParamField(0xA, ParamType.I16)]
- public short ColG
- {
- get => _ColG;
- set => WriteParamField(ref _ColG, value);
- }
- private short _ColG;
+ [ParamField(0x8, ParamType.I16)]
+ public short ColR
+ {
+ get => _ColR;
+ set => WriteParamField(ref _ColR, value);
+ }
+ private short _ColR;
- [ParamField(0xC, ParamType.I16)]
- public short ColB
- {
- get => _ColB;
- set => WriteParamField(ref _ColB, value);
- }
- private short _ColB;
+ [ParamField(0xA, ParamType.I16)]
+ public short ColG
+ {
+ get => _ColG;
+ set => WriteParamField(ref _ColG, value);
+ }
+ private short _ColG;
- [ParamField(0xE, ParamType.I16)]
- public short ColA
- {
- get => _ColA;
- set => WriteParamField(ref _ColA, value);
- }
- private short _ColA;
+ [ParamField(0xC, ParamType.I16)]
+ public short ColB
+ {
+ get => _ColB;
+ set => WriteParamField(ref _ColB, value);
+ }
+ private short _ColB;
+ [ParamField(0xE, ParamType.I16)]
+ public short ColA
+ {
+ get => _ColA;
+ set => WriteParamField(ref _ColA, value);
}
+ private short _ColA;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/QwcChangeParam.cs b/src/SoulMemory/DarkSouls1/Parameters/QwcChangeParam.cs
index f5ef4b35..99a17694 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/QwcChangeParam.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/QwcChangeParam.cs
@@ -18,76 +18,73 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class QwcChangeParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class QwcChangeParam : BaseParam
+ [ParamField(0x0, ParamType.I16)]
+ public short PcAttrB
{
- public QwcChangeParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I16)]
- public short PcAttrB
- {
- get => _PcAttrB;
- set => WriteParamField(ref _PcAttrB, value);
- }
- private short _PcAttrB;
-
- [ParamField(0x2, ParamType.I16)]
- public short PcAttrW
- {
- get => _PcAttrW;
- set => WriteParamField(ref _PcAttrW, value);
- }
- private short _PcAttrW;
+ get => _PcAttrB;
+ set => WriteParamField(ref _PcAttrB, value);
+ }
+ private short _PcAttrB;
- [ParamField(0x4, ParamType.I16)]
- public short PcAttrL
- {
- get => _PcAttrL;
- set => WriteParamField(ref _PcAttrL, value);
- }
- private short _PcAttrL;
+ [ParamField(0x2, ParamType.I16)]
+ public short PcAttrW
+ {
+ get => _PcAttrW;
+ set => WriteParamField(ref _PcAttrW, value);
+ }
+ private short _PcAttrW;
- [ParamField(0x6, ParamType.I16)]
- public short PcAttrR
- {
- get => _PcAttrR;
- set => WriteParamField(ref _PcAttrR, value);
- }
- private short _PcAttrR;
+ [ParamField(0x4, ParamType.I16)]
+ public short PcAttrL
+ {
+ get => _PcAttrL;
+ set => WriteParamField(ref _PcAttrL, value);
+ }
+ private short _PcAttrL;
- [ParamField(0x8, ParamType.I16)]
- public short AreaAttrB
- {
- get => _AreaAttrB;
- set => WriteParamField(ref _AreaAttrB, value);
- }
- private short _AreaAttrB;
+ [ParamField(0x6, ParamType.I16)]
+ public short PcAttrR
+ {
+ get => _PcAttrR;
+ set => WriteParamField(ref _PcAttrR, value);
+ }
+ private short _PcAttrR;
- [ParamField(0xA, ParamType.I16)]
- public short AreaAttrW
- {
- get => _AreaAttrW;
- set => WriteParamField(ref _AreaAttrW, value);
- }
- private short _AreaAttrW;
+ [ParamField(0x8, ParamType.I16)]
+ public short AreaAttrB
+ {
+ get => _AreaAttrB;
+ set => WriteParamField(ref _AreaAttrB, value);
+ }
+ private short _AreaAttrB;
- [ParamField(0xC, ParamType.I16)]
- public short AreaAttrL
- {
- get => _AreaAttrL;
- set => WriteParamField(ref _AreaAttrL, value);
- }
- private short _AreaAttrL;
+ [ParamField(0xA, ParamType.I16)]
+ public short AreaAttrW
+ {
+ get => _AreaAttrW;
+ set => WriteParamField(ref _AreaAttrW, value);
+ }
+ private short _AreaAttrW;
- [ParamField(0xE, ParamType.I16)]
- public short AreaAttrR
- {
- get => _AreaAttrR;
- set => WriteParamField(ref _AreaAttrR, value);
- }
- private short _AreaAttrR;
+ [ParamField(0xC, ParamType.I16)]
+ public short AreaAttrL
+ {
+ get => _AreaAttrL;
+ set => WriteParamField(ref _AreaAttrL, value);
+ }
+ private short _AreaAttrL;
+ [ParamField(0xE, ParamType.I16)]
+ public short AreaAttrR
+ {
+ get => _AreaAttrR;
+ set => WriteParamField(ref _AreaAttrR, value);
}
+ private short _AreaAttrR;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/QwcJudgeParam.cs b/src/SoulMemory/DarkSouls1/Parameters/QwcJudgeParam.cs
index 20dfd015..c0ccaa8a 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/QwcJudgeParam.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/QwcJudgeParam.cs
@@ -18,76 +18,73 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class QwcJudgeParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class QwcJudgeParam : BaseParam
+ [ParamField(0x0, ParamType.I16)]
+ public short PcJudgeUnderWB
{
- public QwcJudgeParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I16)]
- public short PcJudgeUnderWB
- {
- get => _PcJudgeUnderWB;
- set => WriteParamField(ref _PcJudgeUnderWB, value);
- }
- private short _PcJudgeUnderWB;
-
- [ParamField(0x2, ParamType.I16)]
- public short PcJudgeTopWB
- {
- get => _PcJudgeTopWB;
- set => WriteParamField(ref _PcJudgeTopWB, value);
- }
- private short _PcJudgeTopWB;
+ get => _PcJudgeUnderWB;
+ set => WriteParamField(ref _PcJudgeUnderWB, value);
+ }
+ private short _PcJudgeUnderWB;
- [ParamField(0x4, ParamType.I16)]
- public short PcJudgeUnderLR
- {
- get => _PcJudgeUnderLR;
- set => WriteParamField(ref _PcJudgeUnderLR, value);
- }
- private short _PcJudgeUnderLR;
+ [ParamField(0x2, ParamType.I16)]
+ public short PcJudgeTopWB
+ {
+ get => _PcJudgeTopWB;
+ set => WriteParamField(ref _PcJudgeTopWB, value);
+ }
+ private short _PcJudgeTopWB;
- [ParamField(0x6, ParamType.I16)]
- public short PcJudgeTopLR
- {
- get => _PcJudgeTopLR;
- set => WriteParamField(ref _PcJudgeTopLR, value);
- }
- private short _PcJudgeTopLR;
+ [ParamField(0x4, ParamType.I16)]
+ public short PcJudgeUnderLR
+ {
+ get => _PcJudgeUnderLR;
+ set => WriteParamField(ref _PcJudgeUnderLR, value);
+ }
+ private short _PcJudgeUnderLR;
- [ParamField(0x8, ParamType.I16)]
- public short AreaJudgeUnderWB
- {
- get => _AreaJudgeUnderWB;
- set => WriteParamField(ref _AreaJudgeUnderWB, value);
- }
- private short _AreaJudgeUnderWB;
+ [ParamField(0x6, ParamType.I16)]
+ public short PcJudgeTopLR
+ {
+ get => _PcJudgeTopLR;
+ set => WriteParamField(ref _PcJudgeTopLR, value);
+ }
+ private short _PcJudgeTopLR;
- [ParamField(0xA, ParamType.I16)]
- public short AreaJudgeTopWB
- {
- get => _AreaJudgeTopWB;
- set => WriteParamField(ref _AreaJudgeTopWB, value);
- }
- private short _AreaJudgeTopWB;
+ [ParamField(0x8, ParamType.I16)]
+ public short AreaJudgeUnderWB
+ {
+ get => _AreaJudgeUnderWB;
+ set => WriteParamField(ref _AreaJudgeUnderWB, value);
+ }
+ private short _AreaJudgeUnderWB;
- [ParamField(0xC, ParamType.I16)]
- public short AreaJudgeUnderLR
- {
- get => _AreaJudgeUnderLR;
- set => WriteParamField(ref _AreaJudgeUnderLR, value);
- }
- private short _AreaJudgeUnderLR;
+ [ParamField(0xA, ParamType.I16)]
+ public short AreaJudgeTopWB
+ {
+ get => _AreaJudgeTopWB;
+ set => WriteParamField(ref _AreaJudgeTopWB, value);
+ }
+ private short _AreaJudgeTopWB;
- [ParamField(0xE, ParamType.I16)]
- public short AreaJudgeTopLR
- {
- get => _AreaJudgeTopLR;
- set => WriteParamField(ref _AreaJudgeTopLR, value);
- }
- private short _AreaJudgeTopLR;
+ [ParamField(0xC, ParamType.I16)]
+ public short AreaJudgeUnderLR
+ {
+ get => _AreaJudgeUnderLR;
+ set => WriteParamField(ref _AreaJudgeUnderLR, value);
+ }
+ private short _AreaJudgeUnderLR;
+ [ParamField(0xE, ParamType.I16)]
+ public short AreaJudgeTopLR
+ {
+ get => _AreaJudgeTopLR;
+ set => WriteParamField(ref _AreaJudgeTopLR, value);
}
+ private short _AreaJudgeTopLR;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/RagdollParam.cs b/src/SoulMemory/DarkSouls1/Parameters/RagdollParam.cs
index 4e58ed9a..89719f72 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/RagdollParam.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/RagdollParam.cs
@@ -18,100 +18,97 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class RagdollParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class RagdollParam : BaseParam
+ [ParamField(0x0, ParamType.F32)]
+ public float HierarchyGain
{
- public RagdollParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.F32)]
- public float HierarchyGain
- {
- get => _HierarchyGain;
- set => WriteParamField(ref _HierarchyGain, value);
- }
- private float _HierarchyGain;
-
- [ParamField(0x4, ParamType.F32)]
- public float VelocityDamping
- {
- get => _VelocityDamping;
- set => WriteParamField(ref _VelocityDamping, value);
- }
- private float _VelocityDamping;
+ get => _HierarchyGain;
+ set => WriteParamField(ref _HierarchyGain, value);
+ }
+ private float _HierarchyGain;
- [ParamField(0x8, ParamType.F32)]
- public float AccelGain
- {
- get => _AccelGain;
- set => WriteParamField(ref _AccelGain, value);
- }
- private float _AccelGain;
+ [ParamField(0x4, ParamType.F32)]
+ public float VelocityDamping
+ {
+ get => _VelocityDamping;
+ set => WriteParamField(ref _VelocityDamping, value);
+ }
+ private float _VelocityDamping;
- [ParamField(0xC, ParamType.F32)]
- public float VelocityGain
- {
- get => _VelocityGain;
- set => WriteParamField(ref _VelocityGain, value);
- }
- private float _VelocityGain;
+ [ParamField(0x8, ParamType.F32)]
+ public float AccelGain
+ {
+ get => _AccelGain;
+ set => WriteParamField(ref _AccelGain, value);
+ }
+ private float _AccelGain;
- [ParamField(0x10, ParamType.F32)]
- public float PositionGain
- {
- get => _PositionGain;
- set => WriteParamField(ref _PositionGain, value);
- }
- private float _PositionGain;
+ [ParamField(0xC, ParamType.F32)]
+ public float VelocityGain
+ {
+ get => _VelocityGain;
+ set => WriteParamField(ref _VelocityGain, value);
+ }
+ private float _VelocityGain;
- [ParamField(0x14, ParamType.F32)]
- public float MaxLinerVelocity
- {
- get => _MaxLinerVelocity;
- set => WriteParamField(ref _MaxLinerVelocity, value);
- }
- private float _MaxLinerVelocity;
+ [ParamField(0x10, ParamType.F32)]
+ public float PositionGain
+ {
+ get => _PositionGain;
+ set => WriteParamField(ref _PositionGain, value);
+ }
+ private float _PositionGain;
- [ParamField(0x18, ParamType.F32)]
- public float MaxAngularVelocity
- {
- get => _MaxAngularVelocity;
- set => WriteParamField(ref _MaxAngularVelocity, value);
- }
- private float _MaxAngularVelocity;
+ [ParamField(0x14, ParamType.F32)]
+ public float MaxLinerVelocity
+ {
+ get => _MaxLinerVelocity;
+ set => WriteParamField(ref _MaxLinerVelocity, value);
+ }
+ private float _MaxLinerVelocity;
- [ParamField(0x1C, ParamType.F32)]
- public float SnapGain
- {
- get => _SnapGain;
- set => WriteParamField(ref _SnapGain, value);
- }
- private float _SnapGain;
+ [ParamField(0x18, ParamType.F32)]
+ public float MaxAngularVelocity
+ {
+ get => _MaxAngularVelocity;
+ set => WriteParamField(ref _MaxAngularVelocity, value);
+ }
+ private float _MaxAngularVelocity;
- [ParamField(0x20, ParamType.U8)]
- public byte Enable
- {
- get => _Enable;
- set => WriteParamField(ref _Enable, value);
- }
- private byte _Enable;
+ [ParamField(0x1C, ParamType.F32)]
+ public float SnapGain
+ {
+ get => _SnapGain;
+ set => WriteParamField(ref _SnapGain, value);
+ }
+ private float _SnapGain;
- [ParamField(0x21, ParamType.I8)]
- public sbyte PartsHitMaskNo
- {
- get => _PartsHitMaskNo;
- set => WriteParamField(ref _PartsHitMaskNo, value);
- }
- private sbyte _PartsHitMaskNo;
+ [ParamField(0x20, ParamType.U8)]
+ public byte Enable
+ {
+ get => _Enable;
+ set => WriteParamField(ref _Enable, value);
+ }
+ private byte _Enable;
- [ParamField(0x22, ParamType.Dummy8, 14)]
- public byte[] Pad
- {
- get => _Pad;
- set => WriteParamField(ref _Pad, value);
- }
- private byte[] _Pad;
+ [ParamField(0x21, ParamType.I8)]
+ public sbyte PartsHitMaskNo
+ {
+ get => _PartsHitMaskNo;
+ set => WriteParamField(ref _PartsHitMaskNo, value);
+ }
+ private sbyte _PartsHitMaskNo;
+ [ParamField(0x22, ParamType.Dummy8, 14)]
+ public byte[] Pad
+ {
+ get => _Pad;
+ set => WriteParamField(ref _Pad, value);
}
+ private byte[] _Pad = null!;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/ReinforceParamProtector.cs b/src/SoulMemory/DarkSouls1/Parameters/ReinforceParamProtector.cs
index 5159d498..e3003767 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/ReinforceParamProtector.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/ReinforceParamProtector.cs
@@ -18,132 +18,129 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class ReinforceParamProtector(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class ReinforceParamProtector : BaseParam
+ [ParamField(0x0, ParamType.F32)]
+ public float PhysicsDefRate
+ {
+ get => _PhysicsDefRate;
+ set => WriteParamField(ref _PhysicsDefRate, value);
+ }
+ private float _PhysicsDefRate;
+
+ [ParamField(0x4, ParamType.F32)]
+ public float MagicDefRate
+ {
+ get => _MagicDefRate;
+ set => WriteParamField(ref _MagicDefRate, value);
+ }
+ private float _MagicDefRate;
+
+ [ParamField(0x8, ParamType.F32)]
+ public float FireDefRate
+ {
+ get => _FireDefRate;
+ set => WriteParamField(ref _FireDefRate, value);
+ }
+ private float _FireDefRate;
+
+ [ParamField(0xC, ParamType.F32)]
+ public float ThunderDefRate
+ {
+ get => _ThunderDefRate;
+ set => WriteParamField(ref _ThunderDefRate, value);
+ }
+ private float _ThunderDefRate;
+
+ [ParamField(0x10, ParamType.F32)]
+ public float SlashDefRate
{
- public ReinforceParamProtector(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.F32)]
- public float PhysicsDefRate
- {
- get => _PhysicsDefRate;
- set => WriteParamField(ref _PhysicsDefRate, value);
- }
- private float _PhysicsDefRate;
-
- [ParamField(0x4, ParamType.F32)]
- public float MagicDefRate
- {
- get => _MagicDefRate;
- set => WriteParamField(ref _MagicDefRate, value);
- }
- private float _MagicDefRate;
-
- [ParamField(0x8, ParamType.F32)]
- public float FireDefRate
- {
- get => _FireDefRate;
- set => WriteParamField(ref _FireDefRate, value);
- }
- private float _FireDefRate;
-
- [ParamField(0xC, ParamType.F32)]
- public float ThunderDefRate
- {
- get => _ThunderDefRate;
- set => WriteParamField(ref _ThunderDefRate, value);
- }
- private float _ThunderDefRate;
-
- [ParamField(0x10, ParamType.F32)]
- public float SlashDefRate
- {
- get => _SlashDefRate;
- set => WriteParamField(ref _SlashDefRate, value);
- }
- private float _SlashDefRate;
-
- [ParamField(0x14, ParamType.F32)]
- public float BlowDefRate
- {
- get => _BlowDefRate;
- set => WriteParamField(ref _BlowDefRate, value);
- }
- private float _BlowDefRate;
-
- [ParamField(0x18, ParamType.F32)]
- public float ThrustDefRate
- {
- get => _ThrustDefRate;
- set => WriteParamField(ref _ThrustDefRate, value);
- }
- private float _ThrustDefRate;
-
- [ParamField(0x1C, ParamType.F32)]
- public float ResistPoisonRate
- {
- get => _ResistPoisonRate;
- set => WriteParamField(ref _ResistPoisonRate, value);
- }
- private float _ResistPoisonRate;
-
- [ParamField(0x20, ParamType.F32)]
- public float ResistDiseaseRate
- {
- get => _ResistDiseaseRate;
- set => WriteParamField(ref _ResistDiseaseRate, value);
- }
- private float _ResistDiseaseRate;
-
- [ParamField(0x24, ParamType.F32)]
- public float ResistBloodRate
- {
- get => _ResistBloodRate;
- set => WriteParamField(ref _ResistBloodRate, value);
- }
- private float _ResistBloodRate;
-
- [ParamField(0x28, ParamType.F32)]
- public float ResistCurseRate
- {
- get => _ResistCurseRate;
- set => WriteParamField(ref _ResistCurseRate, value);
- }
- private float _ResistCurseRate;
-
- [ParamField(0x2C, ParamType.U8)]
- public byte ResidentSpEffectId1
- {
- get => _ResidentSpEffectId1;
- set => WriteParamField(ref _ResidentSpEffectId1, value);
- }
- private byte _ResidentSpEffectId1;
-
- [ParamField(0x2D, ParamType.U8)]
- public byte ResidentSpEffectId2
- {
- get => _ResidentSpEffectId2;
- set => WriteParamField(ref _ResidentSpEffectId2, value);
- }
- private byte _ResidentSpEffectId2;
-
- [ParamField(0x2E, ParamType.U8)]
- public byte ResidentSpEffectId3
- {
- get => _ResidentSpEffectId3;
- set => WriteParamField(ref _ResidentSpEffectId3, value);
- }
- private byte _ResidentSpEffectId3;
-
- [ParamField(0x2F, ParamType.U8)]
- public byte MaterialSetId
- {
- get => _MaterialSetId;
- set => WriteParamField(ref _MaterialSetId, value);
- }
- private byte _MaterialSetId;
+ get => _SlashDefRate;
+ set => WriteParamField(ref _SlashDefRate, value);
+ }
+ private float _SlashDefRate;
+ [ParamField(0x14, ParamType.F32)]
+ public float BlowDefRate
+ {
+ get => _BlowDefRate;
+ set => WriteParamField(ref _BlowDefRate, value);
}
+ private float _BlowDefRate;
+
+ [ParamField(0x18, ParamType.F32)]
+ public float ThrustDefRate
+ {
+ get => _ThrustDefRate;
+ set => WriteParamField(ref _ThrustDefRate, value);
+ }
+ private float _ThrustDefRate;
+
+ [ParamField(0x1C, ParamType.F32)]
+ public float ResistPoisonRate
+ {
+ get => _ResistPoisonRate;
+ set => WriteParamField(ref _ResistPoisonRate, value);
+ }
+ private float _ResistPoisonRate;
+
+ [ParamField(0x20, ParamType.F32)]
+ public float ResistDiseaseRate
+ {
+ get => _ResistDiseaseRate;
+ set => WriteParamField(ref _ResistDiseaseRate, value);
+ }
+ private float _ResistDiseaseRate;
+
+ [ParamField(0x24, ParamType.F32)]
+ public float ResistBloodRate
+ {
+ get => _ResistBloodRate;
+ set => WriteParamField(ref _ResistBloodRate, value);
+ }
+ private float _ResistBloodRate;
+
+ [ParamField(0x28, ParamType.F32)]
+ public float ResistCurseRate
+ {
+ get => _ResistCurseRate;
+ set => WriteParamField(ref _ResistCurseRate, value);
+ }
+ private float _ResistCurseRate;
+
+ [ParamField(0x2C, ParamType.U8)]
+ public byte ResidentSpEffectId1
+ {
+ get => _ResidentSpEffectId1;
+ set => WriteParamField(ref _ResidentSpEffectId1, value);
+ }
+ private byte _ResidentSpEffectId1;
+
+ [ParamField(0x2D, ParamType.U8)]
+ public byte ResidentSpEffectId2
+ {
+ get => _ResidentSpEffectId2;
+ set => WriteParamField(ref _ResidentSpEffectId2, value);
+ }
+ private byte _ResidentSpEffectId2;
+
+ [ParamField(0x2E, ParamType.U8)]
+ public byte ResidentSpEffectId3
+ {
+ get => _ResidentSpEffectId3;
+ set => WriteParamField(ref _ResidentSpEffectId3, value);
+ }
+ private byte _ResidentSpEffectId3;
+
+ [ParamField(0x2F, ParamType.U8)]
+ public byte MaterialSetId
+ {
+ get => _MaterialSetId;
+ set => WriteParamField(ref _MaterialSetId, value);
+ }
+ private byte _MaterialSetId;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/ReinforceParamWeapon.cs b/src/SoulMemory/DarkSouls1/Parameters/ReinforceParamWeapon.cs
index 1f0b038f..5e1d703b 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/ReinforceParamWeapon.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/ReinforceParamWeapon.cs
@@ -18,236 +18,233 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class ReinforceParamWeapon(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class ReinforceParamWeapon : BaseParam
- {
- public ReinforceParamWeapon(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.F32)]
- public float PhysicsAtkRate
- {
- get => _PhysicsAtkRate;
- set => WriteParamField(ref _PhysicsAtkRate, value);
- }
- private float _PhysicsAtkRate;
-
- [ParamField(0x4, ParamType.F32)]
- public float MagicAtkRate
- {
- get => _MagicAtkRate;
- set => WriteParamField(ref _MagicAtkRate, value);
- }
- private float _MagicAtkRate;
-
- [ParamField(0x8, ParamType.F32)]
- public float FireAtkRate
- {
- get => _FireAtkRate;
- set => WriteParamField(ref _FireAtkRate, value);
- }
- private float _FireAtkRate;
-
- [ParamField(0xC, ParamType.F32)]
- public float ThunderAtkRate
- {
- get => _ThunderAtkRate;
- set => WriteParamField(ref _ThunderAtkRate, value);
- }
- private float _ThunderAtkRate;
-
- [ParamField(0x10, ParamType.F32)]
- public float StaminaAtkRate
- {
- get => _StaminaAtkRate;
- set => WriteParamField(ref _StaminaAtkRate, value);
- }
- private float _StaminaAtkRate;
-
- [ParamField(0x14, ParamType.F32)]
- public float SaWeaponAtkRate
- {
- get => _SaWeaponAtkRate;
- set => WriteParamField(ref _SaWeaponAtkRate, value);
- }
- private float _SaWeaponAtkRate;
-
- [ParamField(0x18, ParamType.F32)]
- public float SaDurabilityRate
- {
- get => _SaDurabilityRate;
- set => WriteParamField(ref _SaDurabilityRate, value);
- }
- private float _SaDurabilityRate;
-
- [ParamField(0x1C, ParamType.F32)]
- public float CorrectStrengthRate
- {
- get => _CorrectStrengthRate;
- set => WriteParamField(ref _CorrectStrengthRate, value);
- }
- private float _CorrectStrengthRate;
-
- [ParamField(0x20, ParamType.F32)]
- public float CorrectAgilityRate
- {
- get => _CorrectAgilityRate;
- set => WriteParamField(ref _CorrectAgilityRate, value);
- }
- private float _CorrectAgilityRate;
-
- [ParamField(0x24, ParamType.F32)]
- public float CorrectMagicRate
- {
- get => _CorrectMagicRate;
- set => WriteParamField(ref _CorrectMagicRate, value);
- }
- private float _CorrectMagicRate;
-
- [ParamField(0x28, ParamType.F32)]
- public float CorrectFaithRate
- {
- get => _CorrectFaithRate;
- set => WriteParamField(ref _CorrectFaithRate, value);
- }
- private float _CorrectFaithRate;
-
- [ParamField(0x2C, ParamType.F32)]
- public float PhysicsGuardCutRate
- {
- get => _PhysicsGuardCutRate;
- set => WriteParamField(ref _PhysicsGuardCutRate, value);
- }
- private float _PhysicsGuardCutRate;
-
- [ParamField(0x30, ParamType.F32)]
- public float MagicGuardCutRate
- {
- get => _MagicGuardCutRate;
- set => WriteParamField(ref _MagicGuardCutRate, value);
- }
- private float _MagicGuardCutRate;
-
- [ParamField(0x34, ParamType.F32)]
- public float FireGuardCutRate
- {
- get => _FireGuardCutRate;
- set => WriteParamField(ref _FireGuardCutRate, value);
- }
- private float _FireGuardCutRate;
-
- [ParamField(0x38, ParamType.F32)]
- public float ThunderGuardCutRate
- {
- get => _ThunderGuardCutRate;
- set => WriteParamField(ref _ThunderGuardCutRate, value);
- }
- private float _ThunderGuardCutRate;
-
- [ParamField(0x3C, ParamType.F32)]
- public float PoisonGuardResistRate
- {
- get => _PoisonGuardResistRate;
- set => WriteParamField(ref _PoisonGuardResistRate, value);
- }
- private float _PoisonGuardResistRate;
-
- [ParamField(0x40, ParamType.F32)]
- public float DiseaseGuardResistRate
- {
- get => _DiseaseGuardResistRate;
- set => WriteParamField(ref _DiseaseGuardResistRate, value);
- }
- private float _DiseaseGuardResistRate;
-
- [ParamField(0x44, ParamType.F32)]
- public float BloodGuardResistRate
- {
- get => _BloodGuardResistRate;
- set => WriteParamField(ref _BloodGuardResistRate, value);
- }
- private float _BloodGuardResistRate;
-
- [ParamField(0x48, ParamType.F32)]
- public float CurseGuardResistRate
- {
- get => _CurseGuardResistRate;
- set => WriteParamField(ref _CurseGuardResistRate, value);
- }
- private float _CurseGuardResistRate;
-
- [ParamField(0x4C, ParamType.F32)]
- public float StaminaGuardDefRate
- {
- get => _StaminaGuardDefRate;
- set => WriteParamField(ref _StaminaGuardDefRate, value);
- }
- private float _StaminaGuardDefRate;
-
- [ParamField(0x50, ParamType.U8)]
- public byte SpEffectId1
- {
- get => _SpEffectId1;
- set => WriteParamField(ref _SpEffectId1, value);
- }
- private byte _SpEffectId1;
-
- [ParamField(0x51, ParamType.U8)]
- public byte SpEffectId2
- {
- get => _SpEffectId2;
- set => WriteParamField(ref _SpEffectId2, value);
- }
- private byte _SpEffectId2;
-
- [ParamField(0x52, ParamType.U8)]
- public byte SpEffectId3
- {
- get => _SpEffectId3;
- set => WriteParamField(ref _SpEffectId3, value);
- }
- private byte _SpEffectId3;
-
- [ParamField(0x53, ParamType.U8)]
- public byte ResidentSpEffectId1
- {
- get => _ResidentSpEffectId1;
- set => WriteParamField(ref _ResidentSpEffectId1, value);
- }
- private byte _ResidentSpEffectId1;
-
- [ParamField(0x54, ParamType.U8)]
- public byte ResidentSpEffectId2
- {
- get => _ResidentSpEffectId2;
- set => WriteParamField(ref _ResidentSpEffectId2, value);
- }
- private byte _ResidentSpEffectId2;
-
- [ParamField(0x55, ParamType.U8)]
- public byte ResidentSpEffectId3
- {
- get => _ResidentSpEffectId3;
- set => WriteParamField(ref _ResidentSpEffectId3, value);
- }
- private byte _ResidentSpEffectId3;
-
- [ParamField(0x56, ParamType.U8)]
- public byte MaterialSetId
- {
- get => _MaterialSetId;
- set => WriteParamField(ref _MaterialSetId, value);
- }
- private byte _MaterialSetId;
-
- [ParamField(0x57, ParamType.U8)]
- public byte ReinforcementLevel
- {
- get => _ReinforcementLevel;
- set => WriteParamField(ref _ReinforcementLevel, value);
- }
- private byte _ReinforcementLevel;
+ [ParamField(0x0, ParamType.F32)]
+ public float PhysicsAtkRate
+ {
+ get => _PhysicsAtkRate;
+ set => WriteParamField(ref _PhysicsAtkRate, value);
+ }
+ private float _PhysicsAtkRate;
+
+ [ParamField(0x4, ParamType.F32)]
+ public float MagicAtkRate
+ {
+ get => _MagicAtkRate;
+ set => WriteParamField(ref _MagicAtkRate, value);
+ }
+ private float _MagicAtkRate;
+
+ [ParamField(0x8, ParamType.F32)]
+ public float FireAtkRate
+ {
+ get => _FireAtkRate;
+ set => WriteParamField(ref _FireAtkRate, value);
+ }
+ private float _FireAtkRate;
+
+ [ParamField(0xC, ParamType.F32)]
+ public float ThunderAtkRate
+ {
+ get => _ThunderAtkRate;
+ set => WriteParamField(ref _ThunderAtkRate, value);
+ }
+ private float _ThunderAtkRate;
+
+ [ParamField(0x10, ParamType.F32)]
+ public float StaminaAtkRate
+ {
+ get => _StaminaAtkRate;
+ set => WriteParamField(ref _StaminaAtkRate, value);
+ }
+ private float _StaminaAtkRate;
+
+ [ParamField(0x14, ParamType.F32)]
+ public float SaWeaponAtkRate
+ {
+ get => _SaWeaponAtkRate;
+ set => WriteParamField(ref _SaWeaponAtkRate, value);
+ }
+ private float _SaWeaponAtkRate;
+
+ [ParamField(0x18, ParamType.F32)]
+ public float SaDurabilityRate
+ {
+ get => _SaDurabilityRate;
+ set => WriteParamField(ref _SaDurabilityRate, value);
+ }
+ private float _SaDurabilityRate;
+ [ParamField(0x1C, ParamType.F32)]
+ public float CorrectStrengthRate
+ {
+ get => _CorrectStrengthRate;
+ set => WriteParamField(ref _CorrectStrengthRate, value);
+ }
+ private float _CorrectStrengthRate;
+
+ [ParamField(0x20, ParamType.F32)]
+ public float CorrectAgilityRate
+ {
+ get => _CorrectAgilityRate;
+ set => WriteParamField(ref _CorrectAgilityRate, value);
}
+ private float _CorrectAgilityRate;
+
+ [ParamField(0x24, ParamType.F32)]
+ public float CorrectMagicRate
+ {
+ get => _CorrectMagicRate;
+ set => WriteParamField(ref _CorrectMagicRate, value);
+ }
+ private float _CorrectMagicRate;
+
+ [ParamField(0x28, ParamType.F32)]
+ public float CorrectFaithRate
+ {
+ get => _CorrectFaithRate;
+ set => WriteParamField(ref _CorrectFaithRate, value);
+ }
+ private float _CorrectFaithRate;
+
+ [ParamField(0x2C, ParamType.F32)]
+ public float PhysicsGuardCutRate
+ {
+ get => _PhysicsGuardCutRate;
+ set => WriteParamField(ref _PhysicsGuardCutRate, value);
+ }
+ private float _PhysicsGuardCutRate;
+
+ [ParamField(0x30, ParamType.F32)]
+ public float MagicGuardCutRate
+ {
+ get => _MagicGuardCutRate;
+ set => WriteParamField(ref _MagicGuardCutRate, value);
+ }
+ private float _MagicGuardCutRate;
+
+ [ParamField(0x34, ParamType.F32)]
+ public float FireGuardCutRate
+ {
+ get => _FireGuardCutRate;
+ set => WriteParamField(ref _FireGuardCutRate, value);
+ }
+ private float _FireGuardCutRate;
+
+ [ParamField(0x38, ParamType.F32)]
+ public float ThunderGuardCutRate
+ {
+ get => _ThunderGuardCutRate;
+ set => WriteParamField(ref _ThunderGuardCutRate, value);
+ }
+ private float _ThunderGuardCutRate;
+
+ [ParamField(0x3C, ParamType.F32)]
+ public float PoisonGuardResistRate
+ {
+ get => _PoisonGuardResistRate;
+ set => WriteParamField(ref _PoisonGuardResistRate, value);
+ }
+ private float _PoisonGuardResistRate;
+
+ [ParamField(0x40, ParamType.F32)]
+ public float DiseaseGuardResistRate
+ {
+ get => _DiseaseGuardResistRate;
+ set => WriteParamField(ref _DiseaseGuardResistRate, value);
+ }
+ private float _DiseaseGuardResistRate;
+
+ [ParamField(0x44, ParamType.F32)]
+ public float BloodGuardResistRate
+ {
+ get => _BloodGuardResistRate;
+ set => WriteParamField(ref _BloodGuardResistRate, value);
+ }
+ private float _BloodGuardResistRate;
+
+ [ParamField(0x48, ParamType.F32)]
+ public float CurseGuardResistRate
+ {
+ get => _CurseGuardResistRate;
+ set => WriteParamField(ref _CurseGuardResistRate, value);
+ }
+ private float _CurseGuardResistRate;
+
+ [ParamField(0x4C, ParamType.F32)]
+ public float StaminaGuardDefRate
+ {
+ get => _StaminaGuardDefRate;
+ set => WriteParamField(ref _StaminaGuardDefRate, value);
+ }
+ private float _StaminaGuardDefRate;
+
+ [ParamField(0x50, ParamType.U8)]
+ public byte SpEffectId1
+ {
+ get => _SpEffectId1;
+ set => WriteParamField(ref _SpEffectId1, value);
+ }
+ private byte _SpEffectId1;
+
+ [ParamField(0x51, ParamType.U8)]
+ public byte SpEffectId2
+ {
+ get => _SpEffectId2;
+ set => WriteParamField(ref _SpEffectId2, value);
+ }
+ private byte _SpEffectId2;
+
+ [ParamField(0x52, ParamType.U8)]
+ public byte SpEffectId3
+ {
+ get => _SpEffectId3;
+ set => WriteParamField(ref _SpEffectId3, value);
+ }
+ private byte _SpEffectId3;
+
+ [ParamField(0x53, ParamType.U8)]
+ public byte ResidentSpEffectId1
+ {
+ get => _ResidentSpEffectId1;
+ set => WriteParamField(ref _ResidentSpEffectId1, value);
+ }
+ private byte _ResidentSpEffectId1;
+
+ [ParamField(0x54, ParamType.U8)]
+ public byte ResidentSpEffectId2
+ {
+ get => _ResidentSpEffectId2;
+ set => WriteParamField(ref _ResidentSpEffectId2, value);
+ }
+ private byte _ResidentSpEffectId2;
+
+ [ParamField(0x55, ParamType.U8)]
+ public byte ResidentSpEffectId3
+ {
+ get => _ResidentSpEffectId3;
+ set => WriteParamField(ref _ResidentSpEffectId3, value);
+ }
+ private byte _ResidentSpEffectId3;
+
+ [ParamField(0x56, ParamType.U8)]
+ public byte MaterialSetId
+ {
+ get => _MaterialSetId;
+ set => WriteParamField(ref _MaterialSetId, value);
+ }
+ private byte _MaterialSetId;
+
+ [ParamField(0x57, ParamType.U8)]
+ public byte ReinforcementLevel
+ {
+ get => _ReinforcementLevel;
+ set => WriteParamField(ref _ReinforcementLevel, value);
+ }
+ private byte _ReinforcementLevel;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/ShadowBank.cs b/src/SoulMemory/DarkSouls1/Parameters/ShadowBank.cs
index 5bdb5efb..525d1e7a 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/ShadowBank.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/ShadowBank.cs
@@ -18,124 +18,121 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class ShadowBank(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class ShadowBank : BaseParam
+ [ParamField(0x0, ParamType.I16)]
+ public short LightDegRotX
+ {
+ get => _LightDegRotX;
+ set => WriteParamField(ref _LightDegRotX, value);
+ }
+ private short _LightDegRotX;
+
+ [ParamField(0x2, ParamType.I16)]
+ public short LightDegRotY
+ {
+ get => _LightDegRotY;
+ set => WriteParamField(ref _LightDegRotY, value);
+ }
+ private short _LightDegRotY;
+
+ [ParamField(0x4, ParamType.I16)]
+ public short DensityRatio
+ {
+ get => _DensityRatio;
+ set => WriteParamField(ref _DensityRatio, value);
+ }
+ private short _DensityRatio;
+
+ [ParamField(0x6, ParamType.I16)]
+ public short ColR
+ {
+ get => _ColR;
+ set => WriteParamField(ref _ColR, value);
+ }
+ private short _ColR;
+
+ [ParamField(0x8, ParamType.I16)]
+ public short ColG
+ {
+ get => _ColG;
+ set => WriteParamField(ref _ColG, value);
+ }
+ private short _ColG;
+
+ [ParamField(0xA, ParamType.I16)]
+ public short ColB
+ {
+ get => _ColB;
+ set => WriteParamField(ref _ColB, value);
+ }
+ private short _ColB;
+
+ [ParamField(0xC, ParamType.F32)]
+ public float BeginDist
+ {
+ get => _BeginDist;
+ set => WriteParamField(ref _BeginDist, value);
+ }
+ private float _BeginDist;
+
+ [ParamField(0x10, ParamType.F32)]
+ public float EndDist
+ {
+ get => _EndDist;
+ set => WriteParamField(ref _EndDist, value);
+ }
+ private float _EndDist;
+
+ [ParamField(0x14, ParamType.F32)]
+ public float CalibulateFar
+ {
+ get => _CalibulateFar;
+ set => WriteParamField(ref _CalibulateFar, value);
+ }
+ private float _CalibulateFar;
+
+ [ParamField(0x18, ParamType.F32)]
+ public float FadeBeginDist
+ {
+ get => _FadeBeginDist;
+ set => WriteParamField(ref _FadeBeginDist, value);
+ }
+ private float _FadeBeginDist;
+
+ [ParamField(0x1C, ParamType.F32)]
+ public float FadeDist
+ {
+ get => _FadeDist;
+ set => WriteParamField(ref _FadeDist, value);
+ }
+ private float _FadeDist;
+
+ [ParamField(0x20, ParamType.F32)]
+ public float PersedDepthOffset
+ {
+ get => _PersedDepthOffset;
+ set => WriteParamField(ref _PersedDepthOffset, value);
+ }
+ private float _PersedDepthOffset;
+
+ [ParamField(0x24, ParamType.F32)]
+ public float GradFactor
{
- public ShadowBank(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I16)]
- public short LightDegRotX
- {
- get => _LightDegRotX;
- set => WriteParamField(ref _LightDegRotX, value);
- }
- private short _LightDegRotX;
-
- [ParamField(0x2, ParamType.I16)]
- public short LightDegRotY
- {
- get => _LightDegRotY;
- set => WriteParamField(ref _LightDegRotY, value);
- }
- private short _LightDegRotY;
-
- [ParamField(0x4, ParamType.I16)]
- public short DensityRatio
- {
- get => _DensityRatio;
- set => WriteParamField(ref _DensityRatio, value);
- }
- private short _DensityRatio;
-
- [ParamField(0x6, ParamType.I16)]
- public short ColR
- {
- get => _ColR;
- set => WriteParamField(ref _ColR, value);
- }
- private short _ColR;
-
- [ParamField(0x8, ParamType.I16)]
- public short ColG
- {
- get => _ColG;
- set => WriteParamField(ref _ColG, value);
- }
- private short _ColG;
-
- [ParamField(0xA, ParamType.I16)]
- public short ColB
- {
- get => _ColB;
- set => WriteParamField(ref _ColB, value);
- }
- private short _ColB;
-
- [ParamField(0xC, ParamType.F32)]
- public float BeginDist
- {
- get => _BeginDist;
- set => WriteParamField(ref _BeginDist, value);
- }
- private float _BeginDist;
-
- [ParamField(0x10, ParamType.F32)]
- public float EndDist
- {
- get => _EndDist;
- set => WriteParamField(ref _EndDist, value);
- }
- private float _EndDist;
-
- [ParamField(0x14, ParamType.F32)]
- public float CalibulateFar
- {
- get => _CalibulateFar;
- set => WriteParamField(ref _CalibulateFar, value);
- }
- private float _CalibulateFar;
-
- [ParamField(0x18, ParamType.F32)]
- public float FadeBeginDist
- {
- get => _FadeBeginDist;
- set => WriteParamField(ref _FadeBeginDist, value);
- }
- private float _FadeBeginDist;
-
- [ParamField(0x1C, ParamType.F32)]
- public float FadeDist
- {
- get => _FadeDist;
- set => WriteParamField(ref _FadeDist, value);
- }
- private float _FadeDist;
-
- [ParamField(0x20, ParamType.F32)]
- public float PersedDepthOffset
- {
- get => _PersedDepthOffset;
- set => WriteParamField(ref _PersedDepthOffset, value);
- }
- private float _PersedDepthOffset;
-
- [ParamField(0x24, ParamType.F32)]
- public float GradFactor
- {
- get => _GradFactor;
- set => WriteParamField(ref _GradFactor, value);
- }
- private float _GradFactor;
-
- [ParamField(0x28, ParamType.F32)]
- public float ShadowVolumeDepth
- {
- get => _ShadowVolumeDepth;
- set => WriteParamField(ref _ShadowVolumeDepth, value);
- }
- private float _ShadowVolumeDepth;
+ get => _GradFactor;
+ set => WriteParamField(ref _GradFactor, value);
+ }
+ private float _GradFactor;
+ [ParamField(0x28, ParamType.F32)]
+ public float ShadowVolumeDepth
+ {
+ get => _ShadowVolumeDepth;
+ set => WriteParamField(ref _ShadowVolumeDepth, value);
}
+ private float _ShadowVolumeDepth;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/ShopLineupParam.cs b/src/SoulMemory/DarkSouls1/Parameters/ShopLineupParam.cs
index b8e2b95a..6d40eefd 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/ShopLineupParam.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/ShopLineupParam.cs
@@ -18,84 +18,81 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class ShopLineupParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class ShopLineupParam : BaseParam
+ [ParamField(0x0, ParamType.I32)]
+ public int EquipId
{
- public ShopLineupParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I32)]
- public int EquipId
- {
- get => _EquipId;
- set => WriteParamField(ref _EquipId, value);
- }
- private int _EquipId;
-
- [ParamField(0x4, ParamType.I32)]
- public int Value
- {
- get => _Value;
- set => WriteParamField(ref _Value, value);
- }
- private int _Value;
+ get => _EquipId;
+ set => WriteParamField(ref _EquipId, value);
+ }
+ private int _EquipId;
- [ParamField(0x8, ParamType.I32)]
- public int MtrlId
- {
- get => _MtrlId;
- set => WriteParamField(ref _MtrlId, value);
- }
- private int _MtrlId;
+ [ParamField(0x4, ParamType.I32)]
+ public int Value
+ {
+ get => _Value;
+ set => WriteParamField(ref _Value, value);
+ }
+ private int _Value;
- [ParamField(0xC, ParamType.I32)]
- public int EventFlag
- {
- get => _EventFlag;
- set => WriteParamField(ref _EventFlag, value);
- }
- private int _EventFlag;
+ [ParamField(0x8, ParamType.I32)]
+ public int MtrlId
+ {
+ get => _MtrlId;
+ set => WriteParamField(ref _MtrlId, value);
+ }
+ private int _MtrlId;
- [ParamField(0x10, ParamType.I32)]
- public int QwcId
- {
- get => _QwcId;
- set => WriteParamField(ref _QwcId, value);
- }
- private int _QwcId;
+ [ParamField(0xC, ParamType.I32)]
+ public int EventFlag
+ {
+ get => _EventFlag;
+ set => WriteParamField(ref _EventFlag, value);
+ }
+ private int _EventFlag;
- [ParamField(0x14, ParamType.I16)]
- public short SellQuantity
- {
- get => _SellQuantity;
- set => WriteParamField(ref _SellQuantity, value);
- }
- private short _SellQuantity;
+ [ParamField(0x10, ParamType.I32)]
+ public int QwcId
+ {
+ get => _QwcId;
+ set => WriteParamField(ref _QwcId, value);
+ }
+ private int _QwcId;
- [ParamField(0x16, ParamType.U8)]
- public byte ShopType
- {
- get => _ShopType;
- set => WriteParamField(ref _ShopType, value);
- }
- private byte _ShopType;
+ [ParamField(0x14, ParamType.I16)]
+ public short SellQuantity
+ {
+ get => _SellQuantity;
+ set => WriteParamField(ref _SellQuantity, value);
+ }
+ private short _SellQuantity;
- [ParamField(0x17, ParamType.U8)]
- public byte EquipType
- {
- get => _EquipType;
- set => WriteParamField(ref _EquipType, value);
- }
- private byte _EquipType;
+ [ParamField(0x16, ParamType.U8)]
+ public byte ShopType
+ {
+ get => _ShopType;
+ set => WriteParamField(ref _ShopType, value);
+ }
+ private byte _ShopType;
- [ParamField(0x18, ParamType.Dummy8, 8)]
- public byte[] Pad_0
- {
- get => _Pad_0;
- set => WriteParamField(ref _Pad_0, value);
- }
- private byte[] _Pad_0;
+ [ParamField(0x17, ParamType.U8)]
+ public byte EquipType
+ {
+ get => _EquipType;
+ set => WriteParamField(ref _EquipType, value);
+ }
+ private byte _EquipType;
+ [ParamField(0x18, ParamType.Dummy8, 8)]
+ public byte[] Pad_0
+ {
+ get => _Pad_0;
+ set => WriteParamField(ref _Pad_0, value);
}
+ private byte[] _Pad_0 = null!;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/SkeletonParam.cs b/src/SoulMemory/DarkSouls1/Parameters/SkeletonParam.cs
index e8affd29..f6cec65a 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/SkeletonParam.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/SkeletonParam.cs
@@ -18,220 +18,217 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class SkeletonParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class SkeletonParam : BaseParam
- {
- public SkeletonParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.F32)]
- public float NeckTurnGain
- {
- get => _NeckTurnGain;
- set => WriteParamField(ref _NeckTurnGain, value);
- }
- private float _NeckTurnGain;
-
- [ParamField(0x4, ParamType.I16)]
- public short OriginalGroundHeightMS
- {
- get => _OriginalGroundHeightMS;
- set => WriteParamField(ref _OriginalGroundHeightMS, value);
- }
- private short _OriginalGroundHeightMS;
-
- [ParamField(0x6, ParamType.I16)]
- public short MinAnkleHeightMS
- {
- get => _MinAnkleHeightMS;
- set => WriteParamField(ref _MinAnkleHeightMS, value);
- }
- private short _MinAnkleHeightMS;
-
- [ParamField(0x8, ParamType.I16)]
- public short MaxAnkleHeightMS
- {
- get => _MaxAnkleHeightMS;
- set => WriteParamField(ref _MaxAnkleHeightMS, value);
- }
- private short _MaxAnkleHeightMS;
-
- [ParamField(0xA, ParamType.I16)]
- public short CosineMaxKneeAngle
- {
- get => _CosineMaxKneeAngle;
- set => WriteParamField(ref _CosineMaxKneeAngle, value);
- }
- private short _CosineMaxKneeAngle;
-
- [ParamField(0xC, ParamType.I16)]
- public short CosineMinKneeAngle
- {
- get => _CosineMinKneeAngle;
- set => WriteParamField(ref _CosineMinKneeAngle, value);
- }
- private short _CosineMinKneeAngle;
-
- [ParamField(0xE, ParamType.I16)]
- public short FootPlantedAnkleHeightMS
- {
- get => _FootPlantedAnkleHeightMS;
- set => WriteParamField(ref _FootPlantedAnkleHeightMS, value);
- }
- private short _FootPlantedAnkleHeightMS;
-
- [ParamField(0x10, ParamType.I16)]
- public short FootRaisedAnkleHeightMS
- {
- get => _FootRaisedAnkleHeightMS;
- set => WriteParamField(ref _FootRaisedAnkleHeightMS, value);
- }
- private short _FootRaisedAnkleHeightMS;
-
- [ParamField(0x12, ParamType.I16)]
- public short RaycastDistanceUp
- {
- get => _RaycastDistanceUp;
- set => WriteParamField(ref _RaycastDistanceUp, value);
- }
- private short _RaycastDistanceUp;
-
- [ParamField(0x14, ParamType.I16)]
- public short RaycastDistanceDown
- {
- get => _RaycastDistanceDown;
- set => WriteParamField(ref _RaycastDistanceDown, value);
- }
- private short _RaycastDistanceDown;
-
- [ParamField(0x16, ParamType.I16)]
- public short FootEndLS_X
- {
- get => _FootEndLS_X;
- set => WriteParamField(ref _FootEndLS_X, value);
- }
- private short _FootEndLS_X;
-
- [ParamField(0x18, ParamType.I16)]
- public short FootEndLS_Y
- {
- get => _FootEndLS_Y;
- set => WriteParamField(ref _FootEndLS_Y, value);
- }
- private short _FootEndLS_Y;
-
- [ParamField(0x1A, ParamType.I16)]
- public short FootEndLS_Z
- {
- get => _FootEndLS_Z;
- set => WriteParamField(ref _FootEndLS_Z, value);
- }
- private short _FootEndLS_Z;
-
- [ParamField(0x1C, ParamType.I16)]
- public short OnOffGain
- {
- get => _OnOffGain;
- set => WriteParamField(ref _OnOffGain, value);
- }
- private short _OnOffGain;
-
- [ParamField(0x1E, ParamType.I16)]
- public short GroundAscendingGain
- {
- get => _GroundAscendingGain;
- set => WriteParamField(ref _GroundAscendingGain, value);
- }
- private short _GroundAscendingGain;
-
- [ParamField(0x20, ParamType.I16)]
- public short GroundDescendingGain
- {
- get => _GroundDescendingGain;
- set => WriteParamField(ref _GroundDescendingGain, value);
- }
- private short _GroundDescendingGain;
-
- [ParamField(0x22, ParamType.I16)]
- public short FootRaisedGain
- {
- get => _FootRaisedGain;
- set => WriteParamField(ref _FootRaisedGain, value);
- }
- private short _FootRaisedGain;
-
- [ParamField(0x24, ParamType.I16)]
- public short FootPlantedGain
- {
- get => _FootPlantedGain;
- set => WriteParamField(ref _FootPlantedGain, value);
- }
- private short _FootPlantedGain;
-
- [ParamField(0x26, ParamType.I16)]
- public short FootUnlockGain
- {
- get => _FootUnlockGain;
- set => WriteParamField(ref _FootUnlockGain, value);
- }
- private short _FootUnlockGain;
-
- [ParamField(0x28, ParamType.U8)]
- public byte KneeAxisType
- {
- get => _KneeAxisType;
- set => WriteParamField(ref _KneeAxisType, value);
- }
- private byte _KneeAxisType;
-
- [ParamField(0x29, ParamType.U8)]
- public byte UseFootLocking
- {
- get => _UseFootLocking;
- set => WriteParamField(ref _UseFootLocking, value);
- }
- private byte _UseFootLocking;
-
- [ParamField(0x2A, ParamType.U8)]
- public byte FootPlacementOn
- {
- get => _FootPlacementOn;
- set => WriteParamField(ref _FootPlacementOn, value);
- }
- private byte _FootPlacementOn;
-
- [ParamField(0x2B, ParamType.U8)]
- public byte TwistKneeAxisType
- {
- get => _TwistKneeAxisType;
- set => WriteParamField(ref _TwistKneeAxisType, value);
- }
- private byte _TwistKneeAxisType;
-
- [ParamField(0x2C, ParamType.I8)]
- public sbyte NeckTurnPriority
- {
- get => _NeckTurnPriority;
- set => WriteParamField(ref _NeckTurnPriority, value);
- }
- private sbyte _NeckTurnPriority;
-
- [ParamField(0x2D, ParamType.U8)]
- public byte NeckTurnMaxAngle
- {
- get => _NeckTurnMaxAngle;
- set => WriteParamField(ref _NeckTurnMaxAngle, value);
- }
- private byte _NeckTurnMaxAngle;
-
- [ParamField(0x2E, ParamType.Dummy8, 2)]
- public byte[] Pad1
- {
- get => _Pad1;
- set => WriteParamField(ref _Pad1, value);
- }
- private byte[] _Pad1;
+ [ParamField(0x0, ParamType.F32)]
+ public float NeckTurnGain
+ {
+ get => _NeckTurnGain;
+ set => WriteParamField(ref _NeckTurnGain, value);
+ }
+ private float _NeckTurnGain;
+
+ [ParamField(0x4, ParamType.I16)]
+ public short OriginalGroundHeightMS
+ {
+ get => _OriginalGroundHeightMS;
+ set => WriteParamField(ref _OriginalGroundHeightMS, value);
+ }
+ private short _OriginalGroundHeightMS;
+
+ [ParamField(0x6, ParamType.I16)]
+ public short MinAnkleHeightMS
+ {
+ get => _MinAnkleHeightMS;
+ set => WriteParamField(ref _MinAnkleHeightMS, value);
+ }
+ private short _MinAnkleHeightMS;
+
+ [ParamField(0x8, ParamType.I16)]
+ public short MaxAnkleHeightMS
+ {
+ get => _MaxAnkleHeightMS;
+ set => WriteParamField(ref _MaxAnkleHeightMS, value);
+ }
+ private short _MaxAnkleHeightMS;
+
+ [ParamField(0xA, ParamType.I16)]
+ public short CosineMaxKneeAngle
+ {
+ get => _CosineMaxKneeAngle;
+ set => WriteParamField(ref _CosineMaxKneeAngle, value);
+ }
+ private short _CosineMaxKneeAngle;
+ [ParamField(0xC, ParamType.I16)]
+ public short CosineMinKneeAngle
+ {
+ get => _CosineMinKneeAngle;
+ set => WriteParamField(ref _CosineMinKneeAngle, value);
}
+ private short _CosineMinKneeAngle;
+
+ [ParamField(0xE, ParamType.I16)]
+ public short FootPlantedAnkleHeightMS
+ {
+ get => _FootPlantedAnkleHeightMS;
+ set => WriteParamField(ref _FootPlantedAnkleHeightMS, value);
+ }
+ private short _FootPlantedAnkleHeightMS;
+
+ [ParamField(0x10, ParamType.I16)]
+ public short FootRaisedAnkleHeightMS
+ {
+ get => _FootRaisedAnkleHeightMS;
+ set => WriteParamField(ref _FootRaisedAnkleHeightMS, value);
+ }
+ private short _FootRaisedAnkleHeightMS;
+
+ [ParamField(0x12, ParamType.I16)]
+ public short RaycastDistanceUp
+ {
+ get => _RaycastDistanceUp;
+ set => WriteParamField(ref _RaycastDistanceUp, value);
+ }
+ private short _RaycastDistanceUp;
+
+ [ParamField(0x14, ParamType.I16)]
+ public short RaycastDistanceDown
+ {
+ get => _RaycastDistanceDown;
+ set => WriteParamField(ref _RaycastDistanceDown, value);
+ }
+ private short _RaycastDistanceDown;
+
+ [ParamField(0x16, ParamType.I16)]
+ public short FootEndLS_X
+ {
+ get => _FootEndLS_X;
+ set => WriteParamField(ref _FootEndLS_X, value);
+ }
+ private short _FootEndLS_X;
+
+ [ParamField(0x18, ParamType.I16)]
+ public short FootEndLS_Y
+ {
+ get => _FootEndLS_Y;
+ set => WriteParamField(ref _FootEndLS_Y, value);
+ }
+ private short _FootEndLS_Y;
+
+ [ParamField(0x1A, ParamType.I16)]
+ public short FootEndLS_Z
+ {
+ get => _FootEndLS_Z;
+ set => WriteParamField(ref _FootEndLS_Z, value);
+ }
+ private short _FootEndLS_Z;
+
+ [ParamField(0x1C, ParamType.I16)]
+ public short OnOffGain
+ {
+ get => _OnOffGain;
+ set => WriteParamField(ref _OnOffGain, value);
+ }
+ private short _OnOffGain;
+
+ [ParamField(0x1E, ParamType.I16)]
+ public short GroundAscendingGain
+ {
+ get => _GroundAscendingGain;
+ set => WriteParamField(ref _GroundAscendingGain, value);
+ }
+ private short _GroundAscendingGain;
+
+ [ParamField(0x20, ParamType.I16)]
+ public short GroundDescendingGain
+ {
+ get => _GroundDescendingGain;
+ set => WriteParamField(ref _GroundDescendingGain, value);
+ }
+ private short _GroundDescendingGain;
+
+ [ParamField(0x22, ParamType.I16)]
+ public short FootRaisedGain
+ {
+ get => _FootRaisedGain;
+ set => WriteParamField(ref _FootRaisedGain, value);
+ }
+ private short _FootRaisedGain;
+
+ [ParamField(0x24, ParamType.I16)]
+ public short FootPlantedGain
+ {
+ get => _FootPlantedGain;
+ set => WriteParamField(ref _FootPlantedGain, value);
+ }
+ private short _FootPlantedGain;
+
+ [ParamField(0x26, ParamType.I16)]
+ public short FootUnlockGain
+ {
+ get => _FootUnlockGain;
+ set => WriteParamField(ref _FootUnlockGain, value);
+ }
+ private short _FootUnlockGain;
+
+ [ParamField(0x28, ParamType.U8)]
+ public byte KneeAxisType
+ {
+ get => _KneeAxisType;
+ set => WriteParamField(ref _KneeAxisType, value);
+ }
+ private byte _KneeAxisType;
+
+ [ParamField(0x29, ParamType.U8)]
+ public byte UseFootLocking
+ {
+ get => _UseFootLocking;
+ set => WriteParamField(ref _UseFootLocking, value);
+ }
+ private byte _UseFootLocking;
+
+ [ParamField(0x2A, ParamType.U8)]
+ public byte FootPlacementOn
+ {
+ get => _FootPlacementOn;
+ set => WriteParamField(ref _FootPlacementOn, value);
+ }
+ private byte _FootPlacementOn;
+
+ [ParamField(0x2B, ParamType.U8)]
+ public byte TwistKneeAxisType
+ {
+ get => _TwistKneeAxisType;
+ set => WriteParamField(ref _TwistKneeAxisType, value);
+ }
+ private byte _TwistKneeAxisType;
+
+ [ParamField(0x2C, ParamType.I8)]
+ public sbyte NeckTurnPriority
+ {
+ get => _NeckTurnPriority;
+ set => WriteParamField(ref _NeckTurnPriority, value);
+ }
+ private sbyte _NeckTurnPriority;
+
+ [ParamField(0x2D, ParamType.U8)]
+ public byte NeckTurnMaxAngle
+ {
+ get => _NeckTurnMaxAngle;
+ set => WriteParamField(ref _NeckTurnMaxAngle, value);
+ }
+ private byte _NeckTurnMaxAngle;
+
+ [ParamField(0x2E, ParamType.Dummy8, 2)]
+ public byte[] Pad1
+ {
+ get => _Pad1;
+ set => WriteParamField(ref _Pad1, value);
+ }
+ private byte[] _Pad1 = null!;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/SpEffect.cs b/src/SoulMemory/DarkSouls1/Parameters/SpEffect.cs
index f56b9f1b..087963c9 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/SpEffect.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/SpEffect.cs
@@ -18,1431 +18,1428 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class SpEffect(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class SpEffect : BaseParam
- {
- public SpEffect(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I32)]
- public int IconId
- {
- get => _IconId;
- set => WriteParamField(ref _IconId, value);
- }
- private int _IconId;
-
- [ParamField(0x4, ParamType.F32)]
- public float ConditionHp
- {
- get => _ConditionHp;
- set => WriteParamField(ref _ConditionHp, value);
- }
- private float _ConditionHp;
-
- [ParamField(0x8, ParamType.F32)]
- public float EffectEndurance
- {
- get => _EffectEndurance;
- set => WriteParamField(ref _EffectEndurance, value);
- }
- private float _EffectEndurance;
-
- [ParamField(0xC, ParamType.F32)]
- public float MotionInterval
- {
- get => _MotionInterval;
- set => WriteParamField(ref _MotionInterval, value);
- }
- private float _MotionInterval;
-
- [ParamField(0x10, ParamType.F32)]
- public float MaxHpRate
- {
- get => _MaxHpRate;
- set => WriteParamField(ref _MaxHpRate, value);
- }
- private float _MaxHpRate;
-
- [ParamField(0x14, ParamType.F32)]
- public float MaxMpRate
- {
- get => _MaxMpRate;
- set => WriteParamField(ref _MaxMpRate, value);
- }
- private float _MaxMpRate;
-
- [ParamField(0x18, ParamType.F32)]
- public float MaxStaminaRate
- {
- get => _MaxStaminaRate;
- set => WriteParamField(ref _MaxStaminaRate, value);
- }
- private float _MaxStaminaRate;
-
- [ParamField(0x1C, ParamType.F32)]
- public float SlashDamageCutRate
- {
- get => _SlashDamageCutRate;
- set => WriteParamField(ref _SlashDamageCutRate, value);
- }
- private float _SlashDamageCutRate;
-
- [ParamField(0x20, ParamType.F32)]
- public float BlowDamageCutRate
- {
- get => _BlowDamageCutRate;
- set => WriteParamField(ref _BlowDamageCutRate, value);
- }
- private float _BlowDamageCutRate;
-
- [ParamField(0x24, ParamType.F32)]
- public float ThrustDamageCutRate
- {
- get => _ThrustDamageCutRate;
- set => WriteParamField(ref _ThrustDamageCutRate, value);
- }
- private float _ThrustDamageCutRate;
-
- [ParamField(0x28, ParamType.F32)]
- public float NeutralDamageCutRate
- {
- get => _NeutralDamageCutRate;
- set => WriteParamField(ref _NeutralDamageCutRate, value);
- }
- private float _NeutralDamageCutRate;
-
- [ParamField(0x2C, ParamType.F32)]
- public float MagicDamageCutRate
- {
- get => _MagicDamageCutRate;
- set => WriteParamField(ref _MagicDamageCutRate, value);
- }
- private float _MagicDamageCutRate;
-
- [ParamField(0x30, ParamType.F32)]
- public float FireDamageCutRate
- {
- get => _FireDamageCutRate;
- set => WriteParamField(ref _FireDamageCutRate, value);
- }
- private float _FireDamageCutRate;
-
- [ParamField(0x34, ParamType.F32)]
- public float ThunderDamageCutRate
- {
- get => _ThunderDamageCutRate;
- set => WriteParamField(ref _ThunderDamageCutRate, value);
- }
- private float _ThunderDamageCutRate;
-
- [ParamField(0x38, ParamType.F32)]
- public float PhysicsAttackRate
- {
- get => _PhysicsAttackRate;
- set => WriteParamField(ref _PhysicsAttackRate, value);
- }
- private float _PhysicsAttackRate;
-
- [ParamField(0x3C, ParamType.F32)]
- public float MagicAttackRate
- {
- get => _MagicAttackRate;
- set => WriteParamField(ref _MagicAttackRate, value);
- }
- private float _MagicAttackRate;
-
- [ParamField(0x40, ParamType.F32)]
- public float FireAttackRate
- {
- get => _FireAttackRate;
- set => WriteParamField(ref _FireAttackRate, value);
- }
- private float _FireAttackRate;
-
- [ParamField(0x44, ParamType.F32)]
- public float ThunderAttackRate
- {
- get => _ThunderAttackRate;
- set => WriteParamField(ref _ThunderAttackRate, value);
- }
- private float _ThunderAttackRate;
-
- [ParamField(0x48, ParamType.F32)]
- public float PhysicsAttackPowerRate
- {
- get => _PhysicsAttackPowerRate;
- set => WriteParamField(ref _PhysicsAttackPowerRate, value);
- }
- private float _PhysicsAttackPowerRate;
-
- [ParamField(0x4C, ParamType.F32)]
- public float MagicAttackPowerRate
- {
- get => _MagicAttackPowerRate;
- set => WriteParamField(ref _MagicAttackPowerRate, value);
- }
- private float _MagicAttackPowerRate;
-
- [ParamField(0x50, ParamType.F32)]
- public float FireAttackPowerRate
- {
- get => _FireAttackPowerRate;
- set => WriteParamField(ref _FireAttackPowerRate, value);
- }
- private float _FireAttackPowerRate;
-
- [ParamField(0x54, ParamType.F32)]
- public float ThunderAttackPowerRate
- {
- get => _ThunderAttackPowerRate;
- set => WriteParamField(ref _ThunderAttackPowerRate, value);
- }
- private float _ThunderAttackPowerRate;
-
- [ParamField(0x58, ParamType.I32)]
- public int PhysicsAttackPower
- {
- get => _PhysicsAttackPower;
- set => WriteParamField(ref _PhysicsAttackPower, value);
- }
- private int _PhysicsAttackPower;
-
- [ParamField(0x5C, ParamType.I32)]
- public int MagicAttackPower
- {
- get => _MagicAttackPower;
- set => WriteParamField(ref _MagicAttackPower, value);
- }
- private int _MagicAttackPower;
-
- [ParamField(0x60, ParamType.I32)]
- public int FireAttackPower
- {
- get => _FireAttackPower;
- set => WriteParamField(ref _FireAttackPower, value);
- }
- private int _FireAttackPower;
-
- [ParamField(0x64, ParamType.I32)]
- public int ThunderAttackPower
- {
- get => _ThunderAttackPower;
- set => WriteParamField(ref _ThunderAttackPower, value);
- }
- private int _ThunderAttackPower;
-
- [ParamField(0x68, ParamType.F32)]
- public float PhysicsDiffenceRate
- {
- get => _PhysicsDiffenceRate;
- set => WriteParamField(ref _PhysicsDiffenceRate, value);
- }
- private float _PhysicsDiffenceRate;
-
- [ParamField(0x6C, ParamType.F32)]
- public float MagicDiffenceRate
- {
- get => _MagicDiffenceRate;
- set => WriteParamField(ref _MagicDiffenceRate, value);
- }
- private float _MagicDiffenceRate;
-
- [ParamField(0x70, ParamType.F32)]
- public float FireDiffenceRate
- {
- get => _FireDiffenceRate;
- set => WriteParamField(ref _FireDiffenceRate, value);
- }
- private float _FireDiffenceRate;
-
- [ParamField(0x74, ParamType.F32)]
- public float ThunderDiffenceRate
- {
- get => _ThunderDiffenceRate;
- set => WriteParamField(ref _ThunderDiffenceRate, value);
- }
- private float _ThunderDiffenceRate;
-
- [ParamField(0x78, ParamType.I32)]
- public int PhysicsDiffence
- {
- get => _PhysicsDiffence;
- set => WriteParamField(ref _PhysicsDiffence, value);
- }
- private int _PhysicsDiffence;
-
- [ParamField(0x7C, ParamType.I32)]
- public int MagicDiffence
- {
- get => _MagicDiffence;
- set => WriteParamField(ref _MagicDiffence, value);
- }
- private int _MagicDiffence;
-
- [ParamField(0x80, ParamType.I32)]
- public int FireDiffence
- {
- get => _FireDiffence;
- set => WriteParamField(ref _FireDiffence, value);
- }
- private int _FireDiffence;
-
- [ParamField(0x84, ParamType.I32)]
- public int ThunderDiffence
- {
- get => _ThunderDiffence;
- set => WriteParamField(ref _ThunderDiffence, value);
- }
- private int _ThunderDiffence;
-
- [ParamField(0x88, ParamType.F32)]
- public float NoGuardDamageRate
- {
- get => _NoGuardDamageRate;
- set => WriteParamField(ref _NoGuardDamageRate, value);
- }
- private float _NoGuardDamageRate;
-
- [ParamField(0x8C, ParamType.F32)]
- public float VitalSpotChangeRate
- {
- get => _VitalSpotChangeRate;
- set => WriteParamField(ref _VitalSpotChangeRate, value);
- }
- private float _VitalSpotChangeRate;
-
- [ParamField(0x90, ParamType.F32)]
- public float NormalSpotChangeRate
- {
- get => _NormalSpotChangeRate;
- set => WriteParamField(ref _NormalSpotChangeRate, value);
- }
- private float _NormalSpotChangeRate;
-
- [ParamField(0x94, ParamType.F32)]
- public float MaxHpChangeRate
- {
- get => _MaxHpChangeRate;
- set => WriteParamField(ref _MaxHpChangeRate, value);
- }
- private float _MaxHpChangeRate;
-
- [ParamField(0x98, ParamType.I32)]
- public int BehaviorId
- {
- get => _BehaviorId;
- set => WriteParamField(ref _BehaviorId, value);
- }
- private int _BehaviorId;
-
- [ParamField(0x9C, ParamType.F32)]
- public float ChangeHpRate
- {
- get => _ChangeHpRate;
- set => WriteParamField(ref _ChangeHpRate, value);
- }
- private float _ChangeHpRate;
-
- [ParamField(0xA0, ParamType.I32)]
- public int ChangeHpPoint
- {
- get => _ChangeHpPoint;
- set => WriteParamField(ref _ChangeHpPoint, value);
- }
- private int _ChangeHpPoint;
-
- [ParamField(0xA4, ParamType.F32)]
- public float ChangeMpRate
- {
- get => _ChangeMpRate;
- set => WriteParamField(ref _ChangeMpRate, value);
- }
- private float _ChangeMpRate;
-
- [ParamField(0xA8, ParamType.I32)]
- public int ChangeMpPoint
- {
- get => _ChangeMpPoint;
- set => WriteParamField(ref _ChangeMpPoint, value);
- }
- private int _ChangeMpPoint;
-
- [ParamField(0xAC, ParamType.I32)]
- public int MpRecoverChangeSpeed
- {
- get => _MpRecoverChangeSpeed;
- set => WriteParamField(ref _MpRecoverChangeSpeed, value);
- }
- private int _MpRecoverChangeSpeed;
-
- [ParamField(0xB0, ParamType.F32)]
- public float ChangeStaminaRate
- {
- get => _ChangeStaminaRate;
- set => WriteParamField(ref _ChangeStaminaRate, value);
- }
- private float _ChangeStaminaRate;
-
- [ParamField(0xB4, ParamType.I32)]
- public int ChangeStaminaPoint
- {
- get => _ChangeStaminaPoint;
- set => WriteParamField(ref _ChangeStaminaPoint, value);
- }
- private int _ChangeStaminaPoint;
-
- [ParamField(0xB8, ParamType.I32)]
- public int StaminaRecoverChangeSpeed
- {
- get => _StaminaRecoverChangeSpeed;
- set => WriteParamField(ref _StaminaRecoverChangeSpeed, value);
- }
- private int _StaminaRecoverChangeSpeed;
-
- [ParamField(0xBC, ParamType.F32)]
- public float MagicEffectTimeChange
- {
- get => _MagicEffectTimeChange;
- set => WriteParamField(ref _MagicEffectTimeChange, value);
- }
- private float _MagicEffectTimeChange;
-
- [ParamField(0xC0, ParamType.I32)]
- public int InsideDurability
- {
- get => _InsideDurability;
- set => WriteParamField(ref _InsideDurability, value);
- }
- private int _InsideDurability;
-
- [ParamField(0xC4, ParamType.I32)]
- public int MaxDurability
- {
- get => _MaxDurability;
- set => WriteParamField(ref _MaxDurability, value);
- }
- private int _MaxDurability;
-
- [ParamField(0xC8, ParamType.F32)]
- public float StaminaAttackRate
- {
- get => _StaminaAttackRate;
- set => WriteParamField(ref _StaminaAttackRate, value);
- }
- private float _StaminaAttackRate;
-
- [ParamField(0xCC, ParamType.I32)]
- public int PoizonAttackPower
- {
- get => _PoizonAttackPower;
- set => WriteParamField(ref _PoizonAttackPower, value);
- }
- private int _PoizonAttackPower;
-
- [ParamField(0xD0, ParamType.I32)]
- public int RegistIllness
- {
- get => _RegistIllness;
- set => WriteParamField(ref _RegistIllness, value);
- }
- private int _RegistIllness;
-
- [ParamField(0xD4, ParamType.I32)]
- public int RegistBlood
- {
- get => _RegistBlood;
- set => WriteParamField(ref _RegistBlood, value);
- }
- private int _RegistBlood;
-
- [ParamField(0xD8, ParamType.I32)]
- public int RegistCurse
- {
- get => _RegistCurse;
- set => WriteParamField(ref _RegistCurse, value);
- }
- private int _RegistCurse;
-
- [ParamField(0xDC, ParamType.F32)]
- public float FallDamageRate
- {
- get => _FallDamageRate;
- set => WriteParamField(ref _FallDamageRate, value);
- }
- private float _FallDamageRate;
-
- [ParamField(0xE0, ParamType.F32)]
- public float SoulRate
- {
- get => _SoulRate;
- set => WriteParamField(ref _SoulRate, value);
- }
- private float _SoulRate;
-
- [ParamField(0xE4, ParamType.F32)]
- public float EquipWeightChangeRate
- {
- get => _EquipWeightChangeRate;
- set => WriteParamField(ref _EquipWeightChangeRate, value);
- }
- private float _EquipWeightChangeRate;
-
- [ParamField(0xE8, ParamType.F32)]
- public float AllItemWeightChangeRate
- {
- get => _AllItemWeightChangeRate;
- set => WriteParamField(ref _AllItemWeightChangeRate, value);
- }
- private float _AllItemWeightChangeRate;
-
- [ParamField(0xEC, ParamType.I32)]
- public int Soul
- {
- get => _Soul;
- set => WriteParamField(ref _Soul, value);
- }
- private int _Soul;
-
- [ParamField(0xF0, ParamType.I32)]
- public int AnimIdOffset
- {
- get => _AnimIdOffset;
- set => WriteParamField(ref _AnimIdOffset, value);
- }
- private int _AnimIdOffset;
-
- [ParamField(0xF4, ParamType.F32)]
- public float HaveSoulRate
- {
- get => _HaveSoulRate;
- set => WriteParamField(ref _HaveSoulRate, value);
- }
- private float _HaveSoulRate;
-
- [ParamField(0xF8, ParamType.F32)]
- public float TargetPriority
- {
- get => _TargetPriority;
- set => WriteParamField(ref _TargetPriority, value);
- }
- private float _TargetPriority;
-
- [ParamField(0xFC, ParamType.I32)]
- public int SightSearchEnemyCut
- {
- get => _SightSearchEnemyCut;
- set => WriteParamField(ref _SightSearchEnemyCut, value);
- }
- private int _SightSearchEnemyCut;
-
- [ParamField(0x100, ParamType.I32)]
- public int HearingSearchEnemyCut
- {
- get => _HearingSearchEnemyCut;
- set => WriteParamField(ref _HearingSearchEnemyCut, value);
- }
- private int _HearingSearchEnemyCut;
-
- [ParamField(0x104, ParamType.F32)]
- public float GrabityRate
- {
- get => _GrabityRate;
- set => WriteParamField(ref _GrabityRate, value);
- }
- private float _GrabityRate;
-
- [ParamField(0x108, ParamType.F32)]
- public float RegistPoizonChangeRate
- {
- get => _RegistPoizonChangeRate;
- set => WriteParamField(ref _RegistPoizonChangeRate, value);
- }
- private float _RegistPoizonChangeRate;
-
- [ParamField(0x10C, ParamType.F32)]
- public float RegistIllnessChangeRate
- {
- get => _RegistIllnessChangeRate;
- set => WriteParamField(ref _RegistIllnessChangeRate, value);
- }
- private float _RegistIllnessChangeRate;
-
- [ParamField(0x110, ParamType.F32)]
- public float RegistBloodChangeRate
- {
- get => _RegistBloodChangeRate;
- set => WriteParamField(ref _RegistBloodChangeRate, value);
- }
- private float _RegistBloodChangeRate;
-
- [ParamField(0x114, ParamType.F32)]
- public float RegistCurseChangeRate
- {
- get => _RegistCurseChangeRate;
- set => WriteParamField(ref _RegistCurseChangeRate, value);
- }
- private float _RegistCurseChangeRate;
-
- [ParamField(0x118, ParamType.F32)]
- public float SoulStealRate
- {
- get => _SoulStealRate;
- set => WriteParamField(ref _SoulStealRate, value);
- }
- private float _SoulStealRate;
-
- [ParamField(0x11C, ParamType.F32)]
- public float LifeReductionRate
- {
- get => _LifeReductionRate;
- set => WriteParamField(ref _LifeReductionRate, value);
- }
- private float _LifeReductionRate;
-
- [ParamField(0x120, ParamType.F32)]
- public float HpRecoverRate
- {
- get => _HpRecoverRate;
- set => WriteParamField(ref _HpRecoverRate, value);
- }
- private float _HpRecoverRate;
-
- [ParamField(0x124, ParamType.I32)]
- public int ReplaceSpEffectId
- {
- get => _ReplaceSpEffectId;
- set => WriteParamField(ref _ReplaceSpEffectId, value);
- }
- private int _ReplaceSpEffectId;
-
- [ParamField(0x128, ParamType.I32)]
- public int CycleOccurrenceSpEffectId
- {
- get => _CycleOccurrenceSpEffectId;
- set => WriteParamField(ref _CycleOccurrenceSpEffectId, value);
- }
- private int _CycleOccurrenceSpEffectId;
-
- [ParamField(0x12C, ParamType.I32)]
- public int AtkOccurrenceSpEffectId
- {
- get => _AtkOccurrenceSpEffectId;
- set => WriteParamField(ref _AtkOccurrenceSpEffectId, value);
- }
- private int _AtkOccurrenceSpEffectId;
-
- [ParamField(0x130, ParamType.F32)]
- public float GuardDefFlickPowerRate
- {
- get => _GuardDefFlickPowerRate;
- set => WriteParamField(ref _GuardDefFlickPowerRate, value);
- }
- private float _GuardDefFlickPowerRate;
-
- [ParamField(0x134, ParamType.F32)]
- public float GuardStaminaCutRate
- {
- get => _GuardStaminaCutRate;
- set => WriteParamField(ref _GuardStaminaCutRate, value);
- }
- private float _GuardStaminaCutRate;
-
- [ParamField(0x138, ParamType.I16)]
- public short RayCastPassedTime
- {
- get => _RayCastPassedTime;
- set => WriteParamField(ref _RayCastPassedTime, value);
- }
- private short _RayCastPassedTime;
-
- [ParamField(0x13A, ParamType.I16)]
- public short ChangeSuperArmorPoint
- {
- get => _ChangeSuperArmorPoint;
- set => WriteParamField(ref _ChangeSuperArmorPoint, value);
- }
- private short _ChangeSuperArmorPoint;
-
- [ParamField(0x13C, ParamType.I16)]
- public short BowDistRate
- {
- get => _BowDistRate;
- set => WriteParamField(ref _BowDistRate, value);
- }
- private short _BowDistRate;
-
- [ParamField(0x13E, ParamType.U16)]
- public ushort SpCategory
- {
- get => _SpCategory;
- set => WriteParamField(ref _SpCategory, value);
- }
- private ushort _SpCategory;
-
- [ParamField(0x140, ParamType.U8)]
- public byte CategoryPriority
- {
- get => _CategoryPriority;
- set => WriteParamField(ref _CategoryPriority, value);
- }
- private byte _CategoryPriority;
-
- [ParamField(0x141, ParamType.I8)]
- public sbyte SaveCategory
- {
- get => _SaveCategory;
- set => WriteParamField(ref _SaveCategory, value);
- }
- private sbyte _SaveCategory;
-
- [ParamField(0x142, ParamType.U8)]
- public byte ChangeMagicSlot
- {
- get => _ChangeMagicSlot;
- set => WriteParamField(ref _ChangeMagicSlot, value);
- }
- private byte _ChangeMagicSlot;
-
- [ParamField(0x143, ParamType.U8)]
- public byte ChangeMiracleSlot
- {
- get => _ChangeMiracleSlot;
- set => WriteParamField(ref _ChangeMiracleSlot, value);
- }
- private byte _ChangeMiracleSlot;
-
- [ParamField(0x144, ParamType.I8)]
- public sbyte HeroPointDamage
- {
- get => _HeroPointDamage;
- set => WriteParamField(ref _HeroPointDamage, value);
- }
- private sbyte _HeroPointDamage;
-
- [ParamField(0x145, ParamType.U8)]
- public byte DefFlickPower
- {
- get => _DefFlickPower;
- set => WriteParamField(ref _DefFlickPower, value);
- }
- private byte _DefFlickPower;
-
- [ParamField(0x146, ParamType.U8)]
- public byte FlickDamageCutRate
- {
- get => _FlickDamageCutRate;
- set => WriteParamField(ref _FlickDamageCutRate, value);
- }
- private byte _FlickDamageCutRate;
-
- [ParamField(0x147, ParamType.U8)]
- public byte BloodDamageRate
- {
- get => _BloodDamageRate;
- set => WriteParamField(ref _BloodDamageRate, value);
- }
- private byte _BloodDamageRate;
-
- [ParamField(0x148, ParamType.I8)]
- public sbyte DmgLv_None
- {
- get => _DmgLv_None;
- set => WriteParamField(ref _DmgLv_None, value);
- }
- private sbyte _DmgLv_None;
-
- [ParamField(0x149, ParamType.I8)]
- public sbyte DmgLv_S
- {
- get => _DmgLv_S;
- set => WriteParamField(ref _DmgLv_S, value);
- }
- private sbyte _DmgLv_S;
-
- [ParamField(0x14A, ParamType.I8)]
- public sbyte DmgLv_M
- {
- get => _DmgLv_M;
- set => WriteParamField(ref _DmgLv_M, value);
- }
- private sbyte _DmgLv_M;
-
- [ParamField(0x14B, ParamType.I8)]
- public sbyte DmgLv_L
- {
- get => _DmgLv_L;
- set => WriteParamField(ref _DmgLv_L, value);
- }
- private sbyte _DmgLv_L;
-
- [ParamField(0x14C, ParamType.I8)]
- public sbyte DmgLv_BlowM
- {
- get => _DmgLv_BlowM;
- set => WriteParamField(ref _DmgLv_BlowM, value);
- }
- private sbyte _DmgLv_BlowM;
-
- [ParamField(0x14D, ParamType.I8)]
- public sbyte DmgLv_Push
- {
- get => _DmgLv_Push;
- set => WriteParamField(ref _DmgLv_Push, value);
- }
- private sbyte _DmgLv_Push;
-
- [ParamField(0x14E, ParamType.I8)]
- public sbyte DmgLv_Strike
- {
- get => _DmgLv_Strike;
- set => WriteParamField(ref _DmgLv_Strike, value);
- }
- private sbyte _DmgLv_Strike;
-
- [ParamField(0x14F, ParamType.I8)]
- public sbyte DmgLv_BlowS
- {
- get => _DmgLv_BlowS;
- set => WriteParamField(ref _DmgLv_BlowS, value);
- }
- private sbyte _DmgLv_BlowS;
-
- [ParamField(0x150, ParamType.I8)]
- public sbyte DmgLv_Min
- {
- get => _DmgLv_Min;
- set => WriteParamField(ref _DmgLv_Min, value);
- }
- private sbyte _DmgLv_Min;
-
- [ParamField(0x151, ParamType.I8)]
- public sbyte DmgLv_Uppercut
- {
- get => _DmgLv_Uppercut;
- set => WriteParamField(ref _DmgLv_Uppercut, value);
- }
- private sbyte _DmgLv_Uppercut;
-
- [ParamField(0x152, ParamType.I8)]
- public sbyte DmgLv_BlowLL
- {
- get => _DmgLv_BlowLL;
- set => WriteParamField(ref _DmgLv_BlowLL, value);
- }
- private sbyte _DmgLv_BlowLL;
-
- [ParamField(0x153, ParamType.I8)]
- public sbyte DmgLv_Breath
- {
- get => _DmgLv_Breath;
- set => WriteParamField(ref _DmgLv_Breath, value);
- }
- private sbyte _DmgLv_Breath;
-
- [ParamField(0x154, ParamType.U8)]
- public byte AtkAttribute
- {
- get => _AtkAttribute;
- set => WriteParamField(ref _AtkAttribute, value);
- }
- private byte _AtkAttribute;
-
- [ParamField(0x155, ParamType.U8)]
- public byte SpAttribute
- {
- get => _SpAttribute;
- set => WriteParamField(ref _SpAttribute, value);
- }
- private byte _SpAttribute;
-
- [ParamField(0x156, ParamType.U8)]
- public byte StateInfo
- {
- get => _StateInfo;
- set => WriteParamField(ref _StateInfo, value);
- }
- private byte _StateInfo;
-
- [ParamField(0x157, ParamType.U8)]
- public byte WepParamChange
- {
- get => _WepParamChange;
- set => WriteParamField(ref _WepParamChange, value);
- }
- private byte _WepParamChange;
-
- [ParamField(0x158, ParamType.U8)]
- public byte MoveType
- {
- get => _MoveType;
- set => WriteParamField(ref _MoveType, value);
- }
- private byte _MoveType;
-
- [ParamField(0x159, ParamType.U8)]
- public byte LifeReductionType
- {
- get => _LifeReductionType;
- set => WriteParamField(ref _LifeReductionType, value);
- }
- private byte _LifeReductionType;
-
- [ParamField(0x15A, ParamType.U8)]
- public byte ThrowCondition
- {
- get => _ThrowCondition;
- set => WriteParamField(ref _ThrowCondition, value);
- }
- private byte _ThrowCondition;
-
- [ParamField(0x15B, ParamType.I8)]
- public sbyte AddBehaviorJudgeId_condition
- {
- get => _AddBehaviorJudgeId_condition;
- set => WriteParamField(ref _AddBehaviorJudgeId_condition, value);
- }
- private sbyte _AddBehaviorJudgeId_condition;
-
- [ParamField(0x15C, ParamType.U8)]
- public byte AddBehaviorJudgeId_add
- {
- get => _AddBehaviorJudgeId_add;
- set => WriteParamField(ref _AddBehaviorJudgeId_add, value);
- }
- private byte _AddBehaviorJudgeId_add;
-
- #region BitField EffectTargetSelfBitfield ==============================================================================
-
- [ParamField(0x15D, ParamType.U8)]
- public byte EffectTargetSelfBitfield
- {
- get => _EffectTargetSelfBitfield;
- set => WriteParamField(ref _EffectTargetSelfBitfield, value);
- }
- private byte _EffectTargetSelfBitfield;
-
- [ParamBitField(nameof(EffectTargetSelfBitfield), bits: 1, bitsOffset: 0)]
- public byte EffectTargetSelf
- {
- get => GetbitfieldValue(_EffectTargetSelfBitfield);
- set => SetBitfieldValue(ref _EffectTargetSelfBitfield, value);
- }
-
- [ParamBitField(nameof(EffectTargetSelfBitfield), bits: 1, bitsOffset: 1)]
- public byte EffectTargetFriend
- {
- get => GetbitfieldValue(_EffectTargetSelfBitfield);
- set => SetBitfieldValue(ref _EffectTargetSelfBitfield, value);
- }
-
- [ParamBitField(nameof(EffectTargetSelfBitfield), bits: 1, bitsOffset: 2)]
- public byte EffectTargetEnemy
- {
- get => GetbitfieldValue(_EffectTargetSelfBitfield);
- set => SetBitfieldValue(ref _EffectTargetSelfBitfield, value);
- }
-
- [ParamBitField(nameof(EffectTargetSelfBitfield), bits: 1, bitsOffset: 3)]
- public byte EffectTargetPlayer
- {
- get => GetbitfieldValue(_EffectTargetSelfBitfield);
- set => SetBitfieldValue(ref _EffectTargetSelfBitfield, value);
- }
-
- [ParamBitField(nameof(EffectTargetSelfBitfield), bits: 1, bitsOffset: 4)]
- public byte EffectTargetAI
- {
- get => GetbitfieldValue(_EffectTargetSelfBitfield);
- set => SetBitfieldValue(ref _EffectTargetSelfBitfield, value);
- }
-
- [ParamBitField(nameof(EffectTargetSelfBitfield), bits: 1, bitsOffset: 5)]
- public byte EffectTargetLive
- {
- get => GetbitfieldValue(_EffectTargetSelfBitfield);
- set => SetBitfieldValue(ref _EffectTargetSelfBitfield, value);
- }
-
- [ParamBitField(nameof(EffectTargetSelfBitfield), bits: 1, bitsOffset: 6)]
- public byte EffectTargetGhost
- {
- get => GetbitfieldValue(_EffectTargetSelfBitfield);
- set => SetBitfieldValue(ref _EffectTargetSelfBitfield, value);
- }
-
- [ParamBitField(nameof(EffectTargetSelfBitfield), bits: 1, bitsOffset: 7)]
- public byte EffectTargetWhiteGhost
- {
- get => GetbitfieldValue(_EffectTargetSelfBitfield);
- set => SetBitfieldValue(ref _EffectTargetSelfBitfield, value);
- }
-
- #endregion BitField EffectTargetSelfBitfield
-
- #region BitField EffectTargetBlackGhostBitfield ==============================================================================
-
- [ParamField(0x15E, ParamType.U8)]
- public byte EffectTargetBlackGhostBitfield
- {
- get => _EffectTargetBlackGhostBitfield;
- set => WriteParamField(ref _EffectTargetBlackGhostBitfield, value);
- }
- private byte _EffectTargetBlackGhostBitfield;
-
- [ParamBitField(nameof(EffectTargetBlackGhostBitfield), bits: 1, bitsOffset: 0)]
- public byte EffectTargetBlackGhost
- {
- get => GetbitfieldValue(_EffectTargetBlackGhostBitfield);
- set => SetBitfieldValue(ref _EffectTargetBlackGhostBitfield, value);
- }
-
- [ParamBitField(nameof(EffectTargetBlackGhostBitfield), bits: 1, bitsOffset: 1)]
- public byte EffectTargetAttacker
- {
- get => GetbitfieldValue(_EffectTargetBlackGhostBitfield);
- set => SetBitfieldValue(ref _EffectTargetBlackGhostBitfield, value);
- }
-
- [ParamBitField(nameof(EffectTargetBlackGhostBitfield), bits: 1, bitsOffset: 2)]
- public byte DispIconNonactive
- {
- get => GetbitfieldValue(_EffectTargetBlackGhostBitfield);
- set => SetBitfieldValue(ref _EffectTargetBlackGhostBitfield, value);
- }
-
- [ParamBitField(nameof(EffectTargetBlackGhostBitfield), bits: 1, bitsOffset: 3)]
- public byte UseSpEffectEffect
- {
- get => GetbitfieldValue(_EffectTargetBlackGhostBitfield);
- set => SetBitfieldValue(ref _EffectTargetBlackGhostBitfield, value);
- }
-
- [ParamBitField(nameof(EffectTargetBlackGhostBitfield), bits: 1, bitsOffset: 4)]
- public byte BAdjustMagicAblity
- {
- get => GetbitfieldValue(_EffectTargetBlackGhostBitfield);
- set => SetBitfieldValue(ref _EffectTargetBlackGhostBitfield, value);
- }
-
- [ParamBitField(nameof(EffectTargetBlackGhostBitfield), bits: 1, bitsOffset: 5)]
- public byte BAdjustFaithAblity
- {
- get => GetbitfieldValue(_EffectTargetBlackGhostBitfield);
- set => SetBitfieldValue(ref _EffectTargetBlackGhostBitfield, value);
- }
-
- [ParamBitField(nameof(EffectTargetBlackGhostBitfield), bits: 1, bitsOffset: 6)]
- public byte BGameClearBonus
- {
- get => GetbitfieldValue(_EffectTargetBlackGhostBitfield);
- set => SetBitfieldValue(ref _EffectTargetBlackGhostBitfield, value);
- }
-
- [ParamBitField(nameof(EffectTargetBlackGhostBitfield), bits: 1, bitsOffset: 7)]
- public byte MagParamChange
- {
- get => GetbitfieldValue(_EffectTargetBlackGhostBitfield);
- set => SetBitfieldValue(ref _EffectTargetBlackGhostBitfield, value);
- }
-
- #endregion BitField EffectTargetBlackGhostBitfield
-
- #region BitField MiracleParamChangeBitfield ==============================================================================
-
- [ParamField(0x15F, ParamType.U8)]
- public byte MiracleParamChangeBitfield
- {
- get => _MiracleParamChangeBitfield;
- set => WriteParamField(ref _MiracleParamChangeBitfield, value);
- }
- private byte _MiracleParamChangeBitfield;
-
- [ParamBitField(nameof(MiracleParamChangeBitfield), bits: 1, bitsOffset: 0)]
- public byte MiracleParamChange
- {
- get => GetbitfieldValue(_MiracleParamChangeBitfield);
- set => SetBitfieldValue(ref _MiracleParamChangeBitfield, value);
- }
-
- [ParamBitField(nameof(MiracleParamChangeBitfield), bits: 1, bitsOffset: 1)]
- public byte ClearSoul
- {
- get => GetbitfieldValue(_MiracleParamChangeBitfield);
- set => SetBitfieldValue(ref _MiracleParamChangeBitfield, value);
- }
-
- [ParamBitField(nameof(MiracleParamChangeBitfield), bits: 1, bitsOffset: 2)]
- public byte RequestSOS
- {
- get => GetbitfieldValue(_MiracleParamChangeBitfield);
- set => SetBitfieldValue(ref _MiracleParamChangeBitfield, value);
- }
-
- [ParamBitField(nameof(MiracleParamChangeBitfield), bits: 1, bitsOffset: 3)]
- public byte RequestBlackSOS
- {
- get => GetbitfieldValue(_MiracleParamChangeBitfield);
- set => SetBitfieldValue(ref _MiracleParamChangeBitfield, value);
- }
-
- [ParamBitField(nameof(MiracleParamChangeBitfield), bits: 1, bitsOffset: 4)]
- public byte RequestForceJoinBlackSOS
- {
- get => GetbitfieldValue(_MiracleParamChangeBitfield);
- set => SetBitfieldValue(ref _MiracleParamChangeBitfield, value);
- }
-
- [ParamBitField(nameof(MiracleParamChangeBitfield), bits: 1, bitsOffset: 5)]
- public byte RequestKickSession
- {
- get => GetbitfieldValue(_MiracleParamChangeBitfield);
- set => SetBitfieldValue(ref _MiracleParamChangeBitfield, value);
- }
-
- [ParamBitField(nameof(MiracleParamChangeBitfield), bits: 1, bitsOffset: 6)]
- public byte RequestLeaveSession
- {
- get => GetbitfieldValue(_MiracleParamChangeBitfield);
- set => SetBitfieldValue(ref _MiracleParamChangeBitfield, value);
- }
-
- [ParamBitField(nameof(MiracleParamChangeBitfield), bits: 1, bitsOffset: 7)]
- public byte RequestNpcInveda
- {
- get => GetbitfieldValue(_MiracleParamChangeBitfield);
- set => SetBitfieldValue(ref _MiracleParamChangeBitfield, value);
- }
-
- #endregion BitField MiracleParamChangeBitfield
-
- #region BitField NoDeadBitfield ==============================================================================
-
- [ParamField(0x160, ParamType.U8)]
- public byte NoDeadBitfield
- {
- get => _NoDeadBitfield;
- set => WriteParamField(ref _NoDeadBitfield, value);
- }
- private byte _NoDeadBitfield;
-
- [ParamBitField(nameof(NoDeadBitfield), bits: 1, bitsOffset: 0)]
- public byte NoDead
- {
- get => GetbitfieldValue(_NoDeadBitfield);
- set => SetBitfieldValue(ref _NoDeadBitfield, value);
- }
-
- [ParamBitField(nameof(NoDeadBitfield), bits: 1, bitsOffset: 1)]
- public byte BCurrHPIndependeMaxHP
- {
- get => GetbitfieldValue(_NoDeadBitfield);
- set => SetBitfieldValue(ref _NoDeadBitfield, value);
- }
-
- [ParamBitField(nameof(NoDeadBitfield), bits: 1, bitsOffset: 2)]
- public byte CorrosionIgnore
- {
- get => GetbitfieldValue(_NoDeadBitfield);
- set => SetBitfieldValue(ref _NoDeadBitfield, value);
- }
-
- [ParamBitField(nameof(NoDeadBitfield), bits: 1, bitsOffset: 3)]
- public byte SightSearchCutIgnore
- {
- get => GetbitfieldValue(_NoDeadBitfield);
- set => SetBitfieldValue(ref _NoDeadBitfield, value);
- }
-
- [ParamBitField(nameof(NoDeadBitfield), bits: 1, bitsOffset: 4)]
- public byte HearingSearchCutIgnore
- {
- get => GetbitfieldValue(_NoDeadBitfield);
- set => SetBitfieldValue(ref _NoDeadBitfield, value);
- }
-
- [ParamBitField(nameof(NoDeadBitfield), bits: 1, bitsOffset: 5)]
- public byte AntiMagicIgnore
- {
- get => GetbitfieldValue(_NoDeadBitfield);
- set => SetBitfieldValue(ref _NoDeadBitfield, value);
- }
-
- [ParamBitField(nameof(NoDeadBitfield), bits: 1, bitsOffset: 6)]
- public byte FakeTargetIgnore
- {
- get => GetbitfieldValue(_NoDeadBitfield);
- set => SetBitfieldValue(ref _NoDeadBitfield, value);
- }
-
- [ParamBitField(nameof(NoDeadBitfield), bits: 1, bitsOffset: 7)]
- public byte FakeTargetIgnoreUndead
- {
- get => GetbitfieldValue(_NoDeadBitfield);
- set => SetBitfieldValue(ref _NoDeadBitfield, value);
- }
-
- #endregion BitField NoDeadBitfield
-
- #region BitField FakeTargetIgnoreAnimalBitfield ==============================================================================
-
- [ParamField(0x161, ParamType.U8)]
- public byte FakeTargetIgnoreAnimalBitfield
- {
- get => _FakeTargetIgnoreAnimalBitfield;
- set => WriteParamField(ref _FakeTargetIgnoreAnimalBitfield, value);
- }
- private byte _FakeTargetIgnoreAnimalBitfield;
-
- [ParamBitField(nameof(FakeTargetIgnoreAnimalBitfield), bits: 1, bitsOffset: 0)]
- public byte FakeTargetIgnoreAnimal
- {
- get => GetbitfieldValue(_FakeTargetIgnoreAnimalBitfield);
- set => SetBitfieldValue(ref _FakeTargetIgnoreAnimalBitfield, value);
- }
-
- [ParamBitField(nameof(FakeTargetIgnoreAnimalBitfield), bits: 1, bitsOffset: 1)]
- public byte GrabityIgnore
- {
- get => GetbitfieldValue(_FakeTargetIgnoreAnimalBitfield);
- set => SetBitfieldValue(ref _FakeTargetIgnoreAnimalBitfield, value);
- }
-
- [ParamBitField(nameof(FakeTargetIgnoreAnimalBitfield), bits: 1, bitsOffset: 2)]
- public byte DisablePoison
- {
- get => GetbitfieldValue(_FakeTargetIgnoreAnimalBitfield);
- set => SetBitfieldValue(ref _FakeTargetIgnoreAnimalBitfield, value);
- }
-
- [ParamBitField(nameof(FakeTargetIgnoreAnimalBitfield), bits: 1, bitsOffset: 3)]
- public byte DisableDisease
- {
- get => GetbitfieldValue(_FakeTargetIgnoreAnimalBitfield);
- set => SetBitfieldValue(ref _FakeTargetIgnoreAnimalBitfield, value);
- }
-
- [ParamBitField(nameof(FakeTargetIgnoreAnimalBitfield), bits: 1, bitsOffset: 4)]
- public byte DisableBlood
- {
- get => GetbitfieldValue(_FakeTargetIgnoreAnimalBitfield);
- set => SetBitfieldValue(ref _FakeTargetIgnoreAnimalBitfield, value);
- }
-
- [ParamBitField(nameof(FakeTargetIgnoreAnimalBitfield), bits: 1, bitsOffset: 5)]
- public byte DisableCurse
- {
- get => GetbitfieldValue(_FakeTargetIgnoreAnimalBitfield);
- set => SetBitfieldValue(ref _FakeTargetIgnoreAnimalBitfield, value);
- }
-
- [ParamBitField(nameof(FakeTargetIgnoreAnimalBitfield), bits: 1, bitsOffset: 6)]
- public byte EnableCharm
- {
- get => GetbitfieldValue(_FakeTargetIgnoreAnimalBitfield);
- set => SetBitfieldValue(ref _FakeTargetIgnoreAnimalBitfield, value);
- }
-
- [ParamBitField(nameof(FakeTargetIgnoreAnimalBitfield), bits: 1, bitsOffset: 7)]
- public byte EnableLifeTime
- {
- get => GetbitfieldValue(_FakeTargetIgnoreAnimalBitfield);
- set => SetBitfieldValue(ref _FakeTargetIgnoreAnimalBitfield, value);
- }
-
- #endregion BitField FakeTargetIgnoreAnimalBitfield
-
- #region BitField HasTargetBitfield ==============================================================================
-
- [ParamField(0x162, ParamType.U8)]
- public byte HasTargetBitfield
- {
- get => _HasTargetBitfield;
- set => WriteParamField(ref _HasTargetBitfield, value);
- }
- private byte _HasTargetBitfield;
-
- [ParamBitField(nameof(HasTargetBitfield), bits: 1, bitsOffset: 0)]
- public byte HasTarget
- {
- get => GetbitfieldValue(_HasTargetBitfield);
- set => SetBitfieldValue(ref _HasTargetBitfield, value);
- }
-
- [ParamBitField(nameof(HasTargetBitfield), bits: 1, bitsOffset: 1)]
- public byte IsFireDamageCancel
- {
- get => GetbitfieldValue(_HasTargetBitfield);
- set => SetBitfieldValue(ref _HasTargetBitfield, value);
- }
-
- [ParamBitField(nameof(HasTargetBitfield), bits: 1, bitsOffset: 2)]
- public byte IsExtendSpEffectLife
- {
- get => GetbitfieldValue(_HasTargetBitfield);
- set => SetBitfieldValue(ref _HasTargetBitfield, value);
- }
-
- [ParamBitField(nameof(HasTargetBitfield), bits: 1, bitsOffset: 3)]
- public byte RequestLeaveColiseumSession
- {
- get => GetbitfieldValue(_HasTargetBitfield);
- set => SetBitfieldValue(ref _HasTargetBitfield, value);
- }
-
- [ParamBitField(nameof(HasTargetBitfield), bits: 4, bitsOffset: 4)]
- public byte Pad_2
- {
- get => GetbitfieldValue(_HasTargetBitfield);
- set => SetBitfieldValue(ref _HasTargetBitfield, value);
- }
-
- #endregion BitField HasTargetBitfield
-
- #region BitField VowType0Bitfield ==============================================================================
-
- [ParamField(0x163, ParamType.U8)]
- public byte VowType0Bitfield
- {
- get => _VowType0Bitfield;
- set => WriteParamField(ref _VowType0Bitfield, value);
- }
- private byte _VowType0Bitfield;
-
- [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 0)]
- public byte VowType0
- {
- get => GetbitfieldValue(_VowType0Bitfield);
- set => SetBitfieldValue(ref _VowType0Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 1)]
- public byte VowType1
- {
- get => GetbitfieldValue(_VowType0Bitfield);
- set => SetBitfieldValue(ref _VowType0Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 2)]
- public byte VowType2
- {
- get => GetbitfieldValue(_VowType0Bitfield);
- set => SetBitfieldValue(ref _VowType0Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 3)]
- public byte VowType3
- {
- get => GetbitfieldValue(_VowType0Bitfield);
- set => SetBitfieldValue(ref _VowType0Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 4)]
- public byte VowType4
- {
- get => GetbitfieldValue(_VowType0Bitfield);
- set => SetBitfieldValue(ref _VowType0Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 5)]
- public byte VowType5
- {
- get => GetbitfieldValue(_VowType0Bitfield);
- set => SetBitfieldValue(ref _VowType0Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 6)]
- public byte VowType6
- {
- get => GetbitfieldValue(_VowType0Bitfield);
- set => SetBitfieldValue(ref _VowType0Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 7)]
- public byte VowType7
- {
- get => GetbitfieldValue(_VowType0Bitfield);
- set => SetBitfieldValue(ref _VowType0Bitfield, value);
- }
-
- #endregion BitField VowType0Bitfield
-
- #region BitField VowType8Bitfield ==============================================================================
-
- [ParamField(0x164, ParamType.U8)]
- public byte VowType8Bitfield
- {
- get => _VowType8Bitfield;
- set => WriteParamField(ref _VowType8Bitfield, value);
- }
- private byte _VowType8Bitfield;
-
- [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 0)]
- public byte VowType8
- {
- get => GetbitfieldValue(_VowType8Bitfield);
- set => SetBitfieldValue(ref _VowType8Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 1)]
- public byte VowType9
- {
- get => GetbitfieldValue(_VowType8Bitfield);
- set => SetBitfieldValue(ref _VowType8Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 2)]
- public byte VowType10
- {
- get => GetbitfieldValue(_VowType8Bitfield);
- set => SetBitfieldValue(ref _VowType8Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 3)]
- public byte VowType11
- {
- get => GetbitfieldValue(_VowType8Bitfield);
- set => SetBitfieldValue(ref _VowType8Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 4)]
- public byte VowType12
- {
- get => GetbitfieldValue(_VowType8Bitfield);
- set => SetBitfieldValue(ref _VowType8Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 5)]
- public byte VowType13
- {
- get => GetbitfieldValue(_VowType8Bitfield);
- set => SetBitfieldValue(ref _VowType8Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 6)]
- public byte VowType14
- {
- get => GetbitfieldValue(_VowType8Bitfield);
- set => SetBitfieldValue(ref _VowType8Bitfield, value);
- }
-
- [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 7)]
- public byte VowType15
- {
- get => GetbitfieldValue(_VowType8Bitfield);
- set => SetBitfieldValue(ref _VowType8Bitfield, value);
- }
-
- #endregion BitField VowType8Bitfield
-
- [ParamField(0x165, ParamType.Dummy8, 11)]
- public byte[] Pad1
- {
- get => _Pad1;
- set => WriteParamField(ref _Pad1, value);
- }
- private byte[] _Pad1;
+ [ParamField(0x0, ParamType.I32)]
+ public int IconId
+ {
+ get => _IconId;
+ set => WriteParamField(ref _IconId, value);
+ }
+ private int _IconId;
+
+ [ParamField(0x4, ParamType.F32)]
+ public float ConditionHp
+ {
+ get => _ConditionHp;
+ set => WriteParamField(ref _ConditionHp, value);
+ }
+ private float _ConditionHp;
+
+ [ParamField(0x8, ParamType.F32)]
+ public float EffectEndurance
+ {
+ get => _EffectEndurance;
+ set => WriteParamField(ref _EffectEndurance, value);
+ }
+ private float _EffectEndurance;
+
+ [ParamField(0xC, ParamType.F32)]
+ public float MotionInterval
+ {
+ get => _MotionInterval;
+ set => WriteParamField(ref _MotionInterval, value);
+ }
+ private float _MotionInterval;
+
+ [ParamField(0x10, ParamType.F32)]
+ public float MaxHpRate
+ {
+ get => _MaxHpRate;
+ set => WriteParamField(ref _MaxHpRate, value);
+ }
+ private float _MaxHpRate;
+
+ [ParamField(0x14, ParamType.F32)]
+ public float MaxMpRate
+ {
+ get => _MaxMpRate;
+ set => WriteParamField(ref _MaxMpRate, value);
+ }
+ private float _MaxMpRate;
+
+ [ParamField(0x18, ParamType.F32)]
+ public float MaxStaminaRate
+ {
+ get => _MaxStaminaRate;
+ set => WriteParamField(ref _MaxStaminaRate, value);
+ }
+ private float _MaxStaminaRate;
+
+ [ParamField(0x1C, ParamType.F32)]
+ public float SlashDamageCutRate
+ {
+ get => _SlashDamageCutRate;
+ set => WriteParamField(ref _SlashDamageCutRate, value);
+ }
+ private float _SlashDamageCutRate;
+
+ [ParamField(0x20, ParamType.F32)]
+ public float BlowDamageCutRate
+ {
+ get => _BlowDamageCutRate;
+ set => WriteParamField(ref _BlowDamageCutRate, value);
+ }
+ private float _BlowDamageCutRate;
+
+ [ParamField(0x24, ParamType.F32)]
+ public float ThrustDamageCutRate
+ {
+ get => _ThrustDamageCutRate;
+ set => WriteParamField(ref _ThrustDamageCutRate, value);
+ }
+ private float _ThrustDamageCutRate;
+
+ [ParamField(0x28, ParamType.F32)]
+ public float NeutralDamageCutRate
+ {
+ get => _NeutralDamageCutRate;
+ set => WriteParamField(ref _NeutralDamageCutRate, value);
+ }
+ private float _NeutralDamageCutRate;
+
+ [ParamField(0x2C, ParamType.F32)]
+ public float MagicDamageCutRate
+ {
+ get => _MagicDamageCutRate;
+ set => WriteParamField(ref _MagicDamageCutRate, value);
+ }
+ private float _MagicDamageCutRate;
+
+ [ParamField(0x30, ParamType.F32)]
+ public float FireDamageCutRate
+ {
+ get => _FireDamageCutRate;
+ set => WriteParamField(ref _FireDamageCutRate, value);
+ }
+ private float _FireDamageCutRate;
+
+ [ParamField(0x34, ParamType.F32)]
+ public float ThunderDamageCutRate
+ {
+ get => _ThunderDamageCutRate;
+ set => WriteParamField(ref _ThunderDamageCutRate, value);
+ }
+ private float _ThunderDamageCutRate;
+
+ [ParamField(0x38, ParamType.F32)]
+ public float PhysicsAttackRate
+ {
+ get => _PhysicsAttackRate;
+ set => WriteParamField(ref _PhysicsAttackRate, value);
+ }
+ private float _PhysicsAttackRate;
+
+ [ParamField(0x3C, ParamType.F32)]
+ public float MagicAttackRate
+ {
+ get => _MagicAttackRate;
+ set => WriteParamField(ref _MagicAttackRate, value);
+ }
+ private float _MagicAttackRate;
+
+ [ParamField(0x40, ParamType.F32)]
+ public float FireAttackRate
+ {
+ get => _FireAttackRate;
+ set => WriteParamField(ref _FireAttackRate, value);
+ }
+ private float _FireAttackRate;
+
+ [ParamField(0x44, ParamType.F32)]
+ public float ThunderAttackRate
+ {
+ get => _ThunderAttackRate;
+ set => WriteParamField(ref _ThunderAttackRate, value);
+ }
+ private float _ThunderAttackRate;
+
+ [ParamField(0x48, ParamType.F32)]
+ public float PhysicsAttackPowerRate
+ {
+ get => _PhysicsAttackPowerRate;
+ set => WriteParamField(ref _PhysicsAttackPowerRate, value);
+ }
+ private float _PhysicsAttackPowerRate;
+
+ [ParamField(0x4C, ParamType.F32)]
+ public float MagicAttackPowerRate
+ {
+ get => _MagicAttackPowerRate;
+ set => WriteParamField(ref _MagicAttackPowerRate, value);
+ }
+ private float _MagicAttackPowerRate;
+
+ [ParamField(0x50, ParamType.F32)]
+ public float FireAttackPowerRate
+ {
+ get => _FireAttackPowerRate;
+ set => WriteParamField(ref _FireAttackPowerRate, value);
+ }
+ private float _FireAttackPowerRate;
+
+ [ParamField(0x54, ParamType.F32)]
+ public float ThunderAttackPowerRate
+ {
+ get => _ThunderAttackPowerRate;
+ set => WriteParamField(ref _ThunderAttackPowerRate, value);
+ }
+ private float _ThunderAttackPowerRate;
+
+ [ParamField(0x58, ParamType.I32)]
+ public int PhysicsAttackPower
+ {
+ get => _PhysicsAttackPower;
+ set => WriteParamField(ref _PhysicsAttackPower, value);
+ }
+ private int _PhysicsAttackPower;
+
+ [ParamField(0x5C, ParamType.I32)]
+ public int MagicAttackPower
+ {
+ get => _MagicAttackPower;
+ set => WriteParamField(ref _MagicAttackPower, value);
+ }
+ private int _MagicAttackPower;
+
+ [ParamField(0x60, ParamType.I32)]
+ public int FireAttackPower
+ {
+ get => _FireAttackPower;
+ set => WriteParamField(ref _FireAttackPower, value);
+ }
+ private int _FireAttackPower;
+
+ [ParamField(0x64, ParamType.I32)]
+ public int ThunderAttackPower
+ {
+ get => _ThunderAttackPower;
+ set => WriteParamField(ref _ThunderAttackPower, value);
+ }
+ private int _ThunderAttackPower;
+
+ [ParamField(0x68, ParamType.F32)]
+ public float PhysicsDiffenceRate
+ {
+ get => _PhysicsDiffenceRate;
+ set => WriteParamField(ref _PhysicsDiffenceRate, value);
+ }
+ private float _PhysicsDiffenceRate;
+
+ [ParamField(0x6C, ParamType.F32)]
+ public float MagicDiffenceRate
+ {
+ get => _MagicDiffenceRate;
+ set => WriteParamField(ref _MagicDiffenceRate, value);
+ }
+ private float _MagicDiffenceRate;
+
+ [ParamField(0x70, ParamType.F32)]
+ public float FireDiffenceRate
+ {
+ get => _FireDiffenceRate;
+ set => WriteParamField(ref _FireDiffenceRate, value);
+ }
+ private float _FireDiffenceRate;
+
+ [ParamField(0x74, ParamType.F32)]
+ public float ThunderDiffenceRate
+ {
+ get => _ThunderDiffenceRate;
+ set => WriteParamField(ref _ThunderDiffenceRate, value);
+ }
+ private float _ThunderDiffenceRate;
+
+ [ParamField(0x78, ParamType.I32)]
+ public int PhysicsDiffence
+ {
+ get => _PhysicsDiffence;
+ set => WriteParamField(ref _PhysicsDiffence, value);
+ }
+ private int _PhysicsDiffence;
+
+ [ParamField(0x7C, ParamType.I32)]
+ public int MagicDiffence
+ {
+ get => _MagicDiffence;
+ set => WriteParamField(ref _MagicDiffence, value);
+ }
+ private int _MagicDiffence;
+
+ [ParamField(0x80, ParamType.I32)]
+ public int FireDiffence
+ {
+ get => _FireDiffence;
+ set => WriteParamField(ref _FireDiffence, value);
+ }
+ private int _FireDiffence;
+
+ [ParamField(0x84, ParamType.I32)]
+ public int ThunderDiffence
+ {
+ get => _ThunderDiffence;
+ set => WriteParamField(ref _ThunderDiffence, value);
+ }
+ private int _ThunderDiffence;
+
+ [ParamField(0x88, ParamType.F32)]
+ public float NoGuardDamageRate
+ {
+ get => _NoGuardDamageRate;
+ set => WriteParamField(ref _NoGuardDamageRate, value);
+ }
+ private float _NoGuardDamageRate;
+
+ [ParamField(0x8C, ParamType.F32)]
+ public float VitalSpotChangeRate
+ {
+ get => _VitalSpotChangeRate;
+ set => WriteParamField(ref _VitalSpotChangeRate, value);
+ }
+ private float _VitalSpotChangeRate;
+
+ [ParamField(0x90, ParamType.F32)]
+ public float NormalSpotChangeRate
+ {
+ get => _NormalSpotChangeRate;
+ set => WriteParamField(ref _NormalSpotChangeRate, value);
+ }
+ private float _NormalSpotChangeRate;
+
+ [ParamField(0x94, ParamType.F32)]
+ public float MaxHpChangeRate
+ {
+ get => _MaxHpChangeRate;
+ set => WriteParamField(ref _MaxHpChangeRate, value);
+ }
+ private float _MaxHpChangeRate;
+
+ [ParamField(0x98, ParamType.I32)]
+ public int BehaviorId
+ {
+ get => _BehaviorId;
+ set => WriteParamField(ref _BehaviorId, value);
+ }
+ private int _BehaviorId;
+
+ [ParamField(0x9C, ParamType.F32)]
+ public float ChangeHpRate
+ {
+ get => _ChangeHpRate;
+ set => WriteParamField(ref _ChangeHpRate, value);
+ }
+ private float _ChangeHpRate;
+
+ [ParamField(0xA0, ParamType.I32)]
+ public int ChangeHpPoint
+ {
+ get => _ChangeHpPoint;
+ set => WriteParamField(ref _ChangeHpPoint, value);
+ }
+ private int _ChangeHpPoint;
+
+ [ParamField(0xA4, ParamType.F32)]
+ public float ChangeMpRate
+ {
+ get => _ChangeMpRate;
+ set => WriteParamField(ref _ChangeMpRate, value);
+ }
+ private float _ChangeMpRate;
+
+ [ParamField(0xA8, ParamType.I32)]
+ public int ChangeMpPoint
+ {
+ get => _ChangeMpPoint;
+ set => WriteParamField(ref _ChangeMpPoint, value);
+ }
+ private int _ChangeMpPoint;
+
+ [ParamField(0xAC, ParamType.I32)]
+ public int MpRecoverChangeSpeed
+ {
+ get => _MpRecoverChangeSpeed;
+ set => WriteParamField(ref _MpRecoverChangeSpeed, value);
+ }
+ private int _MpRecoverChangeSpeed;
+
+ [ParamField(0xB0, ParamType.F32)]
+ public float ChangeStaminaRate
+ {
+ get => _ChangeStaminaRate;
+ set => WriteParamField(ref _ChangeStaminaRate, value);
+ }
+ private float _ChangeStaminaRate;
+
+ [ParamField(0xB4, ParamType.I32)]
+ public int ChangeStaminaPoint
+ {
+ get => _ChangeStaminaPoint;
+ set => WriteParamField(ref _ChangeStaminaPoint, value);
+ }
+ private int _ChangeStaminaPoint;
+
+ [ParamField(0xB8, ParamType.I32)]
+ public int StaminaRecoverChangeSpeed
+ {
+ get => _StaminaRecoverChangeSpeed;
+ set => WriteParamField(ref _StaminaRecoverChangeSpeed, value);
+ }
+ private int _StaminaRecoverChangeSpeed;
+
+ [ParamField(0xBC, ParamType.F32)]
+ public float MagicEffectTimeChange
+ {
+ get => _MagicEffectTimeChange;
+ set => WriteParamField(ref _MagicEffectTimeChange, value);
+ }
+ private float _MagicEffectTimeChange;
+
+ [ParamField(0xC0, ParamType.I32)]
+ public int InsideDurability
+ {
+ get => _InsideDurability;
+ set => WriteParamField(ref _InsideDurability, value);
+ }
+ private int _InsideDurability;
+
+ [ParamField(0xC4, ParamType.I32)]
+ public int MaxDurability
+ {
+ get => _MaxDurability;
+ set => WriteParamField(ref _MaxDurability, value);
+ }
+ private int _MaxDurability;
+
+ [ParamField(0xC8, ParamType.F32)]
+ public float StaminaAttackRate
+ {
+ get => _StaminaAttackRate;
+ set => WriteParamField(ref _StaminaAttackRate, value);
+ }
+ private float _StaminaAttackRate;
+
+ [ParamField(0xCC, ParamType.I32)]
+ public int PoizonAttackPower
+ {
+ get => _PoizonAttackPower;
+ set => WriteParamField(ref _PoizonAttackPower, value);
+ }
+ private int _PoizonAttackPower;
+
+ [ParamField(0xD0, ParamType.I32)]
+ public int RegistIllness
+ {
+ get => _RegistIllness;
+ set => WriteParamField(ref _RegistIllness, value);
+ }
+ private int _RegistIllness;
+
+ [ParamField(0xD4, ParamType.I32)]
+ public int RegistBlood
+ {
+ get => _RegistBlood;
+ set => WriteParamField(ref _RegistBlood, value);
+ }
+ private int _RegistBlood;
+
+ [ParamField(0xD8, ParamType.I32)]
+ public int RegistCurse
+ {
+ get => _RegistCurse;
+ set => WriteParamField(ref _RegistCurse, value);
+ }
+ private int _RegistCurse;
+
+ [ParamField(0xDC, ParamType.F32)]
+ public float FallDamageRate
+ {
+ get => _FallDamageRate;
+ set => WriteParamField(ref _FallDamageRate, value);
+ }
+ private float _FallDamageRate;
+
+ [ParamField(0xE0, ParamType.F32)]
+ public float SoulRate
+ {
+ get => _SoulRate;
+ set => WriteParamField(ref _SoulRate, value);
+ }
+ private float _SoulRate;
+
+ [ParamField(0xE4, ParamType.F32)]
+ public float EquipWeightChangeRate
+ {
+ get => _EquipWeightChangeRate;
+ set => WriteParamField(ref _EquipWeightChangeRate, value);
+ }
+ private float _EquipWeightChangeRate;
+
+ [ParamField(0xE8, ParamType.F32)]
+ public float AllItemWeightChangeRate
+ {
+ get => _AllItemWeightChangeRate;
+ set => WriteParamField(ref _AllItemWeightChangeRate, value);
+ }
+ private float _AllItemWeightChangeRate;
+
+ [ParamField(0xEC, ParamType.I32)]
+ public int Soul
+ {
+ get => _Soul;
+ set => WriteParamField(ref _Soul, value);
+ }
+ private int _Soul;
+
+ [ParamField(0xF0, ParamType.I32)]
+ public int AnimIdOffset
+ {
+ get => _AnimIdOffset;
+ set => WriteParamField(ref _AnimIdOffset, value);
+ }
+ private int _AnimIdOffset;
+
+ [ParamField(0xF4, ParamType.F32)]
+ public float HaveSoulRate
+ {
+ get => _HaveSoulRate;
+ set => WriteParamField(ref _HaveSoulRate, value);
+ }
+ private float _HaveSoulRate;
+
+ [ParamField(0xF8, ParamType.F32)]
+ public float TargetPriority
+ {
+ get => _TargetPriority;
+ set => WriteParamField(ref _TargetPriority, value);
+ }
+ private float _TargetPriority;
+
+ [ParamField(0xFC, ParamType.I32)]
+ public int SightSearchEnemyCut
+ {
+ get => _SightSearchEnemyCut;
+ set => WriteParamField(ref _SightSearchEnemyCut, value);
+ }
+ private int _SightSearchEnemyCut;
+ [ParamField(0x100, ParamType.I32)]
+ public int HearingSearchEnemyCut
+ {
+ get => _HearingSearchEnemyCut;
+ set => WriteParamField(ref _HearingSearchEnemyCut, value);
+ }
+ private int _HearingSearchEnemyCut;
+
+ [ParamField(0x104, ParamType.F32)]
+ public float GrabityRate
+ {
+ get => _GrabityRate;
+ set => WriteParamField(ref _GrabityRate, value);
+ }
+ private float _GrabityRate;
+
+ [ParamField(0x108, ParamType.F32)]
+ public float RegistPoizonChangeRate
+ {
+ get => _RegistPoizonChangeRate;
+ set => WriteParamField(ref _RegistPoizonChangeRate, value);
+ }
+ private float _RegistPoizonChangeRate;
+
+ [ParamField(0x10C, ParamType.F32)]
+ public float RegistIllnessChangeRate
+ {
+ get => _RegistIllnessChangeRate;
+ set => WriteParamField(ref _RegistIllnessChangeRate, value);
+ }
+ private float _RegistIllnessChangeRate;
+
+ [ParamField(0x110, ParamType.F32)]
+ public float RegistBloodChangeRate
+ {
+ get => _RegistBloodChangeRate;
+ set => WriteParamField(ref _RegistBloodChangeRate, value);
+ }
+ private float _RegistBloodChangeRate;
+
+ [ParamField(0x114, ParamType.F32)]
+ public float RegistCurseChangeRate
+ {
+ get => _RegistCurseChangeRate;
+ set => WriteParamField(ref _RegistCurseChangeRate, value);
+ }
+ private float _RegistCurseChangeRate;
+
+ [ParamField(0x118, ParamType.F32)]
+ public float SoulStealRate
+ {
+ get => _SoulStealRate;
+ set => WriteParamField(ref _SoulStealRate, value);
+ }
+ private float _SoulStealRate;
+
+ [ParamField(0x11C, ParamType.F32)]
+ public float LifeReductionRate
+ {
+ get => _LifeReductionRate;
+ set => WriteParamField(ref _LifeReductionRate, value);
+ }
+ private float _LifeReductionRate;
+
+ [ParamField(0x120, ParamType.F32)]
+ public float HpRecoverRate
+ {
+ get => _HpRecoverRate;
+ set => WriteParamField(ref _HpRecoverRate, value);
+ }
+ private float _HpRecoverRate;
+
+ [ParamField(0x124, ParamType.I32)]
+ public int ReplaceSpEffectId
+ {
+ get => _ReplaceSpEffectId;
+ set => WriteParamField(ref _ReplaceSpEffectId, value);
+ }
+ private int _ReplaceSpEffectId;
+
+ [ParamField(0x128, ParamType.I32)]
+ public int CycleOccurrenceSpEffectId
+ {
+ get => _CycleOccurrenceSpEffectId;
+ set => WriteParamField(ref _CycleOccurrenceSpEffectId, value);
+ }
+ private int _CycleOccurrenceSpEffectId;
+
+ [ParamField(0x12C, ParamType.I32)]
+ public int AtkOccurrenceSpEffectId
+ {
+ get => _AtkOccurrenceSpEffectId;
+ set => WriteParamField(ref _AtkOccurrenceSpEffectId, value);
+ }
+ private int _AtkOccurrenceSpEffectId;
+
+ [ParamField(0x130, ParamType.F32)]
+ public float GuardDefFlickPowerRate
+ {
+ get => _GuardDefFlickPowerRate;
+ set => WriteParamField(ref _GuardDefFlickPowerRate, value);
+ }
+ private float _GuardDefFlickPowerRate;
+
+ [ParamField(0x134, ParamType.F32)]
+ public float GuardStaminaCutRate
+ {
+ get => _GuardStaminaCutRate;
+ set => WriteParamField(ref _GuardStaminaCutRate, value);
+ }
+ private float _GuardStaminaCutRate;
+
+ [ParamField(0x138, ParamType.I16)]
+ public short RayCastPassedTime
+ {
+ get => _RayCastPassedTime;
+ set => WriteParamField(ref _RayCastPassedTime, value);
+ }
+ private short _RayCastPassedTime;
+
+ [ParamField(0x13A, ParamType.I16)]
+ public short ChangeSuperArmorPoint
+ {
+ get => _ChangeSuperArmorPoint;
+ set => WriteParamField(ref _ChangeSuperArmorPoint, value);
+ }
+ private short _ChangeSuperArmorPoint;
+
+ [ParamField(0x13C, ParamType.I16)]
+ public short BowDistRate
+ {
+ get => _BowDistRate;
+ set => WriteParamField(ref _BowDistRate, value);
+ }
+ private short _BowDistRate;
+
+ [ParamField(0x13E, ParamType.U16)]
+ public ushort SpCategory
+ {
+ get => _SpCategory;
+ set => WriteParamField(ref _SpCategory, value);
+ }
+ private ushort _SpCategory;
+
+ [ParamField(0x140, ParamType.U8)]
+ public byte CategoryPriority
+ {
+ get => _CategoryPriority;
+ set => WriteParamField(ref _CategoryPriority, value);
+ }
+ private byte _CategoryPriority;
+
+ [ParamField(0x141, ParamType.I8)]
+ public sbyte SaveCategory
+ {
+ get => _SaveCategory;
+ set => WriteParamField(ref _SaveCategory, value);
+ }
+ private sbyte _SaveCategory;
+
+ [ParamField(0x142, ParamType.U8)]
+ public byte ChangeMagicSlot
+ {
+ get => _ChangeMagicSlot;
+ set => WriteParamField(ref _ChangeMagicSlot, value);
+ }
+ private byte _ChangeMagicSlot;
+
+ [ParamField(0x143, ParamType.U8)]
+ public byte ChangeMiracleSlot
+ {
+ get => _ChangeMiracleSlot;
+ set => WriteParamField(ref _ChangeMiracleSlot, value);
}
+ private byte _ChangeMiracleSlot;
+
+ [ParamField(0x144, ParamType.I8)]
+ public sbyte HeroPointDamage
+ {
+ get => _HeroPointDamage;
+ set => WriteParamField(ref _HeroPointDamage, value);
+ }
+ private sbyte _HeroPointDamage;
+
+ [ParamField(0x145, ParamType.U8)]
+ public byte DefFlickPower
+ {
+ get => _DefFlickPower;
+ set => WriteParamField(ref _DefFlickPower, value);
+ }
+ private byte _DefFlickPower;
+
+ [ParamField(0x146, ParamType.U8)]
+ public byte FlickDamageCutRate
+ {
+ get => _FlickDamageCutRate;
+ set => WriteParamField(ref _FlickDamageCutRate, value);
+ }
+ private byte _FlickDamageCutRate;
+
+ [ParamField(0x147, ParamType.U8)]
+ public byte BloodDamageRate
+ {
+ get => _BloodDamageRate;
+ set => WriteParamField(ref _BloodDamageRate, value);
+ }
+ private byte _BloodDamageRate;
+
+ [ParamField(0x148, ParamType.I8)]
+ public sbyte DmgLv_None
+ {
+ get => _DmgLv_None;
+ set => WriteParamField(ref _DmgLv_None, value);
+ }
+ private sbyte _DmgLv_None;
+
+ [ParamField(0x149, ParamType.I8)]
+ public sbyte DmgLv_S
+ {
+ get => _DmgLv_S;
+ set => WriteParamField(ref _DmgLv_S, value);
+ }
+ private sbyte _DmgLv_S;
+
+ [ParamField(0x14A, ParamType.I8)]
+ public sbyte DmgLv_M
+ {
+ get => _DmgLv_M;
+ set => WriteParamField(ref _DmgLv_M, value);
+ }
+ private sbyte _DmgLv_M;
+
+ [ParamField(0x14B, ParamType.I8)]
+ public sbyte DmgLv_L
+ {
+ get => _DmgLv_L;
+ set => WriteParamField(ref _DmgLv_L, value);
+ }
+ private sbyte _DmgLv_L;
+
+ [ParamField(0x14C, ParamType.I8)]
+ public sbyte DmgLv_BlowM
+ {
+ get => _DmgLv_BlowM;
+ set => WriteParamField(ref _DmgLv_BlowM, value);
+ }
+ private sbyte _DmgLv_BlowM;
+
+ [ParamField(0x14D, ParamType.I8)]
+ public sbyte DmgLv_Push
+ {
+ get => _DmgLv_Push;
+ set => WriteParamField(ref _DmgLv_Push, value);
+ }
+ private sbyte _DmgLv_Push;
+
+ [ParamField(0x14E, ParamType.I8)]
+ public sbyte DmgLv_Strike
+ {
+ get => _DmgLv_Strike;
+ set => WriteParamField(ref _DmgLv_Strike, value);
+ }
+ private sbyte _DmgLv_Strike;
+
+ [ParamField(0x14F, ParamType.I8)]
+ public sbyte DmgLv_BlowS
+ {
+ get => _DmgLv_BlowS;
+ set => WriteParamField(ref _DmgLv_BlowS, value);
+ }
+ private sbyte _DmgLv_BlowS;
+
+ [ParamField(0x150, ParamType.I8)]
+ public sbyte DmgLv_Min
+ {
+ get => _DmgLv_Min;
+ set => WriteParamField(ref _DmgLv_Min, value);
+ }
+ private sbyte _DmgLv_Min;
+
+ [ParamField(0x151, ParamType.I8)]
+ public sbyte DmgLv_Uppercut
+ {
+ get => _DmgLv_Uppercut;
+ set => WriteParamField(ref _DmgLv_Uppercut, value);
+ }
+ private sbyte _DmgLv_Uppercut;
+
+ [ParamField(0x152, ParamType.I8)]
+ public sbyte DmgLv_BlowLL
+ {
+ get => _DmgLv_BlowLL;
+ set => WriteParamField(ref _DmgLv_BlowLL, value);
+ }
+ private sbyte _DmgLv_BlowLL;
+
+ [ParamField(0x153, ParamType.I8)]
+ public sbyte DmgLv_Breath
+ {
+ get => _DmgLv_Breath;
+ set => WriteParamField(ref _DmgLv_Breath, value);
+ }
+ private sbyte _DmgLv_Breath;
+
+ [ParamField(0x154, ParamType.U8)]
+ public byte AtkAttribute
+ {
+ get => _AtkAttribute;
+ set => WriteParamField(ref _AtkAttribute, value);
+ }
+ private byte _AtkAttribute;
+
+ [ParamField(0x155, ParamType.U8)]
+ public byte SpAttribute
+ {
+ get => _SpAttribute;
+ set => WriteParamField(ref _SpAttribute, value);
+ }
+ private byte _SpAttribute;
+
+ [ParamField(0x156, ParamType.U8)]
+ public byte StateInfo
+ {
+ get => _StateInfo;
+ set => WriteParamField(ref _StateInfo, value);
+ }
+ private byte _StateInfo;
+
+ [ParamField(0x157, ParamType.U8)]
+ public byte WepParamChange
+ {
+ get => _WepParamChange;
+ set => WriteParamField(ref _WepParamChange, value);
+ }
+ private byte _WepParamChange;
+
+ [ParamField(0x158, ParamType.U8)]
+ public byte MoveType
+ {
+ get => _MoveType;
+ set => WriteParamField(ref _MoveType, value);
+ }
+ private byte _MoveType;
+
+ [ParamField(0x159, ParamType.U8)]
+ public byte LifeReductionType
+ {
+ get => _LifeReductionType;
+ set => WriteParamField(ref _LifeReductionType, value);
+ }
+ private byte _LifeReductionType;
+
+ [ParamField(0x15A, ParamType.U8)]
+ public byte ThrowCondition
+ {
+ get => _ThrowCondition;
+ set => WriteParamField(ref _ThrowCondition, value);
+ }
+ private byte _ThrowCondition;
+
+ [ParamField(0x15B, ParamType.I8)]
+ public sbyte AddBehaviorJudgeId_condition
+ {
+ get => _AddBehaviorJudgeId_condition;
+ set => WriteParamField(ref _AddBehaviorJudgeId_condition, value);
+ }
+ private sbyte _AddBehaviorJudgeId_condition;
+
+ [ParamField(0x15C, ParamType.U8)]
+ public byte AddBehaviorJudgeId_add
+ {
+ get => _AddBehaviorJudgeId_add;
+ set => WriteParamField(ref _AddBehaviorJudgeId_add, value);
+ }
+ private byte _AddBehaviorJudgeId_add;
+
+ #region BitField EffectTargetSelfBitfield ==============================================================================
+
+ [ParamField(0x15D, ParamType.U8)]
+ public byte EffectTargetSelfBitfield
+ {
+ get => _EffectTargetSelfBitfield;
+ set => WriteParamField(ref _EffectTargetSelfBitfield, value);
+ }
+ private byte _EffectTargetSelfBitfield;
+
+ [ParamBitField(nameof(EffectTargetSelfBitfield), bits: 1, bitsOffset: 0)]
+ public byte EffectTargetSelf
+ {
+ get => GetbitfieldValue(_EffectTargetSelfBitfield);
+ set => SetBitfieldValue(ref _EffectTargetSelfBitfield, value);
+ }
+
+ [ParamBitField(nameof(EffectTargetSelfBitfield), bits: 1, bitsOffset: 1)]
+ public byte EffectTargetFriend
+ {
+ get => GetbitfieldValue(_EffectTargetSelfBitfield);
+ set => SetBitfieldValue(ref _EffectTargetSelfBitfield, value);
+ }
+
+ [ParamBitField(nameof(EffectTargetSelfBitfield), bits: 1, bitsOffset: 2)]
+ public byte EffectTargetEnemy
+ {
+ get => GetbitfieldValue(_EffectTargetSelfBitfield);
+ set => SetBitfieldValue(ref _EffectTargetSelfBitfield, value);
+ }
+
+ [ParamBitField(nameof(EffectTargetSelfBitfield), bits: 1, bitsOffset: 3)]
+ public byte EffectTargetPlayer
+ {
+ get => GetbitfieldValue(_EffectTargetSelfBitfield);
+ set => SetBitfieldValue(ref _EffectTargetSelfBitfield, value);
+ }
+
+ [ParamBitField(nameof(EffectTargetSelfBitfield), bits: 1, bitsOffset: 4)]
+ public byte EffectTargetAI
+ {
+ get => GetbitfieldValue(_EffectTargetSelfBitfield);
+ set => SetBitfieldValue(ref _EffectTargetSelfBitfield, value);
+ }
+
+ [ParamBitField(nameof(EffectTargetSelfBitfield), bits: 1, bitsOffset: 5)]
+ public byte EffectTargetLive
+ {
+ get => GetbitfieldValue(_EffectTargetSelfBitfield);
+ set => SetBitfieldValue(ref _EffectTargetSelfBitfield, value);
+ }
+
+ [ParamBitField(nameof(EffectTargetSelfBitfield), bits: 1, bitsOffset: 6)]
+ public byte EffectTargetGhost
+ {
+ get => GetbitfieldValue(_EffectTargetSelfBitfield);
+ set => SetBitfieldValue(ref _EffectTargetSelfBitfield, value);
+ }
+
+ [ParamBitField(nameof(EffectTargetSelfBitfield), bits: 1, bitsOffset: 7)]
+ public byte EffectTargetWhiteGhost
+ {
+ get => GetbitfieldValue(_EffectTargetSelfBitfield);
+ set => SetBitfieldValue(ref _EffectTargetSelfBitfield, value);
+ }
+
+ #endregion BitField EffectTargetSelfBitfield
+
+ #region BitField EffectTargetBlackGhostBitfield ==============================================================================
+
+ [ParamField(0x15E, ParamType.U8)]
+ public byte EffectTargetBlackGhostBitfield
+ {
+ get => _EffectTargetBlackGhostBitfield;
+ set => WriteParamField(ref _EffectTargetBlackGhostBitfield, value);
+ }
+ private byte _EffectTargetBlackGhostBitfield;
+
+ [ParamBitField(nameof(EffectTargetBlackGhostBitfield), bits: 1, bitsOffset: 0)]
+ public byte EffectTargetBlackGhost
+ {
+ get => GetbitfieldValue(_EffectTargetBlackGhostBitfield);
+ set => SetBitfieldValue(ref _EffectTargetBlackGhostBitfield, value);
+ }
+
+ [ParamBitField(nameof(EffectTargetBlackGhostBitfield), bits: 1, bitsOffset: 1)]
+ public byte EffectTargetAttacker
+ {
+ get => GetbitfieldValue(_EffectTargetBlackGhostBitfield);
+ set => SetBitfieldValue(ref _EffectTargetBlackGhostBitfield, value);
+ }
+
+ [ParamBitField(nameof(EffectTargetBlackGhostBitfield), bits: 1, bitsOffset: 2)]
+ public byte DispIconNonactive
+ {
+ get => GetbitfieldValue(_EffectTargetBlackGhostBitfield);
+ set => SetBitfieldValue(ref _EffectTargetBlackGhostBitfield, value);
+ }
+
+ [ParamBitField(nameof(EffectTargetBlackGhostBitfield), bits: 1, bitsOffset: 3)]
+ public byte UseSpEffectEffect
+ {
+ get => GetbitfieldValue(_EffectTargetBlackGhostBitfield);
+ set => SetBitfieldValue(ref _EffectTargetBlackGhostBitfield, value);
+ }
+
+ [ParamBitField(nameof(EffectTargetBlackGhostBitfield), bits: 1, bitsOffset: 4)]
+ public byte BAdjustMagicAblity
+ {
+ get => GetbitfieldValue(_EffectTargetBlackGhostBitfield);
+ set => SetBitfieldValue(ref _EffectTargetBlackGhostBitfield, value);
+ }
+
+ [ParamBitField(nameof(EffectTargetBlackGhostBitfield), bits: 1, bitsOffset: 5)]
+ public byte BAdjustFaithAblity
+ {
+ get => GetbitfieldValue(_EffectTargetBlackGhostBitfield);
+ set => SetBitfieldValue(ref _EffectTargetBlackGhostBitfield, value);
+ }
+
+ [ParamBitField(nameof(EffectTargetBlackGhostBitfield), bits: 1, bitsOffset: 6)]
+ public byte BGameClearBonus
+ {
+ get => GetbitfieldValue(_EffectTargetBlackGhostBitfield);
+ set => SetBitfieldValue(ref _EffectTargetBlackGhostBitfield, value);
+ }
+
+ [ParamBitField(nameof(EffectTargetBlackGhostBitfield), bits: 1, bitsOffset: 7)]
+ public byte MagParamChange
+ {
+ get => GetbitfieldValue(_EffectTargetBlackGhostBitfield);
+ set => SetBitfieldValue(ref _EffectTargetBlackGhostBitfield, value);
+ }
+
+ #endregion BitField EffectTargetBlackGhostBitfield
+
+ #region BitField MiracleParamChangeBitfield ==============================================================================
+
+ [ParamField(0x15F, ParamType.U8)]
+ public byte MiracleParamChangeBitfield
+ {
+ get => _MiracleParamChangeBitfield;
+ set => WriteParamField(ref _MiracleParamChangeBitfield, value);
+ }
+ private byte _MiracleParamChangeBitfield;
+
+ [ParamBitField(nameof(MiracleParamChangeBitfield), bits: 1, bitsOffset: 0)]
+ public byte MiracleParamChange
+ {
+ get => GetbitfieldValue(_MiracleParamChangeBitfield);
+ set => SetBitfieldValue(ref _MiracleParamChangeBitfield, value);
+ }
+
+ [ParamBitField(nameof(MiracleParamChangeBitfield), bits: 1, bitsOffset: 1)]
+ public byte ClearSoul
+ {
+ get => GetbitfieldValue(_MiracleParamChangeBitfield);
+ set => SetBitfieldValue(ref _MiracleParamChangeBitfield, value);
+ }
+
+ [ParamBitField(nameof(MiracleParamChangeBitfield), bits: 1, bitsOffset: 2)]
+ public byte RequestSOS
+ {
+ get => GetbitfieldValue(_MiracleParamChangeBitfield);
+ set => SetBitfieldValue(ref _MiracleParamChangeBitfield, value);
+ }
+
+ [ParamBitField(nameof(MiracleParamChangeBitfield), bits: 1, bitsOffset: 3)]
+ public byte RequestBlackSOS
+ {
+ get => GetbitfieldValue(_MiracleParamChangeBitfield);
+ set => SetBitfieldValue(ref _MiracleParamChangeBitfield, value);
+ }
+
+ [ParamBitField(nameof(MiracleParamChangeBitfield), bits: 1, bitsOffset: 4)]
+ public byte RequestForceJoinBlackSOS
+ {
+ get => GetbitfieldValue(_MiracleParamChangeBitfield);
+ set => SetBitfieldValue(ref _MiracleParamChangeBitfield, value);
+ }
+
+ [ParamBitField(nameof(MiracleParamChangeBitfield), bits: 1, bitsOffset: 5)]
+ public byte RequestKickSession
+ {
+ get => GetbitfieldValue(_MiracleParamChangeBitfield);
+ set => SetBitfieldValue(ref _MiracleParamChangeBitfield, value);
+ }
+
+ [ParamBitField(nameof(MiracleParamChangeBitfield), bits: 1, bitsOffset: 6)]
+ public byte RequestLeaveSession
+ {
+ get => GetbitfieldValue(_MiracleParamChangeBitfield);
+ set => SetBitfieldValue(ref _MiracleParamChangeBitfield, value);
+ }
+
+ [ParamBitField(nameof(MiracleParamChangeBitfield), bits: 1, bitsOffset: 7)]
+ public byte RequestNpcInveda
+ {
+ get => GetbitfieldValue(_MiracleParamChangeBitfield);
+ set => SetBitfieldValue(ref _MiracleParamChangeBitfield, value);
+ }
+
+ #endregion BitField MiracleParamChangeBitfield
+
+ #region BitField NoDeadBitfield ==============================================================================
+
+ [ParamField(0x160, ParamType.U8)]
+ public byte NoDeadBitfield
+ {
+ get => _NoDeadBitfield;
+ set => WriteParamField(ref _NoDeadBitfield, value);
+ }
+ private byte _NoDeadBitfield;
+
+ [ParamBitField(nameof(NoDeadBitfield), bits: 1, bitsOffset: 0)]
+ public byte NoDead
+ {
+ get => GetbitfieldValue(_NoDeadBitfield);
+ set => SetBitfieldValue(ref _NoDeadBitfield, value);
+ }
+
+ [ParamBitField(nameof(NoDeadBitfield), bits: 1, bitsOffset: 1)]
+ public byte BCurrHPIndependeMaxHP
+ {
+ get => GetbitfieldValue(_NoDeadBitfield);
+ set => SetBitfieldValue(ref _NoDeadBitfield, value);
+ }
+
+ [ParamBitField(nameof(NoDeadBitfield), bits: 1, bitsOffset: 2)]
+ public byte CorrosionIgnore
+ {
+ get => GetbitfieldValue(_NoDeadBitfield);
+ set => SetBitfieldValue(ref _NoDeadBitfield, value);
+ }
+
+ [ParamBitField(nameof(NoDeadBitfield), bits: 1, bitsOffset: 3)]
+ public byte SightSearchCutIgnore
+ {
+ get => GetbitfieldValue(_NoDeadBitfield);
+ set => SetBitfieldValue(ref _NoDeadBitfield, value);
+ }
+
+ [ParamBitField(nameof(NoDeadBitfield), bits: 1, bitsOffset: 4)]
+ public byte HearingSearchCutIgnore
+ {
+ get => GetbitfieldValue(_NoDeadBitfield);
+ set => SetBitfieldValue(ref _NoDeadBitfield, value);
+ }
+
+ [ParamBitField(nameof(NoDeadBitfield), bits: 1, bitsOffset: 5)]
+ public byte AntiMagicIgnore
+ {
+ get => GetbitfieldValue(_NoDeadBitfield);
+ set => SetBitfieldValue(ref _NoDeadBitfield, value);
+ }
+
+ [ParamBitField(nameof(NoDeadBitfield), bits: 1, bitsOffset: 6)]
+ public byte FakeTargetIgnore
+ {
+ get => GetbitfieldValue(_NoDeadBitfield);
+ set => SetBitfieldValue(ref _NoDeadBitfield, value);
+ }
+
+ [ParamBitField(nameof(NoDeadBitfield), bits: 1, bitsOffset: 7)]
+ public byte FakeTargetIgnoreUndead
+ {
+ get => GetbitfieldValue(_NoDeadBitfield);
+ set => SetBitfieldValue(ref _NoDeadBitfield, value);
+ }
+
+ #endregion BitField NoDeadBitfield
+
+ #region BitField FakeTargetIgnoreAnimalBitfield ==============================================================================
+
+ [ParamField(0x161, ParamType.U8)]
+ public byte FakeTargetIgnoreAnimalBitfield
+ {
+ get => _FakeTargetIgnoreAnimalBitfield;
+ set => WriteParamField(ref _FakeTargetIgnoreAnimalBitfield, value);
+ }
+ private byte _FakeTargetIgnoreAnimalBitfield;
+
+ [ParamBitField(nameof(FakeTargetIgnoreAnimalBitfield), bits: 1, bitsOffset: 0)]
+ public byte FakeTargetIgnoreAnimal
+ {
+ get => GetbitfieldValue(_FakeTargetIgnoreAnimalBitfield);
+ set => SetBitfieldValue(ref _FakeTargetIgnoreAnimalBitfield, value);
+ }
+
+ [ParamBitField(nameof(FakeTargetIgnoreAnimalBitfield), bits: 1, bitsOffset: 1)]
+ public byte GrabityIgnore
+ {
+ get => GetbitfieldValue(_FakeTargetIgnoreAnimalBitfield);
+ set => SetBitfieldValue(ref _FakeTargetIgnoreAnimalBitfield, value);
+ }
+
+ [ParamBitField(nameof(FakeTargetIgnoreAnimalBitfield), bits: 1, bitsOffset: 2)]
+ public byte DisablePoison
+ {
+ get => GetbitfieldValue(_FakeTargetIgnoreAnimalBitfield);
+ set => SetBitfieldValue(ref _FakeTargetIgnoreAnimalBitfield, value);
+ }
+
+ [ParamBitField(nameof(FakeTargetIgnoreAnimalBitfield), bits: 1, bitsOffset: 3)]
+ public byte DisableDisease
+ {
+ get => GetbitfieldValue(_FakeTargetIgnoreAnimalBitfield);
+ set => SetBitfieldValue(ref _FakeTargetIgnoreAnimalBitfield, value);
+ }
+
+ [ParamBitField(nameof(FakeTargetIgnoreAnimalBitfield), bits: 1, bitsOffset: 4)]
+ public byte DisableBlood
+ {
+ get => GetbitfieldValue(_FakeTargetIgnoreAnimalBitfield);
+ set => SetBitfieldValue(ref _FakeTargetIgnoreAnimalBitfield, value);
+ }
+
+ [ParamBitField(nameof(FakeTargetIgnoreAnimalBitfield), bits: 1, bitsOffset: 5)]
+ public byte DisableCurse
+ {
+ get => GetbitfieldValue(_FakeTargetIgnoreAnimalBitfield);
+ set => SetBitfieldValue(ref _FakeTargetIgnoreAnimalBitfield, value);
+ }
+
+ [ParamBitField(nameof(FakeTargetIgnoreAnimalBitfield), bits: 1, bitsOffset: 6)]
+ public byte EnableCharm
+ {
+ get => GetbitfieldValue(_FakeTargetIgnoreAnimalBitfield);
+ set => SetBitfieldValue(ref _FakeTargetIgnoreAnimalBitfield, value);
+ }
+
+ [ParamBitField(nameof(FakeTargetIgnoreAnimalBitfield), bits: 1, bitsOffset: 7)]
+ public byte EnableLifeTime
+ {
+ get => GetbitfieldValue(_FakeTargetIgnoreAnimalBitfield);
+ set => SetBitfieldValue(ref _FakeTargetIgnoreAnimalBitfield, value);
+ }
+
+ #endregion BitField FakeTargetIgnoreAnimalBitfield
+
+ #region BitField HasTargetBitfield ==============================================================================
+
+ [ParamField(0x162, ParamType.U8)]
+ public byte HasTargetBitfield
+ {
+ get => _HasTargetBitfield;
+ set => WriteParamField(ref _HasTargetBitfield, value);
+ }
+ private byte _HasTargetBitfield;
+
+ [ParamBitField(nameof(HasTargetBitfield), bits: 1, bitsOffset: 0)]
+ public byte HasTarget
+ {
+ get => GetbitfieldValue(_HasTargetBitfield);
+ set => SetBitfieldValue(ref _HasTargetBitfield, value);
+ }
+
+ [ParamBitField(nameof(HasTargetBitfield), bits: 1, bitsOffset: 1)]
+ public byte IsFireDamageCancel
+ {
+ get => GetbitfieldValue(_HasTargetBitfield);
+ set => SetBitfieldValue(ref _HasTargetBitfield, value);
+ }
+
+ [ParamBitField(nameof(HasTargetBitfield), bits: 1, bitsOffset: 2)]
+ public byte IsExtendSpEffectLife
+ {
+ get => GetbitfieldValue(_HasTargetBitfield);
+ set => SetBitfieldValue(ref _HasTargetBitfield, value);
+ }
+
+ [ParamBitField(nameof(HasTargetBitfield), bits: 1, bitsOffset: 3)]
+ public byte RequestLeaveColiseumSession
+ {
+ get => GetbitfieldValue(_HasTargetBitfield);
+ set => SetBitfieldValue(ref _HasTargetBitfield, value);
+ }
+
+ [ParamBitField(nameof(HasTargetBitfield), bits: 4, bitsOffset: 4)]
+ public byte Pad_2
+ {
+ get => GetbitfieldValue(_HasTargetBitfield);
+ set => SetBitfieldValue(ref _HasTargetBitfield, value);
+ }
+
+ #endregion BitField HasTargetBitfield
+
+ #region BitField VowType0Bitfield ==============================================================================
+
+ [ParamField(0x163, ParamType.U8)]
+ public byte VowType0Bitfield
+ {
+ get => _VowType0Bitfield;
+ set => WriteParamField(ref _VowType0Bitfield, value);
+ }
+ private byte _VowType0Bitfield;
+
+ [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 0)]
+ public byte VowType0
+ {
+ get => GetbitfieldValue(_VowType0Bitfield);
+ set => SetBitfieldValue(ref _VowType0Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 1)]
+ public byte VowType1
+ {
+ get => GetbitfieldValue(_VowType0Bitfield);
+ set => SetBitfieldValue(ref _VowType0Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 2)]
+ public byte VowType2
+ {
+ get => GetbitfieldValue(_VowType0Bitfield);
+ set => SetBitfieldValue(ref _VowType0Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 3)]
+ public byte VowType3
+ {
+ get => GetbitfieldValue(_VowType0Bitfield);
+ set => SetBitfieldValue(ref _VowType0Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 4)]
+ public byte VowType4
+ {
+ get => GetbitfieldValue(_VowType0Bitfield);
+ set => SetBitfieldValue(ref _VowType0Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 5)]
+ public byte VowType5
+ {
+ get => GetbitfieldValue(_VowType0Bitfield);
+ set => SetBitfieldValue(ref _VowType0Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 6)]
+ public byte VowType6
+ {
+ get => GetbitfieldValue(_VowType0Bitfield);
+ set => SetBitfieldValue(ref _VowType0Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType0Bitfield), bits: 1, bitsOffset: 7)]
+ public byte VowType7
+ {
+ get => GetbitfieldValue(_VowType0Bitfield);
+ set => SetBitfieldValue(ref _VowType0Bitfield, value);
+ }
+
+ #endregion BitField VowType0Bitfield
+
+ #region BitField VowType8Bitfield ==============================================================================
+
+ [ParamField(0x164, ParamType.U8)]
+ public byte VowType8Bitfield
+ {
+ get => _VowType8Bitfield;
+ set => WriteParamField(ref _VowType8Bitfield, value);
+ }
+ private byte _VowType8Bitfield;
+
+ [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 0)]
+ public byte VowType8
+ {
+ get => GetbitfieldValue(_VowType8Bitfield);
+ set => SetBitfieldValue(ref _VowType8Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 1)]
+ public byte VowType9
+ {
+ get => GetbitfieldValue(_VowType8Bitfield);
+ set => SetBitfieldValue(ref _VowType8Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 2)]
+ public byte VowType10
+ {
+ get => GetbitfieldValue(_VowType8Bitfield);
+ set => SetBitfieldValue(ref _VowType8Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 3)]
+ public byte VowType11
+ {
+ get => GetbitfieldValue(_VowType8Bitfield);
+ set => SetBitfieldValue(ref _VowType8Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 4)]
+ public byte VowType12
+ {
+ get => GetbitfieldValue(_VowType8Bitfield);
+ set => SetBitfieldValue(ref _VowType8Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 5)]
+ public byte VowType13
+ {
+ get => GetbitfieldValue(_VowType8Bitfield);
+ set => SetBitfieldValue(ref _VowType8Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 6)]
+ public byte VowType14
+ {
+ get => GetbitfieldValue(_VowType8Bitfield);
+ set => SetBitfieldValue(ref _VowType8Bitfield, value);
+ }
+
+ [ParamBitField(nameof(VowType8Bitfield), bits: 1, bitsOffset: 7)]
+ public byte VowType15
+ {
+ get => GetbitfieldValue(_VowType8Bitfield);
+ set => SetBitfieldValue(ref _VowType8Bitfield, value);
+ }
+
+ #endregion BitField VowType8Bitfield
+
+ [ParamField(0x165, ParamType.Dummy8, 11)]
+ public byte[] Pad1
+ {
+ get => _Pad1;
+ set => WriteParamField(ref _Pad1, value);
+ }
+ private byte[] _Pad1 = null!;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/SpEffectVfx.cs b/src/SoulMemory/DarkSouls1/Parameters/SpEffectVfx.cs
index 15716ca8..d436c73d 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/SpEffectVfx.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/SpEffectVfx.cs
@@ -18,249 +18,246 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class SpEffectVfx(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class SpEffectVfx : BaseParam
+ [ParamField(0x0, ParamType.I32)]
+ public int MidstSfxId
+ {
+ get => _MidstSfxId;
+ set => WriteParamField(ref _MidstSfxId, value);
+ }
+ private int _MidstSfxId;
+
+ [ParamField(0x4, ParamType.I32)]
+ public int MidstSeId
+ {
+ get => _MidstSeId;
+ set => WriteParamField(ref _MidstSeId, value);
+ }
+ private int _MidstSeId;
+
+ [ParamField(0x8, ParamType.I32)]
+ public int InitSfxId
+ {
+ get => _InitSfxId;
+ set => WriteParamField(ref _InitSfxId, value);
+ }
+ private int _InitSfxId;
+
+ [ParamField(0xC, ParamType.I32)]
+ public int InitSeId
+ {
+ get => _InitSeId;
+ set => WriteParamField(ref _InitSeId, value);
+ }
+ private int _InitSeId;
+
+ [ParamField(0x10, ParamType.I32)]
+ public int FinishSfxId
+ {
+ get => _FinishSfxId;
+ set => WriteParamField(ref _FinishSfxId, value);
+ }
+ private int _FinishSfxId;
+
+ [ParamField(0x14, ParamType.I32)]
+ public int FinishSeId
+ {
+ get => _FinishSeId;
+ set => WriteParamField(ref _FinishSeId, value);
+ }
+ private int _FinishSeId;
+
+ [ParamField(0x18, ParamType.F32)]
+ public float CamouflageBeginDist
+ {
+ get => _CamouflageBeginDist;
+ set => WriteParamField(ref _CamouflageBeginDist, value);
+ }
+ private float _CamouflageBeginDist;
+
+ [ParamField(0x1C, ParamType.F32)]
+ public float CamouflageEndDist
+ {
+ get => _CamouflageEndDist;
+ set => WriteParamField(ref _CamouflageEndDist, value);
+ }
+ private float _CamouflageEndDist;
+
+ [ParamField(0x20, ParamType.I32)]
+ public int TransformProtectorId
+ {
+ get => _TransformProtectorId;
+ set => WriteParamField(ref _TransformProtectorId, value);
+ }
+ private int _TransformProtectorId;
+
+ [ParamField(0x24, ParamType.I16)]
+ public short MidstDmyId
+ {
+ get => _MidstDmyId;
+ set => WriteParamField(ref _MidstDmyId, value);
+ }
+ private short _MidstDmyId;
+
+ [ParamField(0x26, ParamType.I16)]
+ public short InitDmyId
+ {
+ get => _InitDmyId;
+ set => WriteParamField(ref _InitDmyId, value);
+ }
+ private short _InitDmyId;
+
+ [ParamField(0x28, ParamType.I16)]
+ public short FinishDmyId
+ {
+ get => _FinishDmyId;
+ set => WriteParamField(ref _FinishDmyId, value);
+ }
+ private short _FinishDmyId;
+
+ [ParamField(0x2A, ParamType.U8)]
+ public byte EffectType
+ {
+ get => _EffectType;
+ set => WriteParamField(ref _EffectType, value);
+ }
+ private byte _EffectType;
+
+ [ParamField(0x2B, ParamType.U8)]
+ public byte SoulParamIdForWepEnchant
+ {
+ get => _SoulParamIdForWepEnchant;
+ set => WriteParamField(ref _SoulParamIdForWepEnchant, value);
+ }
+ private byte _SoulParamIdForWepEnchant;
+
+ [ParamField(0x2C, ParamType.U8)]
+ public byte PlayCategory
+ {
+ get => _PlayCategory;
+ set => WriteParamField(ref _PlayCategory, value);
+ }
+ private byte _PlayCategory;
+
+ [ParamField(0x2D, ParamType.U8)]
+ public byte PlayPriority
{
- public SpEffectVfx(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I32)]
- public int MidstSfxId
- {
- get => _MidstSfxId;
- set => WriteParamField(ref _MidstSfxId, value);
- }
- private int _MidstSfxId;
-
- [ParamField(0x4, ParamType.I32)]
- public int MidstSeId
- {
- get => _MidstSeId;
- set => WriteParamField(ref _MidstSeId, value);
- }
- private int _MidstSeId;
-
- [ParamField(0x8, ParamType.I32)]
- public int InitSfxId
- {
- get => _InitSfxId;
- set => WriteParamField(ref _InitSfxId, value);
- }
- private int _InitSfxId;
-
- [ParamField(0xC, ParamType.I32)]
- public int InitSeId
- {
- get => _InitSeId;
- set => WriteParamField(ref _InitSeId, value);
- }
- private int _InitSeId;
-
- [ParamField(0x10, ParamType.I32)]
- public int FinishSfxId
- {
- get => _FinishSfxId;
- set => WriteParamField(ref _FinishSfxId, value);
- }
- private int _FinishSfxId;
-
- [ParamField(0x14, ParamType.I32)]
- public int FinishSeId
- {
- get => _FinishSeId;
- set => WriteParamField(ref _FinishSeId, value);
- }
- private int _FinishSeId;
-
- [ParamField(0x18, ParamType.F32)]
- public float CamouflageBeginDist
- {
- get => _CamouflageBeginDist;
- set => WriteParamField(ref _CamouflageBeginDist, value);
- }
- private float _CamouflageBeginDist;
-
- [ParamField(0x1C, ParamType.F32)]
- public float CamouflageEndDist
- {
- get => _CamouflageEndDist;
- set => WriteParamField(ref _CamouflageEndDist, value);
- }
- private float _CamouflageEndDist;
-
- [ParamField(0x20, ParamType.I32)]
- public int TransformProtectorId
- {
- get => _TransformProtectorId;
- set => WriteParamField(ref _TransformProtectorId, value);
- }
- private int _TransformProtectorId;
-
- [ParamField(0x24, ParamType.I16)]
- public short MidstDmyId
- {
- get => _MidstDmyId;
- set => WriteParamField(ref _MidstDmyId, value);
- }
- private short _MidstDmyId;
-
- [ParamField(0x26, ParamType.I16)]
- public short InitDmyId
- {
- get => _InitDmyId;
- set => WriteParamField(ref _InitDmyId, value);
- }
- private short _InitDmyId;
-
- [ParamField(0x28, ParamType.I16)]
- public short FinishDmyId
- {
- get => _FinishDmyId;
- set => WriteParamField(ref _FinishDmyId, value);
- }
- private short _FinishDmyId;
-
- [ParamField(0x2A, ParamType.U8)]
- public byte EffectType
- {
- get => _EffectType;
- set => WriteParamField(ref _EffectType, value);
- }
- private byte _EffectType;
-
- [ParamField(0x2B, ParamType.U8)]
- public byte SoulParamIdForWepEnchant
- {
- get => _SoulParamIdForWepEnchant;
- set => WriteParamField(ref _SoulParamIdForWepEnchant, value);
- }
- private byte _SoulParamIdForWepEnchant;
-
- [ParamField(0x2C, ParamType.U8)]
- public byte PlayCategory
- {
- get => _PlayCategory;
- set => WriteParamField(ref _PlayCategory, value);
- }
- private byte _PlayCategory;
-
- [ParamField(0x2D, ParamType.U8)]
- public byte PlayPriority
- {
- get => _PlayPriority;
- set => WriteParamField(ref _PlayPriority, value);
- }
- private byte _PlayPriority;
-
- #region BitField ExistEffectForLargeBitfield ==============================================================================
-
- [ParamField(0x2E, ParamType.U8)]
- public byte ExistEffectForLargeBitfield
- {
- get => _ExistEffectForLargeBitfield;
- set => WriteParamField(ref _ExistEffectForLargeBitfield, value);
- }
- private byte _ExistEffectForLargeBitfield;
-
- [ParamBitField(nameof(ExistEffectForLargeBitfield), bits: 1, bitsOffset: 0)]
- public byte ExistEffectForLarge
- {
- get => GetbitfieldValue(_ExistEffectForLargeBitfield);
- set => SetBitfieldValue(ref _ExistEffectForLargeBitfield, value);
- }
-
- [ParamBitField(nameof(ExistEffectForLargeBitfield), bits: 1, bitsOffset: 1)]
- public byte ExistEffectForSoul
- {
- get => GetbitfieldValue(_ExistEffectForLargeBitfield);
- set => SetBitfieldValue(ref _ExistEffectForLargeBitfield, value);
- }
-
- [ParamBitField(nameof(ExistEffectForLargeBitfield), bits: 1, bitsOffset: 2)]
- public byte EffectInvisibleAtCamouflage
- {
- get => GetbitfieldValue(_ExistEffectForLargeBitfield);
- set => SetBitfieldValue(ref _ExistEffectForLargeBitfield, value);
- }
-
- [ParamBitField(nameof(ExistEffectForLargeBitfield), bits: 1, bitsOffset: 3)]
- public byte UseCamouflage
- {
- get => GetbitfieldValue(_ExistEffectForLargeBitfield);
- set => SetBitfieldValue(ref _ExistEffectForLargeBitfield, value);
- }
-
- [ParamBitField(nameof(ExistEffectForLargeBitfield), bits: 1, bitsOffset: 4)]
- public byte InvisibleAtFriendCamouflage
- {
- get => GetbitfieldValue(_ExistEffectForLargeBitfield);
- set => SetBitfieldValue(ref _ExistEffectForLargeBitfield, value);
- }
-
- [ParamBitField(nameof(ExistEffectForLargeBitfield), bits: 1, bitsOffset: 5)]
- public byte AddMapAreaBlockOffset
- {
- get => GetbitfieldValue(_ExistEffectForLargeBitfield);
- set => SetBitfieldValue(ref _ExistEffectForLargeBitfield, value);
- }
-
- [ParamBitField(nameof(ExistEffectForLargeBitfield), bits: 1, bitsOffset: 6)]
- public byte HalfCamouflage
- {
- get => GetbitfieldValue(_ExistEffectForLargeBitfield);
- set => SetBitfieldValue(ref _ExistEffectForLargeBitfield, value);
- }
-
- [ParamBitField(nameof(ExistEffectForLargeBitfield), bits: 1, bitsOffset: 7)]
- public byte IsFullBodyTransformProtectorId
- {
- get => GetbitfieldValue(_ExistEffectForLargeBitfield);
- set => SetBitfieldValue(ref _ExistEffectForLargeBitfield, value);
- }
-
- #endregion BitField ExistEffectForLargeBitfield
-
- #region BitField IsInvisibleWeaponBitfield ==============================================================================
-
- [ParamField(0x2F, ParamType.U8)]
- public byte IsInvisibleWeaponBitfield
- {
- get => _IsInvisibleWeaponBitfield;
- set => WriteParamField(ref _IsInvisibleWeaponBitfield, value);
- }
- private byte _IsInvisibleWeaponBitfield;
-
- [ParamBitField(nameof(IsInvisibleWeaponBitfield), bits: 1, bitsOffset: 0)]
- public byte IsInvisibleWeapon
- {
- get => GetbitfieldValue(_IsInvisibleWeaponBitfield);
- set => SetBitfieldValue(ref _IsInvisibleWeaponBitfield, value);
- }
-
- [ParamBitField(nameof(IsInvisibleWeaponBitfield), bits: 1, bitsOffset: 1)]
- public byte IsSilence
- {
- get => GetbitfieldValue(_IsInvisibleWeaponBitfield);
- set => SetBitfieldValue(ref _IsInvisibleWeaponBitfield, value);
- }
-
- [ParamBitField(nameof(IsInvisibleWeaponBitfield), bits: 6, bitsOffset: 2)]
- public byte Pad_1
- {
- get => GetbitfieldValue(_IsInvisibleWeaponBitfield);
- set => SetBitfieldValue(ref _IsInvisibleWeaponBitfield, value);
- }
-
- #endregion BitField IsInvisibleWeaponBitfield
-
- [ParamField(0x30, ParamType.Dummy8, 16)]
- public byte[] Pad
- {
- get => _Pad;
- set => WriteParamField(ref _Pad, value);
- }
- private byte[] _Pad;
+ get => _PlayPriority;
+ set => WriteParamField(ref _PlayPriority, value);
+ }
+ private byte _PlayPriority;
+
+ #region BitField ExistEffectForLargeBitfield ==============================================================================
+
+ [ParamField(0x2E, ParamType.U8)]
+ public byte ExistEffectForLargeBitfield
+ {
+ get => _ExistEffectForLargeBitfield;
+ set => WriteParamField(ref _ExistEffectForLargeBitfield, value);
+ }
+ private byte _ExistEffectForLargeBitfield;
+
+ [ParamBitField(nameof(ExistEffectForLargeBitfield), bits: 1, bitsOffset: 0)]
+ public byte ExistEffectForLarge
+ {
+ get => GetbitfieldValue(_ExistEffectForLargeBitfield);
+ set => SetBitfieldValue(ref _ExistEffectForLargeBitfield, value);
+ }
+
+ [ParamBitField(nameof(ExistEffectForLargeBitfield), bits: 1, bitsOffset: 1)]
+ public byte ExistEffectForSoul
+ {
+ get => GetbitfieldValue(_ExistEffectForLargeBitfield);
+ set => SetBitfieldValue(ref _ExistEffectForLargeBitfield, value);
+ }
+
+ [ParamBitField(nameof(ExistEffectForLargeBitfield), bits: 1, bitsOffset: 2)]
+ public byte EffectInvisibleAtCamouflage
+ {
+ get => GetbitfieldValue(_ExistEffectForLargeBitfield);
+ set => SetBitfieldValue(ref _ExistEffectForLargeBitfield, value);
+ }
+
+ [ParamBitField(nameof(ExistEffectForLargeBitfield), bits: 1, bitsOffset: 3)]
+ public byte UseCamouflage
+ {
+ get => GetbitfieldValue(_ExistEffectForLargeBitfield);
+ set => SetBitfieldValue(ref _ExistEffectForLargeBitfield, value);
+ }
+
+ [ParamBitField(nameof(ExistEffectForLargeBitfield), bits: 1, bitsOffset: 4)]
+ public byte InvisibleAtFriendCamouflage
+ {
+ get => GetbitfieldValue(_ExistEffectForLargeBitfield);
+ set => SetBitfieldValue(ref _ExistEffectForLargeBitfield, value);
+ }
+
+ [ParamBitField(nameof(ExistEffectForLargeBitfield), bits: 1, bitsOffset: 5)]
+ public byte AddMapAreaBlockOffset
+ {
+ get => GetbitfieldValue(_ExistEffectForLargeBitfield);
+ set => SetBitfieldValue(ref _ExistEffectForLargeBitfield, value);
+ }
+ [ParamBitField(nameof(ExistEffectForLargeBitfield), bits: 1, bitsOffset: 6)]
+ public byte HalfCamouflage
+ {
+ get => GetbitfieldValue(_ExistEffectForLargeBitfield);
+ set => SetBitfieldValue(ref _ExistEffectForLargeBitfield, value);
+ }
+
+ [ParamBitField(nameof(ExistEffectForLargeBitfield), bits: 1, bitsOffset: 7)]
+ public byte IsFullBodyTransformProtectorId
+ {
+ get => GetbitfieldValue(_ExistEffectForLargeBitfield);
+ set => SetBitfieldValue(ref _ExistEffectForLargeBitfield, value);
+ }
+
+ #endregion BitField ExistEffectForLargeBitfield
+
+ #region BitField IsInvisibleWeaponBitfield ==============================================================================
+
+ [ParamField(0x2F, ParamType.U8)]
+ public byte IsInvisibleWeaponBitfield
+ {
+ get => _IsInvisibleWeaponBitfield;
+ set => WriteParamField(ref _IsInvisibleWeaponBitfield, value);
+ }
+ private byte _IsInvisibleWeaponBitfield;
+
+ [ParamBitField(nameof(IsInvisibleWeaponBitfield), bits: 1, bitsOffset: 0)]
+ public byte IsInvisibleWeapon
+ {
+ get => GetbitfieldValue(_IsInvisibleWeaponBitfield);
+ set => SetBitfieldValue(ref _IsInvisibleWeaponBitfield, value);
}
+
+ [ParamBitField(nameof(IsInvisibleWeaponBitfield), bits: 1, bitsOffset: 1)]
+ public byte IsSilence
+ {
+ get => GetbitfieldValue(_IsInvisibleWeaponBitfield);
+ set => SetBitfieldValue(ref _IsInvisibleWeaponBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsInvisibleWeaponBitfield), bits: 6, bitsOffset: 2)]
+ public byte Pad_1
+ {
+ get => GetbitfieldValue(_IsInvisibleWeaponBitfield);
+ set => SetBitfieldValue(ref _IsInvisibleWeaponBitfield, value);
+ }
+
+ #endregion BitField IsInvisibleWeaponBitfield
+
+ [ParamField(0x30, ParamType.Dummy8, 16)]
+ public byte[] Pad
+ {
+ get => _Pad;
+ set => WriteParamField(ref _Pad, value);
+ }
+ private byte[] _Pad = null!;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/TalkParam.cs b/src/SoulMemory/DarkSouls1/Parameters/TalkParam.cs
index 1a72cc59..b8fb4c79 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/TalkParam.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/TalkParam.cs
@@ -18,76 +18,73 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class TalkParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class TalkParam : BaseParam
+ [ParamField(0x0, ParamType.I32)]
+ public int MsgId
{
- public TalkParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I32)]
- public int MsgId
- {
- get => _MsgId;
- set => WriteParamField(ref _MsgId, value);
- }
- private int _MsgId;
-
- [ParamField(0x4, ParamType.I32)]
- public int VoiceId
- {
- get => _VoiceId;
- set => WriteParamField(ref _VoiceId, value);
- }
- private int _VoiceId;
+ get => _MsgId;
+ set => WriteParamField(ref _MsgId, value);
+ }
+ private int _MsgId;
- [ParamField(0x8, ParamType.I32)]
- public int MotionId
- {
- get => _MotionId;
- set => WriteParamField(ref _MotionId, value);
- }
- private int _MotionId;
+ [ParamField(0x4, ParamType.I32)]
+ public int VoiceId
+ {
+ get => _VoiceId;
+ set => WriteParamField(ref _VoiceId, value);
+ }
+ private int _VoiceId;
- [ParamField(0xC, ParamType.I32)]
- public int ReturnPos
- {
- get => _ReturnPos;
- set => WriteParamField(ref _ReturnPos, value);
- }
- private int _ReturnPos;
+ [ParamField(0x8, ParamType.I32)]
+ public int MotionId
+ {
+ get => _MotionId;
+ set => WriteParamField(ref _MotionId, value);
+ }
+ private int _MotionId;
- [ParamField(0x10, ParamType.I32)]
- public int ReactionId
- {
- get => _ReactionId;
- set => WriteParamField(ref _ReactionId, value);
- }
- private int _ReactionId;
+ [ParamField(0xC, ParamType.I32)]
+ public int ReturnPos
+ {
+ get => _ReturnPos;
+ set => WriteParamField(ref _ReturnPos, value);
+ }
+ private int _ReturnPos;
- [ParamField(0x14, ParamType.I32)]
- public int EventId
- {
- get => _EventId;
- set => WriteParamField(ref _EventId, value);
- }
- private int _EventId;
+ [ParamField(0x10, ParamType.I32)]
+ public int ReactionId
+ {
+ get => _ReactionId;
+ set => WriteParamField(ref _ReactionId, value);
+ }
+ private int _ReactionId;
- [ParamField(0x18, ParamType.U8)]
- public byte IsMotionLoop
- {
- get => _IsMotionLoop;
- set => WriteParamField(ref _IsMotionLoop, value);
- }
- private byte _IsMotionLoop;
+ [ParamField(0x14, ParamType.I32)]
+ public int EventId
+ {
+ get => _EventId;
+ set => WriteParamField(ref _EventId, value);
+ }
+ private int _EventId;
- [ParamField(0x19, ParamType.Dummy8, 7)]
- public byte[] Pad0
- {
- get => _Pad0;
- set => WriteParamField(ref _Pad0, value);
- }
- private byte[] _Pad0;
+ [ParamField(0x18, ParamType.U8)]
+ public byte IsMotionLoop
+ {
+ get => _IsMotionLoop;
+ set => WriteParamField(ref _IsMotionLoop, value);
+ }
+ private byte _IsMotionLoop;
+ [ParamField(0x19, ParamType.Dummy8, 7)]
+ public byte[] Pad0
+ {
+ get => _Pad0;
+ set => WriteParamField(ref _Pad0, value);
}
+ private byte[] _Pad0 = null!;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/ThrowParam.cs b/src/SoulMemory/DarkSouls1/Parameters/ThrowParam.cs
index fa3a66b9..40ec7292 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/ThrowParam.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/ThrowParam.cs
@@ -18,236 +18,233 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class ThrowParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class ThrowParam : BaseParam
- {
- public ThrowParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I32)]
- public int AtkChrId
- {
- get => _AtkChrId;
- set => WriteParamField(ref _AtkChrId, value);
- }
- private int _AtkChrId;
-
- [ParamField(0x4, ParamType.I32)]
- public int DefChrId
- {
- get => _DefChrId;
- set => WriteParamField(ref _DefChrId, value);
- }
- private int _DefChrId;
-
- [ParamField(0x8, ParamType.F32)]
- public float Dist
- {
- get => _Dist;
- set => WriteParamField(ref _Dist, value);
- }
- private float _Dist;
-
- [ParamField(0xC, ParamType.F32)]
- public float DiffAngMin
- {
- get => _DiffAngMin;
- set => WriteParamField(ref _DiffAngMin, value);
- }
- private float _DiffAngMin;
-
- [ParamField(0x10, ParamType.F32)]
- public float DiffAngMax
- {
- get => _DiffAngMax;
- set => WriteParamField(ref _DiffAngMax, value);
- }
- private float _DiffAngMax;
-
- [ParamField(0x14, ParamType.F32)]
- public float UpperYRange
- {
- get => _UpperYRange;
- set => WriteParamField(ref _UpperYRange, value);
- }
- private float _UpperYRange;
-
- [ParamField(0x18, ParamType.F32)]
- public float LowerYRange
- {
- get => _LowerYRange;
- set => WriteParamField(ref _LowerYRange, value);
- }
- private float _LowerYRange;
-
- [ParamField(0x1C, ParamType.F32)]
- public float DiffAngMyToDef
- {
- get => _DiffAngMyToDef;
- set => WriteParamField(ref _DiffAngMyToDef, value);
- }
- private float _DiffAngMyToDef;
-
- [ParamField(0x20, ParamType.I32)]
- public int ThrowTypeId
- {
- get => _ThrowTypeId;
- set => WriteParamField(ref _ThrowTypeId, value);
- }
- private int _ThrowTypeId;
-
- [ParamField(0x24, ParamType.I32)]
- public int AtkAnimId
- {
- get => _AtkAnimId;
- set => WriteParamField(ref _AtkAnimId, value);
- }
- private int _AtkAnimId;
-
- [ParamField(0x28, ParamType.I32)]
- public int DefAnimId
- {
- get => _DefAnimId;
- set => WriteParamField(ref _DefAnimId, value);
- }
- private int _DefAnimId;
-
- [ParamField(0x2C, ParamType.U16)]
- public ushort EscHp
- {
- get => _EscHp;
- set => WriteParamField(ref _EscHp, value);
- }
- private ushort _EscHp;
-
- [ParamField(0x2E, ParamType.U16)]
- public ushort SelfEscCycleTime
- {
- get => _SelfEscCycleTime;
- set => WriteParamField(ref _SelfEscCycleTime, value);
- }
- private ushort _SelfEscCycleTime;
-
- [ParamField(0x30, ParamType.U16)]
- public ushort SphereCastRadiusRateTop
- {
- get => _SphereCastRadiusRateTop;
- set => WriteParamField(ref _SphereCastRadiusRateTop, value);
- }
- private ushort _SphereCastRadiusRateTop;
-
- [ParamField(0x32, ParamType.U16)]
- public ushort SphereCastRadiusRateLow
- {
- get => _SphereCastRadiusRateLow;
- set => WriteParamField(ref _SphereCastRadiusRateLow, value);
- }
- private ushort _SphereCastRadiusRateLow;
-
- [ParamField(0x34, ParamType.U8)]
- public byte PadType
- {
- get => _PadType;
- set => WriteParamField(ref _PadType, value);
- }
- private byte _PadType;
-
- [ParamField(0x35, ParamType.U8)]
- public byte AtkEnableState
- {
- get => _AtkEnableState;
- set => WriteParamField(ref _AtkEnableState, value);
- }
- private byte _AtkEnableState;
-
- [ParamField(0x36, ParamType.U8)]
- public byte AtkSorbDmyId
- {
- get => _AtkSorbDmyId;
- set => WriteParamField(ref _AtkSorbDmyId, value);
- }
- private byte _AtkSorbDmyId;
-
- [ParamField(0x37, ParamType.U8)]
- public byte DefSorbDmyId
- {
- get => _DefSorbDmyId;
- set => WriteParamField(ref _DefSorbDmyId, value);
- }
- private byte _DefSorbDmyId;
-
- [ParamField(0x38, ParamType.U8)]
- public byte ThrowType
- {
- get => _ThrowType;
- set => WriteParamField(ref _ThrowType, value);
- }
- private byte _ThrowType;
-
- [ParamField(0x39, ParamType.U8)]
- public byte SelfEscCycleCnt
- {
- get => _SelfEscCycleCnt;
- set => WriteParamField(ref _SelfEscCycleCnt, value);
- }
- private byte _SelfEscCycleCnt;
-
- [ParamField(0x3A, ParamType.U8)]
- public byte DmyHasChrDirType
- {
- get => _DmyHasChrDirType;
- set => WriteParamField(ref _DmyHasChrDirType, value);
- }
- private byte _DmyHasChrDirType;
-
- #region BitField IsTurnAtkerBitfield ==============================================================================
-
- [ParamField(0x3B, ParamType.U8)]
- public byte IsTurnAtkerBitfield
- {
- get => _IsTurnAtkerBitfield;
- set => WriteParamField(ref _IsTurnAtkerBitfield, value);
- }
- private byte _IsTurnAtkerBitfield;
-
- [ParamBitField(nameof(IsTurnAtkerBitfield), bits: 1, bitsOffset: 0)]
- public byte IsTurnAtker
- {
- get => GetbitfieldValue(_IsTurnAtkerBitfield);
- set => SetBitfieldValue(ref _IsTurnAtkerBitfield, value);
- }
-
- [ParamBitField(nameof(IsTurnAtkerBitfield), bits: 1, bitsOffset: 1)]
- public byte IsSkipWepCate
- {
- get => GetbitfieldValue(_IsTurnAtkerBitfield);
- set => SetBitfieldValue(ref _IsTurnAtkerBitfield, value);
- }
-
- [ParamBitField(nameof(IsTurnAtkerBitfield), bits: 1, bitsOffset: 2)]
- public byte IsSkipSphereCast
- {
- get => GetbitfieldValue(_IsTurnAtkerBitfield);
- set => SetBitfieldValue(ref _IsTurnAtkerBitfield, value);
- }
-
- [ParamBitField(nameof(IsTurnAtkerBitfield), bits: 5, bitsOffset: 3)]
- public byte Pad0
- {
- get => GetbitfieldValue(_IsTurnAtkerBitfield);
- set => SetBitfieldValue(ref _IsTurnAtkerBitfield, value);
- }
-
- #endregion BitField IsTurnAtkerBitfield
-
- [ParamField(0x3C, ParamType.Dummy8, 4)]
- public byte[] Pad1
- {
- get => _Pad1;
- set => WriteParamField(ref _Pad1, value);
- }
- private byte[] _Pad1;
+ [ParamField(0x0, ParamType.I32)]
+ public int AtkChrId
+ {
+ get => _AtkChrId;
+ set => WriteParamField(ref _AtkChrId, value);
+ }
+ private int _AtkChrId;
+
+ [ParamField(0x4, ParamType.I32)]
+ public int DefChrId
+ {
+ get => _DefChrId;
+ set => WriteParamField(ref _DefChrId, value);
+ }
+ private int _DefChrId;
+
+ [ParamField(0x8, ParamType.F32)]
+ public float Dist
+ {
+ get => _Dist;
+ set => WriteParamField(ref _Dist, value);
+ }
+ private float _Dist;
+
+ [ParamField(0xC, ParamType.F32)]
+ public float DiffAngMin
+ {
+ get => _DiffAngMin;
+ set => WriteParamField(ref _DiffAngMin, value);
+ }
+ private float _DiffAngMin;
+
+ [ParamField(0x10, ParamType.F32)]
+ public float DiffAngMax
+ {
+ get => _DiffAngMax;
+ set => WriteParamField(ref _DiffAngMax, value);
+ }
+ private float _DiffAngMax;
+ [ParamField(0x14, ParamType.F32)]
+ public float UpperYRange
+ {
+ get => _UpperYRange;
+ set => WriteParamField(ref _UpperYRange, value);
+ }
+ private float _UpperYRange;
+
+ [ParamField(0x18, ParamType.F32)]
+ public float LowerYRange
+ {
+ get => _LowerYRange;
+ set => WriteParamField(ref _LowerYRange, value);
+ }
+ private float _LowerYRange;
+
+ [ParamField(0x1C, ParamType.F32)]
+ public float DiffAngMyToDef
+ {
+ get => _DiffAngMyToDef;
+ set => WriteParamField(ref _DiffAngMyToDef, value);
+ }
+ private float _DiffAngMyToDef;
+
+ [ParamField(0x20, ParamType.I32)]
+ public int ThrowTypeId
+ {
+ get => _ThrowTypeId;
+ set => WriteParamField(ref _ThrowTypeId, value);
+ }
+ private int _ThrowTypeId;
+
+ [ParamField(0x24, ParamType.I32)]
+ public int AtkAnimId
+ {
+ get => _AtkAnimId;
+ set => WriteParamField(ref _AtkAnimId, value);
+ }
+ private int _AtkAnimId;
+
+ [ParamField(0x28, ParamType.I32)]
+ public int DefAnimId
+ {
+ get => _DefAnimId;
+ set => WriteParamField(ref _DefAnimId, value);
+ }
+ private int _DefAnimId;
+
+ [ParamField(0x2C, ParamType.U16)]
+ public ushort EscHp
+ {
+ get => _EscHp;
+ set => WriteParamField(ref _EscHp, value);
+ }
+ private ushort _EscHp;
+
+ [ParamField(0x2E, ParamType.U16)]
+ public ushort SelfEscCycleTime
+ {
+ get => _SelfEscCycleTime;
+ set => WriteParamField(ref _SelfEscCycleTime, value);
+ }
+ private ushort _SelfEscCycleTime;
+
+ [ParamField(0x30, ParamType.U16)]
+ public ushort SphereCastRadiusRateTop
+ {
+ get => _SphereCastRadiusRateTop;
+ set => WriteParamField(ref _SphereCastRadiusRateTop, value);
+ }
+ private ushort _SphereCastRadiusRateTop;
+
+ [ParamField(0x32, ParamType.U16)]
+ public ushort SphereCastRadiusRateLow
+ {
+ get => _SphereCastRadiusRateLow;
+ set => WriteParamField(ref _SphereCastRadiusRateLow, value);
}
+ private ushort _SphereCastRadiusRateLow;
+
+ [ParamField(0x34, ParamType.U8)]
+ public byte PadType
+ {
+ get => _PadType;
+ set => WriteParamField(ref _PadType, value);
+ }
+ private byte _PadType;
+
+ [ParamField(0x35, ParamType.U8)]
+ public byte AtkEnableState
+ {
+ get => _AtkEnableState;
+ set => WriteParamField(ref _AtkEnableState, value);
+ }
+ private byte _AtkEnableState;
+
+ [ParamField(0x36, ParamType.U8)]
+ public byte AtkSorbDmyId
+ {
+ get => _AtkSorbDmyId;
+ set => WriteParamField(ref _AtkSorbDmyId, value);
+ }
+ private byte _AtkSorbDmyId;
+
+ [ParamField(0x37, ParamType.U8)]
+ public byte DefSorbDmyId
+ {
+ get => _DefSorbDmyId;
+ set => WriteParamField(ref _DefSorbDmyId, value);
+ }
+ private byte _DefSorbDmyId;
+
+ [ParamField(0x38, ParamType.U8)]
+ public byte ThrowType
+ {
+ get => _ThrowType;
+ set => WriteParamField(ref _ThrowType, value);
+ }
+ private byte _ThrowType;
+
+ [ParamField(0x39, ParamType.U8)]
+ public byte SelfEscCycleCnt
+ {
+ get => _SelfEscCycleCnt;
+ set => WriteParamField(ref _SelfEscCycleCnt, value);
+ }
+ private byte _SelfEscCycleCnt;
+
+ [ParamField(0x3A, ParamType.U8)]
+ public byte DmyHasChrDirType
+ {
+ get => _DmyHasChrDirType;
+ set => WriteParamField(ref _DmyHasChrDirType, value);
+ }
+ private byte _DmyHasChrDirType;
+
+ #region BitField IsTurnAtkerBitfield ==============================================================================
+
+ [ParamField(0x3B, ParamType.U8)]
+ public byte IsTurnAtkerBitfield
+ {
+ get => _IsTurnAtkerBitfield;
+ set => WriteParamField(ref _IsTurnAtkerBitfield, value);
+ }
+ private byte _IsTurnAtkerBitfield;
+
+ [ParamBitField(nameof(IsTurnAtkerBitfield), bits: 1, bitsOffset: 0)]
+ public byte IsTurnAtker
+ {
+ get => GetbitfieldValue(_IsTurnAtkerBitfield);
+ set => SetBitfieldValue(ref _IsTurnAtkerBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsTurnAtkerBitfield), bits: 1, bitsOffset: 1)]
+ public byte IsSkipWepCate
+ {
+ get => GetbitfieldValue(_IsTurnAtkerBitfield);
+ set => SetBitfieldValue(ref _IsTurnAtkerBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsTurnAtkerBitfield), bits: 1, bitsOffset: 2)]
+ public byte IsSkipSphereCast
+ {
+ get => GetbitfieldValue(_IsTurnAtkerBitfield);
+ set => SetBitfieldValue(ref _IsTurnAtkerBitfield, value);
+ }
+
+ [ParamBitField(nameof(IsTurnAtkerBitfield), bits: 5, bitsOffset: 3)]
+ public byte Pad0
+ {
+ get => GetbitfieldValue(_IsTurnAtkerBitfield);
+ set => SetBitfieldValue(ref _IsTurnAtkerBitfield, value);
+ }
+
+ #endregion BitField IsTurnAtkerBitfield
+
+ [ParamField(0x3C, ParamType.Dummy8, 4)]
+ public byte[] Pad1
+ {
+ get => _Pad1;
+ set => WriteParamField(ref _Pad1, value);
+ }
+ private byte[] _Pad1 = null!;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/ToneCorrectBank.cs b/src/SoulMemory/DarkSouls1/Parameters/ToneCorrectBank.cs
index d5c957fc..24d269aa 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/ToneCorrectBank.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/ToneCorrectBank.cs
@@ -18,84 +18,81 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class ToneCorrectBank(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class ToneCorrectBank : BaseParam
+ [ParamField(0x0, ParamType.F32)]
+ public float BrightnessR
{
- public ToneCorrectBank(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.F32)]
- public float BrightnessR
- {
- get => _BrightnessR;
- set => WriteParamField(ref _BrightnessR, value);
- }
- private float _BrightnessR;
-
- [ParamField(0x4, ParamType.F32)]
- public float BrightnessG
- {
- get => _BrightnessG;
- set => WriteParamField(ref _BrightnessG, value);
- }
- private float _BrightnessG;
+ get => _BrightnessR;
+ set => WriteParamField(ref _BrightnessR, value);
+ }
+ private float _BrightnessR;
- [ParamField(0x8, ParamType.F32)]
- public float BrightnessB
- {
- get => _BrightnessB;
- set => WriteParamField(ref _BrightnessB, value);
- }
- private float _BrightnessB;
+ [ParamField(0x4, ParamType.F32)]
+ public float BrightnessG
+ {
+ get => _BrightnessG;
+ set => WriteParamField(ref _BrightnessG, value);
+ }
+ private float _BrightnessG;
- [ParamField(0xC, ParamType.F32)]
- public float ContrastR
- {
- get => _ContrastR;
- set => WriteParamField(ref _ContrastR, value);
- }
- private float _ContrastR;
+ [ParamField(0x8, ParamType.F32)]
+ public float BrightnessB
+ {
+ get => _BrightnessB;
+ set => WriteParamField(ref _BrightnessB, value);
+ }
+ private float _BrightnessB;
- [ParamField(0x10, ParamType.F32)]
- public float ContrastG
- {
- get => _ContrastG;
- set => WriteParamField(ref _ContrastG, value);
- }
- private float _ContrastG;
+ [ParamField(0xC, ParamType.F32)]
+ public float ContrastR
+ {
+ get => _ContrastR;
+ set => WriteParamField(ref _ContrastR, value);
+ }
+ private float _ContrastR;
- [ParamField(0x14, ParamType.F32)]
- public float ContrastB
- {
- get => _ContrastB;
- set => WriteParamField(ref _ContrastB, value);
- }
- private float _ContrastB;
+ [ParamField(0x10, ParamType.F32)]
+ public float ContrastG
+ {
+ get => _ContrastG;
+ set => WriteParamField(ref _ContrastG, value);
+ }
+ private float _ContrastG;
- [ParamField(0x18, ParamType.F32)]
- public float Saturation
- {
- get => _Saturation;
- set => WriteParamField(ref _Saturation, value);
- }
- private float _Saturation;
+ [ParamField(0x14, ParamType.F32)]
+ public float ContrastB
+ {
+ get => _ContrastB;
+ set => WriteParamField(ref _ContrastB, value);
+ }
+ private float _ContrastB;
- [ParamField(0x1C, ParamType.F32)]
- public float Hue
- {
- get => _Hue;
- set => WriteParamField(ref _Hue, value);
- }
- private float _Hue;
+ [ParamField(0x18, ParamType.F32)]
+ public float Saturation
+ {
+ get => _Saturation;
+ set => WriteParamField(ref _Saturation, value);
+ }
+ private float _Saturation;
- [ParamField(0x20, ParamType.F32)]
- public float SfxMultiplier
- {
- get => _SfxMultiplier;
- set => WriteParamField(ref _SfxMultiplier, value);
- }
- private float _SfxMultiplier;
+ [ParamField(0x1C, ParamType.F32)]
+ public float Hue
+ {
+ get => _Hue;
+ set => WriteParamField(ref _Hue, value);
+ }
+ private float _Hue;
+ [ParamField(0x20, ParamType.F32)]
+ public float SfxMultiplier
+ {
+ get => _SfxMultiplier;
+ set => WriteParamField(ref _SfxMultiplier, value);
}
+ private float _SfxMultiplier;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/ToneMapBank.cs b/src/SoulMemory/DarkSouls1/Parameters/ToneMapBank.cs
index 64f28557..cd9c63e0 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/ToneMapBank.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/ToneMapBank.cs
@@ -18,132 +18,129 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class ToneMapBank(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class ToneMapBank : BaseParam
+ [ParamField(0x0, ParamType.I16)]
+ public short BloomBegin
+ {
+ get => _BloomBegin;
+ set => WriteParamField(ref _BloomBegin, value);
+ }
+ private short _BloomBegin;
+
+ [ParamField(0x2, ParamType.I16)]
+ public short BloomMul
+ {
+ get => _BloomMul;
+ set => WriteParamField(ref _BloomMul, value);
+ }
+ private short _BloomMul;
+
+ [ParamField(0x4, ParamType.I16)]
+ public short BloomBeginFar
+ {
+ get => _BloomBeginFar;
+ set => WriteParamField(ref _BloomBeginFar, value);
+ }
+ private short _BloomBeginFar;
+
+ [ParamField(0x6, ParamType.I16)]
+ public short BloomMulFar
+ {
+ get => _BloomMulFar;
+ set => WriteParamField(ref _BloomMulFar, value);
+ }
+ private short _BloomMulFar;
+
+ [ParamField(0x8, ParamType.F32)]
+ public float BloomNearDist
{
- public ToneMapBank(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.I16)]
- public short BloomBegin
- {
- get => _BloomBegin;
- set => WriteParamField(ref _BloomBegin, value);
- }
- private short _BloomBegin;
-
- [ParamField(0x2, ParamType.I16)]
- public short BloomMul
- {
- get => _BloomMul;
- set => WriteParamField(ref _BloomMul, value);
- }
- private short _BloomMul;
-
- [ParamField(0x4, ParamType.I16)]
- public short BloomBeginFar
- {
- get => _BloomBeginFar;
- set => WriteParamField(ref _BloomBeginFar, value);
- }
- private short _BloomBeginFar;
-
- [ParamField(0x6, ParamType.I16)]
- public short BloomMulFar
- {
- get => _BloomMulFar;
- set => WriteParamField(ref _BloomMulFar, value);
- }
- private short _BloomMulFar;
-
- [ParamField(0x8, ParamType.F32)]
- public float BloomNearDist
- {
- get => _BloomNearDist;
- set => WriteParamField(ref _BloomNearDist, value);
- }
- private float _BloomNearDist;
-
- [ParamField(0xC, ParamType.F32)]
- public float BloomFarDist
- {
- get => _BloomFarDist;
- set => WriteParamField(ref _BloomFarDist, value);
- }
- private float _BloomFarDist;
-
- [ParamField(0x10, ParamType.F32)]
- public float GrayKeyValue
- {
- get => _GrayKeyValue;
- set => WriteParamField(ref _GrayKeyValue, value);
- }
- private float _GrayKeyValue;
-
- [ParamField(0x14, ParamType.F32)]
- public float MinAdaptedLum
- {
- get => _MinAdaptedLum;
- set => WriteParamField(ref _MinAdaptedLum, value);
- }
- private float _MinAdaptedLum;
-
- [ParamField(0x18, ParamType.F32)]
- public float MaxAdapredLum
- {
- get => _MaxAdapredLum;
- set => WriteParamField(ref _MaxAdapredLum, value);
- }
- private float _MaxAdapredLum;
-
- [ParamField(0x1C, ParamType.F32)]
- public float AdaptSpeed
- {
- get => _AdaptSpeed;
- set => WriteParamField(ref _AdaptSpeed, value);
- }
- private float _AdaptSpeed;
-
- [ParamField(0x20, ParamType.I8)]
- public sbyte LightShaftBegin
- {
- get => _LightShaftBegin;
- set => WriteParamField(ref _LightShaftBegin, value);
- }
- private sbyte _LightShaftBegin;
-
- [ParamField(0x21, ParamType.Dummy8, 3)]
- public byte[] Pad_0
- {
- get => _Pad_0;
- set => WriteParamField(ref _Pad_0, value);
- }
- private byte[] _Pad_0;
-
- [ParamField(0x24, ParamType.F32)]
- public float LightShaftPower
- {
- get => _LightShaftPower;
- set => WriteParamField(ref _LightShaftPower, value);
- }
- private float _LightShaftPower;
-
- [ParamField(0x28, ParamType.F32)]
- public float LightShaftAttenRate
- {
- get => _LightShaftAttenRate;
- set => WriteParamField(ref _LightShaftAttenRate, value);
- }
- private float _LightShaftAttenRate;
-
- [ParamField(0x2C, ParamType.F32)]
- public float InverseToneMapMul
- {
- get => _InverseToneMapMul;
- set => WriteParamField(ref _InverseToneMapMul, value);
- }
- private float _InverseToneMapMul;
+ get => _BloomNearDist;
+ set => WriteParamField(ref _BloomNearDist, value);
+ }
+ private float _BloomNearDist;
+ [ParamField(0xC, ParamType.F32)]
+ public float BloomFarDist
+ {
+ get => _BloomFarDist;
+ set => WriteParamField(ref _BloomFarDist, value);
}
+ private float _BloomFarDist;
+
+ [ParamField(0x10, ParamType.F32)]
+ public float GrayKeyValue
+ {
+ get => _GrayKeyValue;
+ set => WriteParamField(ref _GrayKeyValue, value);
+ }
+ private float _GrayKeyValue;
+
+ [ParamField(0x14, ParamType.F32)]
+ public float MinAdaptedLum
+ {
+ get => _MinAdaptedLum;
+ set => WriteParamField(ref _MinAdaptedLum, value);
+ }
+ private float _MinAdaptedLum;
+
+ [ParamField(0x18, ParamType.F32)]
+ public float MaxAdapredLum
+ {
+ get => _MaxAdapredLum;
+ set => WriteParamField(ref _MaxAdapredLum, value);
+ }
+ private float _MaxAdapredLum;
+
+ [ParamField(0x1C, ParamType.F32)]
+ public float AdaptSpeed
+ {
+ get => _AdaptSpeed;
+ set => WriteParamField(ref _AdaptSpeed, value);
+ }
+ private float _AdaptSpeed;
+
+ [ParamField(0x20, ParamType.I8)]
+ public sbyte LightShaftBegin
+ {
+ get => _LightShaftBegin;
+ set => WriteParamField(ref _LightShaftBegin, value);
+ }
+ private sbyte _LightShaftBegin;
+
+ [ParamField(0x21, ParamType.Dummy8, 3)]
+ public byte[] Pad_0
+ {
+ get => _Pad_0;
+ set => WriteParamField(ref _Pad_0, value);
+ }
+ private byte[] _Pad_0 = null!;
+
+ [ParamField(0x24, ParamType.F32)]
+ public float LightShaftPower
+ {
+ get => _LightShaftPower;
+ set => WriteParamField(ref _LightShaftPower, value);
+ }
+ private float _LightShaftPower;
+
+ [ParamField(0x28, ParamType.F32)]
+ public float LightShaftAttenRate
+ {
+ get => _LightShaftAttenRate;
+ set => WriteParamField(ref _LightShaftAttenRate, value);
+ }
+ private float _LightShaftAttenRate;
+
+ [ParamField(0x2C, ParamType.F32)]
+ public float InverseToneMapMul
+ {
+ get => _InverseToneMapMul;
+ set => WriteParamField(ref _InverseToneMapMul, value);
+ }
+ private float _InverseToneMapMul;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Parameters/WhiteCoolTimeParam.cs b/src/SoulMemory/DarkSouls1/Parameters/WhiteCoolTimeParam.cs
index be781c7d..74a375da 100644
--- a/src/SoulMemory/DarkSouls1/Parameters/WhiteCoolTimeParam.cs
+++ b/src/SoulMemory/DarkSouls1/Parameters/WhiteCoolTimeParam.cs
@@ -18,44 +18,41 @@
using SoulMemory.Parameters;
using System.Diagnostics.CodeAnalysis;
-namespace SoulMemory.DarkSouls1.Parameters
+namespace SoulMemory.DarkSouls1.Parameters;
+
+[ExcludeFromCodeCoverage]
+public class WhiteCoolTimeParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : BaseParam(basePointer, memory, offset, paramTableEntry)
{
- [ExcludeFromCodeCoverage]
- public class WhiteCoolTimeParam : BaseParam
+ [ParamField(0x0, ParamType.F32)]
+ public float TimeLimit0
{
- public WhiteCoolTimeParam(Pointer basePointer, ByteArrayMemory memory, long offset, ParamTableEntry paramTableEntry) : base(basePointer, memory, offset, paramTableEntry){}
-
- [ParamField(0x0, ParamType.F32)]
- public float TimeLimit0
- {
- get => _TimeLimit0;
- set => WriteParamField(ref _TimeLimit0, value);
- }
- private float _TimeLimit0;
-
- [ParamField(0x4, ParamType.F32)]
- public float TimeLimit1
- {
- get => _TimeLimit1;
- set => WriteParamField(ref _TimeLimit1, value);
- }
- private float _TimeLimit1;
+ get => _TimeLimit0;
+ set => WriteParamField(ref _TimeLimit0, value);
+ }
+ private float _TimeLimit0;
- [ParamField(0x8, ParamType.F32)]
- public float TimeLimit2
- {
- get => _TimeLimit2;
- set => WriteParamField(ref _TimeLimit2, value);
- }
- private float _TimeLimit2;
+ [ParamField(0x4, ParamType.F32)]
+ public float TimeLimit1
+ {
+ get => _TimeLimit1;
+ set => WriteParamField(ref _TimeLimit1, value);
+ }
+ private float _TimeLimit1;
- [ParamField(0xC, ParamType.F32)]
- public float TimeLimit3
- {
- get => _TimeLimit3;
- set => WriteParamField(ref _TimeLimit3, value);
- }
- private float _TimeLimit3;
+ [ParamField(0x8, ParamType.F32)]
+ public float TimeLimit2
+ {
+ get => _TimeLimit2;
+ set => WriteParamField(ref _TimeLimit2, value);
+ }
+ private float _TimeLimit2;
+ [ParamField(0xC, ParamType.F32)]
+ public float TimeLimit3
+ {
+ get => _TimeLimit3;
+ set => WriteParamField(ref _TimeLimit3, value);
}
+ private float _TimeLimit3;
+
}
diff --git a/src/SoulMemory/DarkSouls1/Ptde.cs b/src/SoulMemory/DarkSouls1/Ptde.cs
index 1d2c50e2..cec3ce20 100644
--- a/src/SoulMemory/DarkSouls1/Ptde.cs
+++ b/src/SoulMemory/DarkSouls1/Ptde.cs
@@ -42,406 +42,372 @@
using SoulMemory.Native;
using SoulMemory.Parameters;
-namespace SoulMemory.DarkSouls1
+namespace SoulMemory.DarkSouls1;
+
+public class Ptde : IDarkSouls1
{
- public class Ptde : IDarkSouls1
+ #region Refresh/init/reset ================================================================================================================================
+
+ private Process? _process;
+
+ private readonly Pointer _gameMan = new();
+ private readonly Pointer _gameDataMan = new();
+ private readonly Pointer _playerIns = new();
+ private readonly Pointer _playerGameData = new();
+ private readonly Pointer _eventFlags = new();
+ private readonly Pointer _inventoryIndices = new();
+ private readonly Pointer _netBonfireDb = new();
+ private readonly Pointer _saveInfo = new();
+ private readonly Pointer _menuMan = new();
+ private readonly Pointer _soloParamMan = new();
+ private readonly Pointer _msgMan = new();
+ private readonly Pointer _loadingScreenItems = new();
+ private List _itemLotParams = [];
+ private List _weaponDescriptionsTable = [];
+
+ public Process? GetProcess() => _process;
+
+ public ResultErr TryRefresh() => MemoryScanner.TryRefresh(ref _process, "darksouls", InitPointers, ResetPointers);
+
+ public TreeBuilder GetTreeBuilder()
{
- #region Refresh/init/reset ================================================================================================================================
-
- private Process _process;
-
- private readonly Pointer _gameMan = new Pointer();
- private readonly Pointer _gameDataMan = new Pointer();
- private readonly Pointer _playerIns = new Pointer();
- private readonly Pointer _playerGameData = new Pointer();
- private readonly Pointer _eventFlags = new Pointer();
- private readonly Pointer _inventoryIndices = new Pointer();
- private readonly Pointer _netBonfireDb = new Pointer();
- private readonly Pointer _saveInfo = new Pointer();
- private readonly Pointer _menuMan = new Pointer();
- private readonly Pointer _soloParamMan = new Pointer();
- private readonly Pointer _msgMan = new Pointer();
- private readonly Pointer _loadingScreenItems = new Pointer();
- private List _itemLotParams = new List();
- private List _weaponDescriptionsTable = new List();
-
- public Process GetProcess() => _process;
-
- public ResultErr TryRefresh() => MemoryScanner.TryRefresh(ref _process, "darksouls", InitPointers, ResetPointers);
-
- public TreeBuilder GetTreeBuilder()
- {
- var treeBuilder = new TreeBuilder();
- treeBuilder
- .ScanAbsolute("GameMan", "a1 ? ? ? ? 8b 88 ec 0b 00 00 83 79 10 01 0f 94 c0", 1) // 8b 0d ? ? ? ? 80 b9 41 0b 00 00 00 74 0d
- .AddPointer(_gameMan, 0, 0);
+ var treeBuilder = new TreeBuilder();
+ treeBuilder
+ .ScanAbsolute("GameMan", "a1 ? ? ? ? 8b 88 ec 0b 00 00 83 79 10 01 0f 94 c0", 1) // 8b 0d ? ? ? ? 80 b9 41 0b 00 00 00 74 0d
+ .AddPointer(_gameMan, 0, 0);
- treeBuilder
- .ScanAbsolute("GameDataMan", "8b 0d ? ? ? ? 8b 41 30 8b 4d 64", 2)
- .AddPointer(_gameDataMan, 0, 0)
- .AddPointer(_playerGameData, 0, 0, 0x8);
+ treeBuilder
+ .ScanAbsolute("GameDataMan", "8b 0d ? ? ? ? 8b 41 30 8b 4d 64", 2)
+ .AddPointer(_gameDataMan, 0, 0)
+ .AddPointer(_playerGameData, 0, 0, 0x8);
- treeBuilder
- .ScanAbsolute("MenuMan", "a1 ? ? ? ? 8b 88 e8 09 00 00 c7 01 80 3e 00 00", 1)
- .AddPointer(_menuMan, 0, 0);
+ treeBuilder
+ .ScanAbsolute("MenuMan", "a1 ? ? ? ? 8b 88 e8 09 00 00 c7 01 80 3e 00 00", 1)
+ .AddPointer(_menuMan, 0, 0);
- treeBuilder
- .ScanAbsolute("WorldChrManImp", "8b 0d ? ? ? ? 8b 71 3c c6 44 24 48 01", 2)
- //.CreatePointer(out _worldChrManImp, 0, 0)
- .AddPointer(_playerIns, 0, 0, 0x3c);
+ treeBuilder
+ .ScanAbsolute("WorldChrManImp", "8b 0d ? ? ? ? 8b 71 3c c6 44 24 48 01", 2)
+ //.CreatePointer(out _worldChrManImp, 0, 0)
+ .AddPointer(_playerIns, 0, 0, 0x3c);
- treeBuilder
- .ScanAbsolute("EventFlags", "56 8B F1 8B 46 1C 50 A1 ? ? ? ? 32 C9", 8)
- .AddPointer(_eventFlags, 0, 0, 0);
+ treeBuilder
+ .ScanAbsolute("EventFlags", "56 8B F1 8B 46 1C 50 A1 ? ? ? ? 32 C9", 8)
+ .AddPointer(_eventFlags, 0, 0, 0);
- treeBuilder
- .ScanAbsolute("InventoryIndices", "8B 4C 24 34 8B 44 24 2C 89 8A 38 01 00 00 8B 90 08 01 00 00 C1 E2 10 0B 90 00 01 00 00 8B C1 8B CD 89 14 AD ? ? ? ?", 36)
- .AddPointer(_inventoryIndices, 0);
+ treeBuilder
+ .ScanAbsolute("InventoryIndices", "8B 4C 24 34 8B 44 24 2C 89 8A 38 01 00 00 8B 90 08 01 00 00 C1 E2 10 0B 90 00 01 00 00 8B C1 8B CD 89 14 AD ? ? ? ?", 36)
+ .AddPointer(_inventoryIndices, 0);
- treeBuilder
- .ScanAbsolute("NetManImp", "a1 ? ? ? ? 8b 80 5c 0b 00 00 8b 40 2c 85 c0 0f", 1) //83 3d ? ? ? ? 00 75 4b a1
- .AddPointer(_netBonfireDb, 0, 0, 0xb48);
+ treeBuilder
+ .ScanAbsolute("NetManImp", "a1 ? ? ? ? 8b 80 5c 0b 00 00 8b 40 2c 85 c0 0f", 1) //83 3d ? ? ? ? 00 75 4b a1
+ .AddPointer(_netBonfireDb, 0, 0, 0xb48);
- treeBuilder
- .ScanAbsolute("SaveInfo", "8b 0d ? ? ? ? 39 35 ? ? ? ? 73 05 b9", 2) //00 00 00 00 66 89 0D ? ? ? ? C3 CC CC CC CC CC 83 3D
- .AddPointer(_saveInfo, 0);
+ treeBuilder
+ .ScanAbsolute("SaveInfo", "8b 0d ? ? ? ? 39 35 ? ? ? ? 73 05 b9", 2) //00 00 00 00 66 89 0D ? ? ? ? C3 CC CC CC CC CC 83 3D
+ .AddPointer(_saveInfo, 0);
- treeBuilder
- .ScanAbsolute("SoloParamMan", "83 c4 0c 89 35 ? ? ? ? 5e c3 a3", 5)
- .AddPointer(_soloParamMan, 0, 0);
+ treeBuilder
+ .ScanAbsolute("SoloParamMan", "83 c4 0c 89 35 ? ? ? ? 5e c3 a3", 5)
+ .AddPointer(_soloParamMan, 0, 0);
- treeBuilder
- .ScanAbsolute("LoadingScreenItems", "8b 96 10 01 00 00 8b 04 95 ? ? ? ? 8d be 08 01 00 00", 9)
- .AddPointer(_loadingScreenItems, 0);
-
+ treeBuilder
+ .ScanAbsolute("LoadingScreenItems", "8b 96 10 01 00 00 8b 04 95 ? ? ? ? 8d be 08 01 00 00", 9)
+ .AddPointer(_loadingScreenItems, 0);
+
- treeBuilder
- .ScanAbsolute("MsgMan", "c7 44 24 18 ff ff ff ff a3 ? ? ? ? e8 ? ? ? ? 8b 4c 24 10", 9)
- .AddPointer(_msgMan, 0, 0);
+ treeBuilder
+ .ScanAbsolute("MsgMan", "c7 44 24 18 ff ff ff ff a3 ? ? ? ? e8 ? ? ? ? 8b 4c 24 10", 9)
+ .AddPointer(_msgMan, 0, 0);
- //83 c4 0c 89 35 ? ? ? ? 5e c3 a3
+ //83 c4 0c 89 35 ? ? ? ? 5e c3 a3
- return treeBuilder;
- }
-
- private void ResetPointers()
+ return treeBuilder;
+ }
+
+ private void ResetPointers()
+ {
+ _gameMan.Clear();
+ _gameDataMan.Clear();
+ _playerIns.Clear();
+ _playerGameData.Clear();
+ _eventFlags.Clear();
+ _inventoryIndices.Clear();
+ _netBonfireDb.Clear();
+ _menuMan.Clear();
+ _saveInfo.Clear();
+ _soloParamMan.Clear();
+ _msgMan.Clear();
+ _loadingScreenItems.Clear();
+ _itemLotParams.Clear();
+ _weaponDescriptionsTable.Clear();
+ }
+
+ private ResultErr InitPointers()
+ {
+ try
{
- _gameMan.Clear();
- _gameDataMan.Clear();
- _playerIns.Clear();
- _playerGameData.Clear();
- _eventFlags.Clear();
- _inventoryIndices.Clear();
- _netBonfireDb.Clear();
- _menuMan.Clear();
- _saveInfo.Clear();
- _soloParamMan.Clear();
- _msgMan.Clear();
- _loadingScreenItems.Clear();
- _itemLotParams.Clear();
- _weaponDescriptionsTable.Clear();
+ var treeBuilder = GetTreeBuilder();
+ return MemoryScanner.TryResolvePointers(treeBuilder, _process);
}
-
- private ResultErr InitPointers()
+ catch (Exception e)
{
- try
- {
- var treeBuilder = GetTreeBuilder();
- return MemoryScanner.TryResolvePointers(treeBuilder, _process);
- }
- catch (Exception e)
- {
- return RefreshError.FromException(e);
- }
+ return RefreshError.FromException(e);
}
-
- #endregion
-
- public int GetAttribute(Attribute attribute) => _playerGameData?.ReadInt32((long)attribute) ?? 0;
+ }
+
+ #endregion
+
+ public int GetAttribute(Attribute attribute) => _playerGameData.ReadInt32((long)attribute);
- public int GetInGameTimeMilliseconds() => _gameDataMan?.ReadInt32(0x68) ?? 0;
+ public int GetInGameTimeMilliseconds() => _gameDataMan.ReadInt32(0x68);
- public int NgCount() => _gameDataMan?.ReadInt32(0x3C) ?? 0;
+ public int NgCount() => _gameDataMan.ReadInt32(0x3C);
- public int GetCurrentSaveSlot() => _gameMan?.ReadInt32(0xA70) ?? 0;
+ public int GetCurrentSaveSlot() => _gameMan.ReadInt32(0xA70);
- public Vector3f GetPosition() => _playerIns == null ? new Vector3f(0, 0, 0) : new Vector3f(_playerIns.ReadFloat(0xc50), _playerIns.ReadFloat(0xC58), _playerIns.ReadFloat(0xC54));
+ public Vector3f GetPosition() => new(_playerIns.ReadFloat(0xc50), _playerIns.ReadFloat(0xC58), _playerIns.ReadFloat(0xC54));
- public int GetPlayerHealth() => _playerIns?.ReadInt32(0x2d4) ?? 0;
+ public int GetPlayerHealth() => _playerIns.ReadInt32(0x2d4) ;
- public bool IsPlayerLoaded() => !_playerIns?.IsNullPtr() ?? false;
+ public bool IsPlayerLoaded() => !_playerIns.IsNullPtr();
- public bool IsWarpRequested()
+ public bool IsWarpRequested()
+ {
+ if (GetPlayerHealth() == 0)
{
- if (_gameMan == null)
- {
- return false;
- }
+ return false;
+ }
- if (GetPlayerHealth() == 0)
- {
- return false;
- }
+ return _gameMan.ReadByte(0x11) == 1;
+ }
- return _gameMan.ReadByte(0x11) == 1;
- }
+
+ public List
- GetInventory()
+ {
+ var itemCount = _playerGameData.ReadInt32(0x2e0);
+ var keyCount = _playerGameData.ReadInt32(0x2e4);
+ var listLength = _playerGameData.ReadInt32(0x2c8);
+ var listStart = _playerGameData.ReadInt32(0x2cc);
+
+ var bytes = _process!.ReadProcessMemory(listStart, listLength * 0x1c).Unwrap();
+ return ItemReader.GetCurrentInventoryItems(bytes, listLength, itemCount, keyCount);
+ }
- public List
- GetInventory()
- {
- if (_playerGameData == null)
- {
- return new List
- ();
- }
-
- var itemCount = _playerGameData.ReadInt32(0x2e0);
- var keyCount = _playerGameData.ReadInt32(0x2e4);
-
- var listLength = _playerGameData.ReadInt32(0x2c8);
- var listStart = _playerGameData.ReadInt32(0x2cc);
-
- var bytes = _process.ReadProcessMemory(listStart, listLength * 0x1c).Unwrap();
- return ItemReader.GetCurrentInventoryItems(bytes, listLength, itemCount, keyCount);
- }
+ public BonfireState GetBonfireState(Bonfire bonfire)
+ {
+ var element = _netBonfireDb.CreatePointerFromAddress(0x24);
+ element = element.CreatePointerFromAddress(0x0);
+ var netBonfireDbItem = element.CreatePointerFromAddress(0x8);
- public BonfireState GetBonfireState(Bonfire bonfire)
+ //For loop purely to have a max amount of iterations
+ for (var i = 0; i < 100; i++)
{
- if (_netBonfireDb == null)
+ if (netBonfireDbItem.IsNullPtr())
{
return BonfireState.Unknown;
}
- var element = _netBonfireDb.CreatePointerFromAddress(0x24);
- element = element.CreatePointerFromAddress(0x0);
- var netBonfireDbItem = element.CreatePointerFromAddress(0x8);
-
- //For loop purely to have a max amount of iterations
- for (var i = 0; i < 100; i++)
+ var bonfireId = netBonfireDbItem.ReadInt32(0x4);
+ if (bonfireId == (int)bonfire)
{
- if (netBonfireDbItem.IsNullPtr())
- {
- return BonfireState.Unknown;
- }
-
- var bonfireId = netBonfireDbItem.ReadInt32(0x4);
- if (bonfireId == (int)bonfire)
- {
- int bonfireState = netBonfireDbItem.ReadInt32(0x8);
- return (BonfireState)bonfireState;
- }
-
- element = element.CreatePointerFromAddress(0x0);
- netBonfireDbItem = element.CreatePointerFromAddress(0x8);
+ int bonfireState = netBonfireDbItem.ReadInt32(0x8);
+ return (BonfireState)bonfireState;
}
- return BonfireState.Unknown;
- }
- public bool AreCreditsRolling()
- {
- if(_menuMan == null)
- {
- return false;
- }
-
- var first = _menuMan.ReadInt32(0xb4);
- var second = _menuMan.ReadInt32(0xc0);
- var third = _menuMan.ReadInt32(0x6c); //This address seems like it turns into a 1 only when you are on the main menu
-
- return third == 0 && first == 1 && second == 1;
+ element = element.CreatePointerFromAddress(0x0);
+ netBonfireDbItem = element.CreatePointerFromAddress(0x8);
}
+ return BonfireState.Unknown;
+ }
+ public bool AreCreditsRolling()
+ {
+ var first = _menuMan.ReadInt32(0xb4);
+ var second = _menuMan.ReadInt32(0xc0);
+ var third = _menuMan.ReadInt32(0x6c); //This address seems like it turns into a 1 only when you are on the main menu
-
-
+ return third == 0 && first == 1 && second == 1;
+ }
- public object GetTestValue()
- {
- WriteWeaponDescription(1105000, "asdf");
- return null;
- }
- public int GetSaveFileGameTimeMilliseconds(string path, int slot)
- {
- return Sl2Reader.GetSaveFileIgt(path, slot, true) ?? 0;
- }
+
- #region Event flags ================================================================================================================
+ public object GetTestValue()
+ {
+ WriteWeaponDescription(1105000, "asdf");
+ return null!;
+ }
- //Credit to JKAnderson for the event flag reading code, https://github.com/JKAnderson/DS-Gadget
+ public int GetSaveFileGameTimeMilliseconds(string path, int slot)
+ {
+ return Sl2Reader.GetSaveFileIgt(path, slot, true) ?? 0;
+ }
- private static readonly Dictionary EventFlagGroups = new Dictionary()
- {
- {"0", 0x00000},
- {"1", 0x00500},
- {"5", 0x05F00},
- {"6", 0x0B900},
- {"7", 0x11300},
- };
-
- private static readonly Dictionary EventFlagAreas = new Dictionary()
- {
- {"000", 00},
- {"100", 01},
- {"101", 02},
- {"102", 03},
- {"110", 04},
- {"120", 05},
- {"121", 06},
- {"130", 07},
- {"131", 08},
- {"132", 09},
- {"140", 10},
- {"141", 11},
- {"150", 12},
- {"151", 13},
- {"160", 14},
- {"170", 15},
- {"180", 16},
- {"181", 17},
- };
-
- private int GetEventFlagOffset(uint eventFlagId, out uint mask)
- {
- string idString = eventFlagId.ToString("D8");
- if (idString.Length == 8)
- {
- string group = idString.Substring(0, 1);
- string area = idString.Substring(1, 3);
- int section = int.Parse(idString.Substring(4, 1));
- int number = int.Parse(idString.Substring(5, 3));
- if (EventFlagGroups.ContainsKey(group) && EventFlagAreas.ContainsKey(area))
- {
- int offset = EventFlagGroups[group];
- offset += EventFlagAreas[area] * 0x500;
- offset += section * 128;
- offset += (number - (number % 32)) / 8;
+ #region Event flags ================================================================================================================
- mask = 0x80000000 >> (number % 32);
- return offset;
- }
- }
- throw new ArgumentException("Unknown event flag ID: " + eventFlagId);
- }
+ //Credit to JKAnderson for the event flag reading code, https://github.com/JKAnderson/DS-Gadget
- public bool ReadEventFlag(uint eventFlagId)
+ private static readonly Dictionary EventFlagGroups = new()
+ {
+ {"0", 0x00000},
+ {"1", 0x00500},
+ {"5", 0x05F00},
+ {"6", 0x0B900},
+ {"7", 0x11300},
+ };
+
+ private static readonly Dictionary EventFlagAreas = new()
+ {
+ {"000", 00},
+ {"100", 01},
+ {"101", 02},
+ {"102", 03},
+ {"110", 04},
+ {"120", 05},
+ {"121", 06},
+ {"130", 07},
+ {"131", 08},
+ {"132", 09},
+ {"140", 10},
+ {"141", 11},
+ {"150", 12},
+ {"151", 13},
+ {"160", 14},
+ {"170", 15},
+ {"180", 16},
+ {"181", 17},
+ };
+
+ private int GetEventFlagOffset(uint eventFlagId, out uint mask)
+ {
+ string idString = eventFlagId.ToString("D8");
+ if (idString.Length == 8)
{
- if (_eventFlags == null)
+ string group = idString.Substring(0, 1);
+ string area = idString.Substring(1, 3);
+ int section = int.Parse(idString.Substring(4, 1));
+ int number = int.Parse(idString.Substring(5, 3));
+
+ if (EventFlagGroups.ContainsKey(group) && EventFlagAreas.ContainsKey(area))
{
- return false;
- }
+ int offset = EventFlagGroups[group];
+ offset += EventFlagAreas[area] * 0x500;
+ offset += section * 128;
+ offset += (number - (number % 32)) / 8;
- int offset = GetEventFlagOffset(eventFlagId, out uint mask);
- uint value = _eventFlags.ReadUInt32(offset);
- return (value & mask) != 0;
+ mask = 0x80000000 >> (number % 32);
+ return offset;
+ }
}
+ throw new ArgumentException("Unknown event flag ID: " + eventFlagId);
+ }
+
+ public bool ReadEventFlag(uint eventFlagId)
+ {
+ int offset = GetEventFlagOffset(eventFlagId, out uint mask);
+ uint value = _eventFlags.ReadUInt32(offset);
+ return (value & mask) != 0;
+ }
- #endregion
+ #endregion
- //Imported from CapitaineToinon. Thanks!
-
- public void ResetInventoryIndices()
+ //Imported from CapitaineToinon. Thanks!
+
+ public void ResetInventoryIndices()
+ {
+ for (int i = 0; i < 20; i++)
{
- if(_inventoryIndices != null)
- {
- for (int i = 0; i < 20; i++)
- {
- _inventoryIndices.WriteUint32(0x4 * i, uint.MaxValue);
- }
- }
+ _inventoryIndices.WriteUint32(0x4 * i, uint.MaxValue);
}
+ }
- ///
- /// Returns the savefile's location
- ///
- ///
- public string GetSaveFileLocation()
+ ///
+ /// Returns the savefile's location
+ ///
+ ///
+ public string GetSaveFileLocation()
+ {
+ var myDocuments = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);
+ var path = Path.Combine(myDocuments, "NBGI\\DarkSouls");
+ var variable = _saveInfo.ReadInt32(0x10);
+
+ if (variable != 0)
{
- if (_saveInfo == null)
- {
- return string.Empty;
- }
-
- var myDocuments = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);
- var path = Path.Combine(myDocuments, "NBGI\\DarkSouls");
- var variable = _saveInfo.ReadInt32(0x10);
-
- if (variable != 0)
- {
- // some old gfwl savefiles are still supported
+ // some old gfwl savefiles are still supported
- var stringBuffer = new List(128);
- var strPointer = _saveInfo.CreatePointerFromAddress(0x0);
- var bytes = strPointer.ReadBytes(128);
+ var stringBuffer = new List(128);
+ var strPointer = _saveInfo.CreatePointerFromAddress(0x0);
+ var bytes = strPointer.ReadBytes(128);
- for (int i = 0; i < 128; i += 2)
+ for (int i = 0; i < 128; i += 2)
+ {
+ if (bytes[i] == 0 && bytes[i + 1] == 0)
{
- if (bytes[i] == 0 && bytes[i + 1] == 0)
- {
- break;
- }
-
- stringBuffer.Add(bytes[i]);
- stringBuffer.Add(bytes[i+1]);
+ break;
}
- var glfwId = Encoding.Unicode.GetString(stringBuffer.ToArray());
- path = Path.Combine(path, glfwId);
+ stringBuffer.Add(bytes[i]);
+ stringBuffer.Add(bytes[i+1]);
}
-
- return Path.Combine(path, "DRAKS0005.sl2");
- }
- public void WriteItemLotParam(int rowId, Action accessor)
- {
- if (!_itemLotParams.Any())
- {
- var paramResCap = _soloParamMan.CreatePointerFromAddress(0x2b8);
- var headerStart = paramResCap.CreatePointerFromAddress(0x20);
- _itemLotParams = ParamReader.ReadParam(headerStart);
- }
-
- var itemLotParam = _itemLotParams.Find(i => i.Id == rowId);
- accessor(itemLotParam);
+ var glfwId = Encoding.Unicode.GetString(stringBuffer.ToArray());
+ path = Path.Combine(path, glfwId);
}
+
+ return Path.Combine(path, "DRAKS0005.sl2");
+ }
- public void WriteWeaponDescription(uint weaponId, string description)
+ public void WriteItemLotParam(int rowId, Action accessor)
+ {
+ if (!_itemLotParams.Any())
{
- //weaponName 0x1d0 - 0x30
- //weaponInfo 0x1cc - 0x58
- //weaponCaption 0x1ac - 0x68
+ var paramResCap = _soloParamMan.CreatePointerFromAddress(0x2b8);
+ var headerStart = paramResCap.CreatePointerFromAddress(0x20);
+ _itemLotParams = ParamReader.ReadParam(headerStart);
+ }
- var weaponDescriptionsPointer = _msgMan.CreatePointerFromAddress(0x68);
+ var itemLotParam = _itemLotParams.Find(i => i.Id == rowId);
+ accessor(itemLotParam);
+ }
- if (!_weaponDescriptionsTable.Any())
- {
- _weaponDescriptionsTable = ParamReader.GetTextTables(weaponDescriptionsPointer);
- }
+ public void WriteWeaponDescription(uint weaponId, string description)
+ {
+ //weaponName 0x1d0 - 0x30
+ //weaponInfo 0x1cc - 0x58
+ //weaponCaption 0x1ac - 0x68
- var weaponDescription = _weaponDescriptionsTable.Find(i => i.ItemHighRange == weaponId);
+ var weaponDescriptionsPointer = _msgMan.CreatePointerFromAddress(0x68);
- var dataPointer = weaponDescriptionsPointer.CreatePointerFromAddress(0x14);
- var textOffset = dataPointer.ReadInt32(weaponDescription.DataOffset * 4);
- weaponDescriptionsPointer.ReadUnicodeString(out int length, offset: textOffset);
-
- var buffer = Encoding.Unicode.GetBytes(description);
- var bytes = new byte[length];
- Array.Copy(buffer, bytes, buffer.Length);
- weaponDescriptionsPointer.WriteBytes(textOffset, bytes);
+ if (!_weaponDescriptionsTable.Any())
+ {
+ _weaponDescriptionsTable = ParamReader.GetTextTables(weaponDescriptionsPointer);
}
- public void SetLoadingScreenItem(int index, uint item)
+ var weaponDescription = _weaponDescriptionsTable.Find(i => i.ItemHighRange == weaponId);
+
+ var dataPointer = weaponDescriptionsPointer.CreatePointerFromAddress(0x14);
+ var textOffset = dataPointer.ReadInt32(weaponDescription.DataOffset * 4);
+ weaponDescriptionsPointer.ReadUnicodeString(out int length, offset: textOffset);
+
+ var buffer = Encoding.Unicode.GetBytes(description);
+ var bytes = new byte[length];
+ Array.Copy(buffer, bytes, buffer.Length);
+ weaponDescriptionsPointer.WriteBytes(textOffset, bytes);
+ }
+
+ public void SetLoadingScreenItem(int index, uint item)
+ {
+ if (index < 62)
{
- if (index < 62)
- {
- _loadingScreenItems.WriteUint32(index * 4, item);
- }
+ _loadingScreenItems.WriteUint32(index * 4, item);
}
}
}
diff --git a/src/SoulMemory/DarkSouls1/Remastered.cs b/src/SoulMemory/DarkSouls1/Remastered.cs
index 2eae8771..dbcd6356 100644
--- a/src/SoulMemory/DarkSouls1/Remastered.cs
+++ b/src/SoulMemory/DarkSouls1/Remastered.cs
@@ -44,544 +44,516 @@
using SoulMemory.Parameters;
using Pointer = SoulMemory.Memory.Pointer;
-namespace SoulMemory.DarkSouls1
+namespace SoulMemory.DarkSouls1;
+
+public class Remastered : IDarkSouls1
{
- public class Remastered : IDarkSouls1
+ #region Refresh/init/reset ================================================================================================================================
+
+ private Process? _process;
+
+ private readonly Pointer _gameMan = new();
+ private readonly Pointer _gameDataMan = new();
+ private readonly Pointer _playerIns = new();
+ private readonly Pointer _playerPos = new();
+ private readonly Pointer _playerGameData = new();
+ private readonly Pointer _eventFlags = new();
+ private readonly Pointer _inventoryIndices = new();
+ private readonly Pointer _netBonfireDb = new();
+ private readonly Pointer _menuMan = new();
+ private readonly Pointer _getRegion = new();
+ private readonly Pointer _soloParamMan = new();
+ private readonly Pointer _loadingScreenItems = new();
+ private readonly Pointer _msgMan = new();
+ private DsrVersion _version;
+ private int? _steamId3;
+ private bool? _isJapanese;
+ private List _itemLotParams = [];
+ private List _weaponDescriptionsTable = [];
+
+ private long _playerCtrlOffset = 0x68;
+ private long _currentSaveSlotOffset = 0xaa0;
+
+ private enum DsrVersion
{
- #region Refresh/init/reset ================================================================================================================================
-
- private Process _process;
-
- private readonly Pointer _gameMan = new Pointer();
- private readonly Pointer _gameDataMan = new Pointer();
- private readonly Pointer _playerIns = new Pointer();
- private readonly Pointer _playerPos = new Pointer();
- private readonly Pointer _playerGameData = new Pointer();
- private readonly Pointer _eventFlags = new Pointer();
- private readonly Pointer _inventoryIndices = new Pointer();
- private readonly Pointer _netBonfireDb = new Pointer();
- private readonly Pointer _menuMan = new Pointer();
- private readonly Pointer _getRegion = new Pointer();
- private readonly Pointer _soloParamMan = new Pointer();
- private readonly Pointer _loadingScreenItems = new Pointer();
- private readonly Pointer _msgMan = new Pointer();
- private DsrVersion _version;
- private int? _steamId3;
- private bool? _isJapanese;
- private List _itemLotParams = new List();
- private List _weaponDescriptionsTable = new List();
-
- private long _playerCtrlOffset = 0x68;
- private long _currentSaveSlotOffset = 0xaa0;
-
- private enum DsrVersion
- {
- [Version("1.0.0.0")]
- V101,
- [Version("1.3.0.0")]
- V130,
- [Version("1.3.1.0")]
- V131,
- [Version("unknown")]
- Unknown
- }
+ [Version("1.0.0.0")]
+ V101,
+ [Version("1.3.0.0")]
+ V130,
+ [Version("1.3.1.0")]
+ V131,
+ [Version("unknown")]
+ Unknown
+ }
- public Process GetProcess() => _process;
+ public Process? GetProcess() => _process;
- public ResultErr TryRefresh() => MemoryScanner.TryRefresh(ref _process, "darksoulsremastered", InitPointers, ResetPointers);
+ public ResultErr TryRefresh() => MemoryScanner.TryRefresh(ref _process, "darksoulsremastered", InitPointers, ResetPointers);
- private void ResetPointers()
- {
- _gameMan.Clear();
- _gameDataMan.Clear();
- _playerIns.Clear();
- _playerPos.Clear();
- _playerGameData.Clear();
- _eventFlags.Clear();
- _inventoryIndices.Clear();
- _netBonfireDb.Clear();
- _menuMan.Clear();
- _getRegion.Clear();
- _soloParamMan.Clear();
- _loadingScreenItems.Clear();
- _msgMan.Clear();
- _itemLotParams.Clear();
- _weaponDescriptionsTable.Clear();
- _steamId3 = null;
- _isJapanese = null;
- _version = DsrVersion.Unknown;
- }
+ private void ResetPointers()
+ {
+ _gameMan.Clear();
+ _gameDataMan.Clear();
+ _playerIns.Clear();
+ _playerPos.Clear();
+ _playerGameData.Clear();
+ _eventFlags.Clear();
+ _inventoryIndices.Clear();
+ _netBonfireDb.Clear();
+ _menuMan.Clear();
+ _getRegion.Clear();
+ _soloParamMan.Clear();
+ _loadingScreenItems.Clear();
+ _msgMan.Clear();
+ _itemLotParams.Clear();
+ _weaponDescriptionsTable.Clear();
+ _steamId3 = null;
+ _isJapanese = null;
+ _version = DsrVersion.Unknown;
+ }
- private ResultErr InitPointers()
+ private ResultErr InitPointers()
+ {
+ try
{
- try
+ if (_process?.MainModule == null)
{
- if (_process.MainModule == null)
- {
- return Result.Err(new RefreshError(RefreshErrorReason.MainModuleNull));
- }
-
- _version = _process.MainModule.FileVersionInfo.ResolveVersion();
- ResolveGameVersionSpecificOffsets(_version);
- var treeBuilder = GetTreeBuilder();
- var result = MemoryScanner.TryResolvePointers(treeBuilder, _process);
- if(result.IsErr)
- {
- return result;
- }
-
- _steamId3 = GetSteamId3();
- _isJapanese = IsJapanese();
-
- return Result.Ok();
+ return Result.Err(new RefreshError(RefreshErrorReason.MainModuleNull));
}
- catch (Exception e)
+
+ _version = _process.MainModule.FileVersionInfo.ResolveVersion();
+ ResolveGameVersionSpecificOffsets(_version);
+ var treeBuilder = GetTreeBuilder();
+ var result = MemoryScanner.TryResolvePointers(treeBuilder, _process);
+ if(result.IsErr)
{
- return RefreshError.FromException(e);
+ return result;
}
+
+ _steamId3 = GetSteamId3();
+ _isJapanese = IsJapanese();
+
+ return Result.Ok();
+ }
+ catch (Exception e)
+ {
+ return RefreshError.FromException(e);
}
+ }
- private void ResolveGameVersionSpecificOffsets(DsrVersion version)
+ private void ResolveGameVersionSpecificOffsets(DsrVersion version)
+ {
+ switch (version)
{
- switch (version)
- {
- default:
- _playerCtrlOffset = 0x68;
- _currentSaveSlotOffset = 0xaa0;
- break;
+ default:
+ _playerCtrlOffset = 0x68;
+ _currentSaveSlotOffset = 0xaa0;
+ break;
- case DsrVersion.V101:
- _playerCtrlOffset = 0x48;
- _currentSaveSlotOffset = 0xa90;
- break;
+ case DsrVersion.V101:
+ _playerCtrlOffset = 0x48;
+ _currentSaveSlotOffset = 0xa90;
+ break;
- }
- Console.WriteLine(_playerCtrlOffset);
}
+ Console.WriteLine(_playerCtrlOffset);
+ }
- public TreeBuilder GetTreeBuilder()
- {
- var treeBuilder = new TreeBuilder();
- treeBuilder
- .ScanRelative("GameMan", "48 8b 05 ? ? ? ? c6 40 18 00", 3, 7)
- .AddPointer(_gameMan, 0)
- ;
-
- treeBuilder
- .ScanRelative("GameDataMan", "48 8b 05 ? ? ? ? 48 8b 50 10 48 89 54 24 60", 3, 7)
- .AddPointer(_gameDataMan, 0)
- .AddPointer(_playerGameData, 0, 0x10)
- ;
-
- treeBuilder
- .ScanRelative("WorldChrManImp", "48 8b 0d ? ? ? ? 0f 28 f1 48 85 c9 74 ? 48 89 7c", 3, 7)
- .AddPointer(_playerIns, 0, 0x68)
- .AddPointer(_playerPos, 0, 0x68, _playerCtrlOffset, 0x28)
- ;
-
- treeBuilder
- .ScanRelative("EventFlags", "48 8B 0D ? ? ? ? 99 33 C2 45 33 C0 2B C2 8D 50 F6", 3, 7)
- .AddPointer(_eventFlags, 0, 0)
- ;
-
- treeBuilder
- .ScanRelative("InventoryIndices", "48 8D 15 ? ? ? ? C1 E1 10 49 8B C6 41 0B 8F 14 02 00 00 44 8B C6 42 89 0C B2 41 8B D6 49 8B CF", 3, 7)
- .AddPointer(_inventoryIndices)
- ;
-
- treeBuilder
- .ScanRelative("FrpgNetManImp", "48 83 3d ? ? ? ? 00 48 8b f1", 3, 8)
- .AddPointer(_netBonfireDb, 0x0, 0xb68)
- ;
-
- treeBuilder
- .ScanRelative("MenuMan", "48 8b 15 ? ? ? ? 89 82 7c 08 00 00", 3, 7)
- .AddPointer(_menuMan, 0)
- ;
-
- treeBuilder
- .ScanAbsolute("GetRegion", "40 53 48 83 ec 20 bb 02 00 00 00", 0)
- .AddPointer(_getRegion, 0)
- ;
-
- treeBuilder
- .ScanRelative("SoloParamMan", "4C 8B 05 ? ? ? ? 48 63 C9 48 8D 04 C9", 3, 7)
- .AddPointer(_soloParamMan, 0)
- ;
-
- treeBuilder
- .ScanRelative("LoadingScreenItems", "48 8d 0d ? ? ? ? 8b 0c 81 89 8f 20 02 00 00", 3, 7)
- .AddPointer(_loadingScreenItems)
- ;
-
- treeBuilder
- .ScanRelative("MsgMan", "48 8b 35 ? ? ? ? 33 db 8b f9 8b ea 83 f9 5c", 3, 7)
- .AddPointer(_msgMan, 0)
- ;
-
- return treeBuilder;
- }
- #endregion
+ public TreeBuilder GetTreeBuilder()
+ {
+ var treeBuilder = new TreeBuilder();
+ treeBuilder
+ .ScanRelative("GameMan", "48 8b 05 ? ? ? ? c6 40 18 00", 3, 7)
+ .AddPointer(_gameMan, 0)
+ ;
+
+ treeBuilder
+ .ScanRelative("GameDataMan", "48 8b 05 ? ? ? ? 48 8b 50 10 48 89 54 24 60", 3, 7)
+ .AddPointer(_gameDataMan, 0)
+ .AddPointer(_playerGameData, 0, 0x10)
+ ;
+
+ treeBuilder
+ .ScanRelative("WorldChrManImp", "48 8b 0d ? ? ? ? 0f 28 f1 48 85 c9 74 ? 48 89 7c", 3, 7)
+ .AddPointer(_playerIns, 0, 0x68)
+ .AddPointer(_playerPos, 0, 0x68, _playerCtrlOffset, 0x28)
+ ;
+
+ treeBuilder
+ .ScanRelative("EventFlags", "48 8B 0D ? ? ? ? 99 33 C2 45 33 C0 2B C2 8D 50 F6", 3, 7)
+ .AddPointer(_eventFlags, 0, 0)
+ ;
+
+ treeBuilder
+ .ScanRelative("InventoryIndices", "48 8D 15 ? ? ? ? C1 E1 10 49 8B C6 41 0B 8F 14 02 00 00 44 8B C6 42 89 0C B2 41 8B D6 49 8B CF", 3, 7)
+ .AddPointer(_inventoryIndices)
+ ;
+
+ treeBuilder
+ .ScanRelative("FrpgNetManImp", "48 83 3d ? ? ? ? 00 48 8b f1", 3, 8)
+ .AddPointer(_netBonfireDb, 0x0, 0xb68)
+ ;
+
+ treeBuilder
+ .ScanRelative("MenuMan", "48 8b 15 ? ? ? ? 89 82 7c 08 00 00", 3, 7)
+ .AddPointer(_menuMan, 0)
+ ;
+
+ treeBuilder
+ .ScanAbsolute("GetRegion", "40 53 48 83 ec 20 bb 02 00 00 00", 0)
+ .AddPointer(_getRegion, 0)
+ ;
- public int GetAttribute(Attribute attribute) => _playerGameData?.ReadInt32(0x8 + (long)attribute) ?? 0;
+ treeBuilder
+ .ScanRelative("SoloParamMan", "4C 8B 05 ? ? ? ? 48 63 C9 48 8D 04 C9", 3, 7)
+ .AddPointer(_soloParamMan, 0)
+ ;
+
+ treeBuilder
+ .ScanRelative("LoadingScreenItems", "48 8d 0d ? ? ? ? 8b 0c 81 89 8f 20 02 00 00", 3, 7)
+ .AddPointer(_loadingScreenItems)
+ ;
+
+ treeBuilder
+ .ScanRelative("MsgMan", "48 8b 35 ? ? ? ? 33 db 8b f9 8b ea 83 f9 5c", 3, 7)
+ .AddPointer(_msgMan, 0)
+ ;
+
+ return treeBuilder;
+ }
+ #endregion
+
+ public int GetAttribute(Attribute attribute) => _playerGameData.ReadInt32(0x8 + (long)attribute);
- public int GetInGameTimeMilliseconds() => _gameDataMan?.ReadInt32(0xa4) ?? 0;
+ public int GetInGameTimeMilliseconds() => _gameDataMan.ReadInt32(0xa4);
- public int NgCount() => _gameDataMan?.ReadInt32(0x78) ?? 0;
+ public int NgCount() => _gameDataMan.ReadInt32(0x78);
- public int GetCurrentSaveSlot() => _gameMan?.ReadInt32(_currentSaveSlotOffset) ?? 0;
+ public int GetCurrentSaveSlot() => _gameMan.ReadInt32(_currentSaveSlotOffset);
- public Vector3f GetPosition() => _playerPos == null ? new Vector3f(0, 0, 0) : new Vector3f(_playerPos.ReadFloat(0x10), _playerPos.ReadFloat(0x14), _playerPos.ReadFloat(0x18));
+ public Vector3f GetPosition() => new(_playerPos.ReadFloat(0x10), _playerPos.ReadFloat(0x14), _playerPos.ReadFloat(0x18));
- public int GetPlayerHealth() => _playerIns?.ReadInt32(0x3e8) ?? 0;
+ public int GetPlayerHealth() => _playerIns.ReadInt32(0x3e8);
- public bool IsPlayerLoaded() => !_playerIns?.IsNullPtr() ?? false;
+ public bool IsPlayerLoaded() => !_playerIns.IsNullPtr();
- public bool IsWarpRequested()
+ public bool IsWarpRequested()
+ {
+ if (GetPlayerHealth() == 0)
{
- if (_gameMan == null)
- {
- return false;
- }
-
- if (GetPlayerHealth() == 0)
- {
- return false;
- }
-
- return _gameMan.ReadByte(0x19) == 1;
+ return false;
}
-
- public bool AreCreditsRolling()
- {
- if(_menuMan == null)
- {
- return false;
- }
+ return _gameMan.ReadByte(0x19) == 1;
+ }
- var first = _menuMan.ReadInt32(0xc8);
- var second = _menuMan.ReadInt32(0xd4);
- var third = _menuMan.ReadInt32(0x80); //This address seems like it turns into a 1 only when you are on the main menu
+
+ public bool AreCreditsRolling()
+ {
+ var first = _menuMan.ReadInt32(0xc8);
+ var second = _menuMan.ReadInt32(0xd4);
+ var third = _menuMan.ReadInt32(0x80); //This address seems like it turns into a 1 only when you are on the main menu
- return third == 0 && first == 1 && second == 1;
- }
-
+ return third == 0 && first == 1 && second == 1;
+ }
+
- public List
- GetInventory()
- {
- if (_playerGameData == null)
- {
- return new List
- ();
- }
-
- //Path: GameDataMan->hostPlayerGameData->equipGameData.equipInventoryData.equipInventoryDataSub
- const long equipInventoryDataSubOffset = 0x3b0;
+ public List
- GetInventory()
+ {
+ //Path: GameDataMan->hostPlayerGameData->equipGameData.equipInventoryData.equipInventoryDataSub
+ const long equipInventoryDataSubOffset = 0x3b0;
- var itemCount = _playerGameData.ReadInt32(equipInventoryDataSubOffset + 48);
- var keyCount = _playerGameData.ReadInt32(equipInventoryDataSubOffset + 52);
+ var itemCount = _playerGameData.ReadInt32(equipInventoryDataSubOffset + 48);
+ var keyCount = _playerGameData.ReadInt32(equipInventoryDataSubOffset + 52);
- //Struct has 2 lists, list 1 seems to be a subset of list 2, the lists start at the same address..
- //I think the first list only contains keys. The "master" list contains both.
- var itemList2Len = _playerGameData.ReadInt32(equipInventoryDataSubOffset);
- var itemList2 = _playerGameData.ReadInt32(equipInventoryDataSubOffset + 40);
+ //Struct has 2 lists, list 1 seems to be a subset of list 2, the lists start at the same address..
+ //I think the first list only contains keys. The "master" list contains both.
+ var itemList2Len = _playerGameData.ReadInt32(equipInventoryDataSubOffset);
+ var itemList2 = _playerGameData.ReadInt32(equipInventoryDataSubOffset + 40);
- var bytes = _process.ReadProcessMemory(itemList2, itemList2Len * 0x1c).Unwrap();
- var items = ItemReader.GetCurrentInventoryItems(bytes, itemList2Len, itemCount, keyCount);
+ var bytes = _process!.ReadProcessMemory(itemList2, itemList2Len * 0x1c).Unwrap();
+ var items = ItemReader.GetCurrentInventoryItems(bytes, itemList2Len, itemCount, keyCount);
- return items;
- }
+ return items;
+ }
- public BonfireState GetBonfireState(Bonfire bonfire)
+ public BonfireState GetBonfireState(Bonfire bonfire)
+ {
+ var element = _netBonfireDb.CreatePointerFromAddress(0x28);
+ element = element.CreatePointerFromAddress(0x0);
+ var netBonfireDbItem = element.CreatePointerFromAddress(0x10);
+
+ //For loop purely to have a max amount of iterations
+ for (var i = 0; i < 100; i++)
{
- if (_netBonfireDb == null)
+ if (netBonfireDbItem.IsNullPtr())
{
return BonfireState.Unknown;
}
- var element = _netBonfireDb.CreatePointerFromAddress(0x28);
- element = element.CreatePointerFromAddress(0x0);
- var netBonfireDbItem = element.CreatePointerFromAddress(0x10);
-
- //For loop purely to have a max amount of iterations
- for (var i = 0; i < 100; i++)
- {
- if (netBonfireDbItem.IsNullPtr())
- {
- return BonfireState.Unknown;
- }
-
- var bonfireId = netBonfireDbItem.ReadInt32(0x8);
- if (bonfireId == (int)bonfire)
- {
- int bonfireState = netBonfireDbItem.ReadInt32(0xc);
- return (BonfireState)bonfireState;
- }
-
- element = element.CreatePointerFromAddress(0x0);
- netBonfireDbItem = element.CreatePointerFromAddress(0x10);
+ var bonfireId = netBonfireDbItem.ReadInt32(0x8);
+ if (bonfireId == (int)bonfire)
+ {
+ int bonfireState = netBonfireDbItem.ReadInt32(0xc);
+ return (BonfireState)bonfireState;
}
- return BonfireState.Unknown;
- }
- public int GetSaveFileGameTimeMilliseconds(string path, int slot)
- {
- return Sl2Reader.GetSaveFileIgt(path, slot, false) ?? 0;
+ element = element.CreatePointerFromAddress(0x0);
+ netBonfireDbItem = element.CreatePointerFromAddress(0x10);
}
+ return BonfireState.Unknown;
+ }
- #region eventflags
+ public int GetSaveFileGameTimeMilliseconds(string path, int slot)
+ {
+ return Sl2Reader.GetSaveFileIgt(path, slot, false) ?? 0;
+ }
- //Credit to JKAnderson for the event flag reading code, https://github.com/JKAnderson/DSR-Gadget
+ #region eventflags
- private static readonly Dictionary EventFlagGroups = new Dictionary()
- {
- {"0", 0x00000},
- {"1", 0x00500},
- {"5", 0x05F00},
- {"6", 0x0B900},
- {"7", 0x11300},
- };
-
- private static readonly Dictionary EventFlagAreas = new Dictionary()
- {
- {"000", 00},
- {"100", 01},
- {"101", 02},
- {"102", 03},
- {"110", 04},
- {"120", 05},
- {"121", 06},
- {"130", 07},
- {"131", 08},
- {"132", 09},
- {"140", 10},
- {"141", 11},
- {"150", 12},
- {"151", 13},
- {"160", 14},
- {"170", 15},
- {"180", 16},
- {"181", 17},
- };
-
- private int GetEventFlagOffset(uint eventFlagId, out uint mask)
- {
- string idString = eventFlagId.ToString("D8");
- if (idString.Length == 8)
- {
- string group = idString.Substring(0, 1);
- string area = idString.Substring(1, 3);
- int section = Int32.Parse(idString.Substring(4, 1));
- int number = Int32.Parse(idString.Substring(5, 3));
-
- if (EventFlagGroups.ContainsKey(group) && EventFlagAreas.ContainsKey(area))
- {
- int offset = EventFlagGroups[group];
- offset += EventFlagAreas[area] * 0x500;
- offset += section * 128;
- offset += (number - (number % 32)) / 8;
-
- mask = 0x80000000 >> (number % 32);
- return offset;
- }
- }
- throw new ArgumentException("Unknown event flag ID: " + eventFlagId);
- }
+ //Credit to JKAnderson for the event flag reading code, https://github.com/JKAnderson/DSR-Gadget
- public bool ReadEventFlag(uint eventFlagId)
+ private static readonly Dictionary EventFlagGroups = new()
+ {
+ {"0", 0x00000},
+ {"1", 0x00500},
+ {"5", 0x05F00},
+ {"6", 0x0B900},
+ {"7", 0x11300},
+ };
+
+ private static readonly Dictionary EventFlagAreas = new()
+ {
+ {"000", 00},
+ {"100", 01},
+ {"101", 02},
+ {"102", 03},
+ {"110", 04},
+ {"120", 05},
+ {"121", 06},
+ {"130", 07},
+ {"131", 08},
+ {"132", 09},
+ {"140", 10},
+ {"141", 11},
+ {"150", 12},
+ {"151", 13},
+ {"160", 14},
+ {"170", 15},
+ {"180", 16},
+ {"181", 17},
+ };
+
+ private int GetEventFlagOffset(uint eventFlagId, out uint mask)
+ {
+ string idString = eventFlagId.ToString("D8");
+ if (idString.Length == 8)
{
- if (_eventFlags == null)
+ string group = idString.Substring(0, 1);
+ string area = idString.Substring(1, 3);
+ int section = Int32.Parse(idString.Substring(4, 1));
+ int number = Int32.Parse(idString.Substring(5, 3));
+
+ if (EventFlagGroups.ContainsKey(group) && EventFlagAreas.ContainsKey(area))
{
- return false;
- }
+ int offset = EventFlagGroups[group];
+ offset += EventFlagAreas[area] * 0x500;
+ offset += section * 128;
+ offset += (number - (number % 32)) / 8;
- int offset = GetEventFlagOffset(eventFlagId, out uint mask);
- uint value = _eventFlags.ReadUInt32(offset);
- return (value & mask) != 0;
+ mask = 0x80000000 >> (number % 32);
+ return offset;
+ }
}
- #endregion
+ throw new ArgumentException("Unknown event flag ID: " + eventFlagId);
+ }
- //Imported from CapitaineToinon. Thanks!
+ public bool ReadEventFlag(uint eventFlagId)
+ {
+ int offset = GetEventFlagOffset(eventFlagId, out uint mask);
+ uint value = _eventFlags.ReadUInt32(offset);
+ return (value & mask) != 0;
+ }
+ #endregion
- public void ResetInventoryIndices()
+ //Imported from CapitaineToinon. Thanks!
+ public void ResetInventoryIndices()
+ {
+ for (int i = 0; i < 20; i++)
{
- if (_inventoryIndices != null)
- {
- for (int i = 0; i < 20; i++)
- {
- _inventoryIndices.WriteUint32(0x4 * i, uint.MaxValue);
- }
- }
+ _inventoryIndices.WriteUint32(0x4 * i, uint.MaxValue);
}
+ }
- ///
- /// Returns the savefile's location
- ///
- ///
- public string GetSaveFileLocation()
+ ///
+ /// Returns the savefile's location
+ ///
+ ///
+ public string? GetSaveFileLocation()
+ {
+ // values may be null if called before hook, in which
+ // case we can't guess the savefile location
+ if (_isJapanese == null || _steamId3 == null)
{
- // values may be null if called before hook, in which
- // case we can't guess the savefile location
- if (_isJapanese == null || _steamId3 == null)
- {
- return null;
- }
-
- if (_steamId3.Value == 0)
- {
- _steamId3 = GetSteamId3();
- }
-
- if (_steamId3.Value == 0)
- {
- return string.Empty;
- }
-
- var myDocuments = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);
- var japan = Path.Combine(myDocuments, "FromSoftware\\DARK SOULS REMASTERED");
- var path = Path.Combine(myDocuments, "NBGI\\DARK SOULS REMASTERED");
-
- if(_isJapanese.Value)
- {
- path = japan;
- }
-
- path = Path.Combine(path, $"{_steamId3}");
- return Path.Combine(path, "DRAKS0005.sl2");
+ return null;
}
- ///
- /// SteamID3 used for savefile location
- ///
- private int GetSteamId3()
+ if (_steamId3.Value == 0)
{
- string name = "steam_api64.dll";
- ProcessModule module = null;
-
- foreach (ProcessModule item in _process.Modules)
- {
- if (item.ModuleName == name)
- {
- module = item;
- break;
- }
- }
-
- if (module == null)
- {
- throw new DllNotFoundException($"${name} not found");
- }
-
- return _process.ReadMemory(module.BaseAddress.ToInt64() + 0x38E58).Unwrap();
+ _steamId3 = GetSteamId3();
}
+ if (_steamId3.Value == 0)
+ {
+ return string.Empty;
+ }
+
+ var myDocuments = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);
+ var japan = Path.Combine(myDocuments, "FromSoftware\\DARK SOULS REMASTERED");
+ var path = Path.Combine(myDocuments, "NBGI\\DARK SOULS REMASTERED");
- private const string IsJapaneseAsm = @"0: 48 83 ec 38 sub rsp,0x38
-4: 49 be fa fa fa fa fa movabs r14,0xfafafafafafafafa
-b: fa fa fa
-e: 41 ff d6 call r14
-11: 49 be fa fa fa fa fa movabs r14,0xfafafafafafafafa
-18: fa fa fa
-1b: 41 89 06 mov DWORD PTR [r14],eax
-1e: 48 83 c4 38 add rsp,0x38
-22: c3 ret";
-
+ if(_isJapanese.Value)
+ {
+ path = japan;
+ }
+
+ path = Path.Combine(path, $"{_steamId3}");
+ return Path.Combine(path, "DRAKS0005.sl2");
+ }
- private readonly Regex _assemblyRegex = new Regex(@"^[\w\d]+:\s+((?:[\w\d][\w\d] ?)+)");
+ ///
+ /// SteamID3 used for savefile location
+ ///
+ private int GetSteamId3()
+ {
+ string name = "steam_api64.dll";
+ ProcessModule? module = null;
- ///
- /// Convert string returned by https://defuse.ca/online-x86-assembler.htm to byte array
- /// Code by https://github.com/JKAnderson
- ///
- /// out of https://defuse.ca/online-x86-assembler.htm
- /// byte code
- private byte[] LoadDefuseOutput(string lines)
+ foreach (ProcessModule item in _process!.Modules)
{
- List bytes = new List();
- foreach (string line in Regex.Split(lines, "[\r\n]+"))
+ if (item.ModuleName == name)
{
- Match match = _assemblyRegex.Match(line);
- string hexes = match.Groups[1].Value;
- foreach (Match hex in Regex.Matches(hexes, @"\S+"))
- bytes.Add(Byte.Parse(hex.Value, System.Globalization.NumberStyles.AllowHexSpecifier));
+ module = item;
+ break;
}
- return bytes.ToArray();
}
-
- ///
- /// Returns true if the game currently is in Japanese
- ///
- /// bool
- private bool IsJapanese()
+ if (module == null)
{
- // Calls DarkSoulsRemastered.exe+C8820 (1.03, different address in 1.03.1) and then writes the value of eax
- // to a given address. If that value is 0, the game is in Japanese.
- // That function uses the steam64 api underneath so we have no other
- // choice but calling that function manually
-
- var getRegionAddress = _getRegion.BaseAddress;
- IntPtr callPtr = (IntPtr)getRegionAddress;
- IntPtr resultPtr = _process.Allocate(0x4);
-
- // build asm and replace the function pointers
- byte[] asm = LoadDefuseOutput(IsJapaneseAsm);
- byte[] callBytes = BitConverter.GetBytes((ulong)callPtr);
- Array.Copy(callBytes, 0, asm, 0x6, 8);
- byte[] resultBytes = BitConverter.GetBytes((ulong)resultPtr);
- Array.Copy(resultBytes, 0, asm, 0x13, 8);
-
- _process.Execute(asm);
- var isJapanese = _process.ReadMemory(resultPtr.ToInt64()).Unwrap() == 0;
- _process.Free(resultPtr);
- return isJapanese;
+ throw new DllNotFoundException($"${name} not found");
}
- public void SetLoadingScreenItem(int index, uint item)
+ return _process.ReadMemory(module.BaseAddress.ToInt64() + 0x38E58).Unwrap();
+ }
+
+
+ private const string IsJapaneseAsm = """
+ 0: 48 83 ec 38 sub rsp,0x38
+ 4: 49 be fa fa fa fa fa movabs r14,0xfafafafafafafafa
+ b: fa fa fa
+ e: 41 ff d6 call r14
+ 11: 49 be fa fa fa fa fa movabs r14,0xfafafafafafafafa
+ 18: fa fa fa
+ 1b: 41 89 06 mov DWORD PTR [r14],eax
+ 1e: 48 83 c4 38 add rsp,0x38
+ 22: c3 ret
+ """;
+
+
+ private readonly Regex _assemblyRegex = new(@"^[\w\d]+:\s+((?:[\w\d][\w\d] ?)+)");
+
+ ///
+ /// Convert string returned by https://defuse.ca/online-x86-assembler.htm to byte array
+ /// Code by https://github.com/JKAnderson
+ ///
+ /// out of https://defuse.ca/online-x86-assembler.htm
+ /// byte code
+ private byte[] LoadDefuseOutput(string lines)
+ {
+ List bytes = [];
+ foreach (string line in Regex.Split(lines, "[\r\n]+"))
{
- _loadingScreenItems.WriteUint32(index * 4, item);
+ Match match = _assemblyRegex.Match(line);
+ string hexes = match.Groups[1].Value;
+ foreach (Match hex in Regex.Matches(hexes, @"\S+"))
+ bytes.Add(Byte.Parse(hex.Value, System.Globalization.NumberStyles.AllowHexSpecifier));
}
+ return bytes.ToArray();
+ }
+
+
+ ///
+ /// Returns true if the game currently is in Japanese
+ ///
+ /// bool
+ private bool IsJapanese()
+ {
+ // Calls DarkSoulsRemastered.exe+C8820 (1.03, different address in 1.03.1) and then writes the value of eax
+ // to a given address. If that value is 0, the game is in Japanese.
+ // That function uses the steam64 api underneath so we have no other
+ // choice but calling that function manually
+
+ var getRegionAddress = _getRegion.BaseAddress;
+ IntPtr callPtr = (IntPtr)getRegionAddress;
+ IntPtr resultPtr = _process!.Allocate(0x4);
+
+ // build asm and replace the function pointers
+ byte[] asm = LoadDefuseOutput(IsJapaneseAsm);
+ byte[] callBytes = BitConverter.GetBytes((ulong)callPtr);
+ Array.Copy(callBytes, 0, asm, 0x6, 8);
+ byte[] resultBytes = BitConverter.GetBytes((ulong)resultPtr);
+ Array.Copy(resultBytes, 0, asm, 0x13, 8);
+
+ _process!.Execute(asm);
+ var isJapanese = _process!.ReadMemory(resultPtr.ToInt64()).Unwrap() == 0;
+ _process!.Free(resultPtr);
+ return isJapanese;
+ }
+
+ public void SetLoadingScreenItem(int index, uint item)
+ {
+ _loadingScreenItems.WriteUint32(index * 4, item);
+ }
+
+ public object GetTestValue()
+ {
+ return this;
+ }
- public object GetTestValue()
+ ///
+ /// Provides an accessor to an itemLotParam. Do not capture this object; it's lifecycle will be managed efficiently. Only modify the itemlots via this accessor.
+ ///
+ public void WriteItemLotParam(int rowId, Action accessor)
+ {
+ if (!_itemLotParams.Any())
{
- return this;
+ var paramResCap = _soloParamMan.CreatePointerFromAddress(0x570);
+ var headerStart = paramResCap.CreatePointerFromAddress(0x38);
+ _itemLotParams = ParamReader.ReadParam(headerStart);
}
- ///
- /// Provides an accessor to an itemLotParam. Do not capture this object; it's lifecycle will be managed efficiently. Only modify the itemlots via this accessor.
- ///
- public void WriteItemLotParam(int rowId, Action accessor)
- {
- if (!_itemLotParams.Any())
- {
- var paramResCap = _soloParamMan.CreatePointerFromAddress(0x570);
- var headerStart = paramResCap.CreatePointerFromAddress(0x38);
- _itemLotParams = ParamReader.ReadParam(headerStart);
- }
+ var itemLotParam = _itemLotParams.Find(i => i.Id == rowId);
+ accessor(itemLotParam);
+ }
- var itemLotParam = _itemLotParams.Find(i => i.Id == rowId);
- accessor(itemLotParam);
- }
+ public void WriteWeaponDescription(uint weaponId, string description)
+ {
+ var weaponDescriptionsPointer = _msgMan.CreatePointerFromAddress(0x358);
- public void WriteWeaponDescription(uint weaponId, string description)
+ if (!_weaponDescriptionsTable.Any())
{
- var weaponDescriptionsPointer = _msgMan.CreatePointerFromAddress(0x358);
-
- if (!_weaponDescriptionsTable.Any())
- {
- _weaponDescriptionsTable = ParamReader.GetTextTables(weaponDescriptionsPointer);
- }
+ _weaponDescriptionsTable = ParamReader.GetTextTables(weaponDescriptionsPointer);
+ }
- var weaponDescription = _weaponDescriptionsTable.Find(i => i.ItemHighRange == weaponId);
+ var weaponDescription = _weaponDescriptionsTable.Find(i => i.ItemHighRange == weaponId);
- var dataOffset = weaponDescriptionsPointer.ReadInt32(0x14);
- var textOffset = weaponDescriptionsPointer.ReadInt32(dataOffset + weaponDescription.DataOffset * 4);
- weaponDescriptionsPointer.ReadUnicodeString(out int length, offset: textOffset);
+ var dataOffset = weaponDescriptionsPointer.ReadInt32(0x14);
+ var textOffset = weaponDescriptionsPointer.ReadInt32(dataOffset + weaponDescription.DataOffset * 4);
+ weaponDescriptionsPointer.ReadUnicodeString(out int length, offset: textOffset);
- var buffer = Encoding.Unicode.GetBytes(description);
- var bytes = new byte[length];
- Array.Copy(buffer, bytes, buffer.Length);
- weaponDescriptionsPointer.WriteBytes(textOffset, bytes);
- }
+ var buffer = Encoding.Unicode.GetBytes(description);
+ var bytes = new byte[length];
+ Array.Copy(buffer, bytes, buffer.Length);
+ weaponDescriptionsPointer.WriteBytes(textOffset, bytes);
}
}
diff --git a/src/SoulMemory/DarkSouls1/Sl2Reader.cs b/src/SoulMemory/DarkSouls1/Sl2Reader.cs
index 4c1f461b..036e2f90 100644
--- a/src/SoulMemory/DarkSouls1/Sl2Reader.cs
+++ b/src/SoulMemory/DarkSouls1/Sl2Reader.cs
@@ -20,128 +20,128 @@
using System.Linq;
using System.Security.Cryptography;
-namespace SoulMemory.DarkSouls1
+namespace SoulMemory.DarkSouls1;
+
+//Imported from CapitaineToinon. Thanks!
+
+/*
+Encryption
+
+DS1:
+ Files are not encrypted
+DSR:
+ Each USERDATA file is individually AES-128-CBC encrypted.
+ Key: 01 23 45 67 89 AB CD EF FE DC BA 98 76 54 32 10
+ IV: First 16 bytes of each file
+*/
+internal static class Sl2Reader
{
- //Imported from CapitaineToinon. Thanks!
-
- /*
- Encryption
-
- DS1:
- Files are not encrypted
- DSR:
- Each USERDATA file is individually AES-128-CBC encrypted.
- Key: 01 23 45 67 89 AB CD EF FE DC BA 98 76 54 32 10
- IV: First 16 bytes of each file
- */
- internal static class Sl2Reader
+ private static readonly byte[] AesKey = [0x01, 0x23, 0x45, 0x67, 0x89, 0xAB, 0xCD, 0xEF, 0xFE, 0xDC, 0xBA, 0x98, 0x76, 0x54, 0x32, 0x10
+ ];
+
+ ///
+ /// Read the IGT from an SL2 file
+ ///
+ /// path to the SL2 file
+ /// the slot to read the IGT from
+ /// The game version
+ /// IGT or -1 if sometimes failed
+ public static int? GetSaveFileIgt(string? path, int slot, bool ptde)
{
- private static readonly byte[] AesKey = { 0x01, 0x23, 0x45, 0x67, 0x89, 0xAB, 0xCD, 0xEF, 0xFE, 0xDC, 0xBA, 0x98, 0x76, 0x54, 0x32, 0x10 };
-
- ///
- /// Read the IGT from an SL2 file
- ///
- /// path to the SL2 file
- /// the slot to read the IGT from
- /// The game version
- /// IGT or -1 if sometimes failed
- public static int? GetSaveFileIgt(string path, int slot, bool ptde)
+ int? igt = null;
+
+ // Path may be null if this function is called before
+ // the game was hooked
+ if (path == null)
{
- int? igt = null;
+ return igt;
+ }
- // Path may be null if this function is called before
- // the game was hooked
- if (path == null)
+ try
+ {
+ if (IsReadable(path))
{
- return igt;
- }
+ if (ptde)
+ {
+ byte[] file = File.ReadAllBytes(path);
+ int saveSlotSize = 0x60020;
- try
- {
- if (IsReadable(path))
+ // Seems like GFWL files have a different slot size
+ if (file.Length != 4326432)
+ saveSlotSize = 0x60190;
+
+ int igtOffset = 0x2dc + (saveSlotSize * slot);
+ igt = BitConverter.ToInt32(file, igtOffset);
+ }
+ else
{
- if (ptde)
- {
- byte[] file = File.ReadAllBytes(path);
- int saveSlotSize = 0x60020;
-
- // Seems like GFWL files have a different slot size
- if (file.Length != 4326432)
- saveSlotSize = 0x60190;
-
- int igtOffset = 0x2dc + (saveSlotSize * slot);
- igt = BitConverter.ToInt32(file, igtOffset);
- }
- else
- {
- // Each USERDATA file is individually AES - 128 - CBC encrypted.
- byte[] file = File.ReadAllBytes(path);
- file = DecryptSl2(file);
- int saveSlotSize = 0x60030;
- int igtOffset = 0x2EC + (saveSlotSize * slot);
- igt = BitConverter.ToInt32(file, igtOffset);
- }
+ // Each USERDATA file is individually AES - 128 - CBC encrypted.
+ byte[] file = File.ReadAllBytes(path);
+ file = DecryptSl2(file);
+ int saveSlotSize = 0x60030;
+ int igtOffset = 0x2EC + (saveSlotSize * slot);
+ igt = BitConverter.ToInt32(file, igtOffset);
}
}
- catch
- {
- igt = null;
- }
- return igt;
}
-
- ///
- /// Tests if the path to an SL2 file should be read or not
- ///
- private static bool IsReadable(string path)
+ catch
{
- try
- {
- return File.Exists(path) && !(new FileInfo(path).IsReadOnly);
- }
- catch
- {
- return false;
- }
+ igt = null;
}
+ return igt;
+ }
- ///
- /// Each USERDATA file is individually AES-128-CBC encrypted.
- ///
- /// encrypted bytes
- /// key
- /// iv
- /// decrypted bytes
- private static byte[] DecryptSl2(byte[] cipherBytes)
+ ///
+ /// Tests if the path to an SL2 file should be read or not
+ ///
+ private static bool IsReadable(string path)
+ {
+ try
{
- var encryptor = Aes.Create();
- encryptor.Mode = CipherMode.CBC;
+ return File.Exists(path) && !(new FileInfo(path).IsReadOnly);
+ }
+ catch
+ {
+ return false;
+ }
+ }
- // Set key and IV
- var aesKey = new byte[16];
- Array.Copy(AesKey, 0, aesKey, 0, 16);
- encryptor.Key = aesKey;
- encryptor.IV = cipherBytes.Take(16).ToArray();
+ ///
+ /// Each USERDATA file is individually AES-128-CBC encrypted.
+ ///
+ /// encrypted bytes
+ /// key
+ /// iv
+ /// decrypted bytes
+ private static byte[] DecryptSl2(byte[] cipherBytes)
+ {
+ var encryptor = Aes.Create();
+ encryptor.Mode = CipherMode.CBC;
- var memoryStream = new MemoryStream();
- var aesDecryptor = encryptor.CreateDecryptor();
- var cryptoStream = new CryptoStream(memoryStream, aesDecryptor, CryptoStreamMode.Write);
- byte[] plainBytes;
+ // Set key and IV
+ var aesKey = new byte[16];
+ Array.Copy(AesKey, 0, aesKey, 0, 16);
+ encryptor.Key = aesKey;
+ encryptor.IV = cipherBytes.Take(16).ToArray();
- try
- {
- cryptoStream.Write(cipherBytes, 0, cipherBytes.Length);
- cryptoStream.FlushFinalBlock();
- plainBytes = memoryStream.ToArray();
- }
- finally
- {
- memoryStream.Close();
- cryptoStream.Close();
- }
+ var memoryStream = new MemoryStream();
+ var aesDecryptor = encryptor.CreateDecryptor();
+ var cryptoStream = new CryptoStream(memoryStream, aesDecryptor, CryptoStreamMode.Write);
+ byte[] plainBytes;
- return plainBytes;
+ try
+ {
+ cryptoStream.Write(cipherBytes, 0, cipherBytes.Length);
+ cryptoStream.FlushFinalBlock();
+ plainBytes = memoryStream.ToArray();
+ }
+ finally
+ {
+ memoryStream.Close();
+ cryptoStream.Close();
}
+
+ return plainBytes;
}
}
diff --git a/src/SoulMemory/DarkSouls2/Attribute.cs b/src/SoulMemory/DarkSouls2/Attribute.cs
index f8cd0f34..cb1fd4f9 100644
--- a/src/SoulMemory/DarkSouls2/Attribute.cs
+++ b/src/SoulMemory/DarkSouls2/Attribute.cs
@@ -16,20 +16,19 @@
using System.Xml.Serialization;
-namespace SoulMemory.DarkSouls2
+namespace SoulMemory.DarkSouls2;
+
+[XmlType(Namespace = "SoulMemory.DarkSouls2")]
+public enum Attribute
{
- [XmlType(Namespace = "SoulMemory.DarkSouls2")]
- public enum Attribute
- {
- SoulLevel,
- Vigor,
- Endurance,
- Vitality,
- Attunement,
- Strength,
- Dexterity,
- Adaptability,
- Intelligence,
- Faith,
- }
+ SoulLevel,
+ Vigor,
+ Endurance,
+ Vitality,
+ Attunement,
+ Strength,
+ Dexterity,
+ Adaptability,
+ Intelligence,
+ Faith,
}
diff --git a/src/SoulMemory/DarkSouls2/BossType.cs b/src/SoulMemory/DarkSouls2/BossType.cs
index a8fd9c1c..2cc9cf5d 100644
--- a/src/SoulMemory/DarkSouls2/BossType.cs
+++ b/src/SoulMemory/DarkSouls2/BossType.cs
@@ -16,137 +16,136 @@
using System.Xml.Serialization;
-namespace SoulMemory.DarkSouls2
+namespace SoulMemory.DarkSouls2;
+
+[XmlType(Namespace = "SoulMemory.DarkSouls2")]
+public enum BossType
{
- [XmlType(Namespace = "SoulMemory.DarkSouls2")]
- public enum BossType
- {
- //Base game ==========================================================================================
- [Annotation(Name = "The Last Giant")]
- TheLastGiant = 0x7c,
+ //Base game ==========================================================================================
+ [Annotation(Name = "The Last Giant")]
+ TheLastGiant = 0x7c,
- [Annotation(Name = "The Pursuer")]
- ThePursuer = 0x70,
+ [Annotation(Name = "The Pursuer")]
+ ThePursuer = 0x70,
- [Annotation(Name = "Executioners Chariot")]
- ExecutionersChariot = 0x34,
+ [Annotation(Name = "Executioners Chariot")]
+ ExecutionersChariot = 0x34,
- [Annotation(Name = "Looking Glass Knight")]
- LookingGlassKnight = 0x48,
+ [Annotation(Name = "Looking Glass Knight")]
+ LookingGlassKnight = 0x48,
- [Annotation(Name = "The Skeleton Lords")]
- TheSkeletonLords = 0x38,
+ [Annotation(Name = "The Skeleton Lords")]
+ TheSkeletonLords = 0x38,
- [Annotation(Name = "Flexile Sentry")]
- FlexileSentry = 0x54,
+ [Annotation(Name = "Flexile Sentry")]
+ FlexileSentry = 0x54,
- [Annotation(Name = "Lost Sinner")]
- LostSinner = 0x5c,
+ [Annotation(Name = "Lost Sinner")]
+ LostSinner = 0x5c,
- [Annotation(Name = "Belfry Gargoyles")]
- BelfryGargoyles = 0xa8,
+ [Annotation(Name = "Belfry Gargoyles")]
+ BelfryGargoyles = 0xa8,
- [Annotation(Name = "Ruin Sentinels")]
- RuinSentinels = 0x58,
+ [Annotation(Name = "Ruin Sentinels")]
+ RuinSentinels = 0x58,
- [Annotation(Name = "Royal Rat Vanguard")]
- RoyalRatVanguard = 0x64,
+ [Annotation(Name = "Royal Rat Vanguard")]
+ RoyalRatVanguard = 0x64,
- [Annotation(Name = "Royal Rat Authority")]
- RoyalRatAuthority = 0x6c,
+ [Annotation(Name = "Royal Rat Authority")]
+ RoyalRatAuthority = 0x6c,
- [Annotation(Name = "Scorpioness Najka")]
- ScorpionessNajka = 0x44,
+ [Annotation(Name = "Scorpioness Najka")]
+ ScorpionessNajka = 0x44,
- [Annotation(Name = "The Duke's Dear Freja")]
- TheDukesDearFreja = 0x2c,
+ [Annotation(Name = "The Duke's Dear Freja")]
+ TheDukesDearFreja = 0x2c,
- [Annotation(Name = "Mytha, the Baneful Queen")]
- MythaTheBanefulQueen = 0x40,
+ [Annotation(Name = "Mytha, the Baneful Queen")]
+ MythaTheBanefulQueen = 0x40,
- [Annotation(Name = "The Rotten")]
- TheRotten = 0x68,
+ [Annotation(Name = "The Rotten")]
+ TheRotten = 0x68,
- [Annotation(Name = "Old DragonSlayer")]
- OldDragonSlayer = 0x50,
+ [Annotation(Name = "Old DragonSlayer")]
+ OldDragonSlayer = 0x50,
- [Annotation(Name = "Covetous Demon")]
- CovetousDemon = 0x3c,
+ [Annotation(Name = "Covetous Demon")]
+ CovetousDemon = 0x3c,
- [Annotation(Name = "Smelter Demon")]
- SmelterDemon = 0x60,
+ [Annotation(Name = "Smelter Demon")]
+ SmelterDemon = 0x60,
- [Annotation(Name = "Old Iron King")]
- OldIronKing = 0x30,
+ [Annotation(Name = "Old Iron King")]
+ OldIronKing = 0x30,
- [Annotation(Name = "Guardian Dragon")]
- GuardianDragon = 0x78,
+ [Annotation(Name = "Guardian Dragon")]
+ GuardianDragon = 0x78,
- [Annotation(Name = "Demon of Song")]
- DemonOfSong = 0x28,
+ [Annotation(Name = "Demon of Song")]
+ DemonOfSong = 0x28,
- [Annotation(Name = "Velstadt, The Royal Aegis")]
- VelstadtTheRoyalAegis = 0x8c,
+ [Annotation(Name = "Velstadt, The Royal Aegis")]
+ VelstadtTheRoyalAegis = 0x8c,
- [Annotation(Name = "Vendrick")]
- Vendrick = 0x98,
-
- [Annotation(Name = "Darklurker")]
- Darklurker = 0x9c,
+ [Annotation(Name = "Vendrick")]
+ Vendrick = 0x98,
+
+ [Annotation(Name = "Darklurker")]
+ Darklurker = 0x9c,
- [Annotation(Name = "Dragonrider")]
- Dragonrider = 0x4c,
+ [Annotation(Name = "Dragonrider")]
+ Dragonrider = 0x4c,
- [Annotation(Name = "Twin Dragonriders")]
- TwinDragonriders = 0xa0,
+ [Annotation(Name = "Twin Dragonriders")]
+ TwinDragonriders = 0xa0,
- [Annotation(Name = "Prowling Magnus and Congregation")]
- ProwlingMagnusAndCongregation = 0xa4,
+ [Annotation(Name = "Prowling Magnus and Congregation")]
+ ProwlingMagnusAndCongregation = 0xa4,
- [Annotation(Name = "Giant Lord")]
- GiantLord = 0x80,
+ [Annotation(Name = "Giant Lord")]
+ GiantLord = 0x80,
- [Annotation(Name = "Ancient Dragon")]
- AncientDragon = 0x94,
+ [Annotation(Name = "Ancient Dragon")]
+ AncientDragon = 0x94,
- [Annotation(Name = "Throne Watcher and Throne Defender")]
- ThroneWatcherAndThroneDefender = 0x88,
+ [Annotation(Name = "Throne Watcher and Throne Defender")]
+ ThroneWatcherAndThroneDefender = 0x88,
- [Annotation(Name = "Nashandra")]
- Nashandra = 0x84,
+ [Annotation(Name = "Nashandra")]
+ Nashandra = 0x84,
- [Annotation(Name = "Aldia, Scholar of the First Sin")]
- AldiaScholarOfTheFirstSin = 0x118,
+ [Annotation(Name = "Aldia, Scholar of the First Sin")]
+ AldiaScholarOfTheFirstSin = 0x118,
- //Crown of the Sunken king =================================================================================
- [Annotation(Name = "Elana, Squalid Queen")]
- ElanaSqualidQueen = 0xc8,
+ //Crown of the Sunken king =================================================================================
+ [Annotation(Name = "Elana, Squalid Queen")]
+ ElanaSqualidQueen = 0xc8,
- [Annotation(Name = "Sinh, the Slumbering Dragon")]
- SinhTheSlumberingDragon = 0xd4,
+ [Annotation(Name = "Sinh, the Slumbering Dragon")]
+ SinhTheSlumberingDragon = 0xd4,
- [Annotation(Name = "Afflicted Graverobber, Ancient Soldier Varg, and Cerah the Old Explorer")]
- AfflictedGraverobberAncientSoldierVargCerahTheOldExplorer = 0xf4,
+ [Annotation(Name = "Afflicted Graverobber, Ancient Soldier Varg, and Cerah the Old Explorer")]
+ AfflictedGraverobberAncientSoldierVargCerahTheOldExplorer = 0xf4,
- //Crown of the old iron king ================================================================================
+ //Crown of the old iron king ================================================================================
- [Annotation(Name = "Blue Smelter Demon")]
- BlueSmelterDemon = 0xfc,
+ [Annotation(Name = "Blue Smelter Demon")]
+ BlueSmelterDemon = 0xfc,
- [Annotation(Name = "Fume knight")]
- Fumeknight = 0xcc,
+ [Annotation(Name = "Fume knight")]
+ Fumeknight = 0xcc,
- [Annotation(Name = "Sir Alonne")]
- SirAlonne = 0xf8,
+ [Annotation(Name = "Sir Alonne")]
+ SirAlonne = 0xf8,
- //Crown of the Ivory king ===================================================================================
- [Annotation(Name = "Burnt Ivory King")]
- BurntIvoryKing = 0x104,
+ //Crown of the Ivory king ===================================================================================
+ [Annotation(Name = "Burnt Ivory King")]
+ BurntIvoryKing = 0x104,
- [Annotation(Name = "Aava, the King's Pet")]
- AavaTheKingsPet = 0xd0,
+ [Annotation(Name = "Aava, the King's Pet")]
+ AavaTheKingsPet = 0xd0,
- [Annotation(Name = "Lud and Zallen, the King's Pets")]
- LudAndZallenTheKingsPets = 0x108,
- }
+ [Annotation(Name = "Lud and Zallen, the King's Pets")]
+ LudAndZallenTheKingsPets = 0x108,
}
diff --git a/src/SoulMemory/DarkSouls2/DarkSouls2.cs b/src/SoulMemory/DarkSouls2/DarkSouls2.cs
index 55ca63e0..d922e32d 100644
--- a/src/SoulMemory/DarkSouls2/DarkSouls2.cs
+++ b/src/SoulMemory/DarkSouls2/DarkSouls2.cs
@@ -20,59 +20,58 @@
using SoulMemory.Memory;
using SoulMemory.Native;
-namespace SoulMemory.DarkSouls2
+namespace SoulMemory.DarkSouls2;
+
+public class DarkSouls2 : IDarkSouls2
{
- public class DarkSouls2 : IDarkSouls2
- {
- public int GetInGameTimeMilliseconds() => 0;
- private IDarkSouls2 _darkSouls2;
- public Process GetProcess() => _darkSouls2.GetProcess();
- public Vector3f GetPosition() => _darkSouls2?.GetPosition() ?? new Vector3f();
- public bool IsLoading() => _darkSouls2?.IsLoading() ?? false;
- public bool ReadEventFlag(uint eventFlagId) => _darkSouls2?.ReadEventFlag(eventFlagId) ?? false;
- public int GetBossKillCount(BossType bossType) => _darkSouls2?.GetBossKillCount(bossType) ?? 0;
- public int GetAttribute(Attribute attribute) => _darkSouls2?.GetAttribute(attribute) ?? 0;
- public TreeBuilder GetTreeBuilder() => _darkSouls2?.GetTreeBuilder();
+ public int GetInGameTimeMilliseconds() => 0;
+ private IDarkSouls2? _darkSouls2;
+ public Process? GetProcess() => _darkSouls2?.GetProcess();
+ public Vector3f GetPosition() => _darkSouls2?.GetPosition() ?? new Vector3f();
+ public bool IsLoading() => _darkSouls2?.IsLoading() ?? false;
+ public bool ReadEventFlag(uint eventFlagId) => _darkSouls2?.ReadEventFlag(eventFlagId) ?? false;
+ public int GetBossKillCount(BossType bossType) => _darkSouls2?.GetBossKillCount(bossType) ?? 0;
+ public int GetAttribute(Attribute attribute) => _darkSouls2?.GetAttribute(attribute) ?? 0;
+ public TreeBuilder GetTreeBuilder() => _darkSouls2?.GetTreeBuilder() ?? null!;
- public ResultErr TryRefresh()
+ public ResultErr TryRefresh()
+ {
+ try
{
- try
+ if (_darkSouls2 == null)
{
- if (_darkSouls2 == null)
+ var process = Process.GetProcesses().FirstOrDefault(i => i.ProcessName.ToLower() == "darksoulsii" && i is { HasExited: false, MainModule: not null });
+ if (process == null)
{
- var process = Process.GetProcesses().FirstOrDefault(i => i.ProcessName.ToLower() == "darksoulsii" && !i.HasExited && i.MainModule != null);
- if (process == null)
- {
- return Result.Err(new RefreshError(RefreshErrorReason.ProcessNotRunning, "Dark Souls 2 vanilla/scholar not running."));
- }
+ return Result.Err(new RefreshError(RefreshErrorReason.ProcessNotRunning, "Dark Souls 2 vanilla/scholar not running."));
+ }
- var isScholar = process.Is64Bit().Unwrap();
-
- if (isScholar)
- {
- _darkSouls2 = new Scholar();
- }
- else
- {
- _darkSouls2 = new Vanilla();
- }
- return Result.Ok();
+ var isScholar = process.Is64Bit().Unwrap();
+
+ if (isScholar)
+ {
+ _darkSouls2 = new Scholar();
}
else
{
- var result = _darkSouls2.TryRefresh();
- if (result.IsErr)
- {
- _darkSouls2 = null;
- return result;
- }
- return Result.Ok();
+ _darkSouls2 = new Vanilla();
}
+ return Result.Ok();
}
- catch (Exception e)
+ else
{
- return RefreshError.FromException(e);
+ var result = _darkSouls2.TryRefresh();
+ if (result.IsErr)
+ {
+ _darkSouls2 = null!;
+ return result;
+ }
+ return Result.Ok();
}
}
+ catch (Exception e)
+ {
+ return RefreshError.FromException(e);
+ }
}
}
diff --git a/src/SoulMemory/DarkSouls2/Data.cs b/src/SoulMemory/DarkSouls2/Data.cs
index 84482ccc..1b96c593 100644
--- a/src/SoulMemory/DarkSouls2/Data.cs
+++ b/src/SoulMemory/DarkSouls2/Data.cs
@@ -17,105 +17,96 @@
using System.Collections.Generic;
using System.Collections.ObjectModel;
-namespace SoulMemory.DarkSouls2
+namespace SoulMemory.DarkSouls2;
+
+public static class Data
{
- public static class Data
+ public struct Bonfire(WarpType warpType, int areaId, ushort bonfireId, string name)
{
- public struct Bonfire
- {
- public Bonfire(WarpType warpType, int areaId, ushort bonfireId, string name)
- {
- WarpType = warpType;
- AreaId = areaId;
- BonfireId = bonfireId;
- Name = name;
- }
-
- public WarpType WarpType;
- public int AreaId;
- public ushort BonfireId;
- public string Name;
- }
-
- public static readonly ReadOnlyCollection Bonfires = new ReadOnlyCollection(new List()
- {
- new Bonfire(WarpType.FireKeepersDwelling , 167903232, 2650 , "Fire Keepers' Dwelling"),
- new Bonfire(WarpType.TheFarFire , 168034304, 4650 , "The Far Fire"),
- new Bonfire(WarpType.TheCrestfallensRetreat , 168427520, 10670, "The Crestfallen's Retreat"),
- new Bonfire(WarpType.CardinalTower , 168427520, 10655, "Cardinal Tower"),
- new Bonfire(WarpType.SoldiersRest , 168427520, 10660, "Soldiers' Rest"),
- new Bonfire(WarpType.ThePlaceUnbeknownst , 168427520, 10675, "The Place Unbeknownst"),
- new Bonfire(WarpType.HeidesRuin , 169803776, 31655, "Heide's Ruin"),
- new Bonfire(WarpType.TowerOfFlame , 169803776, 31650, "Tower of Flame"),
- new Bonfire(WarpType.TheBlueCathedral , 169803776, 31660, "The Blue Cathedral"),
- new Bonfire(WarpType.UnseenPathToHeide , 168951808, 18650, "Unseen Path to Heide"),
- new Bonfire(WarpType.ExileHoldingCells , 168820736, 16655, "Exile Holding Cells"),
- new Bonfire(WarpType.McDuffsWorkshop , 168820736, 16670, "McDuff's Workshop"),
- new Bonfire(WarpType.ServantsQuarters , 168820736, 16675, "Servants' Quarters"),
- new Bonfire(WarpType.StraidsCell , 168820736, 16650, "Straid's Cell"),
- new Bonfire(WarpType.TheTowerApart , 168820736, 16660, "The Tower Apart"),
- new Bonfire(WarpType.TheSaltfort , 168820736, 16685, "The Saltfort"),
- new Bonfire(WarpType.UpperRamparts , 168820736, 16665, "Upper Ramparts"),
- new Bonfire(WarpType.UndeadRefuge , 169279488, 23650, "Undead Refuge"),
- new Bonfire(WarpType.BridgeApproach , 169279488, 23655, "Bridge Approach"),
- new Bonfire(WarpType.UndeadLockaway , 169279488, 23660, "Undead Lockaway"),
- new Bonfire(WarpType.UndeadPurgatory , 169279488, 23665, "Undead Purgatory"),
- new Bonfire(WarpType.PoisonPool , 168886272, 17665, "Poison Pool"),
- new Bonfire(WarpType.TheMines , 168886272, 17650, "The Mines"),
- new Bonfire(WarpType.LowerEarthenPeak , 168886272, 17655, "Lower Earthen Peak"),
- new Bonfire(WarpType.CentralEarthenPeak , 168886272, 17670, "Central Earthen Peak"),
- new Bonfire(WarpType.UpperEarthenPeak , 168886272, 17675, "Upper Earthen Peak"),
- new Bonfire(WarpType.ThresholdBridge , 169017344, 19655, "Threshold Bridge"),
- new Bonfire(WarpType.IronHearthHall , 169017344, 19650, "Ironhearth Hall"),
- new Bonfire(WarpType.EygilsIdol , 169017344, 19660, "Eygil's Idol"),
- new Bonfire(WarpType.BelfrySolApproach , 169017344, 19665, "Belfry Sol Approach"),
- new Bonfire(WarpType.OldAkelarre , 169672704, 29650, "Old Akelarre"),
- new Bonfire(WarpType.RuinedForkRoad , 169869312, 32655, "Ruined Fork Road"),
- new Bonfire(WarpType.ShadedRuins , 169869312, 32660, "Shaded Ruins"),
- new Bonfire(WarpType.GyrmsRespite , 169934848, 33655, "Gyrm's Respite"),
- new Bonfire(WarpType.OrdealsEnd , 169934848, 33660, "Ordeal's End"),
- new Bonfire(WarpType.RoyalArmyCampsite , 168689664, 14655, "Royal Army Campsite"),
- new Bonfire(WarpType.ChapelThreshold , 168689664, 14660, "Chapel Threshold"),
- new Bonfire(WarpType.LowerBrightstoneCove , 168689664, 14650, "Lower Brightstone Cove"),
- new Bonfire(WarpType.HarvalsRestingPlace , 170000384, 34655, "Harval's Resting Place"),
- new Bonfire(WarpType.GraveEntrance , 170000384, 34650, "Grave Entrance"),
- new Bonfire(WarpType.UpperGutter , 169410560, 25665, "Upper Gutter"),
- new Bonfire(WarpType.CentralGutter , 169410560, 25655, "Central Gutter"),
- new Bonfire(WarpType.BlackGulchMouth , 169410560, 25650, "Black Gulch Mouth"),
- new Bonfire(WarpType.HiddenChamber , 169410560, 25660, "Hidden Chamber"),
- new Bonfire(WarpType.KingsGate , 336920576, 21650, "King's Gate"),
- new Bonfire(WarpType.UnderCastleDrangleic , 336920576, 21665, "Under Castle Drangleic"),
- new Bonfire(WarpType.CentralCastleDrangleic , 336920576, 21655, "Central Castle Drangleic"),
- new Bonfire(WarpType.ForgottenChamber , 336920576, 21660, "Forgotten Chamber"),
- new Bonfire(WarpType.TowerofPrayerAmana , 336265216, 11650, "Tower of Prayer (Amana)"),
- new Bonfire(WarpType.CrumbledRuins , 336265216, 11655, "Crumbled Ruins"),
- new Bonfire(WarpType.RhoysRestingPlace , 336265216, 11660, "Rhoy's Resting Place"),
- new Bonfire(WarpType.RiseoftheDead , 336265216, 11670, "Rise of the Dead"),
- new Bonfire(WarpType.UndeadCryptEntrance , 337117184, 24655, "Undead Crypt Entrance"),
- new Bonfire(WarpType.UndeadDitch , 337117184, 24650, "Undead Ditch"),
- new Bonfire(WarpType.Foregarden , 168755200, 15650, "Foregarden"),
- new Bonfire(WarpType.RitualSite , 168755200, 15655, "Ritual Site"),
- new Bonfire(WarpType.DragonAerie , 169541632, 27650, "Dragon Aerie"),
- new Bonfire(WarpType.ShrineEntrance , 169541632, 27655, "Shrine Entrance"),
- new Bonfire(WarpType.SanctumWalk , 841154560, 35650, "Sanctum Walk"),
- new Bonfire(WarpType.TowerOfPrayerShulva , 841154560, 35685, "Tower of Prayer (Shulva)"),
- new Bonfire(WarpType.PriestessChamber , 841154560, 35655, "Priestess' Chamber"),
- new Bonfire(WarpType.HiddenSanctumChamber , 841154560, 35670, "Hidden Sanctum Chamber"),
- new Bonfire(WarpType.LairOfTheImperfect , 841154560, 35675, "Lair of the Imperfect"),
- new Bonfire(WarpType.SanctumInterior , 841154560, 35680, "Sanctum Interior"),
- new Bonfire(WarpType.SanctumNadir , 841154560, 35665, "Sanctum Nadir"),
- new Bonfire(WarpType.ThroneFloor , 841220096, 36650, "Throne Floor"),
- new Bonfire(WarpType.UpperFloor , 841220096, 36660, "Upper Floor"),
- new Bonfire(WarpType.Foyer , 841220096, 36655, "Foyer"),
- new Bonfire(WarpType.LowermostFloor , 841220096, 36670, "Lowermost Floor"),
- new Bonfire(WarpType.SmelterThrone , 841220096, 36675, "The Smelter Throne"),
- new Bonfire(WarpType.IronHallwayEntrance , 841220096, 36665, "Iron Hallway Entrance"),
- new Bonfire(WarpType.OuterWall , 841285632, 37650, "Outer Wall"),
- new Bonfire(WarpType.AbandonedDwelling , 841285632, 37660, "Abandoned Dwelling"),
- new Bonfire(WarpType.ExpulsionChamber , 841285632, 37675, "Expulsion Chamber"),
- new Bonfire(WarpType.InnerWall , 841285632, 37685, "Inner Wall"),
- new Bonfire(WarpType.LowerGarrison , 841285632, 37665, "Lower Garrison"),
- new Bonfire(WarpType.GrandCathedral , 841285632, 37670, "Grand Cathedral"),
- });
+ public WarpType WarpType = warpType;
+ public int AreaId = areaId;
+ public ushort BonfireId = bonfireId;
+ public string Name = name;
}
+
+ public static readonly ReadOnlyCollection Bonfires = new(new List()
+ {
+ new(WarpType.FireKeepersDwelling , 167903232, 2650 , "Fire Keepers' Dwelling"),
+ new(WarpType.TheFarFire , 168034304, 4650 , "The Far Fire"),
+ new(WarpType.TheCrestfallensRetreat , 168427520, 10670, "The Crestfallen's Retreat"),
+ new(WarpType.CardinalTower , 168427520, 10655, "Cardinal Tower"),
+ new(WarpType.SoldiersRest , 168427520, 10660, "Soldiers' Rest"),
+ new(WarpType.ThePlaceUnbeknownst , 168427520, 10675, "The Place Unbeknownst"),
+ new(WarpType.HeidesRuin , 169803776, 31655, "Heide's Ruin"),
+ new(WarpType.TowerOfFlame , 169803776, 31650, "Tower of Flame"),
+ new(WarpType.TheBlueCathedral , 169803776, 31660, "The Blue Cathedral"),
+ new(WarpType.UnseenPathToHeide , 168951808, 18650, "Unseen Path to Heide"),
+ new(WarpType.ExileHoldingCells , 168820736, 16655, "Exile Holding Cells"),
+ new(WarpType.McDuffsWorkshop , 168820736, 16670, "McDuff's Workshop"),
+ new(WarpType.ServantsQuarters , 168820736, 16675, "Servants' Quarters"),
+ new(WarpType.StraidsCell , 168820736, 16650, "Straid's Cell"),
+ new(WarpType.TheTowerApart , 168820736, 16660, "The Tower Apart"),
+ new(WarpType.TheSaltfort , 168820736, 16685, "The Saltfort"),
+ new(WarpType.UpperRamparts , 168820736, 16665, "Upper Ramparts"),
+ new(WarpType.UndeadRefuge , 169279488, 23650, "Undead Refuge"),
+ new(WarpType.BridgeApproach , 169279488, 23655, "Bridge Approach"),
+ new(WarpType.UndeadLockaway , 169279488, 23660, "Undead Lockaway"),
+ new(WarpType.UndeadPurgatory , 169279488, 23665, "Undead Purgatory"),
+ new(WarpType.PoisonPool , 168886272, 17665, "Poison Pool"),
+ new(WarpType.TheMines , 168886272, 17650, "The Mines"),
+ new(WarpType.LowerEarthenPeak , 168886272, 17655, "Lower Earthen Peak"),
+ new(WarpType.CentralEarthenPeak , 168886272, 17670, "Central Earthen Peak"),
+ new(WarpType.UpperEarthenPeak , 168886272, 17675, "Upper Earthen Peak"),
+ new(WarpType.ThresholdBridge , 169017344, 19655, "Threshold Bridge"),
+ new(WarpType.IronHearthHall , 169017344, 19650, "Ironhearth Hall"),
+ new(WarpType.EygilsIdol , 169017344, 19660, "Eygil's Idol"),
+ new(WarpType.BelfrySolApproach , 169017344, 19665, "Belfry Sol Approach"),
+ new(WarpType.OldAkelarre , 169672704, 29650, "Old Akelarre"),
+ new(WarpType.RuinedForkRoad , 169869312, 32655, "Ruined Fork Road"),
+ new(WarpType.ShadedRuins , 169869312, 32660, "Shaded Ruins"),
+ new(WarpType.GyrmsRespite , 169934848, 33655, "Gyrm's Respite"),
+ new(WarpType.OrdealsEnd , 169934848, 33660, "Ordeal's End"),
+ new(WarpType.RoyalArmyCampsite , 168689664, 14655, "Royal Army Campsite"),
+ new(WarpType.ChapelThreshold , 168689664, 14660, "Chapel Threshold"),
+ new(WarpType.LowerBrightstoneCove , 168689664, 14650, "Lower Brightstone Cove"),
+ new(WarpType.HarvalsRestingPlace , 170000384, 34655, "Harval's Resting Place"),
+ new(WarpType.GraveEntrance , 170000384, 34650, "Grave Entrance"),
+ new(WarpType.UpperGutter , 169410560, 25665, "Upper Gutter"),
+ new(WarpType.CentralGutter , 169410560, 25655, "Central Gutter"),
+ new(WarpType.BlackGulchMouth , 169410560, 25650, "Black Gulch Mouth"),
+ new(WarpType.HiddenChamber , 169410560, 25660, "Hidden Chamber"),
+ new(WarpType.KingsGate , 336920576, 21650, "King's Gate"),
+ new(WarpType.UnderCastleDrangleic , 336920576, 21665, "Under Castle Drangleic"),
+ new(WarpType.CentralCastleDrangleic , 336920576, 21655, "Central Castle Drangleic"),
+ new(WarpType.ForgottenChamber , 336920576, 21660, "Forgotten Chamber"),
+ new(WarpType.TowerofPrayerAmana , 336265216, 11650, "Tower of Prayer (Amana)"),
+ new(WarpType.CrumbledRuins , 336265216, 11655, "Crumbled Ruins"),
+ new(WarpType.RhoysRestingPlace , 336265216, 11660, "Rhoy's Resting Place"),
+ new(WarpType.RiseoftheDead , 336265216, 11670, "Rise of the Dead"),
+ new(WarpType.UndeadCryptEntrance , 337117184, 24655, "Undead Crypt Entrance"),
+ new(WarpType.UndeadDitch , 337117184, 24650, "Undead Ditch"),
+ new(WarpType.Foregarden , 168755200, 15650, "Foregarden"),
+ new(WarpType.RitualSite , 168755200, 15655, "Ritual Site"),
+ new(WarpType.DragonAerie , 169541632, 27650, "Dragon Aerie"),
+ new(WarpType.ShrineEntrance , 169541632, 27655, "Shrine Entrance"),
+ new(WarpType.SanctumWalk , 841154560, 35650, "Sanctum Walk"),
+ new(WarpType.TowerOfPrayerShulva , 841154560, 35685, "Tower of Prayer (Shulva)"),
+ new(WarpType.PriestessChamber , 841154560, 35655, "Priestess' Chamber"),
+ new(WarpType.HiddenSanctumChamber , 841154560, 35670, "Hidden Sanctum Chamber"),
+ new(WarpType.LairOfTheImperfect , 841154560, 35675, "Lair of the Imperfect"),
+ new(WarpType.SanctumInterior , 841154560, 35680, "Sanctum Interior"),
+ new(WarpType.SanctumNadir , 841154560, 35665, "Sanctum Nadir"),
+ new(WarpType.ThroneFloor , 841220096, 36650, "Throne Floor"),
+ new(WarpType.UpperFloor , 841220096, 36660, "Upper Floor"),
+ new(WarpType.Foyer , 841220096, 36655, "Foyer"),
+ new(WarpType.LowermostFloor , 841220096, 36670, "Lowermost Floor"),
+ new(WarpType.SmelterThrone , 841220096, 36675, "The Smelter Throne"),
+ new(WarpType.IronHallwayEntrance , 841220096, 36665, "Iron Hallway Entrance"),
+ new(WarpType.OuterWall , 841285632, 37650, "Outer Wall"),
+ new(WarpType.AbandonedDwelling , 841285632, 37660, "Abandoned Dwelling"),
+ new(WarpType.ExpulsionChamber , 841285632, 37675, "Expulsion Chamber"),
+ new(WarpType.InnerWall , 841285632, 37685, "Inner Wall"),
+ new(WarpType.LowerGarrison , 841285632, 37665, "Lower Garrison"),
+ new(WarpType.GrandCathedral , 841285632, 37670, "Grand Cathedral"),
+ });
}
diff --git a/src/SoulMemory/DarkSouls2/IDarkSouls2.cs b/src/SoulMemory/DarkSouls2/IDarkSouls2.cs
index 54837356..f136d100 100644
--- a/src/SoulMemory/DarkSouls2/IDarkSouls2.cs
+++ b/src/SoulMemory/DarkSouls2/IDarkSouls2.cs
@@ -14,13 +14,12 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-namespace SoulMemory.DarkSouls2
+namespace SoulMemory.DarkSouls2;
+
+public interface IDarkSouls2 : IGame
{
- public interface IDarkSouls2 : IGame
- {
- Vector3f GetPosition();
- int GetBossKillCount(BossType bossType);
- int GetAttribute(Attribute attribute);
- bool IsLoading();
- }
+ Vector3f GetPosition();
+ int GetBossKillCount(BossType bossType);
+ int GetAttribute(Attribute attribute);
+ bool IsLoading();
}
diff --git a/src/SoulMemory/DarkSouls2/WarpType.cs b/src/SoulMemory/DarkSouls2/WarpType.cs
index 61cace4c..4c83cf6c 100644
--- a/src/SoulMemory/DarkSouls2/WarpType.cs
+++ b/src/SoulMemory/DarkSouls2/WarpType.cs
@@ -14,86 +14,85 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-namespace SoulMemory.DarkSouls2
+namespace SoulMemory.DarkSouls2;
+
+public enum WarpType
{
- public enum WarpType
- {
- FireKeepersDwelling,
- TheFarFire,
- TheCrestfallensRetreat,
- CardinalTower,
- SoldiersRest,
- ThePlaceUnbeknownst,
- HeidesRuin,
- TowerOfFlame,
- TheBlueCathedral,
- UnseenPathToHeide,
- ExileHoldingCells,
- McDuffsWorkshop,
- ServantsQuarters,
- StraidsCell,
- TheTowerApart,
- TheSaltfort,
- UpperRamparts,
- UndeadRefuge,
- BridgeApproach,
- UndeadLockaway,
- UndeadPurgatory,
- PoisonPool,
- TheMines,
- LowerEarthenPeak,
- CentralEarthenPeak,
- UpperEarthenPeak,
- ThresholdBridge,
- IronHearthHall,
- EygilsIdol,
- BelfrySolApproach,
- OldAkelarre,
- RuinedForkRoad,
- ShadedRuins,
- GyrmsRespite,
- OrdealsEnd,
- RoyalArmyCampsite,
- ChapelThreshold,
- LowerBrightstoneCove,
- HarvalsRestingPlace,
- GraveEntrance,
- UpperGutter,
- CentralGutter,
- BlackGulchMouth,
- HiddenChamber,
- KingsGate,
- UnderCastleDrangleic,
- CentralCastleDrangleic,
- ForgottenChamber,
- TowerofPrayerAmana,
- CrumbledRuins,
- RhoysRestingPlace,
- RiseoftheDead,
- UndeadCryptEntrance,
- UndeadDitch,
- Foregarden,
- RitualSite,
- DragonAerie,
- ShrineEntrance,
- SanctumWalk,
- TowerOfPrayerShulva,
- PriestessChamber,
- HiddenSanctumChamber,
- LairOfTheImperfect,
- SanctumInterior,
- SanctumNadir,
- ThroneFloor,
- UpperFloor,
- Foyer,
- LowermostFloor,
- SmelterThrone,
- IronHallwayEntrance,
- OuterWall,
- AbandonedDwelling,
- ExpulsionChamber,
- InnerWall,
- LowerGarrison,
- GrandCathedral,
- }
+ FireKeepersDwelling,
+ TheFarFire,
+ TheCrestfallensRetreat,
+ CardinalTower,
+ SoldiersRest,
+ ThePlaceUnbeknownst,
+ HeidesRuin,
+ TowerOfFlame,
+ TheBlueCathedral,
+ UnseenPathToHeide,
+ ExileHoldingCells,
+ McDuffsWorkshop,
+ ServantsQuarters,
+ StraidsCell,
+ TheTowerApart,
+ TheSaltfort,
+ UpperRamparts,
+ UndeadRefuge,
+ BridgeApproach,
+ UndeadLockaway,
+ UndeadPurgatory,
+ PoisonPool,
+ TheMines,
+ LowerEarthenPeak,
+ CentralEarthenPeak,
+ UpperEarthenPeak,
+ ThresholdBridge,
+ IronHearthHall,
+ EygilsIdol,
+ BelfrySolApproach,
+ OldAkelarre,
+ RuinedForkRoad,
+ ShadedRuins,
+ GyrmsRespite,
+ OrdealsEnd,
+ RoyalArmyCampsite,
+ ChapelThreshold,
+ LowerBrightstoneCove,
+ HarvalsRestingPlace,
+ GraveEntrance,
+ UpperGutter,
+ CentralGutter,
+ BlackGulchMouth,
+ HiddenChamber,
+ KingsGate,
+ UnderCastleDrangleic,
+ CentralCastleDrangleic,
+ ForgottenChamber,
+ TowerofPrayerAmana,
+ CrumbledRuins,
+ RhoysRestingPlace,
+ RiseoftheDead,
+ UndeadCryptEntrance,
+ UndeadDitch,
+ Foregarden,
+ RitualSite,
+ DragonAerie,
+ ShrineEntrance,
+ SanctumWalk,
+ TowerOfPrayerShulva,
+ PriestessChamber,
+ HiddenSanctumChamber,
+ LairOfTheImperfect,
+ SanctumInterior,
+ SanctumNadir,
+ ThroneFloor,
+ UpperFloor,
+ Foyer,
+ LowermostFloor,
+ SmelterThrone,
+ IronHallwayEntrance,
+ OuterWall,
+ AbandonedDwelling,
+ ExpulsionChamber,
+ InnerWall,
+ LowerGarrison,
+ GrandCathedral,
}
diff --git a/src/SoulMemory/DarkSouls2/scholar.cs b/src/SoulMemory/DarkSouls2/scholar.cs
index 80b61ed9..51d8f225 100644
--- a/src/SoulMemory/DarkSouls2/scholar.cs
+++ b/src/SoulMemory/DarkSouls2/scholar.cs
@@ -19,215 +19,190 @@
using System.Diagnostics;
using SoulMemory.Memory;
-namespace SoulMemory.DarkSouls2
+namespace SoulMemory.DarkSouls2;
+
+internal class Scholar : IDarkSouls2
{
- internal class Scholar : IDarkSouls2
+ private Process? _process;
+ private readonly Pointer _eventFlagManager = new();
+ private readonly Pointer _position = new();
+ private readonly Pointer _loadState = new();
+ private readonly Pointer _bossCounters = new();
+ private readonly Pointer _attributes = new();
+
+ #region Refresh/init/reset ================================================================================================================================
+ public Process? GetProcess() => _process;
+ public ResultErr TryRefresh() => MemoryScanner.TryRefresh(ref _process, "darksoulsii", InitPointers, ResetPointers);
+ public int GetInGameTimeMilliseconds() => 0;
+ public TreeBuilder GetTreeBuilder()
+ {
+ var treeBuilder = new TreeBuilder();
+ treeBuilder
+ .ScanRelative("GameManagerImp", "48 8b 35 ? ? ? ? 48 8b e9 48 85 f6", 3, 7)
+ .AddPointer(_eventFlagManager, 0, 0x70, 0x20)
+ .AddPointer(_position, 0, 0xd0, 0x100)
+ .AddPointer(_bossCounters, 0, 0x70, 0x28, 0x20, 0x8)
+ .AddPointer(_attributes, 0, 0xd0, 0x490);
+
+ treeBuilder
+ .ScanRelative("LoadState", "48 89 05 ? ? ? ? b0 01 48 83 c4 28", 3, 7)
+ .AddPointer(_loadState, 0x0);
+
+ //.CreatePointer(out AiManager, 0x28)
+ //.CreatePointer(out rightHandWeaponMultiplier, 0xd0, 0x378, 0x28, 0x158)
+ //.CreatePointer(out LeftHandWeaponMultiplier, 0xd0, 0x378, 0x28, 0x80)
+
+ return treeBuilder;
+ }
+
+ private ResultErr InitPointers()
{
- private Process _process;
- private readonly Pointer _eventFlagManager = new Pointer();
- private readonly Pointer _position = new Pointer();
- private readonly Pointer _loadState = new Pointer();
- private readonly Pointer _bossCounters = new Pointer();
- private readonly Pointer _attributes = new Pointer();
-
- #region Refresh/init/reset ================================================================================================================================
- public Process GetProcess() => _process;
- public ResultErr TryRefresh() => MemoryScanner.TryRefresh(ref _process, "darksoulsii", InitPointers, ResetPointers);
- public int GetInGameTimeMilliseconds() => 0;
- public TreeBuilder GetTreeBuilder()
+ try
{
- var treeBuilder = new TreeBuilder();
- treeBuilder
- .ScanRelative("GameManagerImp", "48 8b 35 ? ? ? ? 48 8b e9 48 85 f6", 3, 7)
- .AddPointer(_eventFlagManager, 0, 0x70, 0x20)
- .AddPointer(_position, 0, 0xd0, 0x100)
- .AddPointer(_bossCounters, 0, 0x70, 0x28, 0x20, 0x8)
- .AddPointer(_attributes, 0, 0xd0, 0x490);
-
- treeBuilder
- .ScanRelative("LoadState", "48 89 05 ? ? ? ? b0 01 48 83 c4 28", 3, 7)
- .AddPointer(_loadState, 0x0);
-
- //.CreatePointer(out AiManager, 0x28)
- //.CreatePointer(out rightHandWeaponMultiplier, 0xd0, 0x378, 0x28, 0x158)
- //.CreatePointer(out LeftHandWeaponMultiplier, 0xd0, 0x378, 0x28, 0x80)
-
- return treeBuilder;
+ var treeBuilder = GetTreeBuilder();
+ return MemoryScanner.TryResolvePointers(treeBuilder, _process);
}
-
- private ResultErr InitPointers()
+ catch (Exception e)
{
- try
- {
- var treeBuilder = GetTreeBuilder();
- return MemoryScanner.TryResolvePointers(treeBuilder, _process);
- }
- catch (Exception e)
- {
- return RefreshError.FromException(e);
- }
- }
-
- private void ResetPointers()
- {
- _eventFlagManager.Clear();
- _position.Clear();
- _loadState.Clear();
- _bossCounters.Clear();
- _attributes.Clear();
+ return RefreshError.FromException(e);
}
+ }
+
+ private void ResetPointers()
+ {
+ _eventFlagManager.Clear();
+ _position.Clear();
+ _loadState.Clear();
+ _bossCounters.Clear();
+ _attributes.Clear();
+ }
- #endregion
-
- public Vector3f GetPosition()
- {
- if (_position == null)
- {
- return new Vector3f(0, 0, 0);
- }
+ #endregion
+
+ public Vector3f GetPosition()
+ {
+ return new Vector3f(
+ _position.ReadFloat(0x88),
+ _position.ReadFloat(0x80),
+ _position.ReadFloat(0x84)
+ );
+ }
- return new Vector3f(
- _position.ReadFloat(0x88),
- _position.ReadFloat(0x80),
- _position.ReadFloat(0x84)
- );
- }
+ public int GetBossKillCount(BossType bossType)
+ {
+ return _bossCounters.ReadInt32((long)bossType);
+ }
- public int GetBossKillCount(BossType bossType)
+ public bool IsLoading()
+ {
+ return _loadState.ReadInt32(0x11c) == 1;
+ }
+
+ public int GetAttribute(Attribute attribute)
+ {
+ var offset = _attributeOffsets[attribute];
+ if (attribute == Attribute.SoulLevel)
{
- if (_bossCounters == null)
- {
- return 0;
- }
- return _bossCounters.ReadInt32((long)bossType);
+ return _attributes.ReadInt32(offset);
}
-
- public bool IsLoading()
+ else
{
- if (_loadState == null)
- {
- return false;
- }
-
- return _loadState.ReadInt32(0x11c) == 1;
+ var bytes = _attributes.ReadBytes(2, offset);
+ return (int)BitConverter.ToInt16(bytes, 0);
}
+ }
- public int GetAttribute(Attribute attribute)
- {
- if (_attributes == null)
- {
- return 0;
- }
+ #region Reading event flags
- var offset = _attributeOffsets[attribute];
- if (attribute == Attribute.SoulLevel)
- {
- return _attributes.ReadInt32(offset);
- }
- else
- {
- var bytes = _attributes.ReadBytes(2, offset);
- return (int)BitConverter.ToInt16(bytes, 0);
- }
- }
- #region Reading event flags
+ public bool ReadEventFlag(uint eventFlagId)
+ {
+ var eventCategory = eventFlagId / 10000 * 0x89;
+ var uVar1 = ((eventCategory - eventCategory / 0x1f >> 1) + eventCategory / 0x1f >> 4) * 31;
+ var r8d = eventCategory - uVar1;
+ var offset = r8d * 0x8 + 0x20;
+ var vector = _eventFlagManager.CreatePointerFromAddress(offset);
- public bool ReadEventFlag(uint eventFlagId)
+ for (int i = 0; i < 100; i++) //Replaced infinite while with for loop, in case some memes occur and the function never returns
{
- if (_eventFlagManager == null)
+ if (vector.IsNullPtr())
{
return false;
+ //TODO: fix this. Should be (uVar1 * 0x1f >> 8) << 8
}
- var eventCategory = eventFlagId / 10000 * 0x89;
- var uVar1 = ((eventCategory - eventCategory / 0x1f >> 1) + eventCategory / 0x1f >> 4) * 31;
- var r8d = eventCategory - uVar1;
-
- var offset = r8d * 0x8 + 0x20;
- var vector = _eventFlagManager.CreatePointerFromAddress(offset);
-
- for (int i = 0; i < 100; i++) //Replaced infinite while with for loop, in case some memes occur and the function never returns
+ if (vector.ReadInt32(0xc) == eventFlagId / 10000)
{
- if (vector.IsNullPtr())
- {
- return false;
- //TODO: fix this. Should be (uVar1 * 0x1f >> 8) << 8
- }
-
- if (vector.ReadInt32(0xc) == eventFlagId / 10000)
+ var category2 = eventFlagId % 10000 >> 3;
+ if (category2 < vector.ReadInt32(0x8))
{
- var category2 = eventFlagId % 10000 >> 3;
- if (category2 < vector.ReadInt32(0x8))
- {
- var ptr = vector.CreatePointerFromAddress(0x0);
- var shift = (int)(0x7 - eventFlagId % 10000 & 0x7);
- var shifted = 0x1 << shift;
- var flagBit = ptr.ReadByte(category2);
- return flagBit == shifted;
- }
+ var ptr = vector.CreatePointerFromAddress(0x0);
+ var shift = (int)(0x7 - eventFlagId % 10000 & 0x7);
+ var shifted = 0x1 << shift;
+ var flagBit = ptr.ReadByte(category2);
+ return flagBit == shifted;
}
- vector = vector.CreatePointerFromAddress(0x10);
}
-
- return false;
+ vector = vector.CreatePointerFromAddress(0x10);
}
-
- //Ghidra, address 7ff6ec6bcfe0
- //Ghidra did not do such a great job. Most of this was reversed straight from the assembly, while stepping through it with a debugger.
- //
- //ulonglong FUN_7ff6ec6bcfe0_maybeReadEventFlag (EventFlagManager *eventFlagManager_ptr,uint eventFlagId)
- //
- //
- //{
- // uint uVar1;
- // uint eventCategory?;
- // ulonglong *pointer_to_vector_in_eventflagmanager;
- //
- // eventCategory? = (eventFlagId / 10000) * 0x89;
- // uVar1 = (eventCategory? - eventCategory? / 0x1f >> 1) + eventCategory? / 0x1f >> 4;
- // pointer_to_vector_in_eventflagmanager =
- // (ulonglong *)
- // (&(eventFlagManager_ptr->data).vector_of_pointers_start?)[eventCategory? + uVar1 * -0x1f]; //mov rdx,[rcx+r8*8+20]
- // do {
- // if (pointer_to_vector_in_eventflagmanager == (ulonglong *)0x0) {
- //LAB_7ff6ec6bd03f:
- // return (ulonglong)(uint3)(uVar1 * 0x1f >> 8) << 8;
- // }
- // if (*(uint *)((longlong)pointer_to_vector_in_eventflagmanager + 0xc) == eventFlagId / 10000) {
- // eventCategory? = eventFlagId % 10000 >> 3;
- // if (eventCategory? < *(uint *)(pointer_to_vector_in_eventflagmanager + 1)) {
- // return *pointer_to_vector_in_eventflagmanager & 0xffffffffffffff00 |
- // (ulonglong)
- // ((*(byte *)((ulonglong)eventCategory? + *pointer_to_vector_in_eventflagmanager) &
- // (byte)(1 << (7 - ((byte)(eventFlagId % 10000) & 7) & 0x1f))) != 0);
- // }
- // goto LAB_7ff6ec6bd03f;
- // }
- // pointer_to_vector_in_eventflagmanager = (ulonglong *)pointer_to_vector_in_eventflagmanager[2];
- // } while( true );
- //}
-
- #endregion
-
- #region Lookup tables
-
- private readonly Dictionary _attributeOffsets = new Dictionary()
- {
- { Attribute.SoulLevel , 0xd0},
- { Attribute.Vigor , 0x8},
- { Attribute.Endurance , 0xa},
- { Attribute.Vitality , 0xc},
- { Attribute.Attunement , 0xe},
- { Attribute.Strength , 0x10},
- { Attribute.Dexterity , 0x12},
- { Attribute.Adaptability, 0x18},
- { Attribute.Intelligence, 0x14},
- { Attribute.Faith , 0x16},
- };
-
- #endregion
+ return false;
}
+
+
+ //Ghidra, address 7ff6ec6bcfe0
+ //Ghidra did not do such a great job. Most of this was reversed straight from the assembly, while stepping through it with a debugger.
+ //
+ //ulonglong FUN_7ff6ec6bcfe0_maybeReadEventFlag (EventFlagManager *eventFlagManager_ptr,uint eventFlagId)
+ //
+ //
+ //{
+ // uint uVar1;
+ // uint eventCategory?;
+ // ulonglong *pointer_to_vector_in_eventflagmanager;
+ //
+ // eventCategory? = (eventFlagId / 10000) * 0x89;
+ // uVar1 = (eventCategory? - eventCategory? / 0x1f >> 1) + eventCategory? / 0x1f >> 4;
+ // pointer_to_vector_in_eventflagmanager =
+ // (ulonglong *)
+ // (&(eventFlagManager_ptr->data).vector_of_pointers_start?)[eventCategory? + uVar1 * -0x1f]; //mov rdx,[rcx+r8*8+20]
+ // do {
+ // if (pointer_to_vector_in_eventflagmanager == (ulonglong *)0x0) {
+ //LAB_7ff6ec6bd03f:
+ // return (ulonglong)(uint3)(uVar1 * 0x1f >> 8) << 8;
+ // }
+ // if (*(uint *)((longlong)pointer_to_vector_in_eventflagmanager + 0xc) == eventFlagId / 10000) {
+ // eventCategory? = eventFlagId % 10000 >> 3;
+ // if (eventCategory? < *(uint *)(pointer_to_vector_in_eventflagmanager + 1)) {
+ // return *pointer_to_vector_in_eventflagmanager & 0xffffffffffffff00 |
+ // (ulonglong)
+ // ((*(byte *)((ulonglong)eventCategory? + *pointer_to_vector_in_eventflagmanager) &
+ // (byte)(1 << (7 - ((byte)(eventFlagId % 10000) & 7) & 0x1f))) != 0);
+ // }
+ // goto LAB_7ff6ec6bd03f;
+ // }
+ // pointer_to_vector_in_eventflagmanager = (ulonglong *)pointer_to_vector_in_eventflagmanager[2];
+ // } while( true );
+ //}
+
+ #endregion
+
+ #region Lookup tables
+
+ private readonly Dictionary _attributeOffsets = new()
+ {
+ { Attribute.SoulLevel , 0xd0},
+ { Attribute.Vigor , 0x8},
+ { Attribute.Endurance , 0xa},
+ { Attribute.Vitality , 0xc},
+ { Attribute.Attunement , 0xe},
+ { Attribute.Strength , 0x10},
+ { Attribute.Dexterity , 0x12},
+ { Attribute.Adaptability, 0x18},
+ { Attribute.Intelligence, 0x14},
+ { Attribute.Faith , 0x16},
+ };
+
+ #endregion
}
diff --git a/src/SoulMemory/DarkSouls2/vanilla.cs b/src/SoulMemory/DarkSouls2/vanilla.cs
index 72e03a99..3b15252c 100644
--- a/src/SoulMemory/DarkSouls2/vanilla.cs
+++ b/src/SoulMemory/DarkSouls2/vanilla.cs
@@ -19,186 +19,161 @@
using System.Diagnostics;
using SoulMemory.Memory;
-namespace SoulMemory.DarkSouls2
+namespace SoulMemory.DarkSouls2;
+
+internal class Vanilla : IDarkSouls2
{
- internal class Vanilla : IDarkSouls2
+ private Process? _process;
+ private readonly Pointer _eventFlagManager = new();
+ private readonly Pointer _position = new();
+ private readonly Pointer _loadState = new();
+ private readonly Pointer _bossCounters = new();
+ private readonly Pointer _attributes = new();
+
+ #region Refresh/init/reset ================================================================================================================================
+ public Process? GetProcess() => _process;
+
+ public ResultErr TryRefresh() => MemoryScanner.TryRefresh(ref _process, "darksoulsii", InitPointers, ResetPointers);
+ public int GetInGameTimeMilliseconds() => 0;
+ private void ResetPointers()
{
- private Process _process;
- private readonly Pointer _eventFlagManager = new Pointer();
- private readonly Pointer _position = new Pointer();
- private readonly Pointer _loadState = new Pointer();
- private readonly Pointer _bossCounters = new Pointer();
- private readonly Pointer _attributes = new Pointer();
-
- #region Refresh/init/reset ================================================================================================================================
- public Process GetProcess() => _process;
-
- public ResultErr TryRefresh() => MemoryScanner.TryRefresh(ref _process, "darksoulsii", InitPointers, ResetPointers);
- public int GetInGameTimeMilliseconds() => 0;
- private void ResetPointers()
- {
- _eventFlagManager.Clear();
- _position.Clear();
- _loadState.Clear();
- _bossCounters.Clear();
- _attributes.Clear();
- }
+ _eventFlagManager.Clear();
+ _position.Clear();
+ _loadState.Clear();
+ _bossCounters.Clear();
+ _attributes.Clear();
+ }
- public TreeBuilder GetTreeBuilder()
- {
- var treeBuilder = new TreeBuilder();
- treeBuilder
- .ScanAbsolute("GameManagerImp", "8B F1 8B 0D ? ? ? 01 8B 01 8B 50 28 FF D2 84 C0 74 0C", 4)
- .AddPointer(_eventFlagManager, 0, 0, 0x44, 0x10)
- .AddPointer(_position, 0, 0, 0x74)
- .AddPointer(_bossCounters, 0, 0, 0x44, 0x14, 0x10, 0x4)
- .AddPointer(_attributes, 0, 0, 0x74, 0x378);
- treeBuilder
- .ScanAbsolute("LoadState", "89 35 ? ? ? ? e8 ? ? ? ? 66 0f ef c0", 2)
- .AddPointer(_loadState, 0, 0);
-
- return treeBuilder;
- }
+ public TreeBuilder GetTreeBuilder()
+ {
+ var treeBuilder = new TreeBuilder();
+ treeBuilder
+ .ScanAbsolute("GameManagerImp", "8B F1 8B 0D ? ? ? 01 8B 01 8B 50 28 FF D2 84 C0 74 0C", 4)
+ .AddPointer(_eventFlagManager, 0, 0, 0x44, 0x10)
+ .AddPointer(_position, 0, 0, 0x74)
+ .AddPointer(_bossCounters, 0, 0, 0x44, 0x14, 0x10, 0x4)
+ .AddPointer(_attributes, 0, 0, 0x74, 0x378);
+ treeBuilder
+ .ScanAbsolute("LoadState", "89 35 ? ? ? ? e8 ? ? ? ? 66 0f ef c0", 2)
+ .AddPointer(_loadState, 0, 0);
+
+ return treeBuilder;
+ }
- private ResultErr InitPointers()
+ private ResultErr InitPointers()
+ {
+ try
{
- try
- {
- var treeBuilder = GetTreeBuilder();
- return MemoryScanner.TryResolvePointers(treeBuilder, _process);
- }
- catch (Exception e)
- {
- return RefreshError.FromException(e);
- }
+ var treeBuilder = GetTreeBuilder();
+ return MemoryScanner.TryResolvePointers(treeBuilder, _process);
}
-
- #endregion
-
- public Vector3f GetPosition()
+ catch (Exception e)
{
- if (_position == null)
- {
- return new Vector3f();
- }
-
- return new Vector3f(
- _position.ReadFloat(0x88),
- _position.ReadFloat(0x80),
- _position.ReadFloat(0x84)
- );
+ return RefreshError.FromException(e);
}
+ }
- public int GetBossKillCount(BossType bossType)
- {
- if (_bossCounters == null)
- {
- return 0;
- }
- return _bossCounters.ReadInt32((long)bossType);
- }
+ #endregion
+
+ public Vector3f GetPosition()
+ {
+ return new Vector3f(
+ _position.ReadFloat(0x88),
+ _position.ReadFloat(0x80),
+ _position.ReadFloat(0x84)
+ );
+ }
- public bool IsLoading()
- {
- if (_loadState == null)
- {
- return false;
- }
+ public int GetBossKillCount(BossType bossType)
+ {
+ return _bossCounters.ReadInt32((long)bossType);
+ }
- return _loadState.ReadUInt32(0x1D4) == 1;
- }
+ public bool IsLoading()
+ {
+ return _loadState.ReadUInt32(0x1D4) == 1;
+ }
- public int GetAttribute(Attribute attribute)
+ public int GetAttribute(Attribute attribute)
+ {
+ var offset = _attributeOffsets[attribute];
+ if (attribute == Attribute.SoulLevel)
{
- if (_attributes == null)
- {
- return 0;
- }
-
- var offset = _attributeOffsets[attribute];
- if (attribute == Attribute.SoulLevel)
- {
- return _attributes.ReadInt32(offset);
- }
- else
- {
- var bytes = _attributes.ReadBytes(2, offset);
- return BitConverter.ToInt16(bytes, 0);
- }
+ return _attributes.ReadInt32(offset);
}
-
- public bool ReadEventFlag(uint eventFlagId)
+ else
{
- if (_eventFlagManager == null)
- {
- return false;
- }
+ var bytes = _attributes.ReadBytes(2, offset);
+ return BitConverter.ToInt16(bytes, 0);
+ }
+ }
- var eventCategory = eventFlagId / 10000 * 0x89;
- var offset = eventCategory % 0x1f * 4 + 0x10;
+ public bool ReadEventFlag(uint eventFlagId)
+ {
+ var eventCategory = eventFlagId / 10000 * 0x89;
+ var offset = eventCategory % 0x1f * 4 + 0x10;
- //var uVar1 = ((eventCategory - eventCategory / 0x1f >> 1) + (eventCategory / 0x1f) >> 4) * 31;
- //var r8d = eventCategory - uVar1;
- //
- //var tesy = (IntPtr)_eventFlagManager.ReadInt32();
- //
- //var offset = r8d * 0x4 + 0x10;
+ //var uVar1 = ((eventCategory - eventCategory / 0x1f >> 1) + (eventCategory / 0x1f) >> 4) * 31;
+ //var r8d = eventCategory - uVar1;
+ //
+ //var tesy = (IntPtr)_eventFlagManager.ReadInt32();
+ //
+ //var offset = r8d * 0x4 + 0x10;
- //var address = (IntPtr)_eventFlagManager.GetAddress();
- var vector = _eventFlagManager.CreatePointerFromAddress(offset);
+ //var address = (IntPtr)_eventFlagManager.GetAddress();
+ var vector = _eventFlagManager.CreatePointerFromAddress(offset);
- //ecx 100A9ED0
- //edx 00000011
- //res:10152830
+ //ecx 100A9ED0
+ //edx 00000011
+ //res:10152830
- for (int i = 0; i < 100; i++) //Replaced infinite while with for loop, in case some memes occur and the function never returns
+ for (int i = 0; i < 100; i++) //Replaced infinite while with for loop, in case some memes occur and the function never returns
+ {
+ if (vector.IsNullPtr())
{
- if (vector.IsNullPtr())
- {
- return false;
- //TODO: fix this. Should be (uVar1 * 0x1f >> 8) << 8
- //;result = uVar1 & 0xffffffffffffff00;
- }
+ return false;
+ //TODO: fix this. Should be (uVar1 * 0x1f >> 8) << 8
+ //;result = uVar1 & 0xffffffffffffff00;
+ }
- if (vector.ReadInt32(0x8) == eventFlagId / 10000)
+ if (vector.ReadInt32(0x8) == eventFlagId / 10000)
+ {
+ var category2 = eventFlagId % 10000 >> 3;
+ if (category2 < vector.ReadInt32(0x4))
{
- var category2 = eventFlagId % 10000 >> 3;
- if (category2 < vector.ReadInt32(0x4))
- {
- var ptr = vector.CreatePointerFromAddress(0x0);
- var shift = (int)(0x7 - eventFlagId % 10000 & 0x7);
- var shifted = 0x1 << shift;
- var flagBit = ptr.ReadByte(category2);
- return flagBit == shifted;
- }
+ var ptr = vector.CreatePointerFromAddress(0x0);
+ var shift = (int)(0x7 - eventFlagId % 10000 & 0x7);
+ var shifted = 0x1 << shift;
+ var flagBit = ptr.ReadByte(category2);
+ return flagBit == shifted;
}
- vector = vector.CreatePointerFromAddress(0xc);
}
-
- return false;
+ vector = vector.CreatePointerFromAddress(0xc);
}
+ return false;
+ }
- #region Lookup tables
- private readonly Dictionary _attributeOffsets = new Dictionary()
- {
- { Attribute.SoulLevel , 0xcc},
- { Attribute.Vigor , 0x4},
- { Attribute.Endurance , 0x6},
- { Attribute.Vitality , 0x8},
- { Attribute.Attunement , 0xa},
- { Attribute.Strength , 0xc},
- { Attribute.Dexterity , 0xe},
- { Attribute.Adaptability, 0x14},
- { Attribute.Intelligence, 0x10},
- { Attribute.Faith , 0x12},
- };
+ #region Lookup tables
+ private readonly Dictionary _attributeOffsets = new()
+ {
+ { Attribute.SoulLevel , 0xcc},
+ { Attribute.Vigor , 0x4},
+ { Attribute.Endurance , 0x6},
+ { Attribute.Vitality , 0x8},
+ { Attribute.Attunement , 0xa},
+ { Attribute.Strength , 0xc},
+ { Attribute.Dexterity , 0xe},
+ { Attribute.Adaptability, 0x14},
+ { Attribute.Intelligence, 0x10},
+ { Attribute.Faith , 0x12},
+ };
- #endregion
- }
+
+ #endregion
}
diff --git a/src/SoulMemory/DarkSouls3/Attributes.cs b/src/SoulMemory/DarkSouls3/Attributes.cs
index 886f2190..c0033fdb 100644
--- a/src/SoulMemory/DarkSouls3/Attributes.cs
+++ b/src/SoulMemory/DarkSouls3/Attributes.cs
@@ -16,22 +16,21 @@
using System.Xml.Serialization;
-namespace SoulMemory.DarkSouls3
+namespace SoulMemory.DarkSouls3;
+
+[XmlType(Namespace = "SoulMemory.DarkSouls3")]
+public enum Attribute
{
- [XmlType(Namespace = "SoulMemory.DarkSouls3")]
- public enum Attribute
- {
- Vigor = 0x44,
- Attunement = 0x48,
- Endurance = 0x4c,
- Vitality = 0x6c,
- Strength = 0x50,
- Dexterity = 0x54,
- Intelligence = 0x58,
- Faith = 0x5c,
- Luck = 0x60,
+ Vigor = 0x44,
+ Attunement = 0x48,
+ Endurance = 0x4c,
+ Vitality = 0x6c,
+ Strength = 0x50,
+ Dexterity = 0x54,
+ Intelligence = 0x58,
+ Faith = 0x5c,
+ Luck = 0x60,
- SoulLevel = 0x70,
- Humanity = 0x68,
- }
+ SoulLevel = 0x70,
+ Humanity = 0x68,
}
diff --git a/src/SoulMemory/DarkSouls3/Bonfire.cs b/src/SoulMemory/DarkSouls3/Bonfire.cs
index 3d323950..2ca9dace 100644
--- a/src/SoulMemory/DarkSouls3/Bonfire.cs
+++ b/src/SoulMemory/DarkSouls3/Bonfire.cs
@@ -16,240 +16,239 @@
using System.Xml.Serialization;
-namespace SoulMemory.DarkSouls3
+namespace SoulMemory.DarkSouls3;
+
+[XmlType(Namespace = "DarkSouls3")]
+public enum Bonfire : uint
{
- [XmlType(Namespace = "DarkSouls3")]
- public enum Bonfire : uint
- {
- [Annotation(Name = "Firelink Shrine", Description="Cemetery of Ash")]
- FirelinkShrine = 14000000,
+ [Annotation(Name = "Firelink Shrine", Description="Cemetery of Ash")]
+ FirelinkShrine = 14000000,
- [Annotation(Name = "Cemetery of Ash", Description="Cemetery of Ash")]
- CemeteryOfAsh = 14000001,
+ [Annotation(Name = "Cemetery of Ash", Description="Cemetery of Ash")]
+ CemeteryOfAsh = 14000001,
- [Annotation(Name = "Iudex Gundyr", Description="Cemetery of Ash")]
- IudexGundyr = 14000002,
+ [Annotation(Name = "Iudex Gundyr", Description="Cemetery of Ash")]
+ IudexGundyr = 14000002,
- [Annotation(Name = "Untended Graves", Description="Cemetery of Ash")]
- UntendedGraves = 14000003,
+ [Annotation(Name = "Untended Graves", Description="Cemetery of Ash")]
+ UntendedGraves = 14000003,
- [Annotation(Name = "Champion Gundyr", Description="Cemetery of Ash")]
- ChampionGundyr = 14000004,
-
- [Annotation(Name = "High Wall of Lothric", Description="High Wall of Lothric")]
- HighWallOfLothric = 13000009,
+ [Annotation(Name = "Champion Gundyr", Description="Cemetery of Ash")]
+ ChampionGundyr = 14000004,
+
+ [Annotation(Name = "High Wall of Lothric", Description="High Wall of Lothric")]
+ HighWallOfLothric = 13000009,
- [Annotation(Name = "Tower on the Wall", Description="High Wall of Lothric")]
- TowerOnTheWall = 13000005,
+ [Annotation(Name = "Tower on the Wall", Description="High Wall of Lothric")]
+ TowerOnTheWall = 13000005,
- [Annotation(Name = "Vordt of the Boreal Valley", Description="High Wall of Lothric")]
- VordtOfTheBorealValley = 13000002,
+ [Annotation(Name = "Vordt of the Boreal Valley", Description="High Wall of Lothric")]
+ VordtOfTheBorealValley = 13000002,
- [Annotation(Name = "Dancer of the Boreal Valley", Description="High Wall of Lothric")]
- DancerOfTheBorealValley = 13000004,
+ [Annotation(Name = "Dancer of the Boreal Valley", Description="High Wall of Lothric")]
+ DancerOfTheBorealValley = 13000004,
- [Annotation(Name = "Oceiros, the Consumed King", Description="High Wall of Lothric")]
- OceirosTheConsumedKing = 13000001,
+ [Annotation(Name = "Oceiros, the Consumed King", Description="High Wall of Lothric")]
+ OceirosTheConsumedKing = 13000001,
- [Annotation(Name = "Foot of the High Wall", Description="Undead Settlement")]
- FootOfTheHighWall = 13100004,
+ [Annotation(Name = "Foot of the High Wall", Description="Undead Settlement")]
+ FootOfTheHighWall = 13100004,
- [Annotation(Name = "Undead Settlement", Description="Undead Settlement")]
- UndeadSettlement = 13100000,
+ [Annotation(Name = "Undead Settlement", Description="Undead Settlement")]
+ UndeadSettlement = 13100000,
- [Annotation(Name = "Cliff Underside", Description="Undead Settlement")]
- CliffUnderside = 13100002,
+ [Annotation(Name = "Cliff Underside", Description="Undead Settlement")]
+ CliffUnderside = 13100002,
- [Annotation(Name = "Dilapidated Bridge", Description="Undead Settlement")]
- DilapidatedBridge = 13100003,
+ [Annotation(Name = "Dilapidated Bridge", Description="Undead Settlement")]
+ DilapidatedBridge = 13100003,
- [Annotation(Name = "Pit of Hollows", Description="Undead Settlement")]
- PitOfHollows = 13100001,
+ [Annotation(Name = "Pit of Hollows", Description="Undead Settlement")]
+ PitOfHollows = 13100001,
- [Annotation(Name = "Road of Sacrifices", Description="Road of Sacrifices")]
- RoadOfSacrifices = 13300006,
+ [Annotation(Name = "Road of Sacrifices", Description="Road of Sacrifices")]
+ RoadOfSacrifices = 13300006,
- [Annotation(Name = "Halfway Fortress", Description="Road of Sacrifices")]
- HalfwayFortress = 13300000,
+ [Annotation(Name = "Halfway Fortress", Description="Road of Sacrifices")]
+ HalfwayFortress = 13300000,
- [Annotation(Name = "Crucifixion Woods", Description="Road of Sacrifices")]
- CrucifixionWoods = 13300007,
+ [Annotation(Name = "Crucifixion Woods", Description="Road of Sacrifices")]
+ CrucifixionWoods = 13300007,
- [Annotation(Name = "Crystal Sage", Description="Road of Sacrifices")]
- CrystalSage = 13300002,
+ [Annotation(Name = "Crystal Sage", Description="Road of Sacrifices")]
+ CrystalSage = 13300002,
- [Annotation(Name = "Farron Keep", Description="Road of Sacrifices")]
- FarronKeep = 13300003,
+ [Annotation(Name = "Farron Keep", Description="Road of Sacrifices")]
+ FarronKeep = 13300003,
- [Annotation(Name = "Keep Ruins", Description="Road of Sacrifices")]
- KeepRuins = 13300004,
+ [Annotation(Name = "Keep Ruins", Description="Road of Sacrifices")]
+ KeepRuins = 13300004,
- [Annotation(Name = "Farron Keep Perimeter", Description="Road of Sacrifices")]
- FarronKeepPerimeter = 13300008,
+ [Annotation(Name = "Farron Keep Perimeter", Description="Road of Sacrifices")]
+ FarronKeepPerimeter = 13300008,
- [Annotation(Name = "Old Wolf of Farron", Description="Road of Sacrifices")]
- OldWolfOfFarron = 13300005,
+ [Annotation(Name = "Old Wolf of Farron", Description="Road of Sacrifices")]
+ OldWolfOfFarron = 13300005,
- [Annotation(Name = "Abyss Watchers", Description="Road of Sacrifices")]
- AbyssWatchers = 13300001,
+ [Annotation(Name = "Abyss Watchers", Description="Road of Sacrifices")]
+ AbyssWatchers = 13300001,
- [Annotation(Name = "Cathedral of the Deep", Description="Cathedral of the Deep")]
- CathedralOfTheDeep = 13500003,
+ [Annotation(Name = "Cathedral of the Deep", Description="Cathedral of the Deep")]
+ CathedralOfTheDeep = 13500003,
- [Annotation(Name = "Cleansing Chapel", Description="Cathedral of the Deep")]
- CleansingChapel = 13500000,
+ [Annotation(Name = "Cleansing Chapel", Description="Cathedral of the Deep")]
+ CleansingChapel = 13500000,
- [Annotation(Name = "Rosaria's Bed Chamber", Description="Cathedral of the Deep")]
- RosariasBedChamber = 13500002,
+ [Annotation(Name = "Rosaria's Bed Chamber", Description="Cathedral of the Deep")]
+ RosariasBedChamber = 13500002,
- [Annotation(Name = "Deacons of the Deep", Description="Cathedral of the Deep")]
- DeaconsOfTheDeep = 13500001,
+ [Annotation(Name = "Deacons of the Deep", Description="Cathedral of the Deep")]
+ DeaconsOfTheDeep = 13500001,
- [Annotation(Name = "Catacombs of Carthus", Description="Catacombs of Carthus")]
- CatacombsOfCarthus = 13800006,
+ [Annotation(Name = "Catacombs of Carthus", Description="Catacombs of Carthus")]
+ CatacombsOfCarthus = 13800006,
- [Annotation(Name = "High Lord Wolnir", Description="Catacombs of Carthus")]
- HighLordWolnir = 13800000,
+ [Annotation(Name = "High Lord Wolnir", Description="Catacombs of Carthus")]
+ HighLordWolnir = 13800000,
- [Annotation(Name = "Abandoned Tomb", Description="Catacombs of Carthus")]
- AbandonedTomb = 13800001,
+ [Annotation(Name = "Abandoned Tomb", Description="Catacombs of Carthus")]
+ AbandonedTomb = 13800001,
- [Annotation(Name = "Old King's Antechamber", Description="Catacombs of Carthus")]
- OldKingsAntechamber = 13800002,
+ [Annotation(Name = "Old King's Antechamber", Description="Catacombs of Carthus")]
+ OldKingsAntechamber = 13800002,
- [Annotation(Name = "Demon Ruins", Description="Catacombs of Carthus")]
- DemonRuins = 13800003,
+ [Annotation(Name = "Demon Ruins", Description="Catacombs of Carthus")]
+ DemonRuins = 13800003,
- [Annotation(Name = "Old Demon King", Description="Catacombs of Carthus")]
- OldDemonKing = 13800004,
+ [Annotation(Name = "Old Demon King", Description="Catacombs of Carthus")]
+ OldDemonKing = 13800004,
- [Annotation(Name = "Irithyll of the Boreal Valley", Description="Irithyll of the Boreal Valley")]
- IrithyllOfTheBorealValley = 13700007,
+ [Annotation(Name = "Irithyll of the Boreal Valley", Description="Irithyll of the Boreal Valley")]
+ IrithyllOfTheBorealValley = 13700007,
- [Annotation(Name = "Central Irithyll", Description="Irithyll of the Boreal Valley")]
- CentralIrithyll = 13700004,
+ [Annotation(Name = "Central Irithyll", Description="Irithyll of the Boreal Valley")]
+ CentralIrithyll = 13700004,
- [Annotation(Name = "Church of Yorshka", Description="Irithyll of the Boreal Valley")]
- ChurchOfYorshka = 13700000,
+ [Annotation(Name = "Church of Yorshka", Description="Irithyll of the Boreal Valley")]
+ ChurchOfYorshka = 13700000,
- [Annotation(Name = "Distant Manor", Description="Irithyll of the Boreal Valley")]
- DistantManor = 13700005,
+ [Annotation(Name = "Distant Manor", Description="Irithyll of the Boreal Valley")]
+ DistantManor = 13700005,
- [Annotation(Name = "Pontiff Sulyvahn", Description="Irithyll of the Boreal Valley")]
- PontiffSulyvahn = 13700001,
+ [Annotation(Name = "Pontiff Sulyvahn", Description="Irithyll of the Boreal Valley")]
+ PontiffSulyvahn = 13700001,
- [Annotation(Name = "Water Reserve", Description="Irithyll of the Boreal Valley")]
- WaterReserve = 13700006,
+ [Annotation(Name = "Water Reserve", Description="Irithyll of the Boreal Valley")]
+ WaterReserve = 13700006,
- [Annotation(Name = "Anor Londo", Description="Irithyll of the Boreal Valley")]
- AnorLondo = 13700003,
+ [Annotation(Name = "Anor Londo", Description="Irithyll of the Boreal Valley")]
+ AnorLondo = 13700003,
- [Annotation(Name = "Prison Tower", Description="Irithyll of the Boreal Valley")]
- PrisonTower = 13700008,
+ [Annotation(Name = "Prison Tower", Description="Irithyll of the Boreal Valley")]
+ PrisonTower = 13700008,
- [Annotation(Name = "Aldrich, Devourer of Gods", Description="Irithyll of the Boreal Valley")]
- AldrichDevourerOfGods = 13700002,
+ [Annotation(Name = "Aldrich, Devourer of Gods", Description="Irithyll of the Boreal Valley")]
+ AldrichDevourerOfGods = 13700002,
- [Annotation(Name = "Irithyll Dungeon", Description="Irithyll Dungeon")]
- IrithyllDungeon = 13900000,
+ [Annotation(Name = "Irithyll Dungeon", Description="Irithyll Dungeon")]
+ IrithyllDungeon = 13900000,
- [Annotation(Name = "Profaned Capital", Description="Irithyll Dungeon")]
- ProfanedCapital = 13900002,
+ [Annotation(Name = "Profaned Capital", Description="Irithyll Dungeon")]
+ ProfanedCapital = 13900002,
- [Annotation(Name = "Yhorm the Giant", Description="Irithyll Dungeon")]
- YhormTheGiant = 13900001,
+ [Annotation(Name = "Yhorm the Giant", Description="Irithyll Dungeon")]
+ YhormTheGiant = 13900001,
- [Annotation(Name = "Lothric Castle", Description="Lothric Castle")]
- LothricCastle = 13010000,
+ [Annotation(Name = "Lothric Castle", Description="Lothric Castle")]
+ LothricCastle = 13010000,
- [Annotation(Name = "Dragon Barracks", Description="Lothric Castle")]
- DragonBarracks = 13010002,
+ [Annotation(Name = "Dragon Barracks", Description="Lothric Castle")]
+ DragonBarracks = 13010002,
- [Annotation(Name = "Dragonslayer Armour", Description="Lothric Castle")]
- DragonslayerArmour = 13010001,
+ [Annotation(Name = "Dragonslayer Armour", Description="Lothric Castle")]
+ DragonslayerArmour = 13010001,
- [Annotation(Name = "Grand Archives", Description="Lothric Castle")]
- GrandArchives = 13410001,
+ [Annotation(Name = "Grand Archives", Description="Lothric Castle")]
+ GrandArchives = 13410001,
- [Annotation(Name = "Twin Princes", Description="Lothric Castle")]
- TwinPrinces = 13410000,
+ [Annotation(Name = "Twin Princes", Description="Lothric Castle")]
+ TwinPrinces = 13410000,
- [Annotation(Name = "Archdragon Peak", Description="Archdragon Peak")]
- ArchdragonPeak = 13200000,
+ [Annotation(Name = "Archdragon Peak", Description="Archdragon Peak")]
+ ArchdragonPeak = 13200000,
- [Annotation(Name = "Dragon-Kin Mausoleum", Description="Archdragon Peak")]
- DragonKinMausoleum = 13200003,
+ [Annotation(Name = "Dragon-Kin Mausoleum", Description="Archdragon Peak")]
+ DragonKinMausoleum = 13200003,
- [Annotation(Name = "Great Belfry", Description="Archdragon Peak")]
- GreatBelfry = 13200002,
+ [Annotation(Name = "Great Belfry", Description="Archdragon Peak")]
+ GreatBelfry = 13200002,
- [Annotation(Name = "Nameless King", Description="Archdragon Peak")]
- NamelessKing = 13200001,
+ [Annotation(Name = "Nameless King", Description="Archdragon Peak")]
+ NamelessKing = 13200001,
- [Annotation(Name = "Flameless Shrine", Description="Kiln of the First Flame")]
- FlamelessShrine = 14100000,
+ [Annotation(Name = "Flameless Shrine", Description="Kiln of the First Flame")]
+ FlamelessShrine = 14100000,
- [Annotation(Name = "Kiln of the First Flame", Description="Kiln of the First Flame")]
- KilnOfTheFirstFlame = 14100001,
-
- [Annotation(Name = "Snowfield", Description="The Painted World of Ariandel")]
- Snowfield = 14500001,
+ [Annotation(Name = "Kiln of the First Flame", Description="Kiln of the First Flame")]
+ KilnOfTheFirstFlame = 14100001,
+
+ [Annotation(Name = "Snowfield", Description="The Painted World of Ariandel")]
+ Snowfield = 14500001,
- [Annotation(Name = "Rope Bridge Cave", Description="The Painted World of Ariandel")]
- RopeBridgeCave = 14500002,
+ [Annotation(Name = "Rope Bridge Cave", Description="The Painted World of Ariandel")]
+ RopeBridgeCave = 14500002,
- [Annotation(Name = "Corvian Settlement", Description="The Painted World of Ariandel")]
- CorvianSettlement = 14500003,
+ [Annotation(Name = "Corvian Settlement", Description="The Painted World of Ariandel")]
+ CorvianSettlement = 14500003,
- [Annotation(Name = "Snowy Mountain Pass", Description="The Painted World of Ariandel")]
- SnowyMountainPass = 14500004,
+ [Annotation(Name = "Snowy Mountain Pass", Description="The Painted World of Ariandel")]
+ SnowyMountainPass = 14500004,
- [Annotation(Name = "Ariandel Chapel", Description="The Painted World of Ariandel")]
- AriandelChapel = 14500005,
+ [Annotation(Name = "Ariandel Chapel", Description="The Painted World of Ariandel")]
+ AriandelChapel = 14500005,
- [Annotation(Name = "Sister Friede", Description="The Painted World of Ariandel")]
- SisterFriede = 14500000,
+ [Annotation(Name = "Sister Friede", Description="The Painted World of Ariandel")]
+ SisterFriede = 14500000,
- [Annotation(Name = "Depths of the Painting", Description="The Painted World of Ariandel")]
- DepthsOfThePainting = 14500007,
+ [Annotation(Name = "Depths of the Painting", Description="The Painted World of Ariandel")]
+ DepthsOfThePainting = 14500007,
- [Annotation(Name = "Champion's Gravetender", Description="The Painted World of Ariandel")]
- ChampionsGravetender = 14500006,
+ [Annotation(Name = "Champion's Gravetender", Description="The Painted World of Ariandel")]
+ ChampionsGravetender = 14500006,
- [Annotation(Name = "The Dreg Heap", Description="The Dreg Heap")]
- TheDregHeap = 15000001,
+ [Annotation(Name = "The Dreg Heap", Description="The Dreg Heap")]
+ TheDregHeap = 15000001,
- [Annotation(Name = "Earthen Peak Ruins", Description="The Dreg Heap")]
- EarthenPeakRuins = 15000002,
+ [Annotation(Name = "Earthen Peak Ruins", Description="The Dreg Heap")]
+ EarthenPeakRuins = 15000002,
- [Annotation(Name = "Within the Earthen Peak Ruins", Description="The Dreg Heap")]
- WithinTheEarthenPeakRuins = 15000003,
+ [Annotation(Name = "Within the Earthen Peak Ruins", Description="The Dreg Heap")]
+ WithinTheEarthenPeakRuins = 15000003,
- [Annotation(Name = "The Demon Prince", Description="The Dreg Heap")]
- TheDemonPrince = 15000000,
+ [Annotation(Name = "The Demon Prince", Description="The Dreg Heap")]
+ TheDemonPrince = 15000000,
- [Annotation(Name = "Mausoleum Lookout", Description="The Ringed City")]
- MausoleumLookout = 15100002,
+ [Annotation(Name = "Mausoleum Lookout", Description="The Ringed City")]
+ MausoleumLookout = 15100002,
- [Annotation(Name = "Ringed Inner Wall", Description="The Ringed City")]
- RingedInnerWall = 15100003,
+ [Annotation(Name = "Ringed Inner Wall", Description="The Ringed City")]
+ RingedInnerWall = 15100003,
- [Annotation(Name = "Ringed City Streets", Description="The Ringed City")]
- RingedCityStreets = 15100004,
+ [Annotation(Name = "Ringed City Streets", Description="The Ringed City")]
+ RingedCityStreets = 15100004,
- [Annotation(Name = "Shared Grave", Description="The Ringed City")]
- SharedGrave = 15100005,
+ [Annotation(Name = "Shared Grave", Description="The Ringed City")]
+ SharedGrave = 15100005,
- [Annotation(Name = "Church of Filianore", Description="The Ringed City")]
- ChurchOfFilianore = 15100000,
+ [Annotation(Name = "Church of Filianore", Description="The Ringed City")]
+ ChurchOfFilianore = 15100000,
- [Annotation(Name = "Darkeater Midir", Description="The Ringed City")]
- DarkeaterMidir = 15100001,
+ [Annotation(Name = "Darkeater Midir", Description="The Ringed City")]
+ DarkeaterMidir = 15100001,
- [Annotation(Name = "Filianore's Rest", Description="The Ringed City")]
- FilianoresRest = 15110001,
+ [Annotation(Name = "Filianore's Rest", Description="The Ringed City")]
+ FilianoresRest = 15110001,
- [Annotation(Name = "Slave Knight Gael", Description="The Ringed City")]
- SlaveKnightGael = 15110000,
- }
+ [Annotation(Name = "Slave Knight Gael", Description="The Ringed City")]
+ SlaveKnightGael = 15110000,
}
diff --git a/src/SoulMemory/DarkSouls3/Boss.cs b/src/SoulMemory/DarkSouls3/Boss.cs
index b5ec412f..f79e38d8 100644
--- a/src/SoulMemory/DarkSouls3/Boss.cs
+++ b/src/SoulMemory/DarkSouls3/Boss.cs
@@ -16,86 +16,85 @@
using System.Xml.Serialization;
-namespace SoulMemory.DarkSouls3
+namespace SoulMemory.DarkSouls3;
+
+[XmlType(Namespace = "DarkSouls3")]
+public enum Boss : uint
{
- [XmlType(Namespace = "DarkSouls3")]
- public enum Boss : uint
- {
- //Academy of Raya Lucaria
+ //Academy of Raya Lucaria
- [Annotation(Name = "Iudex Gundyr", Description = "Cemetery of Ash")]
- IudexGundyr = 14000800,
+ [Annotation(Name = "Iudex Gundyr", Description = "Cemetery of Ash")]
+ IudexGundyr = 14000800,
- [Annotation(Name = "Vordt of the Boreal Valley", Description = "High Wall of Lothric")]
- VordtOfTheBorealValley = 13000800,
+ [Annotation(Name = "Vordt of the Boreal Valley", Description = "High Wall of Lothric")]
+ VordtOfTheBorealValley = 13000800,
- [Annotation(Name = "Curse-Rotted Greatwood", Description = "Undead Settlement")]
- CurseRottedGreatwood = 13100800,
-
- [Annotation(Name = "Crystal Sage", Description = "Road of Sacrifices")]
- CrystalSage = 13300850,
-
- [Annotation(Name = "Abyss Watchers", Description = "Farron Keep")]
- AbyssWatchers = 13300800,
-
- [Annotation(Name = "Deacons of the Deep", Description = "Cathedral of the Deep")]
- DeaconsOfTheDeep = 13500800,
-
- [Annotation(Name = "High Lord Wolnir", Description = "Catacombs of Carthus")]
- HighLordWolnir = 13800800,
-
- [Annotation(Name = "Old Demon King", Description = "Smouldering Lake")]
- OldDemonKing = 13800830,
-
- [Annotation(Name = "Pontiff Sulyvahn", Description = "Irithyll of the Boreal Valley")]
- PontiffSulyvahn = 13700850,
-
- [Annotation(Name = "Yhorm the Giant", Description = "Profaned Capital")]
- YhormTheGiant = 13900800,
-
- [Annotation(Name = "Aldrich, Devourer of Gods", Description = "Anor Londo")]
- AldrichDevourerOfGods = 13700800,
-
- [Annotation(Name = "Dancer of the Boreal Valley", Description = "High Wall of Lothric")]
- DancerOfTheBorealValley = 13000890,
+ [Annotation(Name = "Curse-Rotted Greatwood", Description = "Undead Settlement")]
+ CurseRottedGreatwood = 13100800,
+
+ [Annotation(Name = "Crystal Sage", Description = "Road of Sacrifices")]
+ CrystalSage = 13300850,
+
+ [Annotation(Name = "Abyss Watchers", Description = "Farron Keep")]
+ AbyssWatchers = 13300800,
+
+ [Annotation(Name = "Deacons of the Deep", Description = "Cathedral of the Deep")]
+ DeaconsOfTheDeep = 13500800,
+
+ [Annotation(Name = "High Lord Wolnir", Description = "Catacombs of Carthus")]
+ HighLordWolnir = 13800800,
+
+ [Annotation(Name = "Old Demon King", Description = "Smouldering Lake")]
+ OldDemonKing = 13800830,
+
+ [Annotation(Name = "Pontiff Sulyvahn", Description = "Irithyll of the Boreal Valley")]
+ PontiffSulyvahn = 13700850,
+
+ [Annotation(Name = "Yhorm the Giant", Description = "Profaned Capital")]
+ YhormTheGiant = 13900800,
+
+ [Annotation(Name = "Aldrich, Devourer of Gods", Description = "Anor Londo")]
+ AldrichDevourerOfGods = 13700800,
+
+ [Annotation(Name = "Dancer of the Boreal Valley", Description = "High Wall of Lothric")]
+ DancerOfTheBorealValley = 13000890,
- [Annotation(Name = "Dragonslayer Armour", Description = "Lothric Castle")]
- DragonslayerArmour = 13010800,
+ [Annotation(Name = "Dragonslayer Armour", Description = "Lothric Castle")]
+ DragonslayerArmour = 13010800,
- [Annotation(Name = "Oceiros, the Consumed King", Description = "Consumed King's Garden")]
- OceirosTheConsumedKing = 13000830,
-
- [Annotation(Name = "Champion Gundyr", Description = "Untended Graves")]
- ChampionGundyr = 14000830,
+ [Annotation(Name = "Oceiros, the Consumed King", Description = "Consumed King's Garden")]
+ OceirosTheConsumedKing = 13000830,
+
+ [Annotation(Name = "Champion Gundyr", Description = "Untended Graves")]
+ ChampionGundyr = 14000830,
- [Annotation(Name = "Lothric, Younger Prince", Description = "The top of Lothric Castle")]
- LothricYoungerPrince = 13410830,
+ [Annotation(Name = "Lothric, Younger Prince", Description = "The top of Lothric Castle")]
+ LothricYoungerPrince = 13410830,
- [Annotation(Name = "Ancient Wyvern", Description = "Archdragon Peak")]
- AncientWyvern = 13200800,
-
- [Annotation(Name = "Nameless King", Description = "Archdragon Peak")]
- NamelessKing = 13200850,
-
- [Annotation(Name = "Soul of Cinder", Description = "Kiln of the First Flame")]
- SoulOfCinder = 14100800,
-
- [Annotation(Name = "Sister Friede", Description = "Painted World of Ariandel")]
- SisterFriede = 14500800,
-
- [Annotation(Name = "Champion's Gravetender & Gravetender Greatwolf", Description = "Painted World of Ariandel")]
- ChampionsGravetenderAndGravetenderGreatwolf = 14500860,
-
- [Annotation(Name = "Demon in Pain & Demon From Below / Demon Prince", Description = "The Dreg Heap")]
- DemonInPainAndDemonFromBelowDemonPrince = 15000800,
+ [Annotation(Name = "Ancient Wyvern", Description = "Archdragon Peak")]
+ AncientWyvern = 13200800,
+
+ [Annotation(Name = "Nameless King", Description = "Archdragon Peak")]
+ NamelessKing = 13200850,
+
+ [Annotation(Name = "Soul of Cinder", Description = "Kiln of the First Flame")]
+ SoulOfCinder = 14100800,
+
+ [Annotation(Name = "Sister Friede", Description = "Painted World of Ariandel")]
+ SisterFriede = 14500800,
+
+ [Annotation(Name = "Champion's Gravetender & Gravetender Greatwolf", Description = "Painted World of Ariandel")]
+ ChampionsGravetenderAndGravetenderGreatwolf = 14500860,
+
+ [Annotation(Name = "Demon in Pain & Demon From Below / Demon Prince", Description = "The Dreg Heap")]
+ DemonInPainAndDemonFromBelowDemonPrince = 15000800,
- [Annotation(Name = "Halflight, Spear of the Church", Description = "The Ringed City")]
- HalflightSpearOfTheChurch = 15100800,
+ [Annotation(Name = "Halflight, Spear of the Church", Description = "The Ringed City")]
+ HalflightSpearOfTheChurch = 15100800,
- [Annotation(Name = "Darkeater Midir", Description = "The Ringed City")]
- DarkeaterMidir = 15100850,
-
- [Annotation(Name = "Slave Knight Gael", Description = "The Ringed City")]
- SlaveKnightGael = 15110800,
- }
+ [Annotation(Name = "Darkeater Midir", Description = "The Ringed City")]
+ DarkeaterMidir = 15100850,
+
+ [Annotation(Name = "Slave Knight Gael", Description = "The Ringed City")]
+ SlaveKnightGael = 15110800,
}
diff --git a/src/SoulMemory/DarkSouls3/DarkSouls3.cs b/src/SoulMemory/DarkSouls3/DarkSouls3.cs
index 032ac2de..37e96226 100644
--- a/src/SoulMemory/DarkSouls3/DarkSouls3.cs
+++ b/src/SoulMemory/DarkSouls3/DarkSouls3.cs
@@ -19,361 +19,340 @@
using SoulMemory.Memory;
using Pointer = SoulMemory.Memory.Pointer;
-namespace SoulMemory.DarkSouls3
+namespace SoulMemory.DarkSouls3;
+
+public class DarkSouls3 : IGame
{
- public class DarkSouls3 : IGame
+ private Process? _process;
+ private readonly Pointer _gameDataMan = new();
+ private readonly Pointer _playerGameData = new();
+ private readonly Pointer _playerIns = new();
+ private readonly Pointer _newMenuSystem = new();
+ private readonly Pointer _loading = new();
+ private readonly Pointer _blackscreen = new();
+ private readonly Pointer _sprjEventFlagMan = new();
+ private readonly Pointer _fieldArea = new();
+ private readonly Pointer _sprjChrPhysicsModule = new();
+ private long _igtOffset;
+
+ public Process? GetProcess() => _process;
+ public ResultErr TryRefresh() => MemoryScanner.TryRefresh(ref _process, "darksoulsiii", InitPointers, ResetPointers);
+
+ public TreeBuilder GetTreeBuilder()
{
- private Process _process;
- private readonly Pointer _gameDataMan = new Pointer();
- private readonly Pointer _playerGameData = new Pointer();
- private readonly Pointer _playerIns = new Pointer();
- private readonly Pointer _newMenuSystem = new Pointer();
- private readonly Pointer _loading = new Pointer();
- private readonly Pointer _blackscreen = new Pointer();
- private readonly Pointer _sprjEventFlagMan = new Pointer();
- private readonly Pointer _fieldArea = new Pointer();
- private readonly Pointer _sprjChrPhysicsModule = new Pointer();
- private long _igtOffset;
-
- public Process GetProcess() => _process;
- public ResultErr TryRefresh() => MemoryScanner.TryRefresh(ref _process, "darksoulsiii", InitPointers, ResetPointers);
-
- public TreeBuilder GetTreeBuilder()
- {
- var treeBuilder = new TreeBuilder();
- treeBuilder
- .ScanRelative("NewMenuSystem", "48 8b 0d ? ? ? ? 48 8b 7c 24 20 48 8b 5c 24 30 48 85 c9", 3, 7)
- .AddPointer(_newMenuSystem, 0);
-
- treeBuilder
- .ScanRelative("GameDataMan", "48 8b 0d ? ? ? ? 4c 8d 44 24 40 45 33 c9 48 8b d3 40 88 74 24 28 44 88 74 24 20", 3, 7)
- .AddPointer(_gameDataMan, 0)
- .AddPointer(_playerGameData, 0, 0x10);
-
- treeBuilder
- .ScanRelative("playerIns", "48 8b 0d ? ? ? ? 45 33 c0 48 8d 55 e7 e8 ? ? ? ? 0f 2f 73 70 72 0d f3 ? ? ? ? ? ? ? ? 0f 11 43 70", 3, 7)
- .AddPointer(_playerIns, 0, 0x80)
- .AddPointer(_sprjChrPhysicsModule, 0, 0x40, 0x28);
-
- treeBuilder
- .ScanRelative("Loading", "c6 05 ? ? ? ? ? e8 ? ? ? ? 84 c0 0f 94 c0 e9", 2, 7)
- .AddPointer(_loading);
-
- treeBuilder
- .ScanRelative("SprjFadeImp", "48 8b 0d ? ? ? ? 4c 8d 4c 24 38 4c 8d 44 24 48 33 d2", 3, 7) //0x8 = ptr to Fd4FadeSystem
- .AddPointer(_blackscreen, 0x0, 0x8, 0x2ec);
-
- treeBuilder
- .ScanRelative("SprjEventFlagMan", "48 c7 05 ? ? ? ? 00 00 00 00 48 8b 7c 24 38 c7 46 54 ff ff ff ff 48 83 c4 20 5e c3", 3, 11)
- .AddPointer(_sprjEventFlagMan, 0x0);
-
- treeBuilder
- .ScanRelative("FieldArea", "4c 8b 3d ? ? ? ? 8b 45 87 83 f8 ff 74 69 48 8d 4d 8f 48 89 4d 9f 89 45 8f 48 8d 55 8f 49 8b 4f 10", 3, 7)
- .AddPointer(_fieldArea);
-
- return treeBuilder;
- }
+ var treeBuilder = new TreeBuilder();
+ treeBuilder
+ .ScanRelative("NewMenuSystem", "48 8b 0d ? ? ? ? 48 8b 7c 24 20 48 8b 5c 24 30 48 85 c9", 3, 7)
+ .AddPointer(_newMenuSystem, 0);
+
+ treeBuilder
+ .ScanRelative("GameDataMan", "48 8b 0d ? ? ? ? 4c 8d 44 24 40 45 33 c9 48 8b d3 40 88 74 24 28 44 88 74 24 20", 3, 7)
+ .AddPointer(_gameDataMan, 0)
+ .AddPointer(_playerGameData, 0, 0x10);
+
+ treeBuilder
+ .ScanRelative("playerIns", "48 8b 0d ? ? ? ? 45 33 c0 48 8d 55 e7 e8 ? ? ? ? 0f 2f 73 70 72 0d f3 ? ? ? ? ? ? ? ? 0f 11 43 70", 3, 7)
+ .AddPointer(_playerIns, 0, 0x80)
+ .AddPointer(_sprjChrPhysicsModule, 0, 0x40, 0x28);
+
+ treeBuilder
+ .ScanRelative("Loading", "c6 05 ? ? ? ? ? e8 ? ? ? ? 84 c0 0f 94 c0 e9", 2, 7)
+ .AddPointer(_loading);
+
+ treeBuilder
+ .ScanRelative("SprjFadeImp", "48 8b 0d ? ? ? ? 4c 8d 4c 24 38 4c 8d 44 24 48 33 d2", 3, 7) //0x8 = ptr to Fd4FadeSystem
+ .AddPointer(_blackscreen, 0x0, 0x8, 0x2ec);
+
+ treeBuilder
+ .ScanRelative("SprjEventFlagMan", "48 c7 05 ? ? ? ? 00 00 00 00 48 8b 7c 24 38 c7 46 54 ff ff ff ff 48 83 c4 20 5e c3", 3, 11)
+ .AddPointer(_sprjEventFlagMan, 0x0);
+
+ treeBuilder
+ .ScanRelative("FieldArea", "4c 8b 3d ? ? ? ? 8b 45 87 83 f8 ff 74 69 48 8d 4d 8f 48 89 4d 9f 89 45 8f 48 8d 55 8f 49 8b 4f 10", 3, 7)
+ .AddPointer(_fieldArea);
+
+ return treeBuilder;
+ }
- private ResultErr InitPointers()
+ private ResultErr InitPointers()
+ {
+ try
{
- try
- {
- var versionString = _process?.MainModule?.FileVersionInfo.ProductVersion ?? "Read failed";
+ var versionString = _process?.MainModule?.FileVersionInfo.ProductVersion ?? "Read failed";
- if (!Version.TryParse(versionString, out Version v))
- {
- return Result.Err(new RefreshError(RefreshErrorReason.UnknownException, $"Unable to determine game version: {versionString}"));
- }
-
- //Clear count: 0x78 -> likely subject to the same shift that happens to IGT offset
- switch (GetVersion(v))
- {
- default:
- _igtOffset = 0xa4;
- break;
-
- case DarkSouls3Version.Earlier:
- case DarkSouls3Version.V104:
- case DarkSouls3Version.V105:
- _igtOffset = 0x9c;
- break;
-
- case DarkSouls3Version.Later:
- _igtOffset = 0xa4;
- break;
- }
-
- var treeBuilder = GetTreeBuilder();
- return MemoryScanner.TryResolvePointers(treeBuilder, _process);
- }
- catch (Exception e)
+ if (!Version.TryParse(versionString, out Version v))
{
- return RefreshError.FromException(e);
+ return Result.Err(new RefreshError(RefreshErrorReason.UnknownException, $"Unable to determine game version: {versionString}"));
}
- }
- private void ResetPointers()
+ //Clear count: 0x78 -> likely subject to the same shift that happens to IGT offset
+ _igtOffset = GetVersion(v) switch
+ {
+ DarkSouls3Version.Earlier or DarkSouls3Version.V104 or DarkSouls3Version.V105 => 0x9c,
+ DarkSouls3Version.Later => 0xa4,
+ _ => 0xa4
+ };
+
+ var treeBuilder = GetTreeBuilder();
+ return MemoryScanner.TryResolvePointers(treeBuilder, _process);
+ }
+ catch (Exception e)
{
- _gameDataMan.Clear();
- _playerGameData.Clear();
- _playerIns.Clear();
- _loading.Clear();
- _blackscreen.Clear();
- _sprjEventFlagMan.Clear();
- _fieldArea.Clear();
- _sprjChrPhysicsModule.Clear();
+ return RefreshError.FromException(e);
}
+ }
+ private void ResetPointers()
+ {
+ _gameDataMan.Clear();
+ _playerGameData.Clear();
+ _playerIns.Clear();
+ _loading.Clear();
+ _blackscreen.Clear();
+ _sprjEventFlagMan.Clear();
+ _fieldArea.Clear();
+ _sprjChrPhysicsModule.Clear();
+ }
- public enum DarkSouls3Version
- {
- Earlier,
- V104,
- V105,
- Later,
- };
- public static DarkSouls3Version GetVersion(Version v)
- {
- switch (v.Minor)
- {
- case 0:
- case 1:
- case 2:
- case 3:
- return DarkSouls3Version.Earlier;
+ public enum DarkSouls3Version
+ {
+ Earlier,
+ V104,
+ V105,
+ Later,
+ };
- case 4:
- return DarkSouls3Version.V104;
+ public static DarkSouls3Version GetVersion(Version v)
+ {
+ return v.Minor switch
+ {
+ 0 or 1 or 2 or 3 => DarkSouls3Version.Earlier,
+ 4 => DarkSouls3Version.V104,
+ 5 => DarkSouls3Version.V105,
+ _ => DarkSouls3Version.Later
+ };
+ }
- case 5:
- return DarkSouls3Version.V105;
+ public bool IsLoading()
+ {
+ return _loading.ReadInt32(-0x1) != 0;
+ }
- default:
- return DarkSouls3Version.Later;
- }
- }
+ public bool BlackscreenActive()
+ {
+ return _blackscreen.ReadInt32() != 0;
+ }
- public bool IsLoading()
- {
- return _loading.ReadInt32(-0x1) != 0;
- }
+ public bool Attached => _process != null;
- public bool BlackscreenActive()
- {
- return _blackscreen.ReadInt32() != 0;
- }
+ public bool IsPlayerLoaded()
+ {
+ return _playerIns.ReadInt64() != 0;
+ }
- public bool Attached => _process != null;
+ public void WriteInGameTimeMilliseconds(int millis)
+ {
+ _gameDataMan.WriteInt32(_igtOffset, millis);
+ }
- public bool IsPlayerLoaded()
- {
- return _playerIns.ReadInt64() != 0;
- }
+ public int GetInGameTimeMilliseconds()
+ {
+ return _gameDataMan.ReadInt32(_igtOffset);
+ }
- public void WriteInGameTimeMilliseconds(int millis)
- {
- _gameDataMan.WriteInt32(_igtOffset, millis);
- }
+ public Vector3f GetPosition()
+ {
+ return new Vector3f
+ (
+ _sprjChrPhysicsModule.ReadFloat(0x80),
+ _sprjChrPhysicsModule.ReadFloat(0x84),
+ _sprjChrPhysicsModule.ReadFloat(0x88)
+ );
+ }
- public int GetInGameTimeMilliseconds()
- {
- return _gameDataMan.ReadInt32(_igtOffset);
- }
+ #region Read attributes
- public Vector3f GetPosition()
+ public int ReadAttribute(Attribute attribute)
+ {
+ if (IsPlayerLoaded() && _newMenuSystem.ReadInt32(0x88) != 3)
{
- return new Vector3f
- (
- _sprjChrPhysicsModule.ReadFloat(0x80),
- _sprjChrPhysicsModule.ReadFloat(0x84),
- _sprjChrPhysicsModule.ReadFloat(0x88)
- );
+ return _playerGameData.ReadInt32((long)attribute);
}
- #region Read attributes
+ return -1;
+ }
- public int ReadAttribute(Attribute attribute)
- {
- if (IsPlayerLoaded() && _newMenuSystem.ReadInt32(0x88) != 3)
- {
- return _playerGameData.ReadInt32((long)attribute);
- }
- return -1;
- }
+ #endregion
+ #region read event flags
+ public bool ReadEventFlag(uint eventFlagId)
+ {
+ var eventFlagIdDiv10000000 = (int)(eventFlagId / 10000000) % 10;
+ var eventFlagArea = (int)(eventFlagId / 100000) % 100;
+ var eventFlagIdDiv10000 = (int)(eventFlagId / 10000) % 10;
+ var eventFlagIdDiv1000 = (int)(eventFlagId / 1000) % 10;
- #endregion
+ //14000002
- #region read event flags
- public bool ReadEventFlag(uint eventFlagId)
+ //ItemPickup 0x0?
+ //Bonfire = 0x11?
+ var flagWorldBlockInfoCategory = -1;
+ if (eventFlagArea >= 90 || eventFlagArea + eventFlagIdDiv10000 == 0)
{
- var eventFlagIdDiv10000000 = (int)(eventFlagId / 10000000) % 10;
- var eventFlagArea = (int)(eventFlagId / 100000) % 100;
- var eventFlagIdDiv10000 = (int)(eventFlagId / 10000) % 10;
- var eventFlagIdDiv1000 = (int)(eventFlagId / 1000) % 10;
-
- //14000002
-
- //ItemPickup 0x0?
- //Bonfire = 0x11?
- var flagWorldBlockInfoCategory = -1;
- if (eventFlagArea >= 90 || eventFlagArea + eventFlagIdDiv10000 == 0)
+ flagWorldBlockInfoCategory = 0;
+ }
+ else
+ {
+ //Not implementing a case where Global_FieldArea_Ptr == (FieldArea *)0x0. I think it will just do some initialization there.
+ if (_fieldArea.IsNullPtr())
{
- flagWorldBlockInfoCategory = 0;
+ return false;
}
- else
- {
- //Not implementing a case where Global_FieldArea_Ptr == (FieldArea *)0x0. I think it will just do some initialization there.
- if (_fieldArea.IsNullPtr())
- {
- return false;
- }
- var worldInfoOwner = _fieldArea.Append(0x0, 0x10).CreatePointerFromAddress();
+ var worldInfoOwner = _fieldArea.Append(0x0, 0x10).CreatePointerFromAddress();
- //Flag stored in world related struct? Looks like the game is reading a size, and then looping over a vector of structs (size 0x38)
- var size = worldInfoOwner.ReadInt32(0x8);
- var vector = worldInfoOwner.Append(0x10);
+ //Flag stored in world related struct? Looks like the game is reading a size, and then looping over a vector of structs (size 0x38)
+ var size = worldInfoOwner.ReadInt32(0x8);
+ var vector = worldInfoOwner.Append(0x10);
- //Loop over worldInfo structs
- for (int i = 0; i < size; i++)
+ //Loop over worldInfo structs
+ for (int i = 0; i < size; i++)
+ {
+ //0x00007ff4fd9ba4c3
+ var area = vector.ReadByte((i * 0x38) + 0xb);
+ if (area == eventFlagArea)
{
- //0x00007ff4fd9ba4c3
- var area = vector.ReadByte((i * 0x38) + 0xb);
- if (area == eventFlagArea)
- {
- //function at 0x14060c650
- var count = vector.ReadByte(i * 0x38 + 0x20);
- var index = 0;
- var found = false;
- Pointer worldInfoBlockVector = null;
+ //function at 0x14060c650
+ var count = vector.ReadByte(i * 0x38 + 0x20);
+ var index = 0;
+ var found = false;
+ Pointer? worldInfoBlockVector = null;
- if (count >= 1)
+ if (count >= 1)
+ {
+ //Loop over worldBlockInfo structs, size 0xe
+ while (true)
{
- //Loop over worldBlockInfo structs, size 0xe
- while (true)
+ worldInfoBlockVector = vector.CreatePointerFromAddress(i * 0x38 + 0x28);
+ var flag = worldInfoBlockVector.ReadInt32((index * 0x70) + 0x8);
+
+ if ((flag >> 0x10 & 0xff) == eventFlagIdDiv10000 && flag >> 0x18 == eventFlagArea)
{
- worldInfoBlockVector = vector.CreatePointerFromAddress(i * 0x38 + 0x28);
- var flag = worldInfoBlockVector.ReadInt32((index * 0x70) + 0x8);
-
- if ((flag >> 0x10 & 0xff) == eventFlagIdDiv10000 && flag >> 0x18 == eventFlagArea)
- {
- found = true;
- break;
- }
-
- index++;
- if (count <= index)
- {
- found = false;
- break;
- }
+ found = true;
+ break;
}
- }
- if (found)
- {
- flagWorldBlockInfoCategory = worldInfoBlockVector.ReadInt32((index * 0x70) + 0x20);
- break;
+ index++;
+ if (count <= index)
+ {
+ found = false;
+ break;
+ }
}
}
- }
- if (-1 < flagWorldBlockInfoCategory)
- {
- flagWorldBlockInfoCategory++;
+ if (found)
+ {
+ flagWorldBlockInfoCategory = worldInfoBlockVector!.ReadInt32((index * 0x70) + 0x20);
+ break;
+ }
}
}
-
- var ptr = _sprjEventFlagMan.Append(0x218, eventFlagIdDiv10000000 * 0x18, 0x0);
-
- if (ptr.IsNullPtr() || flagWorldBlockInfoCategory < 0)
+ if (-1 < flagWorldBlockInfoCategory)
{
- return false;
+ flagWorldBlockInfoCategory++;
}
+ }
- var resultPointerAddress = new Pointer();
- resultPointerAddress.Initialize(ptr.Process, ptr.Is64Bit, (eventFlagIdDiv1000 << 4) + ptr.GetAddress() + flagWorldBlockInfoCategory * 0xa8, 0x0);
- if (!resultPointerAddress.IsNullPtr())
- {
- var value = resultPointerAddress.ReadUInt32((long)((uint)((int)eventFlagId % 1000) >> 5) * 4);
- var mask = 1 << (0x1f - ((byte)((int)eventFlagId % 1000) & 0x1f) & 0x1f);
- var result = value & mask;
- return result != 0;
- }
+ var ptr = _sprjEventFlagMan.Append(0x218, eventFlagIdDiv10000000 * 0x18, 0x0);
+
+ if (ptr.IsNullPtr() || flagWorldBlockInfoCategory < 0)
+ {
return false;
}
- //get_event_flag_pointer at 0x1404c7140
- //
- //longlong get_event_flag_pointer(longlong SprjEventFlagMan_ptr, uint eventFlagId, bool state)
- //
- //{
- // int func_1_result_int;
- // ulonglong func_1_result;
- // longlong lVar1;
- // longlong lVar2;
- // uint eventFlagDiv_1000;
- // ulonglong eventFlagDiv_10000000;
- // uint local_res8[2];
- //
- // /* Returns a pointer to the event flag. Pointer must be read, at on offset,
- // obtained with some bitmagic applied to the event flag, to get a value
- // indicating if the flag is set or not */
- // if ((*(char*)(SprjEventFlagMan_ptr + 0x228) == '\0') || ((int)eventFlagId < 0))
- // {
- // return 0;
- // }
- // eventFlagDiv_10000000 = (ulonglong)(uint)(((int)eventFlagId / 10000000) % 10);
- // eventFlagDiv_1000 = ((int)eventFlagId / 1000) % 10;
- // func_1_result =
- // func_1(SprjEventFlagMan_ptr, ((int)eventFlagId / 100000) % 100, ((int)eventFlagId / 10000) % 10
- // , state);
- // func_1_result_int = (int)func_1_result;
- // if (state == false)
- // {
- // /* If fieldarea not initialized (Main menu?) */
- // if (Global_FieldArea_Ptr != (FieldArea*)0x0)
- // {
- // FUN_1404c46b0(Global_FieldArea_Ptr->WorldInfoOwner_ptr2, local_res8,
- // *(undefined4*)&Global_FieldArea_Ptr->field4_0x20);
- // is_param_smaller_than_90(local_res8[0] >> 0x18);
- // }
- // /* Section is repeated bellow.
- // Looks like the compiler failed to optimize this properly.
- // It seems like param3 and Global_FieldArea_Ptr if statements are the only real
- // difference, and the code is duplicated by the compiler */
- // lVar1 = *(longlong*)(*(longlong*)(SprjEventFlagMan_ptr + 0x218) + eventFlagDiv_10000000 * 0x18);
- // if ((lVar1 == 0) || (func_1_result_int < 0))
- // {
- // return 0;
- // }
- // lVar2 = (ulonglong)eventFlagDiv_1000 << 4;
- // lVar1 = (longlong)func_1_result_int * 0xa8 + lVar1;
- // }
- // else
- // {
- // lVar2 = *(longlong*)(*(longlong*)(SprjEventFlagMan_ptr + 0x218) + eventFlagDiv_10000000 * 0x18);
- // if (lVar2 == 0)
- // {
- // return 0;
- // }
- // if (func_1_result_int < 0)
- // {
- // return 0;
- // }
- // lVar1 = (ulonglong)eventFlagDiv_1000 << 4;
- // lVar2 = (longlong)func_1_result_int * 0xa8 + lVar2;
- // }
- // return lVar1 + lVar2;
- //}
-
- #endregion
+ var resultPointerAddress = new Pointer();
+ resultPointerAddress.Initialize(ptr.Process!, ptr.Is64Bit, (eventFlagIdDiv1000 << 4) + ptr.GetAddress() + flagWorldBlockInfoCategory * 0xa8, 0x0);
+
+ if (!resultPointerAddress.IsNullPtr())
+ {
+ var value = resultPointerAddress.ReadUInt32((long)((uint)((int)eventFlagId % 1000) >> 5) * 4);
+ var mask = 1 << (0x1f - ((byte)((int)eventFlagId % 1000) & 0x1f) & 0x1f);
+ var result = value & mask;
+ return result != 0;
+ }
+ return false;
}
+
+ //get_event_flag_pointer at 0x1404c7140
+ //
+ //longlong get_event_flag_pointer(longlong SprjEventFlagMan_ptr, uint eventFlagId, bool state)
+ //
+ //{
+ // int func_1_result_int;
+ // ulonglong func_1_result;
+ // longlong lVar1;
+ // longlong lVar2;
+ // uint eventFlagDiv_1000;
+ // ulonglong eventFlagDiv_10000000;
+ // uint local_res8[2];
+ //
+ // /* Returns a pointer to the event flag. Pointer must be read, at on offset,
+ // obtained with some bitmagic applied to the event flag, to get a value
+ // indicating if the flag is set or not */
+ // if ((*(char*)(SprjEventFlagMan_ptr + 0x228) == '\0') || ((int)eventFlagId < 0))
+ // {
+ // return 0;
+ // }
+ // eventFlagDiv_10000000 = (ulonglong)(uint)(((int)eventFlagId / 10000000) % 10);
+ // eventFlagDiv_1000 = ((int)eventFlagId / 1000) % 10;
+ // func_1_result =
+ // func_1(SprjEventFlagMan_ptr, ((int)eventFlagId / 100000) % 100, ((int)eventFlagId / 10000) % 10
+ // , state);
+ // func_1_result_int = (int)func_1_result;
+ // if (state == false)
+ // {
+ // /* If fieldarea not initialized (Main menu?) */
+ // if (Global_FieldArea_Ptr != (FieldArea*)0x0)
+ // {
+ // FUN_1404c46b0(Global_FieldArea_Ptr->WorldInfoOwner_ptr2, local_res8,
+ // *(undefined4*)&Global_FieldArea_Ptr->field4_0x20);
+ // is_param_smaller_than_90(local_res8[0] >> 0x18);
+ // }
+ // /* Section is repeated bellow.
+ // Looks like the compiler failed to optimize this properly.
+ // It seems like param3 and Global_FieldArea_Ptr if statements are the only real
+ // difference, and the code is duplicated by the compiler */
+ // lVar1 = *(longlong*)(*(longlong*)(SprjEventFlagMan_ptr + 0x218) + eventFlagDiv_10000000 * 0x18);
+ // if ((lVar1 == 0) || (func_1_result_int < 0))
+ // {
+ // return 0;
+ // }
+ // lVar2 = (ulonglong)eventFlagDiv_1000 << 4;
+ // lVar1 = (longlong)func_1_result_int * 0xa8 + lVar1;
+ // }
+ // else
+ // {
+ // lVar2 = *(longlong*)(*(longlong*)(SprjEventFlagMan_ptr + 0x218) + eventFlagDiv_10000000 * 0x18);
+ // if (lVar2 == 0)
+ // {
+ // return 0;
+ // }
+ // if (func_1_result_int < 0)
+ // {
+ // return 0;
+ // }
+ // lVar1 = (ulonglong)eventFlagDiv_1000 << 4;
+ // lVar2 = (longlong)func_1_result_int * 0xa8 + lVar2;
+ // }
+ // return lVar1 + lVar2;
+ //}
+
+ #endregion
}
diff --git a/src/SoulMemory/DarkSouls3/ItemPickup.cs b/src/SoulMemory/DarkSouls3/ItemPickup.cs
index a1ce8d72..43f5a7cc 100644
--- a/src/SoulMemory/DarkSouls3/ItemPickup.cs
+++ b/src/SoulMemory/DarkSouls3/ItemPickup.cs
@@ -16,3441 +16,3440 @@
using System.Xml.Serialization;
-namespace SoulMemory.DarkSouls3
+namespace SoulMemory.DarkSouls3;
+
+[XmlType(Namespace = "DarkSouls3")]
+public enum ItemPickup : uint
{
- [XmlType(Namespace = "DarkSouls3")]
- public enum ItemPickup : uint
- {
- [Annotation(Name = "[Boss] Soul of Boreal Valley Vordt 50002000")]
- BossSoulOfBorealValleyVordt = 50002000,
+ [Annotation(Name = "[Boss] Soul of Boreal Valley Vordt 50002000")]
+ BossSoulOfBorealValleyVordt = 50002000,
- [Annotation(Name = "[Boss] Soul of the Dancer 50002010")]
- BossSoulOfTheDancer = 50002010,
+ [Annotation(Name = "[Boss] Soul of the Dancer 50002010")]
+ BossSoulOfTheDancer = 50002010,
- [Annotation(Name = "[Boss] Soul of Consumed Oceiros 50002020")]
- BossSoulOfConsumedOceiros = 50002020,
+ [Annotation(Name = "[Boss] Soul of Consumed Oceiros 50002020")]
+ BossSoulOfConsumedOceiros = 50002020,
- [Annotation(Name = "[Boss] Soul of Dragonslayer Armour 50002030")]
- BossSoulOfDragonslayerArmour = 50002030,
+ [Annotation(Name = "[Boss] Soul of Dragonslayer Armour 50002030")]
+ BossSoulOfDragonslayerArmour = 50002030,
- [Annotation(Name = "[Boss] Cinders of a Lord 50002040")]
- BossCindersOfaLord = 50002040,
+ [Annotation(Name = "[Boss] Cinders of a Lord 50002040")]
+ BossCindersOfaLord = 50002040,
- [Annotation(Name = "[Boss] Soul of the Rotted Greatwood 50002060")]
- BossSoulOfTheRottedGreatwood = 50002060,
+ [Annotation(Name = "[Boss] Soul of the Rotted Greatwood 50002060")]
+ BossSoulOfTheRottedGreatwood = 50002060,
- [Annotation(Name = "[Boss] Dragon Head Stone 50002070")]
- BossDragonHeadStone = 50002070,
+ [Annotation(Name = "[Boss] Dragon Head Stone 50002070")]
+ BossDragonHeadStone = 50002070,
- [Annotation(Name = "[Boss] Soul of the Nameless King 50002080")]
- BossSoulOfTheNamelessKing = 50002080,
+ [Annotation(Name = "[Boss] Soul of the Nameless King 50002080")]
+ BossSoulOfTheNamelessKing = 50002080,
- [Annotation(Name = "[Boss] Soul of a Crystal Sage 50002090")]
- BossSoulOfaCrystalSage = 50002090,
+ [Annotation(Name = "[Boss] Soul of a Crystal Sage 50002090")]
+ BossSoulOfaCrystalSage = 50002090,
- [Annotation(Name = "[Boss] Cinders of a Lord 50002100")]
- BossCindersOfaLord_ = 50002100,
+ [Annotation(Name = "[Boss] Cinders of a Lord 50002100")]
+ BossCindersOfaLord_ = 50002100,
- [Annotation(Name = "[Boss] Small Doll 50002110")]
- BossSmallDoll = 50002110,
+ [Annotation(Name = "[Boss] Small Doll 50002110")]
+ BossSmallDoll = 50002110,
- [Annotation(Name = "[Boss] Soul of the Deacons of the Deep 50002111")]
- BossSoulOfTheDeaconsOfTheDeep = 50002111,
+ [Annotation(Name = "[Boss] Soul of the Deacons of the Deep 50002111")]
+ BossSoulOfTheDeaconsOfTheDeep = 50002111,
- [Annotation(Name = "[Boss] Soul of Pontiff Sulyvahn 50002120")]
- BossSoulOfPontiffSulyvahn = 50002120,
+ [Annotation(Name = "[Boss] Soul of Pontiff Sulyvahn 50002120")]
+ BossSoulOfPontiffSulyvahn = 50002120,
- [Annotation(Name = "[Boss] Cinders of a Lord 50002130")]
- BossCindersOfaLord__ = 50002130,
+ [Annotation(Name = "[Boss] Cinders of a Lord 50002130")]
+ BossCindersOfaLord__ = 50002130,
- [Annotation(Name = "[Boss] Soul of High Lord Wolnir 50002140")]
- BossSoulOfHighLordWolnir = 50002140,
+ [Annotation(Name = "[Boss] Soul of High Lord Wolnir 50002140")]
+ BossSoulOfHighLordWolnir = 50002140,
- [Annotation(Name = "[Boss] Soul of the Old Demon King 50002150")]
- BossSoulOfTheOldDemonKing = 50002150,
+ [Annotation(Name = "[Boss] Soul of the Old Demon King 50002150")]
+ BossSoulOfTheOldDemonKing = 50002150,
- [Annotation(Name = "[Boss] Cinders of a Lord 50002170")]
- BossCindersOfaLord___ = 50002170,
+ [Annotation(Name = "[Boss] Cinders of a Lord 50002170")]
+ BossCindersOfaLord___ = 50002170,
- [Annotation(Name = "[Boss] Coiled Sword 50002180")]
- BossCoiledSword = 50002180,
+ [Annotation(Name = "[Boss] Coiled Sword 50002180")]
+ BossCoiledSword = 50002180,
- [Annotation(Name = "[Boss] Soul of Champion Gundyr 50002190")]
- BossSoulOfChampionGundyr = 50002190,
+ [Annotation(Name = "[Boss] Soul of Champion Gundyr 50002190")]
+ BossSoulOfChampionGundyr = 50002190,
- [Annotation(Name = "[Boss] Soul of the Lords 50002200")]
- BossSoulOfTheLords = 50002200,
+ [Annotation(Name = "[Boss] Soul of the Lords 50002200")]
+ BossSoulOfTheLords = 50002200,
- [Annotation(Name = "[Boss] Soul of Sister Friede 50002300")]
- BossSoulOfSisterFriede = 50002300,
+ [Annotation(Name = "[Boss] Soul of Sister Friede 50002300")]
+ BossSoulOfSisterFriede = 50002300,
- [Annotation(Name = "[Boss] Champion's Bones 50002310")]
- BossChampionsBones = 50002310,
+ [Annotation(Name = "[Boss] Champion's Bones 50002310")]
+ BossChampionsBones = 50002310,
- [Annotation(Name = "[Boss] Valorheart 50002320")]
- BossValorheart = 50002320,
+ [Annotation(Name = "[Boss] Valorheart 50002320")]
+ BossValorheart = 50002320,
- [Annotation(Name = "[Boss] Soul of the Demon Prince 50002330")]
- BossSoulOfTheDemonPrince = 50002330,
+ [Annotation(Name = "[Boss] Soul of the Demon Prince 50002330")]
+ BossSoulOfTheDemonPrince = 50002330,
- [Annotation(Name = "[Boss] Titanite Slab 50002340")]
- BossTitaniteSlab = 50002340,
+ [Annotation(Name = "[Boss] Titanite Slab 50002340")]
+ BossTitaniteSlab = 50002340,
- [Annotation(Name = "[Boss] Filianore's Spear Ornament 50002341")]
- BossFilianoresSpearOrnament = 50002341,
+ [Annotation(Name = "[Boss] Filianore's Spear Ornament 50002341")]
+ BossFilianoresSpearOrnament = 50002341,
- [Annotation(Name = "[Boss] Soul of Darkeater Midir 50002350")]
- BossSoulOfDarkeaterMidir = 50002350,
+ [Annotation(Name = "[Boss] Soul of Darkeater Midir 50002350")]
+ BossSoulOfDarkeaterMidir = 50002350,
- [Annotation(Name = "[Boss] Spears of the Church 6830")]
- BossSpearsOfTheChurch = 6830,
+ [Annotation(Name = "[Boss] Spears of the Church 6830")]
+ BossSpearsOfTheChurch = 6830,
- [Annotation(Name = "[Boss] Soul of Slave Knight Gael 50002360")]
- BossSoulOfSlaveKnightGael = 50002360,
+ [Annotation(Name = "[Boss] Soul of Slave Knight Gael 50002360")]
+ BossSoulOfSlaveKnightGael = 50002360,
- [Annotation(Name = "Coiled Sword 50002500")]
- CoiledSword = 50002500,
+ [Annotation(Name = "Coiled Sword 50002500")]
+ CoiledSword = 50002500,
- [Annotation(Name = "Rosaria's Fingers - Emblem 54004010")]
- RosariasFingersEmblem = 54004010,
+ [Annotation(Name = "Rosaria's Fingers - Emblem 54004010")]
+ RosariasFingersEmblem = 54004010,
- [Annotation(Name = "Warrior of Sunlight - Emblem 6700")]
- WarriorOfSunlightEmblem = 6700,
+ [Annotation(Name = "Warrior of Sunlight - Emblem 6700")]
+ WarriorOfSunlightEmblem = 6700,
- [Annotation(Name = "[Covenant] Warrior of Sunlight Rank 2 - Sunlight Straight Sword 6702")]
- CovenantWarriorOfSunlightRank2SunlightStraightSword = 6702,
+ [Annotation(Name = "[Covenant] Warrior of Sunlight Rank 2 - Sunlight Straight Sword 6702")]
+ CovenantWarriorOfSunlightRank2SunlightStraightSword = 6702,
- [Annotation(Name = "[Covenant] Warrior of Sunlight Rank 1 - Sunlight Shield 6701")]
- CovenantWarriorOfSunlightRank1SunlightShield = 6701,
+ [Annotation(Name = "[Covenant] Warrior of Sunlight Rank 1 - Sunlight Shield 6701")]
+ CovenantWarriorOfSunlightRank1SunlightShield = 6701,
- [Annotation(Name = "Mound-makers - Emblem 6710")]
- MoundmakersEmblem = 6710,
+ [Annotation(Name = "Mound-makers - Emblem 6710")]
+ MoundmakersEmblem = 6710,
- [Annotation(Name = "[Covenant] Mound-makers Rank 2 - Warmth 6712")]
- CovenantMoundmakersRank2Warmth = 6712,
+ [Annotation(Name = "[Covenant] Mound-makers Rank 2 - Warmth 6712")]
+ CovenantMoundmakersRank2Warmth = 6712,
- [Annotation(Name = "[Covenant] Mound-makers Rank 1 - Bloodlust 6711")]
- CovenantMoundmakersRank1Bloodlust = 6711,
+ [Annotation(Name = "[Covenant] Mound-makers Rank 1 - Bloodlust 6711")]
+ CovenantMoundmakersRank1Bloodlust = 6711,
- [Annotation(Name = "Watchdogs of Farron - Emblem 6720")]
- WatchdogsOfFarronEmblem = 6720,
+ [Annotation(Name = "Watchdogs of Farron - Emblem 6720")]
+ WatchdogsOfFarronEmblem = 6720,
- [Annotation(Name = "[Covenant] Watchdogs of Farron Rank 2 - Wolf Knight's Greatshield 6722")]
- CovenantWatchdogsOfFarronRank2WolfKnightsGreatshield = 6722,
+ [Annotation(Name = "[Covenant] Watchdogs of Farron Rank 2 - Wolf Knight's Greatshield 6722")]
+ CovenantWatchdogsOfFarronRank2WolfKnightsGreatshield = 6722,
- [Annotation(Name = "[Covenant] Watchdogs of Farron Rank 1 - Old Wolf Curved Sword 6721")]
- CovenantWatchdogsOfFarronRank1OldWolfCurvedSword = 6721,
+ [Annotation(Name = "[Covenant] Watchdogs of Farron Rank 1 - Old Wolf Curved Sword 6721")]
+ CovenantWatchdogsOfFarronRank1OldWolfCurvedSword = 6721,
- [Annotation(Name = "Aldrich Faithful - Emblem 6730")]
- AldrichFaithfulEmblem = 6730,
+ [Annotation(Name = "Aldrich Faithful - Emblem 6730")]
+ AldrichFaithfulEmblem = 6730,
- [Annotation(Name = "[Covenant] Aldrich Faithful Rank 2 - Archdeacon's Great Staff 6732")]
- CovenantAldrichFaithfulRank2ArchdeaconsGreatStaff = 6732,
+ [Annotation(Name = "[Covenant] Aldrich Faithful Rank 2 - Archdeacon's Great Staff 6732")]
+ CovenantAldrichFaithfulRank2ArchdeaconsGreatStaff = 6732,
- [Annotation(Name = "[Covenant] Aldrich Faithful Rank 1 - Great Deep Soul 6731")]
- CovenantAldrichFaithfulRank1GreatDeepSoul = 6731,
+ [Annotation(Name = "[Covenant] Aldrich Faithful Rank 1 - Great Deep Soul 6731")]
+ CovenantAldrichFaithfulRank1GreatDeepSoul = 6731,
- [Annotation(Name = "Blue Sentinels - Emblem 6740")]
- BlueSentinelsEmblem = 6740,
+ [Annotation(Name = "Blue Sentinels - Emblem 6740")]
+ BlueSentinelsEmblem = 6740,
- [Annotation(Name = "Firebomb 6742")]
- Firebomb = 6742,
+ [Annotation(Name = "Firebomb 6742")]
+ Firebomb = 6742,
- [Annotation(Name = "Kukri 6741")]
- Kukri = 6741,
+ [Annotation(Name = "Kukri 6741")]
+ Kukri = 6741,
- [Annotation(Name = "Blade of the Darkmoon - Emblem 6750")]
- BladeOfTheDarkmoonEmblem = 6750,
+ [Annotation(Name = "Blade of the Darkmoon - Emblem 6750")]
+ BladeOfTheDarkmoonEmblem = 6750,
- [Annotation(Name = "Firebomb 6752")]
- Firebomb_ = 6752,
+ [Annotation(Name = "Firebomb 6752")]
+ Firebomb_ = 6752,
- [Annotation(Name = "Firebomb 6751")]
- Firebomb__ = 6751,
+ [Annotation(Name = "Firebomb 6751")]
+ Firebomb__ = 6751,
- [Annotation(Name = "Rosaria's Fingers - Emblem 6760")]
- RosariasFingersEmblem_ = 6760,
+ [Annotation(Name = "Rosaria's Fingers - Emblem 6760")]
+ RosariasFingersEmblem_ = 6760,
- [Annotation(Name = "[Covenant] Rosaria's Fingers Rank 2 - Man-grub's Staff 6762")]
- CovenantRosariasFingersRank2MangrubsStaff = 6762,
+ [Annotation(Name = "[Covenant] Rosaria's Fingers Rank 2 - Man-grub's Staff 6762")]
+ CovenantRosariasFingersRank2MangrubsStaff = 6762,
- [Annotation(Name = "[Covenant] Rosaria's Fingers Rank 1 - Obscuring Ring 6761")]
- CovenantRosariasFingersRank1ObscuringRing = 6761,
+ [Annotation(Name = "[Covenant] Rosaria's Fingers Rank 1 - Obscuring Ring 6761")]
+ CovenantRosariasFingersRank1ObscuringRing = 6761,
- [Annotation(Name = "Way of Blue - Emblem 6770")]
- WayOfBlueEmblem = 6770,
+ [Annotation(Name = "Way of Blue - Emblem 6770")]
+ WayOfBlueEmblem = 6770,
- [Annotation(Name = "Firebomb 6772")]
- Firebomb___ = 6772,
+ [Annotation(Name = "Firebomb 6772")]
+ Firebomb___ = 6772,
- [Annotation(Name = "Firebomb 6771")]
- Firebomb____ = 6771,
+ [Annotation(Name = "Firebomb 6771")]
+ Firebomb____ = 6771,
- [Annotation(Name = "Divine Spear Fragment 6832")]
- DivineSpearFragment = 6832,
+ [Annotation(Name = "Divine Spear Fragment 6832")]
+ DivineSpearFragment = 6832,
- [Annotation(Name = "Young Grass Dew 6831")]
- YoungGrassDew = 6831,
+ [Annotation(Name = "Young Grass Dew 6831")]
+ YoungGrassDew = 6831,
- [Annotation(Name = "[Crow] Iron Bracelets 50004300")]
- CrowIronBracelets = 50004300,
+ [Annotation(Name = "[Crow] Iron Bracelets 50004300")]
+ CrowIronBracelets = 50004300,
- [Annotation(Name = "[Crow] Ring of Sacrifice 50004301")]
- CrowRingOfSacrifice = 50004301,
+ [Annotation(Name = "[Crow] Ring of Sacrifice 50004301")]
+ CrowRingOfSacrifice = 50004301,
- [Annotation(Name = "[Crow] Porcine Shield 50004302")]
- CrowPorcineShield = 50004302,
+ [Annotation(Name = "[Crow] Porcine Shield 50004302")]
+ CrowPorcineShield = 50004302,
- [Annotation(Name = "[Crow] Lucatiel's Mask 50004303")]
- CrowLucatielsMask = 50004303,
+ [Annotation(Name = "[Crow] Lucatiel's Mask 50004303")]
+ CrowLucatielsMask = 50004303,
- [Annotation(Name = "[Crow] Very good! Carving 50004304")]
- CrowVerygoodCarving = 50004304,
+ [Annotation(Name = "[Crow] Very good! Carving 50004304")]
+ CrowVerygoodCarving = 50004304,
- [Annotation(Name = "[Crow] Thank you Carving 50004305")]
- CrowThankyouCarving = 50004305,
+ [Annotation(Name = "[Crow] Thank you Carving 50004305")]
+ CrowThankyouCarving = 50004305,
- [Annotation(Name = "[Crow] I'm sorry Carving 50004306")]
- CrowImsorryCarving = 50004306,
+ [Annotation(Name = "[Crow] I'm sorry Carving 50004306")]
+ CrowImsorryCarving = 50004306,
- [Annotation(Name = "[Crow] Sunlight Shield 50004307")]
- CrowSunlightShield = 50004307,
+ [Annotation(Name = "[Crow] Sunlight Shield 50004307")]
+ CrowSunlightShield = 50004307,
- [Annotation(Name = "[Crow] Hollow Gem 50004308")]
- CrowHollowGem = 50004308,
+ [Annotation(Name = "[Crow] Hollow Gem 50004308")]
+ CrowHollowGem = 50004308,
- [Annotation(Name = "[Crow] Titanite Scale 50004309")]
- CrowTitaniteScale = 50004309,
+ [Annotation(Name = "[Crow] Titanite Scale 50004309")]
+ CrowTitaniteScale = 50004309,
- [Annotation(Name = "[Crow] Help me! Carving 50004310")]
- CrowHelpmeCarving = 50004310,
+ [Annotation(Name = "[Crow] Help me! Carving 50004310")]
+ CrowHelpmeCarving = 50004310,
- [Annotation(Name = "[Crow] Titanite Slab 50004311")]
- CrowTitaniteSlab = 50004311,
+ [Annotation(Name = "[Crow] Titanite Slab 50004311")]
+ CrowTitaniteSlab = 50004311,
- [Annotation(Name = "[Crow] Hello Carving 50004320")]
- CrowHelloCarving = 50004320,
+ [Annotation(Name = "[Crow] Hello Carving 50004320")]
+ CrowHelloCarving = 50004320,
- [Annotation(Name = "[Crow] Armor of the Sun 50004321")]
- CrowArmorOfTheSun = 50004321,
+ [Annotation(Name = "[Crow] Armor of the Sun 50004321")]
+ CrowArmorOfTheSun = 50004321,
- [Annotation(Name = "[Crow] Large Titanite Shard 50004322")]
- CrowLargeTitaniteShard = 50004322,
+ [Annotation(Name = "[Crow] Large Titanite Shard 50004322")]
+ CrowLargeTitaniteShard = 50004322,
- [Annotation(Name = "[Crow] Titanite Chunk 50004323")]
- CrowTitaniteChunk = 50004323,
+ [Annotation(Name = "[Crow] Titanite Chunk 50004323")]
+ CrowTitaniteChunk = 50004323,
- [Annotation(Name = "[Crow] Iron Helm 50004324")]
- CrowIronHelm = 50004324,
+ [Annotation(Name = "[Crow] Iron Helm 50004324")]
+ CrowIronHelm = 50004324,
- [Annotation(Name = "[Crow] Twinkling Titanite 50004325")]
- CrowTwinklingTitanite = 50004325,
+ [Annotation(Name = "[Crow] Twinkling Titanite 50004325")]
+ CrowTwinklingTitanite = 50004325,
- [Annotation(Name = "[Crow] Iron Leggings 50004326")]
- CrowIronLeggings = 50004326,
+ [Annotation(Name = "[Crow] Iron Leggings 50004326")]
+ CrowIronLeggings = 50004326,
- [Annotation(Name = "[Crow] Lightning Gem 50004327")]
- CrowLightningGem = 50004327,
+ [Annotation(Name = "[Crow] Lightning Gem 50004327")]
+ CrowLightningGem = 50004327,
- [Annotation(Name = "[Crow] Twinkling Titanite 50004328")]
- CrowTwinklingTitanite_ = 50004328,
+ [Annotation(Name = "[Crow] Twinkling Titanite 50004328")]
+ CrowTwinklingTitanite_ = 50004328,
- [Annotation(Name = "[Crow] Blessed Gem 50004329")]
- CrowBlessedGem = 50004329,
+ [Annotation(Name = "[Crow] Blessed Gem 50004329")]
+ CrowBlessedGem = 50004329,
- [Annotation(Name = "[Crow] Titanite Scale 50004330")]
- CrowTitaniteScale_ = 50004330,
+ [Annotation(Name = "[Crow] Titanite Scale 50004330")]
+ CrowTitaniteScale_ = 50004330,
- [Annotation(Name = "Titanite Slab 50004700")]
- TitaniteSlab = 50004700,
+ [Annotation(Name = "Titanite Slab 50004700")]
+ TitaniteSlab = 50004700,
- [Annotation(Name = "[Ludleth of Courland] Skull Ring 50006031")]
- LudlethOfCourlandSkullRing = 50006031,
+ [Annotation(Name = "[Ludleth of Courland] Skull Ring 50006031")]
+ LudlethOfCourlandSkullRing = 50006031,
- [Annotation(Name = "[Yuria of Londor] Darkdrift 50006041")]
- YuriaOfLondorDarkdrift = 50006041,
+ [Annotation(Name = "[Yuria of Londor] Darkdrift 50006041")]
+ YuriaOfLondorDarkdrift = 50006041,
- [Annotation(Name = "[Yuria of Londor] Yuria's Ashes 50006043")]
- YuriaOfLondorYuriasAshes = 50006043,
+ [Annotation(Name = "[Yuria of Londor] Yuria's Ashes 50006043")]
+ YuriaOfLondorYuriasAshes = 50006043,
- [Annotation(Name = "[Company Captain Yorshka] Yorshka's Chime 50006060")]
- CompanyCaptainYorshkaYorshkasChime = 50006060,
+ [Annotation(Name = "[Company Captain Yorshka] Yorshka's Chime 50006060")]
+ CompanyCaptainYorshkaYorshkasChime = 50006060,
- [Annotation(Name = "[Hawkwood the Deserter] Heavy Gem 50006070")]
- HawkwoodTheDeserterHeavyGem = 50006070,
+ [Annotation(Name = "[Hawkwood the Deserter] Heavy Gem 50006070")]
+ HawkwoodTheDeserterHeavyGem = 50006070,
- [Annotation(Name = "[Sirris of the Sunless Realms] Sunless Talisman 50006082")]
- SirrisOfTheSunlessRealmsSunlessTalisman = 50006082,
+ [Annotation(Name = "[Sirris of the Sunless Realms] Sunless Talisman 50006082")]
+ SirrisOfTheSunlessRealmsSunlessTalisman = 50006082,
- [Annotation(Name = "[Ringfinger Leonhard] Cracked Red Eye Orb 50006090")]
- RingfingerLeonhardCrackedRedEyeOrb = 50006090,
+ [Annotation(Name = "[Ringfinger Leonhard] Cracked Red Eye Orb 50006090")]
+ RingfingerLeonhardCrackedRedEyeOrb = 50006090,
- [Annotation(Name = "[Ringfinger Leonhard] Silver Mask 50006093")]
- RingfingerLeonhardSilverMask = 50006093,
+ [Annotation(Name = "[Ringfinger Leonhard] Silver Mask 50006093")]
+ RingfingerLeonhardSilverMask = 50006093,
- [Annotation(Name = "[Ringfinger Leonhard] Lift Chamber Key 50006091")]
- RingfingerLeonhardLiftChamberKey = 50006091,
+ [Annotation(Name = "[Ringfinger Leonhard] Lift Chamber Key 50006091")]
+ RingfingerLeonhardLiftChamberKey = 50006091,
- [Annotation(Name = "[Shrine Handmaid] Priestess Ring 50006110")]
- ShrineHandmaidPriestessRing = 50006110,
+ [Annotation(Name = "[Shrine Handmaid] Priestess Ring 50006110")]
+ ShrineHandmaidPriestessRing = 50006110,
- [Annotation(Name = "[Greirat of the Undead Settlement] Blue Tearstone Ring 50006120")]
- GreiratOfTheUndeadSettlementBlueTearstoneRing = 50006120,
+ [Annotation(Name = "[Greirat of the Undead Settlement] Blue Tearstone Ring 50006120")]
+ GreiratOfTheUndeadSettlementBlueTearstoneRing = 50006120,
- [Annotation(Name = "[Greirat of the Undead Settlement] Greirat's Ashes 50006121")]
- GreiratOfTheUndeadSettlementGreiratsAshes = 50006121,
+ [Annotation(Name = "[Greirat of the Undead Settlement] Greirat's Ashes 50006121")]
+ GreiratOfTheUndeadSettlementGreiratsAshes = 50006121,
- [Annotation(Name = "[Orbeck of Vinheim] Orbeck's Ashes 50006132")]
- OrbeckOfVinheimOrbecksAshes = 50006132,
+ [Annotation(Name = "[Orbeck of Vinheim] Orbeck's Ashes 50006132")]
+ OrbeckOfVinheimOrbecksAshes = 50006132,
- [Annotation(Name = "[Cornyx of the Great Swamp] Pyromancy Flame 50006140")]
- CornyxOfTheGreatSwampPyromancyFlame = 50006140,
+ [Annotation(Name = "[Cornyx of the Great Swamp] Pyromancy Flame 50006140")]
+ CornyxOfTheGreatSwampPyromancyFlame = 50006140,
- [Annotation(Name = "[Cornyx of the Great Swamp] Old Sage's Blindfold 50006141")]
- CornyxOfTheGreatSwampOldSagesBlindfold = 50006141,
+ [Annotation(Name = "[Cornyx of the Great Swamp] Old Sage's Blindfold 50006141")]
+ CornyxOfTheGreatSwampOldSagesBlindfold = 50006141,
- [Annotation(Name = "[Cornyx of the Great Swamp] Cornyx's Ashes 50006142")]
- CornyxOfTheGreatSwampCornyxsAshes = 50006142,
+ [Annotation(Name = "[Cornyx of the Great Swamp] Cornyx's Ashes 50006142")]
+ CornyxOfTheGreatSwampCornyxsAshes = 50006142,
- [Annotation(Name = "[Karla] Karla's Pointed Hat 50006150")]
- KarlaKarlasPointedHat = 50006150,
+ [Annotation(Name = "[Karla] Karla's Pointed Hat 50006150")]
+ KarlaKarlasPointedHat = 50006150,
- [Annotation(Name = "[Karla] Karla's Ashes 50006151")]
- KarlaKarlasAshes = 50006151,
+ [Annotation(Name = "[Karla] Karla's Ashes 50006151")]
+ KarlaKarlasAshes = 50006151,
- [Annotation(Name = "[Irina of Carim] Tower Key 50006160")]
- IrinaOfCarimTowerKey = 50006160,
+ [Annotation(Name = "[Irina of Carim] Tower Key 50006160")]
+ IrinaOfCarimTowerKey = 50006160,
- [Annotation(Name = "[Irina of Carim] Irina's Ashes 50006164")]
- IrinaOfCarimIrinasAshes = 50006164,
+ [Annotation(Name = "[Irina of Carim] Irina's Ashes 50006164")]
+ IrinaOfCarimIrinasAshes = 50006164,
- [Annotation(Name = "[Eygon of Carim] Morne's Great Hammer 50006170")]
- EygonOfCarimMornesGreatHammer = 50006170,
+ [Annotation(Name = "[Eygon of Carim] Morne's Great Hammer 50006170")]
+ EygonOfCarimMornesGreatHammer = 50006170,
- [Annotation(Name = "[Anri of Astora #1] Anri's Straight Sword 50006030")]
- AnriOfAstora1AnrisStraightSword = 50006030,
+ [Annotation(Name = "[Anri of Astora #1] Anri's Straight Sword 50006030")]
+ AnriOfAstora1AnrisStraightSword = 50006030,
- [Annotation(Name = "[Anri of Astora #2] Ring of the Evil Eye 50006190")]
- AnriOfAstora2RingOfTheEvilEye = 50006190,
+ [Annotation(Name = "[Anri of Astora #2] Ring of the Evil Eye 50006190")]
+ AnriOfAstora2RingOfTheEvilEye = 50006190,
- [Annotation(Name = "[Unbreakable Patches #1] Winged Spear 50006202")]
- UnbreakablePatches1WingedSpear = 50006202,
+ [Annotation(Name = "[Unbreakable Patches #1] Winged Spear 50006202")]
+ UnbreakablePatches1WingedSpear = 50006202,
- [Annotation(Name = "[Unbreakable Patches #1] Patches' Ashes 50006203")]
- UnbreakablePatches1PatchesAshes = 50006203,
+ [Annotation(Name = "[Unbreakable Patches #1] Patches' Ashes 50006203")]
+ UnbreakablePatches1PatchesAshes = 50006203,
- [Annotation(Name = "[Unbreakable Patches #3] Pierce Shield 73501050")]
- UnbreakablePatches3PierceShield = 73501050,
+ [Annotation(Name = "[Unbreakable Patches #3] Pierce Shield 73501050")]
+ UnbreakablePatches3PierceShield = 73501050,
- [Annotation(Name = "[Unbreakable Patches #3] Catarina Helm 73501010")]
- UnbreakablePatches3CatarinaHelm = 73501010,
+ [Annotation(Name = "[Unbreakable Patches #3] Catarina Helm 73501010")]
+ UnbreakablePatches3CatarinaHelm = 73501010,
- [Annotation(Name = "[Unbreakable Patches #3] Catarina Armor 73501020")]
- UnbreakablePatches3CatarinaArmor = 73501020,
+ [Annotation(Name = "[Unbreakable Patches #3] Catarina Armor 73501020")]
+ UnbreakablePatches3CatarinaArmor = 73501020,
- [Annotation(Name = "[Unbreakable Patches #3] Catarina Gauntlets 73501030")]
- UnbreakablePatches3CatarinaGauntlets = 73501030,
+ [Annotation(Name = "[Unbreakable Patches #3] Catarina Gauntlets 73501030")]
+ UnbreakablePatches3CatarinaGauntlets = 73501030,
- [Annotation(Name = "[Unbreakable Patches #3] Catarina Leggings 73501040")]
- UnbreakablePatches3CatarinaLeggings = 73501040,
+ [Annotation(Name = "[Unbreakable Patches #3] Catarina Leggings 73501040")]
+ UnbreakablePatches3CatarinaLeggings = 73501040,
- [Annotation(Name = "[Siegward of Catarina #1] Catarina Helm 50006217")]
- SiegwardOfCatarina1CatarinaHelm = 50006217,
+ [Annotation(Name = "[Siegward of Catarina #1] Catarina Helm 50006217")]
+ SiegwardOfCatarina1CatarinaHelm = 50006217,
- [Annotation(Name = "[Siegward of Catarina #1] Storm Ruler 50006218")]
- SiegwardOfCatarina1StormRuler = 50006218,
+ [Annotation(Name = "[Siegward of Catarina #1] Storm Ruler 50006218")]
+ SiegwardOfCatarina1StormRuler = 50006218,
- [Annotation(Name = "[Siegward of Catarina #3] Titanite Slab 50006215")]
- SiegwardOfCatarina3TitaniteSlab = 50006215,
+ [Annotation(Name = "[Siegward of Catarina #3] Titanite Slab 50006215")]
+ SiegwardOfCatarina3TitaniteSlab = 50006215,
- [Annotation(Name = "[High Priestess Emma] Small Lothric Banner 50006232")]
- HighPriestessEmmaSmallLothricBanner = 50006232,
+ [Annotation(Name = "[High Priestess Emma] Small Lothric Banner 50006232")]
+ HighPriestessEmmaSmallLothricBanner = 50006232,
- [Annotation(Name = "[High Priestess Emma] Basin of Vows 50006230")]
- HighPriestessEmmaBasinOfVows = 50006230,
+ [Annotation(Name = "[High Priestess Emma] Basin of Vows 50006230")]
+ HighPriestessEmmaBasinOfVows = 50006230,
- [Annotation(Name = "[Giant] Hawk Ring 50006251")]
- GiantHawkRing = 50006251,
+ [Annotation(Name = "[Giant] Hawk Ring 50006251")]
+ GiantHawkRing = 50006251,
- [Annotation(Name = "[Horace the Hushed] Llewellyn Shield 50006260")]
- HoraceTheHushedLlewellynShield = 50006260,
+ [Annotation(Name = "[Horace the Hushed] Llewellyn Shield 50006260")]
+ HoraceTheHushedLlewellynShield = 50006260,
- [Annotation(Name = "[Londor Pilgrim] Chameleon 50006300")]
- LondorPilgrimChameleon = 50006300,
+ [Annotation(Name = "[Londor Pilgrim] Chameleon 50006300")]
+ LondorPilgrimChameleon = 50006300,
- [Annotation(Name = "[Londor Pilgrim] Sword of Avowal 50006301")]
- LondorPilgrimSwordOfAvowal = 50006301,
+ [Annotation(Name = "[Londor Pilgrim] Sword of Avowal 50006301")]
+ LondorPilgrimSwordOfAvowal = 50006301,
- [Annotation(Name = "[Drowsy Forlorn] Homeward Bone 50006311")]
- DrowsyForlornHomewardBone = 50006311,
+ [Annotation(Name = "[Drowsy Forlorn] Homeward Bone 50006311")]
+ DrowsyForlornHomewardBone = 50006311,
- [Annotation(Name = "[Sir Vilhelm] Contraption Key 50006520")]
- SirVilhelmContraptionKey = 50006520,
+ [Annotation(Name = "[Sir Vilhelm] Contraption Key 50006520")]
+ SirVilhelmContraptionKey = 50006520,
- [Annotation(Name = "[Sir Vilhelm] Onyx Blade 50006521")]
- SirVilhelmOnyxBlade = 50006521,
+ [Annotation(Name = "[Sir Vilhelm] Onyx Blade 50006521")]
+ SirVilhelmOnyxBlade = 50006521,
- [Annotation(Name = "[Forlorn Corvian Settler] Titanite Slab 50006540")]
- ForlornCorvianSettlerTitaniteSlab = 50006540,
+ [Annotation(Name = "[Forlorn Corvian Settler] Titanite Slab 50006540")]
+ ForlornCorvianSettlerTitaniteSlab = 50006540,
- [Annotation(Name = "[Sister Friede] Chillbite Ring 50006550")]
- SisterFriedeChillbiteRing = 50006550,
+ [Annotation(Name = "[Sister Friede] Chillbite Ring 50006550")]
+ SisterFriedeChillbiteRing = 50006550,
- [Annotation(Name = "[Amnesiac Lapp #1] Champion's Bones 50006623")]
- AmnesiacLapp1ChampionsBones = 50006623,
+ [Annotation(Name = "[Amnesiac Lapp #1] Champion's Bones 50006623")]
+ AmnesiacLapp1ChampionsBones = 50006623,
- [Annotation(Name = "[Amnesiac Lapp #2] Siegbräu 50006620")]
- AmnesiacLapp2Siegbräu = 50006620,
+ [Annotation(Name = "[Amnesiac Lapp #2] Siegbräu 50006620")]
+ AmnesiacLapp2Siegbräu = 50006620,
- [Annotation(Name = "[Amnesiac Lapp #3] Siegbräu 50006622")]
- AmnesiacLapp3Siegbräu = 50006622,
+ [Annotation(Name = "[Amnesiac Lapp #3] Siegbräu 50006622")]
+ AmnesiacLapp3Siegbräu = 50006622,
- [Annotation(Name = "[Amnesiac Lapp #6] Titanite Slab 50006621")]
- AmnesiacLapp6TitaniteSlab = 50006621,
+ [Annotation(Name = "[Amnesiac Lapp #6] Titanite Slab 50006621")]
+ AmnesiacLapp6TitaniteSlab = 50006621,
- [Annotation(Name = "[Shira, Knight of Filianore #1] Sacred Chime of Filianore 50006630")]
- ShiraKnightOfFilianore1SacredChimeOfFilianore = 50006630,
+ [Annotation(Name = "[Shira, Knight of Filianore #1] Sacred Chime of Filianore 50006630")]
+ ShiraKnightOfFilianore1SacredChimeOfFilianore = 50006630,
- [Annotation(Name = "[Shira, Knight of Filianore #1] Titanite Slab 50006631")]
- ShiraKnightOfFilianore1TitaniteSlab = 50006631,
+ [Annotation(Name = "[Shira, Knight of Filianore #1] Titanite Slab 50006631")]
+ ShiraKnightOfFilianore1TitaniteSlab = 50006631,
- [Annotation(Name = "[Shira, Knight of Filianore #1] Crucifix of the Mad King 50006632")]
- ShiraKnightOfFilianore1CrucifixOfTheMadKing = 50006632,
+ [Annotation(Name = "[Shira, Knight of Filianore #1] Crucifix of the Mad King 50006632")]
+ ShiraKnightOfFilianore1CrucifixOfTheMadKing = 50006632,
- [Annotation(Name = "[Stone-humped Hag] Old Woman's Ashes 50006660")]
- StonehumpedHagOldWomansAshes = 50006660,
+ [Annotation(Name = "[Stone-humped Hag] Old Woman's Ashes 50006660")]
+ StonehumpedHagOldWomansAshes = 50006660,
- [Annotation(Name = "[Black Hand Gotthard] Grand Archives Key 50006700")]
- BlackHandGotthardGrandArchivesKey = 50006700,
+ [Annotation(Name = "[Black Hand Gotthard] Grand Archives Key 50006700")]
+ BlackHandGotthardGrandArchivesKey = 50006700,
- [Annotation(Name = "[Black Hand Kamui] Onikiri and Ubadachi 50006705")]
- BlackHandKamuiOnikiriandUbadachi = 50006705,
+ [Annotation(Name = "[Black Hand Kamui] Onikiri and Ubadachi 50006705")]
+ BlackHandKamuiOnikiriandUbadachi = 50006705,
- [Annotation(Name = "[Havel the Rock] Dragon Tooth 50006710")]
- HavelTheRockDragonTooth = 50006710,
+ [Annotation(Name = "[Havel the Rock] Dragon Tooth 50006710")]
+ HavelTheRockDragonTooth = 50006710,
- [Annotation(Name = "[Sword Master] Uchigatana 50006720")]
- SwordMasterUchigatana = 50006720,
+ [Annotation(Name = "[Sword Master] Uchigatana 50006720")]
+ SwordMasterUchigatana = 50006720,
- [Annotation(Name = "[Brigand] Spider Shield 50006730")]
- BrigandSpiderShield = 50006730,
+ [Annotation(Name = "[Brigand] Spider Shield 50006730")]
+ BrigandSpiderShield = 50006730,
- [Annotation(Name = "[Drakeblood Knight] Drakeblood Greatsword 50006740")]
- DrakebloodKnightDrakebloodGreatsword = 50006740,
+ [Annotation(Name = "[Drakeblood Knight] Drakeblood Greatsword 50006740")]
+ DrakebloodKnightDrakebloodGreatsword = 50006740,
- [Annotation(Name = "[Rapier Champion] Ricard's Rapier 50006750")]
- RapierChampionRicardsRapier = 50006750,
+ [Annotation(Name = "[Rapier Champion] Ricard's Rapier 50006750")]
+ RapierChampionRicardsRapier = 50006750,
- [Annotation(Name = "[Exile Watchdog] Exile Greatsword 50006760")]
- ExileWatchdogExileGreatsword = 50006760,
+ [Annotation(Name = "[Exile Watchdog] Exile Greatsword 50006760")]
+ ExileWatchdogExileGreatsword = 50006760,
- [Annotation(Name = "[Exile Watchdog] Great Club 50006770")]
- ExileWatchdogGreatClub = 50006770,
+ [Annotation(Name = "[Exile Watchdog] Great Club 50006770")]
+ ExileWatchdogGreatClub = 50006770,
- [Annotation(Name = "[Yellowfinger Heysel] Heysel Pick 50006780")]
- YellowfingerHeyselHeyselPick = 50006780,
+ [Annotation(Name = "[Yellowfinger Heysel] Heysel Pick 50006780")]
+ YellowfingerHeyselHeyselPick = 50006780,
- [Annotation(Name = "[Londor Pale Shade] Manikin Claws 50006790")]
- LondorPaleShadeManikinClaws = 50006790,
+ [Annotation(Name = "[Londor Pale Shade] Manikin Claws 50006790")]
+ LondorPaleShadeManikinClaws = 50006790,
- [Annotation(Name = "[Lion Knight Albert] Golden Wing Crest Shield 50006800")]
- LionKnightAlbertGoldenWingCrestShield = 50006800,
+ [Annotation(Name = "[Lion Knight Albert] Golden Wing Crest Shield 50006800")]
+ LionKnightAlbertGoldenWingCrestShield = 50006800,
- [Annotation(Name = "[Daughter of Crystal Kriemhild] Sage's Crystal Staff 50006810")]
- DaughterOfCrystalKriemhildSagesCrystalStaff = 50006810,
+ [Annotation(Name = "[Daughter of Crystal Kriemhild] Sage's Crystal Staff 50006810")]
+ DaughterOfCrystalKriemhildSagesCrystalStaff = 50006810,
- [Annotation(Name = "[Court Sorcerer] Logan's Scroll 50006820")]
- CourtSorcererLogansScroll = 50006820,
+ [Annotation(Name = "[Court Sorcerer] Logan's Scroll 50006820")]
+ CourtSorcererLogansScroll = 50006820,
- [Annotation(Name = "[Drang Knight] Drang Twinspears 50006830")]
- DrangKnightDrangTwinspears = 50006830,
+ [Annotation(Name = "[Drang Knight] Drang Twinspears 50006830")]
+ DrangKnightDrangTwinspears = 50006830,
- [Annotation(Name = "[Knight Slayer Tsorig #1] Knight Slayer's Ring 50006840")]
- KnightSlayerTsorig1KnightSlayersRing = 50006840,
+ [Annotation(Name = "[Knight Slayer Tsorig #1] Knight Slayer's Ring 50006840")]
+ KnightSlayerTsorig1KnightSlayersRing = 50006840,
- [Annotation(Name = "[Knight Slayer Tsorig #2] Fume Ultra Greatsword 50006845")]
- KnightSlayerTsorig2FumeUltraGreatsword = 50006845,
+ [Annotation(Name = "[Knight Slayer Tsorig #2] Fume Ultra Greatsword 50006845")]
+ KnightSlayerTsorig2FumeUltraGreatsword = 50006845,
- [Annotation(Name = "[Creighton the Wanderer] Dragonslayer's Axe 50006850")]
- CreightonTheWandererDragonslayersAxe = 50006850,
+ [Annotation(Name = "[Creighton the Wanderer] Dragonslayer's Axe 50006850")]
+ CreightonTheWandererDragonslayersAxe = 50006850,
- [Annotation(Name = "[Alva, Seeker of the Spurned] Murakumo 50006860")]
- AlvaSeekerOfTheSpurnedMurakumo = 50006860,
+ [Annotation(Name = "[Alva, Seeker of the Spurned] Murakumo 50006860")]
+ AlvaSeekerOfTheSpurnedMurakumo = 50006860,
- [Annotation(Name = "[Longfinger Kirk] Barbed Straight Sword 50006870")]
- LongfingerKirkBarbedStraightSword = 50006870,
+ [Annotation(Name = "[Longfinger Kirk] Barbed Straight Sword 50006870")]
+ LongfingerKirkBarbedStraightSword = 50006870,
- [Annotation(Name = "[Isabella the Mad] Butcher Knife 50006880")]
- IsabellaTheMadButcherKnife = 50006880,
+ [Annotation(Name = "[Isabella the Mad] Butcher Knife 50006880")]
+ IsabellaTheMadButcherKnife = 50006880,
- [Annotation(Name = "[Livid Pyromancer Dunnel] Floating Chaos 50006920")]
- LividPyromancerDunnelFloatingChaos = 50006920,
+ [Annotation(Name = "[Livid Pyromancer Dunnel] Floating Chaos 50006920")]
+ LividPyromancerDunnelFloatingChaos = 50006920,
- [Annotation(Name = "[Shira, Knight of Filianore] Crucifix of the Mad King 50006939")]
- ShiraKnightOfFilianoreCrucifixOfTheMadKing = 50006939,
+ [Annotation(Name = "[Shira, Knight of Filianore] Crucifix of the Mad King 50006939")]
+ ShiraKnightOfFilianoreCrucifixOfTheMadKing = 50006939,
- [Annotation(Name = "[Unk] White Birch Bow 50006940")]
- UnkWhiteBirchBow = 50006940,
+ [Annotation(Name = "[Unk] White Birch Bow 50006940")]
+ UnkWhiteBirchBow = 50006940,
- [Annotation(Name = "[Desert Pyromancer Zoey] Flame Fan 50006950")]
- DesertPyromancerZoeyFlameFan = 50006950,
+ [Annotation(Name = "[Desert Pyromancer Zoey] Flame Fan 50006950")]
+ DesertPyromancerZoeyFlameFan = 50006950,
- [Annotation(Name = "[Silver Knight Ledo] Ledo's Great Hammer 50006960")]
- SilverKnightLedoLedosGreatHammer = 50006960,
+ [Annotation(Name = "[Silver Knight Ledo] Ledo's Great Hammer 50006960")]
+ SilverKnightLedoLedosGreatHammer = 50006960,
- [Annotation(Name = "[Alva, Seeker of the Spurned] Wolf Ring+3 50006970")]
- AlvaSeekerOfTheSpurnedWolfRing3 = 50006970,
+ [Annotation(Name = "[Alva, Seeker of the Spurned] Wolf Ring+3 50006970")]
+ AlvaSeekerOfTheSpurnedWolfRing3 = 50006970,
- [Annotation(Name = "[Moaning Knight] Blindfold Mask 50006980")]
- MoaningKnightBlindfoldMask = 50006980,
+ [Annotation(Name = "[Moaning Knight] Blindfold Mask 50006980")]
+ MoaningKnightBlindfoldMask = 50006980,
- [Annotation(Name = "[Untended Graves] Eyes of a Fire Keeper 50006020")]
- UntendedGravesEyesOfaFireKeeper = 50006020,
+ [Annotation(Name = "[Untended Graves] Eyes of a Fire Keeper 50006020")]
+ UntendedGravesEyesOfaFireKeeper = 50006020,
- [Annotation(Name = "[Yuria of Londor] Morion Blade 50006040")]
- YuriaOfLondorMorionBlade = 50006040,
+ [Annotation(Name = "[Yuria of Londor] Morion Blade 50006040")]
+ YuriaOfLondorMorionBlade = 50006040,
- [Annotation(Name = "[Yuria of Londor] Billed Mask - Lord of Hollow reward 50006042")]
- YuriaOfLondorBilledMaskLordOfHollowreward = 50006042,
+ [Annotation(Name = "[Yuria of Londor] Billed Mask - Lord of Hollow reward 50006042")]
+ YuriaOfLondorBilledMaskLordOfHollowreward = 50006042,
- [Annotation(Name = "Kukri 50006063")]
- Kukri_ = 50006063,
+ [Annotation(Name = "Kukri 50006063")]
+ Kukri_ = 50006063,
- [Annotation(Name = "[Archdragon Peak] Twinkling Dragon Torso Stone - Pray at Altar 50006071")]
- ArchdragonPeakTwinklingDragonTorsoStonePrayatAltar = 50006071,
+ [Annotation(Name = "[Archdragon Peak] Twinkling Dragon Torso Stone - Pray at Altar 50006071")]
+ ArchdragonPeakTwinklingDragonTorsoStonePrayatAltar = 50006071,
- [Annotation(Name = "[Hawkwood] Twinkling Dragon Head Stone 50006072")]
- HawkwoodTwinklingDragonHeadStone = 50006072,
+ [Annotation(Name = "[Hawkwood] Twinkling Dragon Head Stone 50006072")]
+ HawkwoodTwinklingDragonHeadStone = 50006072,
- [Annotation(Name = "[Hawkwood] Farron Ring 50006073")]
- HawkwoodFarronRing = 50006073,
+ [Annotation(Name = "[Hawkwood] Farron Ring 50006073")]
+ HawkwoodFarronRing = 50006073,
- [Annotation(Name = "[Hawkwood] Hawkwood's Shield 50006074")]
- HawkwoodHawkwoodsShield = 50006074,
+ [Annotation(Name = "[Hawkwood] Hawkwood's Shield 50006074")]
+ HawkwoodHawkwoodsShield = 50006074,
- [Annotation(Name = "[Sirris of the Sunless Realms] Blessed Mail Breaker 50006080")]
- SirrisOfTheSunlessRealmsBlessedMailBreaker = 50006080,
+ [Annotation(Name = "[Sirris of the Sunless Realms] Blessed Mail Breaker 50006080")]
+ SirrisOfTheSunlessRealmsBlessedMailBreaker = 50006080,
- [Annotation(Name = "[Sirris of the Sunless Realms] Sunset Shield 50006081")]
- SirrisOfTheSunlessRealmsSunsetShield = 50006081,
+ [Annotation(Name = "[Sirris of the Sunless Realms] Sunset Shield 50006081")]
+ SirrisOfTheSunlessRealmsSunsetShield = 50006081,
- [Annotation(Name = "[Sirris of the Sunless Realms] Sunset Helm 50006083")]
- SirrisOfTheSunlessRealmsSunsetHelm = 50006083,
+ [Annotation(Name = "[Sirris of the Sunless Realms] Sunset Helm 50006083")]
+ SirrisOfTheSunlessRealmsSunsetHelm = 50006083,
- [Annotation(Name = "[Ringfinger Leonhard] Black Eye Orb 50006092")]
- RingfingerLeonhardBlackEyeOrb = 50006092,
+ [Annotation(Name = "[Ringfinger Leonhard] Black Eye Orb 50006092")]
+ RingfingerLeonhardBlackEyeOrb = 50006092,
- [Annotation(Name = "[Ringfinger Leonhard] Red Eye Orb 6780")]
- RingfingerLeonhardRedEyeOrb = 6780,
+ [Annotation(Name = "[Ringfinger Leonhard] Red Eye Orb 6780")]
+ RingfingerLeonhardRedEyeOrb = 6780,
- [Annotation(Name = "[Andre] Hawkwood's Swordgrass 50006100")]
- AndreHawkwoodsSwordgrass = 50006100,
+ [Annotation(Name = "[Andre] Hawkwood's Swordgrass 50006100")]
+ AndreHawkwoodsSwordgrass = 50006100,
- [Annotation(Name = "[Orbeck of Vinheim] Young Dragon Ring 50006130")]
- OrbeckOfVinheimYoungDragonRing = 50006130,
+ [Annotation(Name = "[Orbeck of Vinheim] Young Dragon Ring 50006130")]
+ OrbeckOfVinheimYoungDragonRing = 50006130,
- [Annotation(Name = "[Orbeck of Vinheim] Slumbering Dragoncrest Ring 50006131")]
- OrbeckOfVinheimSlumberingDragoncrestRing = 50006131,
+ [Annotation(Name = "[Orbeck of Vinheim] Slumbering Dragoncrest Ring 50006131")]
+ OrbeckOfVinheimSlumberingDragoncrestRing = 50006131,
- [Annotation(Name = "[Undead Settlement] Saint's Talisman 50006161")]
- UndeadSettlementSaintsTalisman = 50006161,
+ [Annotation(Name = "[Undead Settlement] Saint's Talisman 50006161")]
+ UndeadSettlementSaintsTalisman = 50006161,
- [Annotation(Name = "[Cathedral of the Deep] Deep Braille Divine Tome - Mimic drop 50006162")]
- CathedralOfTheDeepDeepBrailleDivineTomeMimicdrop = 50006162,
+ [Annotation(Name = "[Cathedral of the Deep] Deep Braille Divine Tome - Mimic drop 50006162")]
+ CathedralOfTheDeepDeepBrailleDivineTomeMimicdrop = 50006162,
- [Annotation(Name = "[Yuria of Londor] Londor Braille Divine Tome 50006163")]
- YuriaOfLondorLondorBrailleDivineTome = 50006163,
+ [Annotation(Name = "[Yuria of Londor] Londor Braille Divine Tome 50006163")]
+ YuriaOfLondorLondorBrailleDivineTome = 50006163,
- [Annotation(Name = "[Yoel of Londor] Dark Sigil 50006193")]
- YoelOfLondorDarkSigil = 50006193,
+ [Annotation(Name = "[Yoel of Londor] Dark Sigil 50006193")]
+ YoelOfLondorDarkSigil = 50006193,
- [Annotation(Name = "Rusted Coin 50006200")]
- RustedCoin = 50006200,
+ [Annotation(Name = "Rusted Coin 50006200")]
+ RustedCoin = 50006200,
- [Annotation(Name = "Rusted Gold Coin 50006201")]
- RustedGoldCoin = 50006201,
+ [Annotation(Name = "Rusted Gold Coin 50006201")]
+ RustedGoldCoin = 50006201,
- [Annotation(Name = "[Siegward of Catarina] Siegbräu 50006210")]
- SiegwardOfCatarinaSiegbräu = 50006210,
+ [Annotation(Name = "[Siegward of Catarina] Siegbräu 50006210")]
+ SiegwardOfCatarinaSiegbräu = 50006210,
- [Annotation(Name = "[Siegward of Catarina] Siegbräu 50006211")]
- SiegwardOfCatarinaSiegbräu_ = 50006211,
+ [Annotation(Name = "[Siegward of Catarina] Siegbräu 50006211")]
+ SiegwardOfCatarinaSiegbräu_ = 50006211,
- [Annotation(Name = "[Siegward of Catarina] Siegbräu 50006212")]
- SiegwardOfCatarinaSiegbräu__ = 50006212,
+ [Annotation(Name = "[Siegward of Catarina] Siegbräu 50006212")]
+ SiegwardOfCatarinaSiegbräu__ = 50006212,
- [Annotation(Name = "[Siegward of Catarina] Kukri 50006213")]
- SiegwardOfCatarinaKukri = 50006213,
+ [Annotation(Name = "[Siegward of Catarina] Kukri 50006213")]
+ SiegwardOfCatarinaKukri = 50006213,
- [Annotation(Name = "[Siegward of Catarina] Emit Force 50006214")]
- SiegwardOfCatarinaEmitForce = 50006214,
+ [Annotation(Name = "[Siegward of Catarina] Emit Force 50006214")]
+ SiegwardOfCatarinaEmitForce = 50006214,
- [Annotation(Name = "[Siegward of Catarina] Storm Ruler 50006216")]
- SiegwardOfCatarinaStormRuler = 50006216,
+ [Annotation(Name = "[Siegward of Catarina] Storm Ruler 50006216")]
+ SiegwardOfCatarinaStormRuler = 50006216,
- [Annotation(Name = "[Giant] Young White Branch 50006250")]
- GiantYoungWhiteBranch = 50006250,
+ [Annotation(Name = "[Giant] Young White Branch 50006250")]
+ GiantYoungWhiteBranch = 50006250,
- [Annotation(Name = "[Amnesiac Lapp] Lapp's Helm 50006624")]
- AmnesiacLappLappsHelm = 50006624,
+ [Annotation(Name = "[Amnesiac Lapp] Lapp's Helm 50006624")]
+ AmnesiacLappLappsHelm = 50006624,
- [Annotation(Name = "[High Wall of Lothric] Estus Shard 53000000")]
- HighWallOfLothricEstusShard = 53000000,
+ [Annotation(Name = "[High Wall of Lothric] Estus Shard 53000000")]
+ HighWallOfLothricEstusShard = 53000000,
- [Annotation(Name = "[High Wall of Lothric] Green Blossom 53000010")]
- HighWallOfLothricGreenBlossom = 53000010,
+ [Annotation(Name = "[High Wall of Lothric] Green Blossom 53000010")]
+ HighWallOfLothricGreenBlossom = 53000010,
- [Annotation(Name = "[High Wall of Lothric] Gold Pine Resin 53000020")]
- HighWallOfLothricGoldPineResin = 53000020,
+ [Annotation(Name = "[High Wall of Lothric] Gold Pine Resin 53000020")]
+ HighWallOfLothricGoldPineResin = 53000020,
- [Annotation(Name = "[High Wall of Lothric] Large Soul of a Deserted Corpse 53000030")]
- HighWallOfLothricLargeSoulOfaDesertedCorpse = 53000030,
+ [Annotation(Name = "[High Wall of Lothric] Large Soul of a Deserted Corpse 53000030")]
+ HighWallOfLothricLargeSoulOfaDesertedCorpse = 53000030,
- [Annotation(Name = "[High Wall of Lothric] Soul of a Deserted Corpse 53000040")]
- HighWallOfLothricSoulOfaDesertedCorpse = 53000040,
+ [Annotation(Name = "[High Wall of Lothric] Soul of a Deserted Corpse 53000040")]
+ HighWallOfLothricSoulOfaDesertedCorpse = 53000040,
- [Annotation(Name = "[High Wall of Lothric] Longbow 53000060")]
- HighWallOfLothricLongbow = 53000060,
+ [Annotation(Name = "[High Wall of Lothric] Longbow 53000060")]
+ HighWallOfLothricLongbow = 53000060,
- [Annotation(Name = "[High Wall of Lothric] Firebomb 53000070")]
- HighWallOfLothricFirebomb = 53000070,
+ [Annotation(Name = "[High Wall of Lothric] Firebomb 53000070")]
+ HighWallOfLothricFirebomb = 53000070,
- [Annotation(Name = "[High Wall of Lothric] Throwing Knife 53000090")]
- HighWallOfLothricThrowingKnife = 53000090,
+ [Annotation(Name = "[High Wall of Lothric] Throwing Knife 53000090")]
+ HighWallOfLothricThrowingKnife = 53000090,
- [Annotation(Name = "[High Wall of Lothric] Soul of a Deserted Corpse 53000110")]
- HighWallOfLothricSoulOfaDesertedCorpse_ = 53000110,
+ [Annotation(Name = "[High Wall of Lothric] Soul of a Deserted Corpse 53000110")]
+ HighWallOfLothricSoulOfaDesertedCorpse_ = 53000110,
- [Annotation(Name = "[High Wall of Lothric] Club 53000120")]
- HighWallOfLothricClub = 53000120,
+ [Annotation(Name = "[High Wall of Lothric] Club 53000120")]
+ HighWallOfLothricClub = 53000120,
- [Annotation(Name = "[High Wall of Lothric] Claymore 53000130")]
- HighWallOfLothricClaymore = 53000130,
+ [Annotation(Name = "[High Wall of Lothric] Claymore 53000130")]
+ HighWallOfLothricClaymore = 53000130,
- [Annotation(Name = "[High Wall of Lothric] Ember 53000140")]
- HighWallOfLothricEmber = 53000140,
+ [Annotation(Name = "[High Wall of Lothric] Ember 53000140")]
+ HighWallOfLothricEmber = 53000140,
- [Annotation(Name = "[High Wall of Lothric] Firebomb 53000150")]
- HighWallOfLothricFirebomb_ = 53000150,
+ [Annotation(Name = "[High Wall of Lothric] Firebomb 53000150")]
+ HighWallOfLothricFirebomb_ = 53000150,
- [Annotation(Name = "[High Wall of Lothric] Titanite Shard 53000160")]
- HighWallOfLothricTitaniteShard = 53000160,
+ [Annotation(Name = "[High Wall of Lothric] Titanite Shard 53000160")]
+ HighWallOfLothricTitaniteShard = 53000160,
- [Annotation(Name = "[High Wall of Lothric] Undead Hunter Charm 53000170")]
- HighWallOfLothricUndeadHunterCharm = 53000170,
+ [Annotation(Name = "[High Wall of Lothric] Undead Hunter Charm 53000170")]
+ HighWallOfLothricUndeadHunterCharm = 53000170,
- [Annotation(Name = "[High Wall of Lothric] Firebomb 53000180")]
- HighWallOfLothricFirebomb__ = 53000180,
+ [Annotation(Name = "[High Wall of Lothric] Firebomb 53000180")]
+ HighWallOfLothricFirebomb__ = 53000180,
- [Annotation(Name = "[High Wall of Lothric] Cell Key 53000210")]
- HighWallOfLothricCellKey = 53000210,
+ [Annotation(Name = "[High Wall of Lothric] Cell Key 53000210")]
+ HighWallOfLothricCellKey = 53000210,
- [Annotation(Name = "[High Wall of Lothric] Ember 53000230")]
- HighWallOfLothricEmber_ = 53000230,
+ [Annotation(Name = "[High Wall of Lothric] Ember 53000230")]
+ HighWallOfLothricEmber_ = 53000230,
- [Annotation(Name = "[High Wall of Lothric] Soul of a Deserted Corpse 53000240")]
- HighWallOfLothricSoulOfaDesertedCorpse__ = 53000240,
+ [Annotation(Name = "[High Wall of Lothric] Soul of a Deserted Corpse 53000240")]
+ HighWallOfLothricSoulOfaDesertedCorpse__ = 53000240,
- [Annotation(Name = "[High Wall of Lothric] Lucerne 53000250")]
- HighWallOfLothricLucerne = 53000250,
+ [Annotation(Name = "[High Wall of Lothric] Lucerne 53000250")]
+ HighWallOfLothricLucerne = 53000250,
- [Annotation(Name = "[High Wall of Lothric] Mail Breaker 53000270")]
- HighWallOfLothricMailBreaker = 53000270,
+ [Annotation(Name = "[High Wall of Lothric] Mail Breaker 53000270")]
+ HighWallOfLothricMailBreaker = 53000270,
- [Annotation(Name = "[High Wall of Lothric] Titanite Shard 53000280")]
- HighWallOfLothricTitaniteShard_ = 53000280,
+ [Annotation(Name = "[High Wall of Lothric] Titanite Shard 53000280")]
+ HighWallOfLothricTitaniteShard_ = 53000280,
- [Annotation(Name = "[High Wall of Lothric] Rapier 53000290")]
- HighWallOfLothricRapier = 53000290,
+ [Annotation(Name = "[High Wall of Lothric] Rapier 53000290")]
+ HighWallOfLothricRapier = 53000290,
- [Annotation(Name = "[High Wall of Lothric] Titanite Shard 53000300")]
- HighWallOfLothricTitaniteShard__ = 53000300,
+ [Annotation(Name = "[High Wall of Lothric] Titanite Shard 53000300")]
+ HighWallOfLothricTitaniteShard__ = 53000300,
- [Annotation(Name = "[High Wall of Lothric] Large Soul of a Deserted Corpse 53000310")]
- HighWallOfLothricLargeSoulOfaDesertedCorpse_ = 53000310,
+ [Annotation(Name = "[High Wall of Lothric] Large Soul of a Deserted Corpse 53000310")]
+ HighWallOfLothricLargeSoulOfaDesertedCorpse_ = 53000310,
- [Annotation(Name = "[High Wall of Lothric] Black Firebomb 53000320")]
- HighWallOfLothricBlackFirebomb = 53000320,
+ [Annotation(Name = "[High Wall of Lothric] Black Firebomb 53000320")]
+ HighWallOfLothricBlackFirebomb = 53000320,
- [Annotation(Name = "[High Wall of Lothric] Soul of a Deserted Corpse 53000340")]
- HighWallOfLothricSoulOfaDesertedCorpse___ = 53000340,
+ [Annotation(Name = "[High Wall of Lothric] Soul of a Deserted Corpse 53000340")]
+ HighWallOfLothricSoulOfaDesertedCorpse___ = 53000340,
- [Annotation(Name = "[High Wall of Lothric] Ember 53000360")]
- HighWallOfLothricEmber__ = 53000360,
+ [Annotation(Name = "[High Wall of Lothric] Ember 53000360")]
+ HighWallOfLothricEmber__ = 53000360,
- [Annotation(Name = "[High Wall of Lothric] Large Soul of a Deserted Corpse 53000370")]
- HighWallOfLothricLargeSoulOfaDesertedCorpse__ = 53000370,
+ [Annotation(Name = "[High Wall of Lothric] Large Soul of a Deserted Corpse 53000370")]
+ HighWallOfLothricLargeSoulOfaDesertedCorpse__ = 53000370,
- [Annotation(Name = "[High Wall of Lothric] Binoculars 53000380")]
- HighWallOfLothricBinoculars = 53000380,
+ [Annotation(Name = "[High Wall of Lothric] Binoculars 53000380")]
+ HighWallOfLothricBinoculars = 53000380,
- [Annotation(Name = "[High Wall of Lothric] Ring of Sacrifice 53000390")]
- HighWallOfLothricRingOfSacrifice = 53000390,
+ [Annotation(Name = "[High Wall of Lothric] Ring of Sacrifice 53000390")]
+ HighWallOfLothricRingOfSacrifice = 53000390,
- [Annotation(Name = "[High Wall of Lothric] Throwing Knife 53000400")]
- HighWallOfLothricThrowingKnife_ = 53000400,
+ [Annotation(Name = "[High Wall of Lothric] Throwing Knife 53000400")]
+ HighWallOfLothricThrowingKnife_ = 53000400,
- [Annotation(Name = "[High Wall of Lothric] Soul of a Deserted Corpse 53000410")]
- HighWallOfLothricSoulOfaDesertedCorpse____ = 53000410,
+ [Annotation(Name = "[High Wall of Lothric] Soul of a Deserted Corpse 53000410")]
+ HighWallOfLothricSoulOfaDesertedCorpse____ = 53000410,
- [Annotation(Name = "[High Wall of Lothric] Green Blossom 53000420")]
- HighWallOfLothricGreenBlossom_ = 53000420,
+ [Annotation(Name = "[High Wall of Lothric] Green Blossom 53000420")]
+ HighWallOfLothricGreenBlossom_ = 53000420,
- [Annotation(Name = "[Consumed King's Garden] Shadow Mask 53000430")]
- ConsumedKingsGardenShadowMask = 53000430,
+ [Annotation(Name = "[Consumed King's Garden] Shadow Mask 53000430")]
+ ConsumedKingsGardenShadowMask = 53000430,
- [Annotation(Name = "[High Wall of Lothric] Broadsword 53000440")]
- HighWallOfLothricBroadsword = 53000440,
+ [Annotation(Name = "[High Wall of Lothric] Broadsword 53000440")]
+ HighWallOfLothricBroadsword = 53000440,
- [Annotation(Name = "[High Wall of Lothric] Soul of a Deserted Corpse 53000450")]
- HighWallOfLothricSoulOfaDesertedCorpse_____ = 53000450,
+ [Annotation(Name = "[High Wall of Lothric] Soul of a Deserted Corpse 53000450")]
+ HighWallOfLothricSoulOfaDesertedCorpse_____ = 53000450,
- [Annotation(Name = "[High Wall of Lothric] Black Firebomb 53000470")]
- HighWallOfLothricBlackFirebomb_ = 53000470,
+ [Annotation(Name = "[High Wall of Lothric] Black Firebomb 53000470")]
+ HighWallOfLothricBlackFirebomb_ = 53000470,
- [Annotation(Name = "[Consumed King's Garden] Claw 53000480")]
- ConsumedKingsGardenClaw = 53000480,
+ [Annotation(Name = "[Consumed King's Garden] Claw 53000480")]
+ ConsumedKingsGardenClaw = 53000480,
- [Annotation(Name = "[Consumed King's Garden] Large Titanite Shard 53000490")]
- ConsumedKingsGardenLargeTitaniteShard = 53000490,
+ [Annotation(Name = "[Consumed King's Garden] Large Titanite Shard 53000490")]
+ ConsumedKingsGardenLargeTitaniteShard = 53000490,
- [Annotation(Name = "[Consumed King's Garden] Dragonscale Ring 53000500")]
- ConsumedKingsGardenDragonscaleRing = 53000500,
+ [Annotation(Name = "[Consumed King's Garden] Dragonscale Ring 53000500")]
+ ConsumedKingsGardenDragonscaleRing = 53000500,
- [Annotation(Name = "[Consumed King's Garden] Human Pine Resin 53000510")]
- ConsumedKingsGardenHumanPineResin = 53000510,
+ [Annotation(Name = "[Consumed King's Garden] Human Pine Resin 53000510")]
+ ConsumedKingsGardenHumanPineResin = 53000510,
- [Annotation(Name = "[Consumed King's Garden] Titanite Chunk 53000520")]
- ConsumedKingsGardenTitaniteChunk = 53000520,
+ [Annotation(Name = "[Consumed King's Garden] Titanite Chunk 53000520")]
+ ConsumedKingsGardenTitaniteChunk = 53000520,
- [Annotation(Name = "[Consumed King's Garden] Titanite Chunk 53000530")]
- ConsumedKingsGardenTitaniteChunk_ = 53000530,
+ [Annotation(Name = "[Consumed King's Garden] Titanite Chunk 53000530")]
+ ConsumedKingsGardenTitaniteChunk_ = 53000530,
- [Annotation(Name = "[Consumed King's Garden] Soul of a Weary Warrior 53000540")]
- ConsumedKingsGardenSoulOfaWearyWarrior = 53000540,
+ [Annotation(Name = "[Consumed King's Garden] Soul of a Weary Warrior 53000540")]
+ ConsumedKingsGardenSoulOfaWearyWarrior = 53000540,
- [Annotation(Name = "[Consumed King's Garden] Dark Gem 53000550")]
- ConsumedKingsGardenDarkGem = 53000550,
+ [Annotation(Name = "[Consumed King's Garden] Dark Gem 53000550")]
+ ConsumedKingsGardenDarkGem = 53000550,
- [Annotation(Name = "[Consumed King's Garden] Refined Gem 53000570")]
- ConsumedKingsGardenRefinedGem = 53000570,
+ [Annotation(Name = "[Consumed King's Garden] Refined Gem 53000570")]
+ ConsumedKingsGardenRefinedGem = 53000570,
- [Annotation(Name = "[Consumed King's Garden] Firebomb 53000580")]
- ConsumedKingsGardenFirebomb = 53000580,
+ [Annotation(Name = "[Consumed King's Garden] Firebomb 53000580")]
+ ConsumedKingsGardenFirebomb = 53000580,
- [Annotation(Name = "[Consumed King's Garden] Soul of a Deserted Corpse 53000610")]
- ConsumedKingsGardenSoulOfaDesertedCorpse = 53000610,
+ [Annotation(Name = "[Consumed King's Garden] Soul of a Deserted Corpse 53000610")]
+ ConsumedKingsGardenSoulOfaDesertedCorpse = 53000610,
- [Annotation(Name = "[Consumed King's Garden] Human Pine Resin 53000620")]
- ConsumedKingsGardenHumanPineResin_ = 53000620,
+ [Annotation(Name = "[Consumed King's Garden] Human Pine Resin 53000620")]
+ ConsumedKingsGardenHumanPineResin_ = 53000620,
- [Annotation(Name = "[Consumed King's Garden] Titanite Chunk 53000630")]
- ConsumedKingsGardenTitaniteChunk__ = 53000630,
+ [Annotation(Name = "[Consumed King's Garden] Titanite Chunk 53000630")]
+ ConsumedKingsGardenTitaniteChunk__ = 53000630,
- [Annotation(Name = "[Consumed King's Garden] Ring of Sacrifice 53000640")]
- ConsumedKingsGardenRingOfSacrifice = 53000640,
+ [Annotation(Name = "[Consumed King's Garden] Ring of Sacrifice 53000640")]
+ ConsumedKingsGardenRingOfSacrifice = 53000640,
- [Annotation(Name = "[High Wall of Lothric] Estus Shard 53000650")]
- HighWallOfLothricEstusShard_ = 53000650,
+ [Annotation(Name = "[High Wall of Lothric] Estus Shard 53000650")]
+ HighWallOfLothricEstusShard_ = 53000650,
- [Annotation(Name = "[High Wall of Lothric] Fleshbite Ring+1 53000700")]
- HighWallOfLothricFleshbiteRing1 = 53000700,
+ [Annotation(Name = "[High Wall of Lothric] Fleshbite Ring+1 53000700")]
+ HighWallOfLothricFleshbiteRing1 = 53000700,
- [Annotation(Name = "[High Wall of Lothric] Wood Grain Ring+1 53000710")]
- HighWallOfLothricWoodGrainRing1 = 53000710,
+ [Annotation(Name = "[High Wall of Lothric] Wood Grain Ring+1 53000710")]
+ HighWallOfLothricWoodGrainRing1 = 53000710,
- [Annotation(Name = "[High Wall of Lothric] Ring of the Evil Eye+2 53000720")]
- HighWallOfLothricRingOfTheEvilEye2 = 53000720,
+ [Annotation(Name = "[High Wall of Lothric] Ring of the Evil Eye+2 53000720")]
+ HighWallOfLothricRingOfTheEvilEye2 = 53000720,
- [Annotation(Name = "[Consumed King's Garden] Sage Ring+2 53000730")]
- ConsumedKingsGardenSageRing2 = 53000730,
+ [Annotation(Name = "[Consumed King's Garden] Sage Ring+2 53000730")]
+ ConsumedKingsGardenSageRing2 = 53000730,
- [Annotation(Name = "[Consumed King's Garden] Titanite Scale 53000800")]
- ConsumedKingsGardenTitaniteScale = 53000800,
+ [Annotation(Name = "[Consumed King's Garden] Titanite Scale 53000800")]
+ ConsumedKingsGardenTitaniteScale = 53000800,
- [Annotation(Name = "[High Wall of Lothric] Silver Eagle Kite Shield 53000820")]
- HighWallOfLothricSilverEagleKiteShield = 53000820,
+ [Annotation(Name = "[High Wall of Lothric] Silver Eagle Kite Shield 53000820")]
+ HighWallOfLothricSilverEagleKiteShield = 53000820,
- [Annotation(Name = "[High Wall of Lothric] Astora Straight Sword 53000830")]
- HighWallOfLothricAstoraStraightSword = 53000830,
+ [Annotation(Name = "[High Wall of Lothric] Astora Straight Sword 53000830")]
+ HighWallOfLothricAstoraStraightSword = 53000830,
- [Annotation(Name = "[Consumed King's Garden] Titanite Scale 53000840")]
- ConsumedKingsGardenTitaniteScale_ = 53000840,
+ [Annotation(Name = "[Consumed King's Garden] Titanite Scale 53000840")]
+ ConsumedKingsGardenTitaniteScale_ = 53000840,
- [Annotation(Name = "[Consumed King's Garden] Drakeblood Helm 53000950")]
- ConsumedKingsGardenDrakebloodHelm = 53000950,
+ [Annotation(Name = "[Consumed King's Garden] Drakeblood Helm 53000950")]
+ ConsumedKingsGardenDrakebloodHelm = 53000950,
- [Annotation(Name = "[Lothric Castle] Sniper Crossbow 53010000")]
- LothricCastleSniperCrossbow = 53010000,
+ [Annotation(Name = "[Lothric Castle] Sniper Crossbow 53010000")]
+ LothricCastleSniperCrossbow = 53010000,
- [Annotation(Name = "[Lothric Castle] Titanite Scale 53010010")]
- LothricCastleTitaniteScale = 53010010,
+ [Annotation(Name = "[Lothric Castle] Titanite Scale 53010010")]
+ LothricCastleTitaniteScale = 53010010,
- [Annotation(Name = "[Lothric Castle] Titanite Chunk 53010020")]
- LothricCastleTitaniteChunk = 53010020,
+ [Annotation(Name = "[Lothric Castle] Titanite Chunk 53010020")]
+ LothricCastleTitaniteChunk = 53010020,
- [Annotation(Name = "[Lothric Castle] Greatlance 53010030")]
- LothricCastleGreatlance = 53010030,
+ [Annotation(Name = "[Lothric Castle] Greatlance 53010030")]
+ LothricCastleGreatlance = 53010030,
- [Annotation(Name = "[Lothric Castle] Titanite Chunk 53010040")]
- LothricCastleTitaniteChunk_ = 53010040,
+ [Annotation(Name = "[Lothric Castle] Titanite Chunk 53010040")]
+ LothricCastleTitaniteChunk_ = 53010040,
- [Annotation(Name = "[Lothric Castle] Titanite Chunk 53010050")]
- LothricCastleTitaniteChunk__ = 53010050,
+ [Annotation(Name = "[Lothric Castle] Titanite Chunk 53010050")]
+ LothricCastleTitaniteChunk__ = 53010050,
- [Annotation(Name = "[Lothric Castle] Sacred Bloom Shield 53010060")]
- LothricCastleSacredBloomShield = 53010060,
+ [Annotation(Name = "[Lothric Castle] Sacred Bloom Shield 53010060")]
+ LothricCastleSacredBloomShield = 53010060,
- [Annotation(Name = "[Lothric Castle] Titanite Chunk 53010070")]
- LothricCastleTitaniteChunk___ = 53010070,
+ [Annotation(Name = "[Lothric Castle] Titanite Chunk 53010070")]
+ LothricCastleTitaniteChunk___ = 53010070,
- [Annotation(Name = "[Lothric Castle] Refined Gem 53010080")]
- LothricCastleRefinedGem = 53010080,
+ [Annotation(Name = "[Lothric Castle] Refined Gem 53010080")]
+ LothricCastleRefinedGem = 53010080,
- [Annotation(Name = "[Lothric Castle] Soul of a Crestfallen Knight 53010090")]
- LothricCastleSoulOfaCrestfallenKnight = 53010090,
+ [Annotation(Name = "[Lothric Castle] Soul of a Crestfallen Knight 53010090")]
+ LothricCastleSoulOfaCrestfallenKnight = 53010090,
- [Annotation(Name = "[Lothric Castle] Undead Bone Shard 53010100")]
- LothricCastleUndeadBoneShard = 53010100,
+ [Annotation(Name = "[Lothric Castle] Undead Bone Shard 53010100")]
+ LothricCastleUndeadBoneShard = 53010100,
- [Annotation(Name = "[Lothric Castle] Lightning Urn 53010110")]
- LothricCastleLightningUrn = 53010110,
+ [Annotation(Name = "[Lothric Castle] Lightning Urn 53010110")]
+ LothricCastleLightningUrn = 53010110,
- [Annotation(Name = "[Lothric Castle] Titanite Chunk 53010120")]
- LothricCastleTitaniteChunk____ = 53010120,
+ [Annotation(Name = "[Lothric Castle] Titanite Chunk 53010120")]
+ LothricCastleTitaniteChunk____ = 53010120,
- [Annotation(Name = "[Lothric Castle] Titanite Chunk 53010130")]
- LothricCastleTitaniteChunk_____ = 53010130,
+ [Annotation(Name = "[Lothric Castle] Titanite Chunk 53010130")]
+ LothricCastleTitaniteChunk_____ = 53010130,
- [Annotation(Name = "[Lothric Castle] Titanite Chunk 53010140")]
- LothricCastleTitaniteChunk______ = 53010140,
+ [Annotation(Name = "[Lothric Castle] Titanite Chunk 53010140")]
+ LothricCastleTitaniteChunk______ = 53010140,
- [Annotation(Name = "[Grand Archives] Caitha's Chime 53010150")]
- GrandArchivesCaithasChime = 53010150,
+ [Annotation(Name = "[Grand Archives] Caitha's Chime 53010150")]
+ GrandArchivesCaithasChime = 53010150,
- [Annotation(Name = "[Lothric Castle] Lightning Urn 53010160")]
- LothricCastleLightningUrn_ = 53010160,
+ [Annotation(Name = "[Lothric Castle] Lightning Urn 53010160")]
+ LothricCastleLightningUrn_ = 53010160,
- [Annotation(Name = "[Lothric Castle] Ember 53010170")]
- LothricCastleEmber = 53010170,
+ [Annotation(Name = "[Lothric Castle] Ember 53010170")]
+ LothricCastleEmber = 53010170,
- [Annotation(Name = "[Lothric Castle] Raw Gem 53010180")]
- LothricCastleRawGem = 53010180,
+ [Annotation(Name = "[Lothric Castle] Raw Gem 53010180")]
+ LothricCastleRawGem = 53010180,
- [Annotation(Name = "[Lothric Castle] Black Firebomb 53010190")]
- LothricCastleBlackFirebomb = 53010190,
+ [Annotation(Name = "[Lothric Castle] Black Firebomb 53010190")]
+ LothricCastleBlackFirebomb = 53010190,
- [Annotation(Name = "[Lothric Castle] Pale Pine Resin 53010200")]
- LothricCastlePalePineResin = 53010200,
+ [Annotation(Name = "[Lothric Castle] Pale Pine Resin 53010200")]
+ LothricCastlePalePineResin = 53010200,
- [Annotation(Name = "[Lothric Castle] Large Soul of a Weary Warrior 53010210")]
- LothricCastleLargeSoulOfaWearyWarrior = 53010210,
+ [Annotation(Name = "[Lothric Castle] Large Soul of a Weary Warrior 53010210")]
+ LothricCastleLargeSoulOfaWearyWarrior = 53010210,
- [Annotation(Name = "[Lothric Castle] Sunlight Medal 53010220")]
- LothricCastleSunlightMedal = 53010220,
+ [Annotation(Name = "[Lothric Castle] Sunlight Medal 53010220")]
+ LothricCastleSunlightMedal = 53010220,
- [Annotation(Name = "[Lothric Castle] Soul of a Crestfallen Knight 53010230")]
- LothricCastleSoulOfaCrestfallenKnight_ = 53010230,
+ [Annotation(Name = "[Lothric Castle] Soul of a Crestfallen Knight 53010230")]
+ LothricCastleSoulOfaCrestfallenKnight_ = 53010230,
- [Annotation(Name = "[Lothric Castle] Titanite Chunk 53010240")]
- LothricCastleTitaniteChunk_______ = 53010240,
+ [Annotation(Name = "[Lothric Castle] Titanite Chunk 53010240")]
+ LothricCastleTitaniteChunk_______ = 53010240,
- [Annotation(Name = "[Lothric Castle] Titanite Scale 53010250")]
- LothricCastleTitaniteScale_ = 53010250,
+ [Annotation(Name = "[Lothric Castle] Titanite Scale 53010250")]
+ LothricCastleTitaniteScale_ = 53010250,
- [Annotation(Name = "[Lothric Castle] Large Soul of a Nameless Soldier 53010260")]
- LothricCastleLargeSoulOfaNamelessSoldier = 53010260,
+ [Annotation(Name = "[Lothric Castle] Large Soul of a Nameless Soldier 53010260")]
+ LothricCastleLargeSoulOfaNamelessSoldier = 53010260,
- [Annotation(Name = "[Lothric Castle] Knight's Ring 53010270")]
- LothricCastleKnightsRing = 53010270,
+ [Annotation(Name = "[Lothric Castle] Knight's Ring 53010270")]
+ LothricCastleKnightsRing = 53010270,
- [Annotation(Name = "[Lothric Castle] Ember 53010280")]
- LothricCastleEmber_ = 53010280,
+ [Annotation(Name = "[Lothric Castle] Ember 53010280")]
+ LothricCastleEmber_ = 53010280,
- [Annotation(Name = "[Lothric Castle] Large Soul of a Weary Warrior 53010290")]
- LothricCastleLargeSoulOfaWearyWarrior_ = 53010290,
+ [Annotation(Name = "[Lothric Castle] Large Soul of a Weary Warrior 53010290")]
+ LothricCastleLargeSoulOfaWearyWarrior_ = 53010290,
- [Annotation(Name = "[Lothric Castle] Ember 53010300")]
- LothricCastleEmber__ = 53010300,
+ [Annotation(Name = "[Lothric Castle] Ember 53010300")]
+ LothricCastleEmber__ = 53010300,
- [Annotation(Name = "[Lothric Castle] Twinkling Titanite 53010310")]
- LothricCastleTwinklingTitanite = 53010310,
+ [Annotation(Name = "[Lothric Castle] Twinkling Titanite 53010310")]
+ LothricCastleTwinklingTitanite = 53010310,
- [Annotation(Name = "[Lothric Castle] Large Soul of a Nameless Soldier 53010320")]
- LothricCastleLargeSoulOfaNamelessSoldier_ = 53010320,
+ [Annotation(Name = "[Lothric Castle] Large Soul of a Nameless Soldier 53010320")]
+ LothricCastleLargeSoulOfaNamelessSoldier_ = 53010320,
- [Annotation(Name = "[Lothric Castle] Ember 53010330")]
- LothricCastleEmber___ = 53010330,
+ [Annotation(Name = "[Lothric Castle] Ember 53010330")]
+ LothricCastleEmber___ = 53010330,
- [Annotation(Name = "[Lothric Castle] Winged Knight Helm 53010340")]
- LothricCastleWingedKnightHelm = 53010340,
+ [Annotation(Name = "[Lothric Castle] Winged Knight Helm 53010340")]
+ LothricCastleWingedKnightHelm = 53010340,
- [Annotation(Name = "[Lothric Castle] Rusted Coin 53010350")]
- LothricCastleRustedCoin = 53010350,
+ [Annotation(Name = "[Lothric Castle] Rusted Coin 53010350")]
+ LothricCastleRustedCoin = 53010350,
- [Annotation(Name = "[Lothric Castle] Titanite Slab 53010360")]
- LothricCastleTitaniteSlab = 53010360,
+ [Annotation(Name = "[Lothric Castle] Titanite Slab 53010360")]
+ LothricCastleTitaniteSlab = 53010360,
- [Annotation(Name = "[Lothric Castle] Braille Divine Tome of Lothric 53010370")]
- LothricCastleBrailleDivineTomeOfLothric = 53010370,
+ [Annotation(Name = "[Lothric Castle] Braille Divine Tome of Lothric 53010370")]
+ LothricCastleBrailleDivineTomeOfLothric = 53010370,
- [Annotation(Name = "[Lothric Castle] Red Tearstone Ring 53010380")]
- LothricCastleRedTearstoneRing = 53010380,
+ [Annotation(Name = "[Lothric Castle] Red Tearstone Ring 53010380")]
+ LothricCastleRedTearstoneRing = 53010380,
- [Annotation(Name = "[Lothric Castle] Twinkling Titanite 53010400")]
- LothricCastleTwinklingTitanite_ = 53010400,
+ [Annotation(Name = "[Lothric Castle] Twinkling Titanite 53010400")]
+ LothricCastleTwinklingTitanite_ = 53010400,
- [Annotation(Name = "[Lothric Castle] Large Soul of a Nameless Soldier 53010420")]
- LothricCastleLargeSoulOfaNamelessSoldier__ = 53010420,
+ [Annotation(Name = "[Lothric Castle] Large Soul of a Nameless Soldier 53010420")]
+ LothricCastleLargeSoulOfaNamelessSoldier__ = 53010420,
- [Annotation(Name = "[Lothric Castle] Titanite Scale 53010500")]
- LothricCastleTitaniteScale__ = 53010500,
+ [Annotation(Name = "[Lothric Castle] Titanite Scale 53010500")]
+ LothricCastleTitaniteScale__ = 53010500,
- [Annotation(Name = "[Lothric Castle] Titanite Scale 53010520")]
- LothricCastleTitaniteScale___ = 53010520,
+ [Annotation(Name = "[Lothric Castle] Titanite Scale 53010520")]
+ LothricCastleTitaniteScale___ = 53010520,
- [Annotation(Name = "[Lothric Castle] Hood of Prayer 53010530")]
- LothricCastleHoodOfPrayer = 53010530,
+ [Annotation(Name = "[Lothric Castle] Hood of Prayer 53010530")]
+ LothricCastleHoodOfPrayer = 53010530,
- [Annotation(Name = "[Lothric Castle] Spirit Tree Crest Shield 53010600")]
- LothricCastleSpiritTreeCrestShield = 53010600,
+ [Annotation(Name = "[Lothric Castle] Spirit Tree Crest Shield 53010600")]
+ LothricCastleSpiritTreeCrestShield = 53010600,
- [Annotation(Name = "[Lothric Castle] Titanite Scale 53010610")]
- LothricCastleTitaniteScale____ = 53010610,
+ [Annotation(Name = "[Lothric Castle] Titanite Scale 53010610")]
+ LothricCastleTitaniteScale____ = 53010610,
- [Annotation(Name = "[Lothric Castle] Twinkling Titanite 53010620")]
- LothricCastleTwinklingTitanite__ = 53010620,
+ [Annotation(Name = "[Lothric Castle] Twinkling Titanite 53010620")]
+ LothricCastleTwinklingTitanite__ = 53010620,
- [Annotation(Name = "[Lothric Castle] Twinkling Titanite 53010640")]
- LothricCastleTwinklingTitanite___ = 53010640,
+ [Annotation(Name = "[Lothric Castle] Twinkling Titanite 53010640")]
+ LothricCastleTwinklingTitanite___ = 53010640,
- [Annotation(Name = "[Lothric Castle] Life Ring+2 53010700")]
- LothricCastleLifeRing2 = 53010700,
+ [Annotation(Name = "[Lothric Castle] Life Ring+2 53010700")]
+ LothricCastleLifeRing2 = 53010700,
- [Annotation(Name = "[Lothric Castle] Dark Stoneplate Ring+1 53010710")]
- LothricCastleDarkStoneplateRing1 = 53010710,
+ [Annotation(Name = "[Lothric Castle] Dark Stoneplate Ring+1 53010710")]
+ LothricCastleDarkStoneplateRing1 = 53010710,
- [Annotation(Name = "[Lothric Castle] Thunder Stoneplate Ring+2 53010720")]
- LothricCastleThunderStoneplateRing2 = 53010720,
+ [Annotation(Name = "[Lothric Castle] Thunder Stoneplate Ring+2 53010720")]
+ LothricCastleThunderStoneplateRing2 = 53010720,
- [Annotation(Name = "[Undead Settlement] Flynn's Ring 53100000")]
- UndeadSettlementFlynnsRing = 53100000,
+ [Annotation(Name = "[Undead Settlement] Flynn's Ring 53100000")]
+ UndeadSettlementFlynnsRing = 53100000,
- [Annotation(Name = "[Undead Settlement] Undead Bone Shard 53100010")]
- UndeadSettlementUndeadBoneShard = 53100010,
+ [Annotation(Name = "[Undead Settlement] Undead Bone Shard 53100010")]
+ UndeadSettlementUndeadBoneShard = 53100010,
- [Annotation(Name = "[Undead Settlement] Alluring Skull 53100020")]
- UndeadSettlementAlluringSkull = 53100020,
+ [Annotation(Name = "[Undead Settlement] Alluring Skull 53100020")]
+ UndeadSettlementAlluringSkull = 53100020,
- [Annotation(Name = "[Undead Settlement] Mortician's Ashes 53100030")]
- UndeadSettlementMorticiansAshes = 53100030,
+ [Annotation(Name = "[Undead Settlement] Mortician's Ashes 53100030")]
+ UndeadSettlementMorticiansAshes = 53100030,
- [Annotation(Name = "[Undead Settlement] Homeward Bone 53100040")]
- UndeadSettlementHomewardBone = 53100040,
+ [Annotation(Name = "[Undead Settlement] Homeward Bone 53100040")]
+ UndeadSettlementHomewardBone = 53100040,
- [Annotation(Name = "[Undead Settlement] Caduceus Round Shield 53100050")]
- UndeadSettlementCaduceusRoundShield = 53100050,
+ [Annotation(Name = "[Undead Settlement] Caduceus Round Shield 53100050")]
+ UndeadSettlementCaduceusRoundShield = 53100050,
- [Annotation(Name = "[Undead Settlement] Ember 53100060")]
- UndeadSettlementEmber = 53100060,
+ [Annotation(Name = "[Undead Settlement] Ember 53100060")]
+ UndeadSettlementEmber = 53100060,
- [Annotation(Name = "[Undead Settlement] Soul of an Unknown Traveler 53100070")]
- UndeadSettlementSoulOfanUnknownTraveler = 53100070,
+ [Annotation(Name = "[Undead Settlement] Soul of an Unknown Traveler 53100070")]
+ UndeadSettlementSoulOfanUnknownTraveler = 53100070,
- [Annotation(Name = "[Undead Settlement] Repair Powder 53100080")]
- UndeadSettlementRepairPowder = 53100080,
+ [Annotation(Name = "[Undead Settlement] Repair Powder 53100080")]
+ UndeadSettlementRepairPowder = 53100080,
- [Annotation(Name = "[Undead Settlement] Homeward Bone 53100090")]
- UndeadSettlementHomewardBone_ = 53100090,
+ [Annotation(Name = "[Undead Settlement] Homeward Bone 53100090")]
+ UndeadSettlementHomewardBone_ = 53100090,
- [Annotation(Name = "[Undead Settlement] Spotted Whip 53100100")]
- UndeadSettlementSpottedWhip = 53100100,
+ [Annotation(Name = "[Undead Settlement] Spotted Whip 53100100")]
+ UndeadSettlementSpottedWhip = 53100100,
- [Annotation(Name = "[Undead Settlement] Titanite Shard 53100110")]
- UndeadSettlementTitaniteShard = 53100110,
+ [Annotation(Name = "[Undead Settlement] Titanite Shard 53100110")]
+ UndeadSettlementTitaniteShard = 53100110,
- [Annotation(Name = "[Undead Settlement] Wargod Wooden Shield 53100120")]
- UndeadSettlementWargodWoodenShield = 53100120,
+ [Annotation(Name = "[Undead Settlement] Wargod Wooden Shield 53100120")]
+ UndeadSettlementWargodWoodenShield = 53100120,
- [Annotation(Name = "[Undead Settlement] Large Soul of a Deserted Corpse 53100130")]
- UndeadSettlementLargeSoulOfaDesertedCorpse = 53100130,
+ [Annotation(Name = "[Undead Settlement] Large Soul of a Deserted Corpse 53100130")]
+ UndeadSettlementLargeSoulOfaDesertedCorpse = 53100130,
- [Annotation(Name = "[Undead Settlement] Ember 53100140")]
- UndeadSettlementEmber_ = 53100140,
+ [Annotation(Name = "[Undead Settlement] Ember 53100140")]
+ UndeadSettlementEmber_ = 53100140,
- [Annotation(Name = "[Undead Settlement] Large Soul of a Deserted Corpse 53100150")]
- UndeadSettlementLargeSoulOfaDesertedCorpse_ = 53100150,
+ [Annotation(Name = "[Undead Settlement] Large Soul of a Deserted Corpse 53100150")]
+ UndeadSettlementLargeSoulOfaDesertedCorpse_ = 53100150,
- [Annotation(Name = "[Undead Settlement] Titanite Shard 53100160")]
- UndeadSettlementTitaniteShard_ = 53100160,
+ [Annotation(Name = "[Undead Settlement] Titanite Shard 53100160")]
+ UndeadSettlementTitaniteShard_ = 53100160,
- [Annotation(Name = "[Undead Settlement] Alluring Skull 53100170")]
- UndeadSettlementAlluringSkull_ = 53100170,
+ [Annotation(Name = "[Undead Settlement] Alluring Skull 53100170")]
+ UndeadSettlementAlluringSkull_ = 53100170,
- [Annotation(Name = "[Undead Settlement] Charcoal Pine Bundle 53100180")]
- UndeadSettlementCharcoalPineBundle = 53100180,
+ [Annotation(Name = "[Undead Settlement] Charcoal Pine Bundle 53100180")]
+ UndeadSettlementCharcoalPineBundle = 53100180,
- [Annotation(Name = "[Undead Settlement] Blue Wooden Shield 53100190")]
- UndeadSettlementBlueWoodenShield = 53100190,
+ [Annotation(Name = "[Undead Settlement] Blue Wooden Shield 53100190")]
+ UndeadSettlementBlueWoodenShield = 53100190,
- [Annotation(Name = "[Undead Settlement] Soul of an Unknown Traveler 53100200")]
- UndeadSettlementSoulOfanUnknownTraveler_ = 53100200,
+ [Annotation(Name = "[Undead Settlement] Soul of an Unknown Traveler 53100200")]
+ UndeadSettlementSoulOfanUnknownTraveler_ = 53100200,
- [Annotation(Name = "[Undead Settlement] Charcoal Pine Resin 53100210")]
- UndeadSettlementCharcoalPineResin = 53100210,
+ [Annotation(Name = "[Undead Settlement] Charcoal Pine Resin 53100210")]
+ UndeadSettlementCharcoalPineResin = 53100210,
- [Annotation(Name = "[Undead Settlement] Loincloth 53100220")]
- UndeadSettlementLoincloth = 53100220,
+ [Annotation(Name = "[Undead Settlement] Loincloth 53100220")]
+ UndeadSettlementLoincloth = 53100220,
- [Annotation(Name = "[Undead Settlement] Charcoal Pine Bundle 53100230")]
- UndeadSettlementCharcoalPineBundle_ = 53100230,
+ [Annotation(Name = "[Undead Settlement] Charcoal Pine Bundle 53100230")]
+ UndeadSettlementCharcoalPineBundle_ = 53100230,
- [Annotation(Name = "[Undead Settlement] Soul of an Unknown Traveler 53100240")]
- UndeadSettlementSoulOfanUnknownTraveler__ = 53100240,
+ [Annotation(Name = "[Undead Settlement] Soul of an Unknown Traveler 53100240")]
+ UndeadSettlementSoulOfanUnknownTraveler__ = 53100240,
- [Annotation(Name = "[Undead Settlement] Titanite Shard 53100250")]
- UndeadSettlementTitaniteShard__ = 53100250,
+ [Annotation(Name = "[Undead Settlement] Titanite Shard 53100250")]
+ UndeadSettlementTitaniteShard__ = 53100250,
- [Annotation(Name = "[Undead Settlement] Red Hilted Halberd 53100260")]
- UndeadSettlementRedHiltedHalberd = 53100260,
+ [Annotation(Name = "[Undead Settlement] Red Hilted Halberd 53100260")]
+ UndeadSettlementRedHiltedHalberd = 53100260,
- [Annotation(Name = "[Undead Settlement] Rusted Coin 53100270")]
- UndeadSettlementRustedCoin = 53100270,
+ [Annotation(Name = "[Undead Settlement] Rusted Coin 53100270")]
+ UndeadSettlementRustedCoin = 53100270,
- [Annotation(Name = "[Undead Settlement] Caestus 53100280")]
- UndeadSettlementCaestus = 53100280,
+ [Annotation(Name = "[Undead Settlement] Caestus 53100280")]
+ UndeadSettlementCaestus = 53100280,
- [Annotation(Name = "[Undead Settlement] Saint's Talisman 53100300")]
- UndeadSettlementSaintsTalisman_ = 53100300,
+ [Annotation(Name = "[Undead Settlement] Saint's Talisman 53100300")]
+ UndeadSettlementSaintsTalisman_ = 53100300,
- [Annotation(Name = "[Undead Settlement] Alluring Skull 53100310")]
- UndeadSettlementAlluringSkull__ = 53100310,
+ [Annotation(Name = "[Undead Settlement] Alluring Skull 53100310")]
+ UndeadSettlementAlluringSkull__ = 53100310,
- [Annotation(Name = "[Undead Settlement] Large Club 53100320")]
- UndeadSettlementLargeClub = 53100320,
+ [Annotation(Name = "[Undead Settlement] Large Club 53100320")]
+ UndeadSettlementLargeClub = 53100320,
- [Annotation(Name = "[Undead Settlement] Titanite Shard 53100330")]
- UndeadSettlementTitaniteShard___ = 53100330,
+ [Annotation(Name = "[Undead Settlement] Titanite Shard 53100330")]
+ UndeadSettlementTitaniteShard___ = 53100330,
- [Annotation(Name = "[Undead Settlement] Titanite Shard 53100340")]
- UndeadSettlementTitaniteShard____ = 53100340,
+ [Annotation(Name = "[Undead Settlement] Titanite Shard 53100340")]
+ UndeadSettlementTitaniteShard____ = 53100340,
- [Annotation(Name = "[Undead Settlement] Fading Soul 53100350")]
- UndeadSettlementFadingSoul = 53100350,
+ [Annotation(Name = "[Undead Settlement] Fading Soul 53100350")]
+ UndeadSettlementFadingSoul = 53100350,
- [Annotation(Name = "[Undead Settlement] Titanite Shard 53100360")]
- UndeadSettlementTitaniteShard_____ = 53100360,
+ [Annotation(Name = "[Undead Settlement] Titanite Shard 53100360")]
+ UndeadSettlementTitaniteShard_____ = 53100360,
- [Annotation(Name = "[Undead Settlement] Hand Axe 53100370")]
- UndeadSettlementHandAxe = 53100370,
+ [Annotation(Name = "[Undead Settlement] Hand Axe 53100370")]
+ UndeadSettlementHandAxe = 53100370,
- [Annotation(Name = "[Undead Settlement] Soul of an Unknown Traveler 53100380")]
- UndeadSettlementSoulOfanUnknownTraveler___ = 53100380,
+ [Annotation(Name = "[Undead Settlement] Soul of an Unknown Traveler 53100380")]
+ UndeadSettlementSoulOfanUnknownTraveler___ = 53100380,
- [Annotation(Name = "[Undead Settlement] Ember 53100390")]
- UndeadSettlementEmber__ = 53100390,
+ [Annotation(Name = "[Undead Settlement] Ember 53100390")]
+ UndeadSettlementEmber__ = 53100390,
- [Annotation(Name = "[Undead Settlement] Mirrah Vest 53100400")]
- UndeadSettlementMirrahVest = 53100400,
+ [Annotation(Name = "[Undead Settlement] Mirrah Vest 53100400")]
+ UndeadSettlementMirrahVest = 53100400,
- [Annotation(Name = "[Undead Settlement] Plank Shield 53100410")]
- UndeadSettlementPlankShield = 53100410,
+ [Annotation(Name = "[Undead Settlement] Plank Shield 53100410")]
+ UndeadSettlementPlankShield = 53100410,
- [Annotation(Name = "[Undead Settlement] Red Bug Pellet 53100420")]
- UndeadSettlementRedBugPellet = 53100420,
+ [Annotation(Name = "[Undead Settlement] Red Bug Pellet 53100420")]
+ UndeadSettlementRedBugPellet = 53100420,
- [Annotation(Name = "[Undead Settlement] Chloranthy Ring 53100430")]
- UndeadSettlementChloranthyRing = 53100430,
+ [Annotation(Name = "[Undead Settlement] Chloranthy Ring 53100430")]
+ UndeadSettlementChloranthyRing = 53100430,
- [Annotation(Name = "[Undead Settlement] Fire Clutch Ring 53100440")]
- UndeadSettlementFireClutchRing = 53100440,
+ [Annotation(Name = "[Undead Settlement] Fire Clutch Ring 53100440")]
+ UndeadSettlementFireClutchRing = 53100440,
- [Annotation(Name = "[Undead Settlement] Estus Shard 53100450")]
- UndeadSettlementEstusShard = 53100450,
+ [Annotation(Name = "[Undead Settlement] Estus Shard 53100450")]
+ UndeadSettlementEstusShard = 53100450,
- [Annotation(Name = "[Undead Settlement] Firebomb 53100460")]
- UndeadSettlementFirebomb = 53100460,
+ [Annotation(Name = "[Undead Settlement] Firebomb 53100460")]
+ UndeadSettlementFirebomb = 53100460,
- [Annotation(Name = "[Undead Settlement] Whip 53100490")]
- UndeadSettlementWhip = 53100490,
+ [Annotation(Name = "[Undead Settlement] Whip 53100490")]
+ UndeadSettlementWhip = 53100490,
- [Annotation(Name = "[Undead Settlement] Great Scythe 53100500")]
- UndeadSettlementGreatScythe = 53100500,
+ [Annotation(Name = "[Undead Settlement] Great Scythe 53100500")]
+ UndeadSettlementGreatScythe = 53100500,
- [Annotation(Name = "[Undead Settlement] Homeward Bone 53100540")]
- UndeadSettlementHomewardBone__ = 53100540,
+ [Annotation(Name = "[Undead Settlement] Homeward Bone 53100540")]
+ UndeadSettlementHomewardBone__ = 53100540,
- [Annotation(Name = "[Undead Settlement] Large Soul of a Deserted Corpse 53100550")]
- UndeadSettlementLargeSoulOfaDesertedCorpse__ = 53100550,
+ [Annotation(Name = "[Undead Settlement] Large Soul of a Deserted Corpse 53100550")]
+ UndeadSettlementLargeSoulOfaDesertedCorpse__ = 53100550,
- [Annotation(Name = "[Undead Settlement] Ember 53100570")]
- UndeadSettlementEmber___ = 53100570,
+ [Annotation(Name = "[Undead Settlement] Ember 53100570")]
+ UndeadSettlementEmber___ = 53100570,
- [Annotation(Name = "[Undead Settlement] Large Soul of a Deserted Corpse 53100610")]
- UndeadSettlementLargeSoulOfaDesertedCorpse___ = 53100610,
+ [Annotation(Name = "[Undead Settlement] Large Soul of a Deserted Corpse 53100610")]
+ UndeadSettlementLargeSoulOfaDesertedCorpse___ = 53100610,
- [Annotation(Name = "[Undead Settlement] Fading Soul 53100620")]
- UndeadSettlementFadingSoul_ = 53100620,
+ [Annotation(Name = "[Undead Settlement] Fading Soul 53100620")]
+ UndeadSettlementFadingSoul_ = 53100620,
- [Annotation(Name = "[Undead Settlement] Young White Branch 53100630")]
- UndeadSettlementYoungWhiteBranch = 53100630,
+ [Annotation(Name = "[Undead Settlement] Young White Branch 53100630")]
+ UndeadSettlementYoungWhiteBranch = 53100630,
- [Annotation(Name = "[Undead Settlement] Ember 53100640")]
- UndeadSettlementEmber____ = 53100640,
+ [Annotation(Name = "[Undead Settlement] Ember 53100640")]
+ UndeadSettlementEmber____ = 53100640,
- [Annotation(Name = "[Undead Settlement] Large Soul of a Deserted Corpse 53100650")]
- UndeadSettlementLargeSoulOfaDesertedCorpse____ = 53100650,
+ [Annotation(Name = "[Undead Settlement] Large Soul of a Deserted Corpse 53100650")]
+ UndeadSettlementLargeSoulOfaDesertedCorpse____ = 53100650,
- [Annotation(Name = "[Undead Settlement] Young White Branch 53100660")]
- UndeadSettlementYoungWhiteBranch_ = 53100660,
+ [Annotation(Name = "[Undead Settlement] Young White Branch 53100660")]
+ UndeadSettlementYoungWhiteBranch_ = 53100660,
- [Annotation(Name = "[Undead Settlement] Reinforced Club 53100670")]
- UndeadSettlementReinforcedClub = 53100670,
+ [Annotation(Name = "[Undead Settlement] Reinforced Club 53100670")]
+ UndeadSettlementReinforcedClub = 53100670,
- [Annotation(Name = "[Undead Settlement] Soul of a Nameless Soldier 53100680")]
- UndeadSettlementSoulOfaNamelessSoldier = 53100680,
+ [Annotation(Name = "[Undead Settlement] Soul of a Nameless Soldier 53100680")]
+ UndeadSettlementSoulOfaNamelessSoldier = 53100680,
- [Annotation(Name = "[Undead Settlement] Loretta's Bone 53100700")]
- UndeadSettlementLorettasBone = 53100700,
+ [Annotation(Name = "[Undead Settlement] Loretta's Bone 53100700")]
+ UndeadSettlementLorettasBone = 53100700,
- [Annotation(Name = "[Undead Settlement] Northern Helm 53100710")]
- UndeadSettlementNorthernHelm = 53100710,
+ [Annotation(Name = "[Undead Settlement] Northern Helm 53100710")]
+ UndeadSettlementNorthernHelm = 53100710,
- [Annotation(Name = "[Undead Settlement] Partizan 53100720")]
- UndeadSettlementPartizan = 53100720,
+ [Annotation(Name = "[Undead Settlement] Partizan 53100720")]
+ UndeadSettlementPartizan = 53100720,
- [Annotation(Name = "[Undead Settlement] Flame Stoneplate Ring 53100730")]
- UndeadSettlementFlameStoneplateRing = 53100730,
+ [Annotation(Name = "[Undead Settlement] Flame Stoneplate Ring 53100730")]
+ UndeadSettlementFlameStoneplateRing = 53100730,
- [Annotation(Name = "[Undead Settlement] Red and White Round Shield 53100740")]
- UndeadSettlementRedandWhiteRoundShield = 53100740,
+ [Annotation(Name = "[Undead Settlement] Red and White Round Shield 53100740")]
+ UndeadSettlementRedandWhiteRoundShield = 53100740,
- [Annotation(Name = "[Undead Settlement] Small Leather Shield 53100750")]
- UndeadSettlementSmallLeatherShield = 53100750,
+ [Annotation(Name = "[Undead Settlement] Small Leather Shield 53100750")]
+ UndeadSettlementSmallLeatherShield = 53100750,
- [Annotation(Name = "[Undead Settlement] Pale Tongue 53100760")]
- UndeadSettlementPaleTongue = 53100760,
+ [Annotation(Name = "[Undead Settlement] Pale Tongue 53100760")]
+ UndeadSettlementPaleTongue = 53100760,
- [Annotation(Name = "[Undead Settlement] Large Soul of a Deserted Corpse 53100770")]
- UndeadSettlementLargeSoulOfaDesertedCorpse_____ = 53100770,
+ [Annotation(Name = "[Undead Settlement] Large Soul of a Deserted Corpse 53100770")]
+ UndeadSettlementLargeSoulOfaDesertedCorpse_____ = 53100770,
- [Annotation(Name = "[Undead Settlement] Kukri 53100800")]
- UndeadSettlementKukri = 53100800,
+ [Annotation(Name = "[Undead Settlement] Kukri 53100800")]
+ UndeadSettlementKukri = 53100800,
- [Annotation(Name = "[Undead Settlement] Life Ring+1 53100850")]
- UndeadSettlementLifeRing1 = 53100850,
+ [Annotation(Name = "[Undead Settlement] Life Ring+1 53100850")]
+ UndeadSettlementLifeRing1 = 53100850,
- [Annotation(Name = "[Undead Settlement] Poisonbite Ring+1 53100860")]
- UndeadSettlementPoisonbiteRing1 = 53100860,
+ [Annotation(Name = "[Undead Settlement] Poisonbite Ring+1 53100860")]
+ UndeadSettlementPoisonbiteRing1 = 53100860,
- [Annotation(Name = "[Undead Settlement] Covetous Silver Serpent Ring+2 53100870")]
- UndeadSettlementCovetousSilverSerpentRing2 = 53100870,
+ [Annotation(Name = "[Undead Settlement] Covetous Silver Serpent Ring+2 53100870")]
+ UndeadSettlementCovetousSilverSerpentRing2 = 53100870,
- [Annotation(Name = "[Undead Settlement] Human Pine Resin 53100910")]
- UndeadSettlementHumanPineResin = 53100910,
+ [Annotation(Name = "[Undead Settlement] Human Pine Resin 53100910")]
+ UndeadSettlementHumanPineResin = 53100910,
- [Annotation(Name = "[Undead Settlement] Homeward Bone 53100950")]
- UndeadSettlementHomewardBone___ = 53100950,
+ [Annotation(Name = "[Undead Settlement] Homeward Bone 53100950")]
+ UndeadSettlementHomewardBone___ = 53100950,
- [Annotation(Name = "[Archdragon Peak] Lightning Clutch Ring 53200000")]
- ArchdragonPeakLightningClutchRing = 53200000,
+ [Annotation(Name = "[Archdragon Peak] Lightning Clutch Ring 53200000")]
+ ArchdragonPeakLightningClutchRing = 53200000,
- [Annotation(Name = "[Archdragon Peak] Stalk Dung Pie 53200010")]
- ArchdragonPeakStalkDungPie = 53200010,
+ [Annotation(Name = "[Archdragon Peak] Stalk Dung Pie 53200010")]
+ ArchdragonPeakStalkDungPie = 53200010,
- [Annotation(Name = "[Archdragon Peak] Titanite Chunk 53200020")]
- ArchdragonPeakTitaniteChunk = 53200020,
+ [Annotation(Name = "[Archdragon Peak] Titanite Chunk 53200020")]
+ ArchdragonPeakTitaniteChunk = 53200020,
- [Annotation(Name = "[Archdragon Peak] Titanite Scale 53200030")]
- ArchdragonPeakTitaniteScale = 53200030,
+ [Annotation(Name = "[Archdragon Peak] Titanite Scale 53200030")]
+ ArchdragonPeakTitaniteScale = 53200030,
- [Annotation(Name = "[Archdragon Peak] Soul of a Weary Warrior 53200040")]
- ArchdragonPeakSoulOfaWearyWarrior = 53200040,
+ [Annotation(Name = "[Archdragon Peak] Soul of a Weary Warrior 53200040")]
+ ArchdragonPeakSoulOfaWearyWarrior = 53200040,
- [Annotation(Name = "[Archdragon Peak] Titanite Chunk 53200050")]
- ArchdragonPeakTitaniteChunk_ = 53200050,
+ [Annotation(Name = "[Archdragon Peak] Titanite Chunk 53200050")]
+ ArchdragonPeakTitaniteChunk_ = 53200050,
- [Annotation(Name = "[Archdragon Peak] Lightning Gem 53200060")]
- ArchdragonPeakLightningGem = 53200060,
+ [Annotation(Name = "[Archdragon Peak] Lightning Gem 53200060")]
+ ArchdragonPeakLightningGem = 53200060,
- [Annotation(Name = "[Archdragon Peak] Homeward Bone 53200070")]
- ArchdragonPeakHomewardBone = 53200070,
+ [Annotation(Name = "[Archdragon Peak] Homeward Bone 53200070")]
+ ArchdragonPeakHomewardBone = 53200070,
- [Annotation(Name = "[Archdragon Peak] Soul of a Nameless Soldier 53200080")]
- ArchdragonPeakSoulOfaNamelessSoldier = 53200080,
+ [Annotation(Name = "[Archdragon Peak] Soul of a Nameless Soldier 53200080")]
+ ArchdragonPeakSoulOfaNamelessSoldier = 53200080,
- [Annotation(Name = "[Archdragon Peak] Titanite Chunk 53200090")]
- ArchdragonPeakTitaniteChunk__ = 53200090,
+ [Annotation(Name = "[Archdragon Peak] Titanite Chunk 53200090")]
+ ArchdragonPeakTitaniteChunk__ = 53200090,
- [Annotation(Name = "[Archdragon Peak] Ember 53200100")]
- ArchdragonPeakEmber = 53200100,
+ [Annotation(Name = "[Archdragon Peak] Ember 53200100")]
+ ArchdragonPeakEmber = 53200100,
- [Annotation(Name = "[Archdragon Peak] Large Soul of a Weary Warrior 53200110")]
- ArchdragonPeakLargeSoulOfaWearyWarrior = 53200110,
+ [Annotation(Name = "[Archdragon Peak] Large Soul of a Weary Warrior 53200110")]
+ ArchdragonPeakLargeSoulOfaWearyWarrior = 53200110,
- [Annotation(Name = "[Archdragon Peak] Large Soul of a Nameless Soldier 53200120")]
- ArchdragonPeakLargeSoulOfaNamelessSoldier = 53200120,
+ [Annotation(Name = "[Archdragon Peak] Large Soul of a Nameless Soldier 53200120")]
+ ArchdragonPeakLargeSoulOfaNamelessSoldier = 53200120,
- [Annotation(Name = "[Archdragon Peak] Lightning Urn 53200130")]
- ArchdragonPeakLightningUrn = 53200130,
+ [Annotation(Name = "[Archdragon Peak] Lightning Urn 53200130")]
+ ArchdragonPeakLightningUrn = 53200130,
- [Annotation(Name = "[Archdragon Peak] Lightning Bolt 53200140")]
- ArchdragonPeakLightningBolt = 53200140,
+ [Annotation(Name = "[Archdragon Peak] Lightning Bolt 53200140")]
+ ArchdragonPeakLightningBolt = 53200140,
- [Annotation(Name = "[Archdragon Peak] Titanite Chunk 53200150")]
- ArchdragonPeakTitaniteChunk___ = 53200150,
+ [Annotation(Name = "[Archdragon Peak] Titanite Chunk 53200150")]
+ ArchdragonPeakTitaniteChunk___ = 53200150,
- [Annotation(Name = "[Archdragon Peak] Dung Pie 53200160")]
- ArchdragonPeakDungPie = 53200160,
+ [Annotation(Name = "[Archdragon Peak] Dung Pie 53200160")]
+ ArchdragonPeakDungPie = 53200160,
- [Annotation(Name = "[Archdragon Peak] Titanite Scale 53200170")]
- ArchdragonPeakTitaniteScale_ = 53200170,
+ [Annotation(Name = "[Archdragon Peak] Titanite Scale 53200170")]
+ ArchdragonPeakTitaniteScale_ = 53200170,
- [Annotation(Name = "[Archdragon Peak] Soul of a Weary Warrior 53200180")]
- ArchdragonPeakSoulOfaWearyWarrior_ = 53200180,
+ [Annotation(Name = "[Archdragon Peak] Soul of a Weary Warrior 53200180")]
+ ArchdragonPeakSoulOfaWearyWarrior_ = 53200180,
- [Annotation(Name = "[Archdragon Peak] Soul of a Crestfallen Knight 53200190")]
- ArchdragonPeakSoulOfaCrestfallenKnight = 53200190,
+ [Annotation(Name = "[Archdragon Peak] Soul of a Crestfallen Knight 53200190")]
+ ArchdragonPeakSoulOfaCrestfallenKnight = 53200190,
- [Annotation(Name = "[Archdragon Peak] Titanite Chunk 53200200")]
- ArchdragonPeakTitaniteChunk____ = 53200200,
+ [Annotation(Name = "[Archdragon Peak] Titanite Chunk 53200200")]
+ ArchdragonPeakTitaniteChunk____ = 53200200,
- [Annotation(Name = "[Archdragon Peak] Ember 53200210")]
- ArchdragonPeakEmber_ = 53200210,
+ [Annotation(Name = "[Archdragon Peak] Ember 53200210")]
+ ArchdragonPeakEmber_ = 53200210,
- [Annotation(Name = "[Archdragon Peak] Thunder Stoneplate Ring 53200220")]
- ArchdragonPeakThunderStoneplateRing = 53200220,
+ [Annotation(Name = "[Archdragon Peak] Thunder Stoneplate Ring 53200220")]
+ ArchdragonPeakThunderStoneplateRing = 53200220,
- [Annotation(Name = "[Archdragon Peak] Titanite Scale 53200230")]
- ArchdragonPeakTitaniteScale__ = 53200230,
+ [Annotation(Name = "[Archdragon Peak] Titanite Scale 53200230")]
+ ArchdragonPeakTitaniteScale__ = 53200230,
- [Annotation(Name = "[Archdragon Peak] Ember 53200240")]
- ArchdragonPeakEmber__ = 53200240,
+ [Annotation(Name = "[Archdragon Peak] Ember 53200240")]
+ ArchdragonPeakEmber__ = 53200240,
- [Annotation(Name = "[Archdragon Peak] Ancient Dragon Greatshield 53200260")]
- ArchdragonPeakAncientDragonGreatshield = 53200260,
+ [Annotation(Name = "[Archdragon Peak] Ancient Dragon Greatshield 53200260")]
+ ArchdragonPeakAncientDragonGreatshield = 53200260,
- [Annotation(Name = "[Archdragon Peak] Large Soul of a Crestfallen Knight 53200270")]
- ArchdragonPeakLargeSoulOfaCrestfallenKnight = 53200270,
+ [Annotation(Name = "[Archdragon Peak] Large Soul of a Crestfallen Knight 53200270")]
+ ArchdragonPeakLargeSoulOfaCrestfallenKnight = 53200270,
- [Annotation(Name = "[Archdragon Peak] Dragon Chaser's Ashes 53200280")]
- ArchdragonPeakDragonChasersAshes = 53200280,
+ [Annotation(Name = "[Archdragon Peak] Dragon Chaser's Ashes 53200280")]
+ ArchdragonPeakDragonChasersAshes = 53200280,
- [Annotation(Name = "[Archdragon Peak] Ember 53200290")]
- ArchdragonPeakEmber___ = 53200290,
+ [Annotation(Name = "[Archdragon Peak] Ember 53200290")]
+ ArchdragonPeakEmber___ = 53200290,
- [Annotation(Name = "[Archdragon Peak] Dragonslayer Spear 53200300")]
- ArchdragonPeakDragonslayerSpear = 53200300,
+ [Annotation(Name = "[Archdragon Peak] Dragonslayer Spear 53200300")]
+ ArchdragonPeakDragonslayerSpear = 53200300,
- [Annotation(Name = "[Archdragon Peak] Dragonslayer Helm 53200310")]
- ArchdragonPeakDragonslayerHelm = 53200310,
+ [Annotation(Name = "[Archdragon Peak] Dragonslayer Helm 53200310")]
+ ArchdragonPeakDragonslayerHelm = 53200310,
- [Annotation(Name = "[Archdragon Peak] Twinkling Titanite 53200330")]
- ArchdragonPeakTwinklingTitanite = 53200330,
+ [Annotation(Name = "[Archdragon Peak] Twinkling Titanite 53200330")]
+ ArchdragonPeakTwinklingTitanite = 53200330,
- [Annotation(Name = "[Archdragon Peak] Twinkling Titanite 53200340")]
- ArchdragonPeakTwinklingTitanite_ = 53200340,
+ [Annotation(Name = "[Archdragon Peak] Twinkling Titanite 53200340")]
+ ArchdragonPeakTwinklingTitanite_ = 53200340,
- [Annotation(Name = "[Archdragon Peak] Titanite Slab 53200350")]
- ArchdragonPeakTitaniteSlab = 53200350,
+ [Annotation(Name = "[Archdragon Peak] Titanite Slab 53200350")]
+ ArchdragonPeakTitaniteSlab = 53200350,
- [Annotation(Name = "[Archdragon Peak] Great Magic Barrier 53200360")]
- ArchdragonPeakGreatMagicBarrier = 53200360,
+ [Annotation(Name = "[Archdragon Peak] Great Magic Barrier 53200360")]
+ ArchdragonPeakGreatMagicBarrier = 53200360,
- [Annotation(Name = "[Archdragon Peak] Titanite Slab 53200370")]
- ArchdragonPeakTitaniteSlab_ = 53200370,
+ [Annotation(Name = "[Archdragon Peak] Titanite Slab 53200370")]
+ ArchdragonPeakTitaniteSlab_ = 53200370,
- [Annotation(Name = "[Archdragon Peak] Ring of Steel Protection 53200380")]
- ArchdragonPeakRingOfSteelProtection = 53200380,
+ [Annotation(Name = "[Archdragon Peak] Ring of Steel Protection 53200380")]
+ ArchdragonPeakRingOfSteelProtection = 53200380,
- [Annotation(Name = "[Archdragon Peak] Havel's Ring+1 53200500")]
- ArchdragonPeakHavelsRing1 = 53200500,
+ [Annotation(Name = "[Archdragon Peak] Havel's Ring+1 53200500")]
+ ArchdragonPeakHavelsRing1 = 53200500,
- [Annotation(Name = "[Archdragon Peak] Covetous Gold Serpent Ring+2 53200510")]
- ArchdragonPeakCovetousGoldSerpentRing2 = 53200510,
+ [Annotation(Name = "[Archdragon Peak] Covetous Gold Serpent Ring+2 53200510")]
+ ArchdragonPeakCovetousGoldSerpentRing2 = 53200510,
- [Annotation(Name = "[Archdragon Peak] Titanite Scale 53200700")]
- ArchdragonPeakTitaniteScale___ = 53200700,
+ [Annotation(Name = "[Archdragon Peak] Titanite Scale 53200700")]
+ ArchdragonPeakTitaniteScale___ = 53200700,
- [Annotation(Name = "[Archdragon Peak] Twinkling Titanite 53200710")]
- ArchdragonPeakTwinklingTitanite__ = 53200710,
+ [Annotation(Name = "[Archdragon Peak] Twinkling Titanite 53200710")]
+ ArchdragonPeakTwinklingTitanite__ = 53200710,
- [Annotation(Name = "[Archdragon Peak] Twinkling Dragon Torso Stone 53200900")]
- ArchdragonPeakTwinklingDragonTorsoStone = 53200900,
+ [Annotation(Name = "[Archdragon Peak] Twinkling Dragon Torso Stone 53200900")]
+ ArchdragonPeakTwinklingDragonTorsoStone = 53200900,
- [Annotation(Name = "[Archdragon Peak] Calamity Ring 53200910")]
- ArchdragonPeakCalamityRing = 53200910,
+ [Annotation(Name = "[Archdragon Peak] Calamity Ring 53200910")]
+ ArchdragonPeakCalamityRing = 53200910,
- [Annotation(Name = "[Road of Sacrifices] Titanite Shard 53300000")]
- RoadOfSacrificesTitaniteShard = 53300000,
+ [Annotation(Name = "[Road of Sacrifices] Titanite Shard 53300000")]
+ RoadOfSacrificesTitaniteShard = 53300000,
- [Annotation(Name = "[Road of Sacrifices] Titanite Shard 53300010")]
- RoadOfSacrificesTitaniteShard_ = 53300010,
+ [Annotation(Name = "[Road of Sacrifices] Titanite Shard 53300010")]
+ RoadOfSacrificesTitaniteShard_ = 53300010,
- [Annotation(Name = "[Road of Sacrifices] Green Blossom 53300020")]
- RoadOfSacrificesGreenBlossom = 53300020,
+ [Annotation(Name = "[Road of Sacrifices] Green Blossom 53300020")]
+ RoadOfSacrificesGreenBlossom = 53300020,
- [Annotation(Name = "[Road of Sacrifices] Estus Shard 53300030")]
- RoadOfSacrificesEstusShard = 53300030,
+ [Annotation(Name = "[Road of Sacrifices] Estus Shard 53300030")]
+ RoadOfSacrificesEstusShard = 53300030,
- [Annotation(Name = "[Road of Sacrifices] Ring of Sacrifice 53300040")]
- RoadOfSacrificesRingOfSacrifice = 53300040,
+ [Annotation(Name = "[Road of Sacrifices] Ring of Sacrifice 53300040")]
+ RoadOfSacrificesRingOfSacrifice = 53300040,
- [Annotation(Name = "[Road of Sacrifices] Soul of an Unknown Traveler 53300050")]
- RoadOfSacrificesSoulOfanUnknownTraveler = 53300050,
+ [Annotation(Name = "[Road of Sacrifices] Soul of an Unknown Traveler 53300050")]
+ RoadOfSacrificesSoulOfanUnknownTraveler = 53300050,
- [Annotation(Name = "[Road of Sacrifices] Fallen Knight Helm 53300060")]
- RoadOfSacrificesFallenKnightHelm = 53300060,
+ [Annotation(Name = "[Road of Sacrifices] Fallen Knight Helm 53300060")]
+ RoadOfSacrificesFallenKnightHelm = 53300060,
- [Annotation(Name = "[Road of Sacrifices] Heretic's Staff 53300070")]
- RoadOfSacrificesHereticsStaff = 53300070,
+ [Annotation(Name = "[Road of Sacrifices] Heretic's Staff 53300070")]
+ RoadOfSacrificesHereticsStaff = 53300070,
- [Annotation(Name = "[Road of Sacrifices] Large Soul of an Unknown Traveler 53300080")]
- RoadOfSacrificesLargeSoulOfanUnknownTraveler = 53300080,
+ [Annotation(Name = "[Road of Sacrifices] Large Soul of an Unknown Traveler 53300080")]
+ RoadOfSacrificesLargeSoulOfanUnknownTraveler = 53300080,
- [Annotation(Name = "[Road of Sacrifices] Conjurator Hood 53300090")]
- RoadOfSacrificesConjuratorHood = 53300090,
+ [Annotation(Name = "[Road of Sacrifices] Conjurator Hood 53300090")]
+ RoadOfSacrificesConjuratorHood = 53300090,
- [Annotation(Name = "[Road of Sacrifices] Soul of an Unknown Traveler 53300100")]
- RoadOfSacrificesSoulOfanUnknownTraveler_ = 53300100,
+ [Annotation(Name = "[Road of Sacrifices] Soul of an Unknown Traveler 53300100")]
+ RoadOfSacrificesSoulOfanUnknownTraveler_ = 53300100,
- [Annotation(Name = "[Road of Sacrifices] Green Blossom 53300110")]
- RoadOfSacrificesGreenBlossom_ = 53300110,
+ [Annotation(Name = "[Road of Sacrifices] Green Blossom 53300110")]
+ RoadOfSacrificesGreenBlossom_ = 53300110,
- [Annotation(Name = "[Road of Sacrifices] Great Swamp Pyromancy Tome 53300120")]
- RoadOfSacrificesGreatSwampPyromancyTome = 53300120,
+ [Annotation(Name = "[Road of Sacrifices] Great Swamp Pyromancy Tome 53300120")]
+ RoadOfSacrificesGreatSwampPyromancyTome = 53300120,
- [Annotation(Name = "[Road of Sacrifices] Homeward Bone 53300130")]
- RoadOfSacrificesHomewardBone = 53300130,
+ [Annotation(Name = "[Road of Sacrifices] Homeward Bone 53300130")]
+ RoadOfSacrificesHomewardBone = 53300130,
- [Annotation(Name = "[Road of Sacrifices] Titanite Shard 53300140")]
- RoadOfSacrificesTitaniteShard__ = 53300140,
+ [Annotation(Name = "[Road of Sacrifices] Titanite Shard 53300140")]
+ RoadOfSacrificesTitaniteShard__ = 53300140,
- [Annotation(Name = "[Road of Sacrifices] Purple Moss Clump 53300150")]
- RoadOfSacrificesPurpleMossClump = 53300150,
+ [Annotation(Name = "[Road of Sacrifices] Purple Moss Clump 53300150")]
+ RoadOfSacrificesPurpleMossClump = 53300150,
- [Annotation(Name = "[Road of Sacrifices] Purple Moss Clump 53300160")]
- RoadOfSacrificesPurpleMossClump_ = 53300160,
+ [Annotation(Name = "[Road of Sacrifices] Purple Moss Clump 53300160")]
+ RoadOfSacrificesPurpleMossClump_ = 53300160,
- [Annotation(Name = "[Road of Sacrifices] Greatsword 53300170")]
- RoadOfSacrificesGreatsword = 53300170,
+ [Annotation(Name = "[Road of Sacrifices] Greatsword 53300170")]
+ RoadOfSacrificesGreatsword = 53300170,
- [Annotation(Name = "[Road of Sacrifices] Twin Dragon Greatshield 53300180")]
- RoadOfSacrificesTwinDragonGreatshield = 53300180,
+ [Annotation(Name = "[Road of Sacrifices] Twin Dragon Greatshield 53300180")]
+ RoadOfSacrificesTwinDragonGreatshield = 53300180,
- [Annotation(Name = "[Road of Sacrifices] Hollow Gem 53300190")]
- RoadOfSacrificesHollowGem = 53300190,
+ [Annotation(Name = "[Road of Sacrifices] Hollow Gem 53300190")]
+ RoadOfSacrificesHollowGem = 53300190,
- [Annotation(Name = "[Road of Sacrifices] Fading Soul 53300210")]
- RoadOfSacrificesFadingSoul = 53300210,
+ [Annotation(Name = "[Road of Sacrifices] Fading Soul 53300210")]
+ RoadOfSacrificesFadingSoul = 53300210,
- [Annotation(Name = "[Road of Sacrifices] Sorcerer Hood 53300220")]
- RoadOfSacrificesSorcererHood = 53300220,
+ [Annotation(Name = "[Road of Sacrifices] Sorcerer Hood 53300220")]
+ RoadOfSacrificesSorcererHood = 53300220,
- [Annotation(Name = "[Road of Sacrifices] Sage Ring 53300230")]
- RoadOfSacrificesSageRing = 53300230,
+ [Annotation(Name = "[Road of Sacrifices] Sage Ring 53300230")]
+ RoadOfSacrificesSageRing = 53300230,
- [Annotation(Name = "[Road of Sacrifices] Purple Moss Clump 53300240")]
- RoadOfSacrificesPurpleMossClump__ = 53300240,
+ [Annotation(Name = "[Road of Sacrifices] Purple Moss Clump 53300240")]
+ RoadOfSacrificesPurpleMossClump__ = 53300240,
- [Annotation(Name = "[Road of Sacrifices] Undead Bone Shard 53300270")]
- RoadOfSacrificesUndeadBoneShard = 53300270,
+ [Annotation(Name = "[Road of Sacrifices] Undead Bone Shard 53300270")]
+ RoadOfSacrificesUndeadBoneShard = 53300270,
- [Annotation(Name = "[Road of Sacrifices] Atonement 53300280")]
- RoadOfSacrificesAtonement = 53300280,
+ [Annotation(Name = "[Road of Sacrifices] Atonement 53300280")]
+ RoadOfSacrificesAtonement = 53300280,
- [Annotation(Name = "[Road of Sacrifices] Titanite Shard 53300290")]
- RoadOfSacrificesTitaniteShard___ = 53300290,
+ [Annotation(Name = "[Road of Sacrifices] Titanite Shard 53300290")]
+ RoadOfSacrificesTitaniteShard___ = 53300290,
- [Annotation(Name = "[Road of Sacrifices] Iron Flesh 53300300")]
- RoadOfSacrificesIronFlesh = 53300300,
+ [Annotation(Name = "[Road of Sacrifices] Iron Flesh 53300300")]
+ RoadOfSacrificesIronFlesh = 53300300,
- [Annotation(Name = "[Road of Sacrifices] Grass Crest Shield 53300310")]
- RoadOfSacrificesGrassCrestShield = 53300310,
+ [Annotation(Name = "[Road of Sacrifices] Grass Crest Shield 53300310")]
+ RoadOfSacrificesGrassCrestShield = 53300310,
- [Annotation(Name = "[Road of Sacrifices] Stone Parma 53300320")]
- RoadOfSacrificesStoneParma = 53300320,
+ [Annotation(Name = "[Road of Sacrifices] Stone Parma 53300320")]
+ RoadOfSacrificesStoneParma = 53300320,
- [Annotation(Name = "[Road of Sacrifices] Rotten Pine Resin 53300340")]
- RoadOfSacrificesRottenPineResin = 53300340,
+ [Annotation(Name = "[Road of Sacrifices] Rotten Pine Resin 53300340")]
+ RoadOfSacrificesRottenPineResin = 53300340,
- [Annotation(Name = "[Road of Sacrifices] Titanite Shard 53300350")]
- RoadOfSacrificesTitaniteShard____ = 53300350,
+ [Annotation(Name = "[Road of Sacrifices] Titanite Shard 53300350")]
+ RoadOfSacrificesTitaniteShard____ = 53300350,
- [Annotation(Name = "[Road of Sacrifices] Rusted Gold Coin 53300360")]
- RoadOfSacrificesRustedGoldCoin = 53300360,
+ [Annotation(Name = "[Road of Sacrifices] Rusted Gold Coin 53300360")]
+ RoadOfSacrificesRustedGoldCoin = 53300360,
- [Annotation(Name = "[Road of Sacrifices] Nameless Knight Helm 53300370")]
- RoadOfSacrificesNamelessKnightHelm = 53300370,
+ [Annotation(Name = "[Road of Sacrifices] Nameless Knight Helm 53300370")]
+ RoadOfSacrificesNamelessKnightHelm = 53300370,
- [Annotation(Name = "[Road of Sacrifices] Shriving Stone 53300380")]
- RoadOfSacrificesShrivingStone = 53300380,
+ [Annotation(Name = "[Road of Sacrifices] Shriving Stone 53300380")]
+ RoadOfSacrificesShrivingStone = 53300380,
- [Annotation(Name = "[Road of Sacrifices] Repair Powder 53300390")]
- RoadOfSacrificesRepairPowder = 53300390,
+ [Annotation(Name = "[Road of Sacrifices] Repair Powder 53300390")]
+ RoadOfSacrificesRepairPowder = 53300390,
- [Annotation(Name = "[Road of Sacrifices] Golden Scroll 53300400")]
- RoadOfSacrificesGoldenScroll = 53300400,
+ [Annotation(Name = "[Road of Sacrifices] Golden Scroll 53300400")]
+ RoadOfSacrificesGoldenScroll = 53300400,
- [Annotation(Name = "[Road of Sacrifices] Sage's Scroll 53300410")]
- RoadOfSacrificesSagesScroll = 53300410,
+ [Annotation(Name = "[Road of Sacrifices] Sage's Scroll 53300410")]
+ RoadOfSacrificesSagesScroll = 53300410,
- [Annotation(Name = "[Road of Sacrifices] Dreamchaser's Ashes 53300420")]
- RoadOfSacrificesDreamchasersAshes = 53300420,
+ [Annotation(Name = "[Road of Sacrifices] Dreamchaser's Ashes 53300420")]
+ RoadOfSacrificesDreamchasersAshes = 53300420,
- [Annotation(Name = "[Road of Sacrifices] Titanite Shard 53300430")]
- RoadOfSacrificesTitaniteShard_____ = 53300430,
+ [Annotation(Name = "[Road of Sacrifices] Titanite Shard 53300430")]
+ RoadOfSacrificesTitaniteShard_____ = 53300430,
- [Annotation(Name = "[Road of Sacrifices] Wolf's Blood Swordgrass 53300440")]
- RoadOfSacrificesWolfsBloodSwordgrass = 53300440,
+ [Annotation(Name = "[Road of Sacrifices] Wolf's Blood Swordgrass 53300440")]
+ RoadOfSacrificesWolfsBloodSwordgrass = 53300440,
- [Annotation(Name = "[Road of Sacrifices] Great Magic Weapon 53300450")]
- RoadOfSacrificesGreatMagicWeapon = 53300450,
+ [Annotation(Name = "[Road of Sacrifices] Great Magic Weapon 53300450")]
+ RoadOfSacrificesGreatMagicWeapon = 53300450,
- [Annotation(Name = "[Road of Sacrifices] Ember 53300460")]
- RoadOfSacrificesEmber = 53300460,
+ [Annotation(Name = "[Road of Sacrifices] Ember 53300460")]
+ RoadOfSacrificesEmber = 53300460,
- [Annotation(Name = "[Road of Sacrifices] Titanite Shard 53300470")]
- RoadOfSacrificesTitaniteShard______ = 53300470,
+ [Annotation(Name = "[Road of Sacrifices] Titanite Shard 53300470")]
+ RoadOfSacrificesTitaniteShard______ = 53300470,
- [Annotation(Name = "[Road of Sacrifices] Titanite Shard 53300480")]
- RoadOfSacrificesTitaniteShard_______ = 53300480,
+ [Annotation(Name = "[Road of Sacrifices] Titanite Shard 53300480")]
+ RoadOfSacrificesTitaniteShard_______ = 53300480,
- [Annotation(Name = "[Road of Sacrifices] Titanite Shard 53300490")]
- RoadOfSacrificesTitaniteShard________ = 53300490,
+ [Annotation(Name = "[Road of Sacrifices] Titanite Shard 53300490")]
+ RoadOfSacrificesTitaniteShard________ = 53300490,
- [Annotation(Name = "[Road of Sacrifices] Black Bug Pellet 53300500")]
- RoadOfSacrificesBlackBugPellet = 53300500,
+ [Annotation(Name = "[Road of Sacrifices] Black Bug Pellet 53300500")]
+ RoadOfSacrificesBlackBugPellet = 53300500,
- [Annotation(Name = "[Road of Sacrifices] Rotten Pine Resin 53300510")]
- RoadOfSacrificesRottenPineResin_ = 53300510,
+ [Annotation(Name = "[Road of Sacrifices] Rotten Pine Resin 53300510")]
+ RoadOfSacrificesRottenPineResin_ = 53300510,
- [Annotation(Name = "[Road of Sacrifices] Poison Gem 53300520")]
- RoadOfSacrificesPoisonGem = 53300520,
+ [Annotation(Name = "[Road of Sacrifices] Poison Gem 53300520")]
+ RoadOfSacrificesPoisonGem = 53300520,
- [Annotation(Name = "[Road of Sacrifices] Ragged Mask 53300525")]
- RoadOfSacrificesRaggedMask = 53300525,
+ [Annotation(Name = "[Road of Sacrifices] Ragged Mask 53300525")]
+ RoadOfSacrificesRaggedMask = 53300525,
- [Annotation(Name = "[Road of Sacrifices] Estus Shard 53300530")]
- RoadOfSacrificesEstusShard_ = 53300530,
+ [Annotation(Name = "[Road of Sacrifices] Estus Shard 53300530")]
+ RoadOfSacrificesEstusShard_ = 53300530,
- [Annotation(Name = "[Road of Sacrifices] Homeward Bone 53300535")]
- RoadOfSacrificesHomewardBone_ = 53300535,
+ [Annotation(Name = "[Road of Sacrifices] Homeward Bone 53300535")]
+ RoadOfSacrificesHomewardBone_ = 53300535,
- [Annotation(Name = "[Road of Sacrifices] Titanite Shard 53300540")]
- RoadOfSacrificesTitaniteShard_________ = 53300540,
+ [Annotation(Name = "[Road of Sacrifices] Titanite Shard 53300540")]
+ RoadOfSacrificesTitaniteShard_________ = 53300540,
- [Annotation(Name = "[Road of Sacrifices] Large Soul of a Nameless Soldier 53300545")]
- RoadOfSacrificesLargeSoulOfaNamelessSoldier = 53300545,
+ [Annotation(Name = "[Road of Sacrifices] Large Soul of a Nameless Soldier 53300545")]
+ RoadOfSacrificesLargeSoulOfaNamelessSoldier = 53300545,
- [Annotation(Name = "[Road of Sacrifices] Prism Stone 53300550")]
- RoadOfSacrificesPrismStone = 53300550,
+ [Annotation(Name = "[Road of Sacrifices] Prism Stone 53300550")]
+ RoadOfSacrificesPrismStone = 53300550,
- [Annotation(Name = "[Road of Sacrifices] Large Soul of a Nameless Soldier 53300555")]
- RoadOfSacrificesLargeSoulOfaNamelessSoldier_ = 53300555,
+ [Annotation(Name = "[Road of Sacrifices] Large Soul of a Nameless Soldier 53300555")]
+ RoadOfSacrificesLargeSoulOfaNamelessSoldier_ = 53300555,
- [Annotation(Name = "[Road of Sacrifices] Ember 53300560")]
- RoadOfSacrificesEmber_ = 53300560,
+ [Annotation(Name = "[Road of Sacrifices] Ember 53300560")]
+ RoadOfSacrificesEmber_ = 53300560,
- [Annotation(Name = "[Road of Sacrifices] Sage's Coal 53300570")]
- RoadOfSacrificesSagesCoal = 53300570,
+ [Annotation(Name = "[Road of Sacrifices] Sage's Coal 53300570")]
+ RoadOfSacrificesSagesCoal = 53300570,
- [Annotation(Name = "[Road of Sacrifices] Lightning Spear 53300580")]
- RoadOfSacrificesLightningSpear = 53300580,
+ [Annotation(Name = "[Road of Sacrifices] Lightning Spear 53300580")]
+ RoadOfSacrificesLightningSpear = 53300580,
- [Annotation(Name = "[Road of Sacrifices] Blue Bug Pellet 53300590")]
- RoadOfSacrificesBlueBugPellet = 53300590,
+ [Annotation(Name = "[Road of Sacrifices] Blue Bug Pellet 53300590")]
+ RoadOfSacrificesBlueBugPellet = 53300590,
- [Annotation(Name = "[Road of Sacrifices] Soul of an Unknown Traveler 53300600")]
- RoadOfSacrificesSoulOfanUnknownTraveler__ = 53300600,
+ [Annotation(Name = "[Road of Sacrifices] Soul of an Unknown Traveler 53300600")]
+ RoadOfSacrificesSoulOfanUnknownTraveler__ = 53300600,
- [Annotation(Name = "[Road of Sacrifices] Shriving Stone 53300610")]
- RoadOfSacrificesShrivingStone_ = 53300610,
+ [Annotation(Name = "[Road of Sacrifices] Shriving Stone 53300610")]
+ RoadOfSacrificesShrivingStone_ = 53300610,
- [Annotation(Name = "[Road of Sacrifices] Titanite Shard 53300620")]
- RoadOfSacrificesTitaniteShard__________ = 53300620,
+ [Annotation(Name = "[Road of Sacrifices] Titanite Shard 53300620")]
+ RoadOfSacrificesTitaniteShard__________ = 53300620,
- [Annotation(Name = "[Road of Sacrifices] Brigand Twindaggers 53300630")]
- RoadOfSacrificesBrigandTwindaggers = 53300630,
+ [Annotation(Name = "[Road of Sacrifices] Brigand Twindaggers 53300630")]
+ RoadOfSacrificesBrigandTwindaggers = 53300630,
- [Annotation(Name = "[Road of Sacrifices] Braille Divine Tome of Carim 53300640")]
- RoadOfSacrificesBrailleDivineTomeOfCarim = 53300640,
+ [Annotation(Name = "[Road of Sacrifices] Braille Divine Tome of Carim 53300640")]
+ RoadOfSacrificesBrailleDivineTomeOfCarim = 53300640,
- [Annotation(Name = "[Road of Sacrifices] Ember 53300650")]
- RoadOfSacrificesEmber__ = 53300650,
+ [Annotation(Name = "[Road of Sacrifices] Ember 53300650")]
+ RoadOfSacrificesEmber__ = 53300650,
- [Annotation(Name = "[Road of Sacrifices] Gold Pine Bundle 53300680")]
- RoadOfSacrificesGoldPineBundle = 53300680,
+ [Annotation(Name = "[Road of Sacrifices] Gold Pine Bundle 53300680")]
+ RoadOfSacrificesGoldPineBundle = 53300680,
- [Annotation(Name = "[Road of Sacrifices] Ember 53300690")]
- RoadOfSacrificesEmber___ = 53300690,
+ [Annotation(Name = "[Road of Sacrifices] Ember 53300690")]
+ RoadOfSacrificesEmber___ = 53300690,
- [Annotation(Name = "[Road of Sacrifices] Soul of a Nameless Soldier 53300700")]
- RoadOfSacrificesSoulOfaNamelessSoldier = 53300700,
+ [Annotation(Name = "[Road of Sacrifices] Soul of a Nameless Soldier 53300700")]
+ RoadOfSacrificesSoulOfaNamelessSoldier = 53300700,
- [Annotation(Name = "[Road of Sacrifices] Large Soul of an Unknown Traveler 53300710")]
- RoadOfSacrificesLargeSoulOfanUnknownTraveler_ = 53300710,
+ [Annotation(Name = "[Road of Sacrifices] Large Soul of an Unknown Traveler 53300710")]
+ RoadOfSacrificesLargeSoulOfanUnknownTraveler_ = 53300710,
- [Annotation(Name = "[Road of Sacrifices] Sellsword Twinblades 53300720")]
- RoadOfSacrificesSellswordTwinblades = 53300720,
+ [Annotation(Name = "[Road of Sacrifices] Sellsword Twinblades 53300720")]
+ RoadOfSacrificesSellswordTwinblades = 53300720,
- [Annotation(Name = "[Road of Sacrifices] Golden Falcon Shield 53300730")]
- RoadOfSacrificesGoldenFalconShield = 53300730,
+ [Annotation(Name = "[Road of Sacrifices] Golden Falcon Shield 53300730")]
+ RoadOfSacrificesGoldenFalconShield = 53300730,
- [Annotation(Name = "[Road of Sacrifices] Herald Helm 53300740")]
- RoadOfSacrificesHeraldHelm = 53300740,
+ [Annotation(Name = "[Road of Sacrifices] Herald Helm 53300740")]
+ RoadOfSacrificesHeraldHelm = 53300740,
- [Annotation(Name = "[Road of Sacrifices] Brigand Axe 53300750")]
- RoadOfSacrificesBrigandAxe = 53300750,
+ [Annotation(Name = "[Road of Sacrifices] Brigand Axe 53300750")]
+ RoadOfSacrificesBrigandAxe = 53300750,
- [Annotation(Name = "[Road of Sacrifices] Brigand Hood 53300760")]
- RoadOfSacrificesBrigandHood = 53300760,
+ [Annotation(Name = "[Road of Sacrifices] Brigand Hood 53300760")]
+ RoadOfSacrificesBrigandHood = 53300760,
- [Annotation(Name = "[Road of Sacrifices] Morne's Ring 53300770")]
- RoadOfSacrificesMornesRing = 53300770,
+ [Annotation(Name = "[Road of Sacrifices] Morne's Ring 53300770")]
+ RoadOfSacrificesMornesRing = 53300770,
- [Annotation(Name = "[Road of Sacrifices] Sellsword Helm 53300780")]
- RoadOfSacrificesSellswordHelm = 53300780,
+ [Annotation(Name = "[Road of Sacrifices] Sellsword Helm 53300780")]
+ RoadOfSacrificesSellswordHelm = 53300780,
- [Annotation(Name = "[Road of Sacrifices] Farron Coal 53300790")]
- RoadOfSacrificesFarronCoal = 53300790,
+ [Annotation(Name = "[Road of Sacrifices] Farron Coal 53300790")]
+ RoadOfSacrificesFarronCoal = 53300790,
- [Annotation(Name = "[Farron Keep] Havel's Helm 53300800")]
- FarronKeepHavelsHelm = 53300800,
+ [Annotation(Name = "[Farron Keep] Havel's Helm 53300800")]
+ FarronKeepHavelsHelm = 53300800,
- [Annotation(Name = "[Farron Keep] Greataxe 53300810")]
- FarronKeepGreataxe = 53300810,
+ [Annotation(Name = "[Farron Keep] Greataxe 53300810")]
+ FarronKeepGreataxe = 53300810,
- [Annotation(Name = "[Farron Keep] Speckled Stoneplate Ring 53300820")]
- FarronKeepSpeckledStoneplateRing = 53300820,
+ [Annotation(Name = "[Farron Keep] Speckled Stoneplate Ring 53300820")]
+ FarronKeepSpeckledStoneplateRing = 53300820,
- [Annotation(Name = "[Farron Keep] Ember 53300830")]
- FarronKeepEmber = 53300830,
+ [Annotation(Name = "[Farron Keep] Ember 53300830")]
+ FarronKeepEmber = 53300830,
- [Annotation(Name = "[Farron Keep] Dragon Crest Shield 53300840")]
- FarronKeepDragonCrestShield = 53300840,
+ [Annotation(Name = "[Farron Keep] Dragon Crest Shield 53300840")]
+ FarronKeepDragonCrestShield = 53300840,
- [Annotation(Name = "[Farron Keep] Dark Stoneplate Ring+2 53300850")]
- FarronKeepDarkStoneplateRing2 = 53300850,
+ [Annotation(Name = "[Farron Keep] Dark Stoneplate Ring+2 53300850")]
+ FarronKeepDarkStoneplateRing2 = 53300850,
- [Annotation(Name = "[Farron Keep] Chloranthy Ring+2 53300860")]
- FarronKeepChloranthyRing2 = 53300860,
+ [Annotation(Name = "[Farron Keep] Chloranthy Ring+2 53300860")]
+ FarronKeepChloranthyRing2 = 53300860,
- [Annotation(Name = "[Farron Keep] Lingering Dragoncrest Ring+1 53300870")]
- FarronKeepLingeringDragoncrestRing1 = 53300870,
+ [Annotation(Name = "[Farron Keep] Lingering Dragoncrest Ring+1 53300870")]
+ FarronKeepLingeringDragoncrestRing1 = 53300870,
- [Annotation(Name = "[Farron Keep] Magic Stoneplate Ring+1 53300880")]
- FarronKeepMagicStoneplateRing1 = 53300880,
+ [Annotation(Name = "[Farron Keep] Magic Stoneplate Ring+1 53300880")]
+ FarronKeepMagicStoneplateRing1 = 53300880,
- [Annotation(Name = "[Farron Keep] Wolf Ring+1 53300890")]
- FarronKeepWolfRing1 = 53300890,
+ [Annotation(Name = "[Farron Keep] Wolf Ring+1 53300890")]
+ FarronKeepWolfRing1 = 53300890,
- [Annotation(Name = "[Farron Keep] Antiquated Dress 53300940")]
- FarronKeepAntiquatedDress = 53300940,
+ [Annotation(Name = "[Farron Keep] Antiquated Dress 53300940")]
+ FarronKeepAntiquatedDress = 53300940,
- [Annotation(Name = "[Farron Keep] Sunlight Talisman 53300950")]
- FarronKeepSunlightTalisman = 53300950,
+ [Annotation(Name = "[Farron Keep] Sunlight Talisman 53300950")]
+ FarronKeepSunlightTalisman = 53300950,
- [Annotation(Name = "[Farron Keep] Young White Branch 53300960")]
- FarronKeepYoungWhiteBranch = 53300960,
+ [Annotation(Name = "[Farron Keep] Young White Branch 53300960")]
+ FarronKeepYoungWhiteBranch = 53300960,
- [Annotation(Name = "[Farron Keep] Young White Branch 53300970")]
- FarronKeepYoungWhiteBranch_ = 53300970,
+ [Annotation(Name = "[Farron Keep] Young White Branch 53300970")]
+ FarronKeepYoungWhiteBranch_ = 53300970,
- [Annotation(Name = "[Farron Keep] Crown of Dusk 53300980")]
- FarronKeepCrownOfDusk = 53300980,
+ [Annotation(Name = "[Farron Keep] Crown of Dusk 53300980")]
+ FarronKeepCrownOfDusk = 53300980,
- [Annotation(Name = "[Grand Archives] Titanite Chunk 53410000")]
- GrandArchivesTitaniteChunk = 53410000,
+ [Annotation(Name = "[Grand Archives] Titanite Chunk 53410000")]
+ GrandArchivesTitaniteChunk = 53410000,
- [Annotation(Name = "[Grand Archives] Titanite Chunk 53410010")]
- GrandArchivesTitaniteChunk_ = 53410010,
+ [Annotation(Name = "[Grand Archives] Titanite Chunk 53410010")]
+ GrandArchivesTitaniteChunk_ = 53410010,
- [Annotation(Name = "[Grand Archives] Soul of a Crestfallen Knight 53410020")]
- GrandArchivesSoulOfaCrestfallenKnight = 53410020,
+ [Annotation(Name = "[Grand Archives] Soul of a Crestfallen Knight 53410020")]
+ GrandArchivesSoulOfaCrestfallenKnight = 53410020,
- [Annotation(Name = "[Grand Archives] Titanite Chunk 53410030")]
- GrandArchivesTitaniteChunk__ = 53410030,
+ [Annotation(Name = "[Grand Archives] Titanite Chunk 53410030")]
+ GrandArchivesTitaniteChunk__ = 53410030,
- [Annotation(Name = "[Grand Archives] Fleshbite Ring 53410040")]
- GrandArchivesFleshbiteRing = 53410040,
+ [Annotation(Name = "[Grand Archives] Fleshbite Ring 53410040")]
+ GrandArchivesFleshbiteRing = 53410040,
- [Annotation(Name = "[Grand Archives] Soul of a Crestfallen Knight 53410060")]
- GrandArchivesSoulOfaCrestfallenKnight_ = 53410060,
+ [Annotation(Name = "[Grand Archives] Soul of a Crestfallen Knight 53410060")]
+ GrandArchivesSoulOfaCrestfallenKnight_ = 53410060,
- [Annotation(Name = "[Grand Archives] Soul of a Nameless Soldier 53410070")]
- GrandArchivesSoulOfaNamelessSoldier = 53410070,
+ [Annotation(Name = "[Grand Archives] Soul of a Nameless Soldier 53410070")]
+ GrandArchivesSoulOfaNamelessSoldier = 53410070,
- [Annotation(Name = "[Grand Archives] Crystal Chime 53410080")]
- GrandArchivesCrystalChime = 53410080,
+ [Annotation(Name = "[Grand Archives] Crystal Chime 53410080")]
+ GrandArchivesCrystalChime = 53410080,
- [Annotation(Name = "[Grand Archives] Titanite Scale 53410090")]
- GrandArchivesTitaniteScale = 53410090,
+ [Annotation(Name = "[Grand Archives] Titanite Scale 53410090")]
+ GrandArchivesTitaniteScale = 53410090,
- [Annotation(Name = "[Grand Archives] Estus Shard 53410100")]
- GrandArchivesEstusShard = 53410100,
+ [Annotation(Name = "[Grand Archives] Estus Shard 53410100")]
+ GrandArchivesEstusShard = 53410100,
- [Annotation(Name = "[Grand Archives] Homeward Bone 53410110")]
- GrandArchivesHomewardBone = 53410110,
+ [Annotation(Name = "[Grand Archives] Homeward Bone 53410110")]
+ GrandArchivesHomewardBone = 53410110,
- [Annotation(Name = "[Grand Archives] Titanite Scale 53410120")]
- GrandArchivesTitaniteScale_ = 53410120,
+ [Annotation(Name = "[Grand Archives] Titanite Scale 53410120")]
+ GrandArchivesTitaniteScale_ = 53410120,
- [Annotation(Name = "[Grand Archives] Titanite Chunk 53410130")]
- GrandArchivesTitaniteChunk___ = 53410130,
+ [Annotation(Name = "[Grand Archives] Titanite Chunk 53410130")]
+ GrandArchivesTitaniteChunk___ = 53410130,
- [Annotation(Name = "[Grand Archives] Hollow Gem 53410140")]
- GrandArchivesHollowGem = 53410140,
+ [Annotation(Name = "[Grand Archives] Hollow Gem 53410140")]
+ GrandArchivesHollowGem = 53410140,
- [Annotation(Name = "[Grand Archives] Titanite Scale 53410150")]
- GrandArchivesTitaniteScale__ = 53410150,
+ [Annotation(Name = "[Grand Archives] Titanite Scale 53410150")]
+ GrandArchivesTitaniteScale__ = 53410150,
- [Annotation(Name = "[Grand Archives] Titanite Scale 53410160")]
- GrandArchivesTitaniteScale___ = 53410160,
+ [Annotation(Name = "[Grand Archives] Titanite Scale 53410160")]
+ GrandArchivesTitaniteScale___ = 53410160,
- [Annotation(Name = "[Grand Archives] Titanite Scale 53410180")]
- GrandArchivesTitaniteScale____ = 53410180,
+ [Annotation(Name = "[Grand Archives] Titanite Scale 53410180")]
+ GrandArchivesTitaniteScale____ = 53410180,
- [Annotation(Name = "[Grand Archives] Shriving Stone 53410200")]
- GrandArchivesShrivingStone = 53410200,
+ [Annotation(Name = "[Grand Archives] Shriving Stone 53410200")]
+ GrandArchivesShrivingStone = 53410200,
- [Annotation(Name = "[Grand Archives] Large Soul of a Crestfallen Knight 53410210")]
- GrandArchivesLargeSoulOfaCrestfallenKnight = 53410210,
+ [Annotation(Name = "[Grand Archives] Large Soul of a Crestfallen Knight 53410210")]
+ GrandArchivesLargeSoulOfaCrestfallenKnight = 53410210,
- [Annotation(Name = "[Grand Archives] Titanite Chunk 53410220")]
- GrandArchivesTitaniteChunk____ = 53410220,
+ [Annotation(Name = "[Grand Archives] Titanite Chunk 53410220")]
+ GrandArchivesTitaniteChunk____ = 53410220,
- [Annotation(Name = "[Grand Archives] Titanite Scale 53410240")]
- GrandArchivesTitaniteScale_____ = 53410240,
+ [Annotation(Name = "[Grand Archives] Titanite Scale 53410240")]
+ GrandArchivesTitaniteScale_____ = 53410240,
- [Annotation(Name = "[Grand Archives] Titanite Chunk 53410250")]
- GrandArchivesTitaniteChunk_____ = 53410250,
+ [Annotation(Name = "[Grand Archives] Titanite Chunk 53410250")]
+ GrandArchivesTitaniteChunk_____ = 53410250,
- [Annotation(Name = "[Grand Archives] Soul of a Weary Warrior 53410260")]
- GrandArchivesSoulOfaWearyWarrior = 53410260,
+ [Annotation(Name = "[Grand Archives] Soul of a Weary Warrior 53410260")]
+ GrandArchivesSoulOfaWearyWarrior = 53410260,
- [Annotation(Name = "[Grand Archives] Titanite Chunk 53410280")]
- GrandArchivesTitaniteChunk______ = 53410280,
+ [Annotation(Name = "[Grand Archives] Titanite Chunk 53410280")]
+ GrandArchivesTitaniteChunk______ = 53410280,
- [Annotation(Name = "[Grand Archives] Ember 53410290")]
- GrandArchivesEmber = 53410290,
+ [Annotation(Name = "[Grand Archives] Ember 53410290")]
+ GrandArchivesEmber = 53410290,
- [Annotation(Name = "[Grand Archives] Blessed Gem 53410300")]
- GrandArchivesBlessedGem = 53410300,
+ [Annotation(Name = "[Grand Archives] Blessed Gem 53410300")]
+ GrandArchivesBlessedGem = 53410300,
- [Annotation(Name = "[Grand Archives] Titanite Chunk 53410320")]
- GrandArchivesTitaniteChunk_______ = 53410320,
+ [Annotation(Name = "[Grand Archives] Titanite Chunk 53410320")]
+ GrandArchivesTitaniteChunk_______ = 53410320,
- [Annotation(Name = "[Grand Archives] Large Soul of a Crestfallen Knight 53410330")]
- GrandArchivesLargeSoulOfaCrestfallenKnight_ = 53410330,
+ [Annotation(Name = "[Grand Archives] Large Soul of a Crestfallen Knight 53410330")]
+ GrandArchivesLargeSoulOfaCrestfallenKnight_ = 53410330,
- [Annotation(Name = "[Grand Archives] Avelyn 53410350")]
- GrandArchivesAvelyn = 53410350,
+ [Annotation(Name = "[Grand Archives] Avelyn 53410350")]
+ GrandArchivesAvelyn = 53410350,
- [Annotation(Name = "[Grand Archives] Titanite Chunk 53410360")]
- GrandArchivesTitaniteChunk________ = 53410360,
+ [Annotation(Name = "[Grand Archives] Titanite Chunk 53410360")]
+ GrandArchivesTitaniteChunk________ = 53410360,
- [Annotation(Name = "[Grand Archives] Hunter's Ring 53410370")]
- GrandArchivesHuntersRing = 53410370,
+ [Annotation(Name = "[Grand Archives] Hunter's Ring 53410370")]
+ GrandArchivesHuntersRing = 53410370,
- [Annotation(Name = "[Grand Archives] Divine Pillars of Light 53410380")]
- GrandArchivesDivinePillarsOfLight = 53410380,
+ [Annotation(Name = "[Grand Archives] Divine Pillars of Light 53410380")]
+ GrandArchivesDivinePillarsOfLight = 53410380,
- [Annotation(Name = "[Grand Archives] Titanite Chunk 53410410")]
- GrandArchivesTitaniteChunk_________ = 53410410,
+ [Annotation(Name = "[Grand Archives] Titanite Chunk 53410410")]
+ GrandArchivesTitaniteChunk_________ = 53410410,
- [Annotation(Name = "[Grand Archives] Power Within 53410420")]
- GrandArchivesPowerWithin = 53410420,
+ [Annotation(Name = "[Grand Archives] Power Within 53410420")]
+ GrandArchivesPowerWithin = 53410420,
- [Annotation(Name = "[Grand Archives] Sage Ring+1 53410450")]
- GrandArchivesSageRing1 = 53410450,
+ [Annotation(Name = "[Grand Archives] Sage Ring+1 53410450")]
+ GrandArchivesSageRing1 = 53410450,
- [Annotation(Name = "[Grand Archives] Lingering Dragoncrest Ring+2 53410470")]
- GrandArchivesLingeringDragoncrestRing2 = 53410470,
+ [Annotation(Name = "[Grand Archives] Lingering Dragoncrest Ring+2 53410470")]
+ GrandArchivesLingeringDragoncrestRing2 = 53410470,
- [Annotation(Name = "[Grand Archives] Divine Blessing 53410500")]
- GrandArchivesDivineBlessing = 53410500,
+ [Annotation(Name = "[Grand Archives] Divine Blessing 53410500")]
+ GrandArchivesDivineBlessing = 53410500,
- [Annotation(Name = "[Grand Archives] Twinkling Titanite 53410510")]
- GrandArchivesTwinklingTitanite = 53410510,
+ [Annotation(Name = "[Grand Archives] Twinkling Titanite 53410510")]
+ GrandArchivesTwinklingTitanite = 53410510,
- [Annotation(Name = "[Grand Archives] Witch's Locks 53410520")]
- GrandArchivesWitchsLocks = 53410520,
+ [Annotation(Name = "[Grand Archives] Witch's Locks 53410520")]
+ GrandArchivesWitchsLocks = 53410520,
- [Annotation(Name = "[Grand Archives] Titanite Slab 53410530")]
- GrandArchivesTitaniteSlab = 53410530,
+ [Annotation(Name = "[Grand Archives] Titanite Slab 53410530")]
+ GrandArchivesTitaniteSlab = 53410530,
- [Annotation(Name = "[Grand Archives] Titanite Scale 53410540")]
- GrandArchivesTitaniteScale______ = 53410540,
+ [Annotation(Name = "[Grand Archives] Titanite Scale 53410540")]
+ GrandArchivesTitaniteScale______ = 53410540,
- [Annotation(Name = "[Grand Archives] Soul Stream 53410600")]
- GrandArchivesSoulStream = 53410600,
+ [Annotation(Name = "[Grand Archives] Soul Stream 53410600")]
+ GrandArchivesSoulStream = 53410600,
- [Annotation(Name = "[Grand Archives] Scholar Ring 53410610")]
- GrandArchivesScholarRing = 53410610,
+ [Annotation(Name = "[Grand Archives] Scholar Ring 53410610")]
+ GrandArchivesScholarRing = 53410610,
- [Annotation(Name = "[Grand Archives] Undead Bone Shard 53410620")]
- GrandArchivesUndeadBoneShard = 53410620,
+ [Annotation(Name = "[Grand Archives] Undead Bone Shard 53410620")]
+ GrandArchivesUndeadBoneShard = 53410620,
- [Annotation(Name = "[Cathedral of the Deep] Notched Whip 53500000")]
- CathedralOfTheDeepNotchedWhip = 53500000,
+ [Annotation(Name = "[Cathedral of the Deep] Notched Whip 53500000")]
+ CathedralOfTheDeepNotchedWhip = 53500000,
- [Annotation(Name = "[Cathedral of the Deep] Titanite Shard 53500010")]
- CathedralOfTheDeepTitaniteShard = 53500010,
+ [Annotation(Name = "[Cathedral of the Deep] Titanite Shard 53500010")]
+ CathedralOfTheDeepTitaniteShard = 53500010,
- [Annotation(Name = "[Cathedral of the Deep] Astora Greatsword 53500020")]
- CathedralOfTheDeepAstoraGreatsword = 53500020,
+ [Annotation(Name = "[Cathedral of the Deep] Astora Greatsword 53500020")]
+ CathedralOfTheDeepAstoraGreatsword = 53500020,
- [Annotation(Name = "[Cathedral of the Deep] Executioner's Greatsword 53500030")]
- CathedralOfTheDeepExecutionersGreatsword = 53500030,
+ [Annotation(Name = "[Cathedral of the Deep] Executioner's Greatsword 53500030")]
+ CathedralOfTheDeepExecutionersGreatsword = 53500030,
- [Annotation(Name = "[Cathedral of the Deep] Undead Bone Shard 53500040")]
- CathedralOfTheDeepUndeadBoneShard = 53500040,
+ [Annotation(Name = "[Cathedral of the Deep] Undead Bone Shard 53500040")]
+ CathedralOfTheDeepUndeadBoneShard = 53500040,
- [Annotation(Name = "[Cathedral of the Deep] Curse Ward Greatshield 53500050")]
- CathedralOfTheDeepCurseWardGreatshield = 53500050,
+ [Annotation(Name = "[Cathedral of the Deep] Curse Ward Greatshield 53500050")]
+ CathedralOfTheDeepCurseWardGreatshield = 53500050,
- [Annotation(Name = "[Cathedral of the Deep] Titanite Shard 53500060")]
- CathedralOfTheDeepTitaniteShard_ = 53500060,
+ [Annotation(Name = "[Cathedral of the Deep] Titanite Shard 53500060")]
+ CathedralOfTheDeepTitaniteShard_ = 53500060,
- [Annotation(Name = "[Cathedral of the Deep] Large Soul of an Unknown Traveler 53500070")]
- CathedralOfTheDeepLargeSoulOfanUnknownTraveler = 53500070,
+ [Annotation(Name = "[Cathedral of the Deep] Large Soul of an Unknown Traveler 53500070")]
+ CathedralOfTheDeepLargeSoulOfanUnknownTraveler = 53500070,
- [Annotation(Name = "[Cathedral of the Deep] Paladin's Ashes 53500080")]
- CathedralOfTheDeepPaladinsAshes = 53500080,
+ [Annotation(Name = "[Cathedral of the Deep] Paladin's Ashes 53500080")]
+ CathedralOfTheDeepPaladinsAshes = 53500080,
- [Annotation(Name = "[Cathedral of the Deep] Arbalest 53500090")]
- CathedralOfTheDeepArbalest = 53500090,
+ [Annotation(Name = "[Cathedral of the Deep] Arbalest 53500090")]
+ CathedralOfTheDeepArbalest = 53500090,
- [Annotation(Name = "[Cathedral of the Deep] Ember 53500110")]
- CathedralOfTheDeepEmber = 53500110,
+ [Annotation(Name = "[Cathedral of the Deep] Ember 53500110")]
+ CathedralOfTheDeepEmber = 53500110,
- [Annotation(Name = "[Cathedral of the Deep] Ember 53500130")]
- CathedralOfTheDeepEmber_ = 53500130,
+ [Annotation(Name = "[Cathedral of the Deep] Ember 53500130")]
+ CathedralOfTheDeepEmber_ = 53500130,
- [Annotation(Name = "[Cathedral of the Deep] Poisonbite Ring 53500140")]
- CathedralOfTheDeepPoisonbiteRing = 53500140,
+ [Annotation(Name = "[Cathedral of the Deep] Poisonbite Ring 53500140")]
+ CathedralOfTheDeepPoisonbiteRing = 53500140,
- [Annotation(Name = "[Cathedral of the Deep] Drang Armor 53500150")]
- CathedralOfTheDeepDrangArmor = 53500150,
+ [Annotation(Name = "[Cathedral of the Deep] Drang Armor 53500150")]
+ CathedralOfTheDeepDrangArmor = 53500150,
- [Annotation(Name = "[Cathedral of the Deep] Ember 53500160")]
- CathedralOfTheDeepEmber__ = 53500160,
+ [Annotation(Name = "[Cathedral of the Deep] Ember 53500160")]
+ CathedralOfTheDeepEmber__ = 53500160,
- [Annotation(Name = "[Cathedral of the Deep] Duel Charm 53500170")]
- CathedralOfTheDeepDuelCharm = 53500170,
+ [Annotation(Name = "[Cathedral of the Deep] Duel Charm 53500170")]
+ CathedralOfTheDeepDuelCharm = 53500170,
- [Annotation(Name = "[Cathedral of the Deep] Seek Guidance 53500180")]
- CathedralOfTheDeepSeekGuidance = 53500180,
+ [Annotation(Name = "[Cathedral of the Deep] Seek Guidance 53500180")]
+ CathedralOfTheDeepSeekGuidance = 53500180,
- [Annotation(Name = "[Cathedral of the Deep] Estus Shard 53500200")]
- CathedralOfTheDeepEstusShard = 53500200,
+ [Annotation(Name = "[Cathedral of the Deep] Estus Shard 53500200")]
+ CathedralOfTheDeepEstusShard = 53500200,
- [Annotation(Name = "[Cathedral of the Deep] Maiden Hood 53500210")]
- CathedralOfTheDeepMaidenHood = 53500210,
+ [Annotation(Name = "[Cathedral of the Deep] Maiden Hood 53500210")]
+ CathedralOfTheDeepMaidenHood = 53500210,
- [Annotation(Name = "[Cathedral of the Deep] Pale Tongue 53500220")]
- CathedralOfTheDeepPaleTongue = 53500220,
+ [Annotation(Name = "[Cathedral of the Deep] Pale Tongue 53500220")]
+ CathedralOfTheDeepPaleTongue = 53500220,
- [Annotation(Name = "[Cathedral of the Deep] Fading Soul 53500230")]
- CathedralOfTheDeepFadingSoul = 53500230,
+ [Annotation(Name = "[Cathedral of the Deep] Fading Soul 53500230")]
+ CathedralOfTheDeepFadingSoul = 53500230,
- [Annotation(Name = "[Cathedral of the Deep] Blessed Gem 53500240")]
- CathedralOfTheDeepBlessedGem = 53500240,
+ [Annotation(Name = "[Cathedral of the Deep] Blessed Gem 53500240")]
+ CathedralOfTheDeepBlessedGem = 53500240,
- [Annotation(Name = "[Cathedral of the Deep] Red Bug Pellet 53500260")]
- CathedralOfTheDeepRedBugPellet = 53500260,
+ [Annotation(Name = "[Cathedral of the Deep] Red Bug Pellet 53500260")]
+ CathedralOfTheDeepRedBugPellet = 53500260,
- [Annotation(Name = "[Cathedral of the Deep] Soul of a Nameless Soldier 53500270")]
- CathedralOfTheDeepSoulOfaNamelessSoldier = 53500270,
+ [Annotation(Name = "[Cathedral of the Deep] Soul of a Nameless Soldier 53500270")]
+ CathedralOfTheDeepSoulOfaNamelessSoldier = 53500270,
- [Annotation(Name = "[Cathedral of the Deep] Duel Charm 53500280")]
- CathedralOfTheDeepDuelCharm_ = 53500280,
+ [Annotation(Name = "[Cathedral of the Deep] Duel Charm 53500280")]
+ CathedralOfTheDeepDuelCharm_ = 53500280,
- [Annotation(Name = "[Cathedral of the Deep] Large Soul of an Unknown Traveler 53500300")]
- CathedralOfTheDeepLargeSoulOfanUnknownTraveler_ = 53500300,
+ [Annotation(Name = "[Cathedral of the Deep] Large Soul of an Unknown Traveler 53500300")]
+ CathedralOfTheDeepLargeSoulOfanUnknownTraveler_ = 53500300,
- [Annotation(Name = "[Cathedral of the Deep] Ember 53500310")]
- CathedralOfTheDeepEmber___ = 53500310,
+ [Annotation(Name = "[Cathedral of the Deep] Ember 53500310")]
+ CathedralOfTheDeepEmber___ = 53500310,
- [Annotation(Name = "[Cathedral of the Deep] Repair Powder 53500320")]
- CathedralOfTheDeepRepairPowder = 53500320,
+ [Annotation(Name = "[Cathedral of the Deep] Repair Powder 53500320")]
+ CathedralOfTheDeepRepairPowder = 53500320,
- [Annotation(Name = "[Cathedral of the Deep] Large Soul of an Unknown Traveler 53500330")]
- CathedralOfTheDeepLargeSoulOfanUnknownTraveler__ = 53500330,
+ [Annotation(Name = "[Cathedral of the Deep] Large Soul of an Unknown Traveler 53500330")]
+ CathedralOfTheDeepLargeSoulOfanUnknownTraveler__ = 53500330,
- [Annotation(Name = "[Cathedral of the Deep] Large Soul of an Unknown Traveler 53500340")]
- CathedralOfTheDeepLargeSoulOfanUnknownTraveler___ = 53500340,
+ [Annotation(Name = "[Cathedral of the Deep] Large Soul of an Unknown Traveler 53500340")]
+ CathedralOfTheDeepLargeSoulOfanUnknownTraveler___ = 53500340,
- [Annotation(Name = "[Cathedral of the Deep] Undead Hunter Charm 53500370")]
- CathedralOfTheDeepUndeadHunterCharm = 53500370,
+ [Annotation(Name = "[Cathedral of the Deep] Undead Hunter Charm 53500370")]
+ CathedralOfTheDeepUndeadHunterCharm = 53500370,
- [Annotation(Name = "[Cathedral of the Deep] Red Bug Pellet 53500380")]
- CathedralOfTheDeepRedBugPellet_ = 53500380,
+ [Annotation(Name = "[Cathedral of the Deep] Red Bug Pellet 53500380")]
+ CathedralOfTheDeepRedBugPellet_ = 53500380,
- [Annotation(Name = "[Cathedral of the Deep] Titanite Shard 53500390")]
- CathedralOfTheDeepTitaniteShard__ = 53500390,
+ [Annotation(Name = "[Cathedral of the Deep] Titanite Shard 53500390")]
+ CathedralOfTheDeepTitaniteShard__ = 53500390,
- [Annotation(Name = "[Cathedral of the Deep] Titanite Shard 53500400")]
- CathedralOfTheDeepTitaniteShard___ = 53500400,
+ [Annotation(Name = "[Cathedral of the Deep] Titanite Shard 53500400")]
+ CathedralOfTheDeepTitaniteShard___ = 53500400,
- [Annotation(Name = "[Cathedral of the Deep] Rusted Coin 53500420")]
- CathedralOfTheDeepRustedCoin = 53500420,
+ [Annotation(Name = "[Cathedral of the Deep] Rusted Coin 53500420")]
+ CathedralOfTheDeepRustedCoin = 53500420,
- [Annotation(Name = "[Cathedral of the Deep] Drang Hammers 53500430")]
- CathedralOfTheDeepDrangHammers = 53500430,
+ [Annotation(Name = "[Cathedral of the Deep] Drang Hammers 53500430")]
+ CathedralOfTheDeepDrangHammers = 53500430,
- [Annotation(Name = "[Cathedral of the Deep] Drang Shoes 53500450")]
- CathedralOfTheDeepDrangShoes = 53500450,
+ [Annotation(Name = "[Cathedral of the Deep] Drang Shoes 53500450")]
+ CathedralOfTheDeepDrangShoes = 53500450,
- [Annotation(Name = "[Cathedral of the Deep] Large Soul of an Unknown Traveler 53500460")]
- CathedralOfTheDeepLargeSoulOfanUnknownTraveler____ = 53500460,
+ [Annotation(Name = "[Cathedral of the Deep] Large Soul of an Unknown Traveler 53500460")]
+ CathedralOfTheDeepLargeSoulOfanUnknownTraveler____ = 53500460,
- [Annotation(Name = "[Cathedral of the Deep] Pale Tongue 53500470")]
- CathedralOfTheDeepPaleTongue_ = 53500470,
+ [Annotation(Name = "[Cathedral of the Deep] Pale Tongue 53500470")]
+ CathedralOfTheDeepPaleTongue_ = 53500470,
- [Annotation(Name = "[Cathedral of the Deep] Drang Gauntlets 53500480")]
- CathedralOfTheDeepDrangGauntlets = 53500480,
+ [Annotation(Name = "[Cathedral of the Deep] Drang Gauntlets 53500480")]
+ CathedralOfTheDeepDrangGauntlets = 53500480,
- [Annotation(Name = "[Cathedral of the Deep] Soul of a Nameless Soldier 53500490")]
- CathedralOfTheDeepSoulOfaNamelessSoldier_ = 53500490,
+ [Annotation(Name = "[Cathedral of the Deep] Soul of a Nameless Soldier 53500490")]
+ CathedralOfTheDeepSoulOfaNamelessSoldier_ = 53500490,
- [Annotation(Name = "[Cathedral of the Deep] Helm of Thorns 53500500")]
- CathedralOfTheDeepHelmOfThorns = 53500500,
+ [Annotation(Name = "[Cathedral of the Deep] Helm of Thorns 53500500")]
+ CathedralOfTheDeepHelmOfThorns = 53500500,
- [Annotation(Name = "[Cathedral of the Deep] Exploding Bolt 53500540")]
- CathedralOfTheDeepExplodingBolt = 53500540,
+ [Annotation(Name = "[Cathedral of the Deep] Exploding Bolt 53500540")]
+ CathedralOfTheDeepExplodingBolt = 53500540,
- [Annotation(Name = "[Cathedral of the Deep] Lloyd's Sword Ring 53500550")]
- CathedralOfTheDeepLloydsSwordRing = 53500550,
+ [Annotation(Name = "[Cathedral of the Deep] Lloyd's Sword Ring 53500550")]
+ CathedralOfTheDeepLloydsSwordRing = 53500550,
- [Annotation(Name = "[Cathedral of the Deep] Soul of a Nameless Soldier 53500560")]
- CathedralOfTheDeepSoulOfaNamelessSoldier__ = 53500560,
+ [Annotation(Name = "[Cathedral of the Deep] Soul of a Nameless Soldier 53500560")]
+ CathedralOfTheDeepSoulOfaNamelessSoldier__ = 53500560,
- [Annotation(Name = "[Cathedral of the Deep] Homeward Bone 53500620")]
- CathedralOfTheDeepHomewardBone = 53500620,
+ [Annotation(Name = "[Cathedral of the Deep] Homeward Bone 53500620")]
+ CathedralOfTheDeepHomewardBone = 53500620,
- [Annotation(Name = "[Cathedral of the Deep] Deep Gem 53500630")]
- CathedralOfTheDeepDeepGem = 53500630,
+ [Annotation(Name = "[Cathedral of the Deep] Deep Gem 53500630")]
+ CathedralOfTheDeepDeepGem = 53500630,
- [Annotation(Name = "[Cathedral of the Deep] Titanite Shard 53500680")]
- CathedralOfTheDeepTitaniteShard____ = 53500680,
+ [Annotation(Name = "[Cathedral of the Deep] Titanite Shard 53500680")]
+ CathedralOfTheDeepTitaniteShard____ = 53500680,
- [Annotation(Name = "[Cathedral of the Deep] Large Soul of an Unknown Traveler 53500690")]
- CathedralOfTheDeepLargeSoulOfanUnknownTraveler_____ = 53500690,
+ [Annotation(Name = "[Cathedral of the Deep] Large Soul of an Unknown Traveler 53500690")]
+ CathedralOfTheDeepLargeSoulOfanUnknownTraveler_____ = 53500690,
- [Annotation(Name = "[Cathedral of the Deep] Ring of the Evil Eye+1 53500800")]
- CathedralOfTheDeepRingOfTheEvilEye1 = 53500800,
+ [Annotation(Name = "[Cathedral of the Deep] Ring of the Evil Eye+1 53500800")]
+ CathedralOfTheDeepRingOfTheEvilEye1 = 53500800,
- [Annotation(Name = "[Cathedral of the Deep] Ring of Favor+2 53500810")]
- CathedralOfTheDeepRingOfFavor2 = 53500810,
+ [Annotation(Name = "[Cathedral of the Deep] Ring of Favor+2 53500810")]
+ CathedralOfTheDeepRingOfFavor2 = 53500810,
- [Annotation(Name = "[Cathedral of the Deep] Crest Shield 53500850")]
- CathedralOfTheDeepCrestShield = 53500850,
+ [Annotation(Name = "[Cathedral of the Deep] Crest Shield 53500850")]
+ CathedralOfTheDeepCrestShield = 53500850,
- [Annotation(Name = "[Cathedral of the Deep] Young White Branch 53500860")]
- CathedralOfTheDeepYoungWhiteBranch = 53500860,
+ [Annotation(Name = "[Cathedral of the Deep] Young White Branch 53500860")]
+ CathedralOfTheDeepYoungWhiteBranch = 53500860,
- [Annotation(Name = "[Cathedral of the Deep] Young White Branch 53500870")]
- CathedralOfTheDeepYoungWhiteBranch_ = 53500870,
+ [Annotation(Name = "[Cathedral of the Deep] Young White Branch 53500870")]
+ CathedralOfTheDeepYoungWhiteBranch_ = 53500870,
- [Annotation(Name = "[Cathedral of the Deep] Saint-tree Bellvine 53500880")]
- CathedralOfTheDeepSainttreeBellvine = 53500880,
+ [Annotation(Name = "[Cathedral of the Deep] Saint-tree Bellvine 53500880")]
+ CathedralOfTheDeepSainttreeBellvine = 53500880,
- [Annotation(Name = "[Cathedral of the Deep] Saint Bident 53500890")]
- CathedralOfTheDeepSaintBident = 53500890,
+ [Annotation(Name = "[Cathedral of the Deep] Saint Bident 53500890")]
+ CathedralOfTheDeepSaintBident = 53500890,
- [Annotation(Name = "[Cathedral of the Deep] Archdeacon White Crown 53500950")]
- CathedralOfTheDeepArchdeaconWhiteCrown = 53500950,
+ [Annotation(Name = "[Cathedral of the Deep] Archdeacon White Crown 53500950")]
+ CathedralOfTheDeepArchdeaconWhiteCrown = 53500950,
- [Annotation(Name = "Large Soul of an Unknown Traveler 53600000")]
- LargeSoulOfanUnknownTraveler = 53600000,
+ [Annotation(Name = "Large Soul of an Unknown Traveler 53600000")]
+ LargeSoulOfanUnknownTraveler = 53600000,
- [Annotation(Name = "Large Soul of an Unknown Traveler 53600010")]
- LargeSoulOfanUnknownTraveler_ = 53600010,
+ [Annotation(Name = "Large Soul of an Unknown Traveler 53600010")]
+ LargeSoulOfanUnknownTraveler_ = 53600010,
- [Annotation(Name = "Large Soul of an Unknown Traveler 53600020")]
- LargeSoulOfanUnknownTraveler__ = 53600020,
+ [Annotation(Name = "Large Soul of an Unknown Traveler 53600020")]
+ LargeSoulOfanUnknownTraveler__ = 53600020,
- [Annotation(Name = "Large Soul of an Unknown Traveler 53600030")]
- LargeSoulOfanUnknownTraveler___ = 53600030,
+ [Annotation(Name = "Large Soul of an Unknown Traveler 53600030")]
+ LargeSoulOfanUnknownTraveler___ = 53600030,
- [Annotation(Name = "Large Soul of an Unknown Traveler 53600040")]
- LargeSoulOfanUnknownTraveler____ = 53600040,
+ [Annotation(Name = "Large Soul of an Unknown Traveler 53600040")]
+ LargeSoulOfanUnknownTraveler____ = 53600040,
- [Annotation(Name = "Large Soul of an Unknown Traveler 53600050")]
- LargeSoulOfanUnknownTraveler_____ = 53600050,
+ [Annotation(Name = "Large Soul of an Unknown Traveler 53600050")]
+ LargeSoulOfanUnknownTraveler_____ = 53600050,
- [Annotation(Name = "Large Soul of an Unknown Traveler 53600060")]
- LargeSoulOfanUnknownTraveler______ = 53600060,
+ [Annotation(Name = "Large Soul of an Unknown Traveler 53600060")]
+ LargeSoulOfanUnknownTraveler______ = 53600060,
- [Annotation(Name = "Large Soul of an Unknown Traveler 53600070")]
- LargeSoulOfanUnknownTraveler_______ = 53600070,
+ [Annotation(Name = "Large Soul of an Unknown Traveler 53600070")]
+ LargeSoulOfanUnknownTraveler_______ = 53600070,
- [Annotation(Name = "Large Soul of an Unknown Traveler 53600080")]
- LargeSoulOfanUnknownTraveler________ = 53600080,
+ [Annotation(Name = "Large Soul of an Unknown Traveler 53600080")]
+ LargeSoulOfanUnknownTraveler________ = 53600080,
- [Annotation(Name = "Large Soul of an Unknown Traveler 53600090")]
- LargeSoulOfanUnknownTraveler_________ = 53600090,
+ [Annotation(Name = "Large Soul of an Unknown Traveler 53600090")]
+ LargeSoulOfanUnknownTraveler_________ = 53600090,
- [Annotation(Name = "[Irithyll] Creighton's Steel Mask 53700000")]
- IrithyllCreightonsSteelMask = 53700000,
+ [Annotation(Name = "[Irithyll] Creighton's Steel Mask 53700000")]
+ IrithyllCreightonsSteelMask = 53700000,
- [Annotation(Name = "[Irithyll] Homeward Bone 53700010")]
- IrithyllHomewardBone = 53700010,
+ [Annotation(Name = "[Irithyll] Homeward Bone 53700010")]
+ IrithyllHomewardBone = 53700010,
- [Annotation(Name = "[Irithyll] Large Soul of a Nameless Soldier 53700020")]
- IrithyllLargeSoulOfaNamelessSoldier = 53700020,
+ [Annotation(Name = "[Irithyll] Large Soul of a Nameless Soldier 53700020")]
+ IrithyllLargeSoulOfaNamelessSoldier = 53700020,
- [Annotation(Name = "[Irithyll] Large Titanite Shard 53700030")]
- IrithyllLargeTitaniteShard = 53700030,
+ [Annotation(Name = "[Irithyll] Large Titanite Shard 53700030")]
+ IrithyllLargeTitaniteShard = 53700030,
- [Annotation(Name = "[Irithyll] Soul of a Weary Warrior 53700040")]
- IrithyllSoulOfaWearyWarrior = 53700040,
+ [Annotation(Name = "[Irithyll] Soul of a Weary Warrior 53700040")]
+ IrithyllSoulOfaWearyWarrior = 53700040,
- [Annotation(Name = "[Irithyll] Soul of a Weary Warrior 53700050")]
- IrithyllSoulOfaWearyWarrior_ = 53700050,
+ [Annotation(Name = "[Irithyll] Soul of a Weary Warrior 53700050")]
+ IrithyllSoulOfaWearyWarrior_ = 53700050,
- [Annotation(Name = "[Irithyll] Rime-blue Moss Clump 53700060")]
- IrithyllRimeblueMossClump = 53700060,
+ [Annotation(Name = "[Irithyll] Rime-blue Moss Clump 53700060")]
+ IrithyllRimeblueMossClump = 53700060,
- [Annotation(Name = "[Irithyll] Witchtree Branch 53700070")]
- IrithyllWitchtreeBranch = 53700070,
+ [Annotation(Name = "[Irithyll] Witchtree Branch 53700070")]
+ IrithyllWitchtreeBranch = 53700070,
- [Annotation(Name = "[Irithyll] Large Titanite Shard 53700080")]
- IrithyllLargeTitaniteShard_ = 53700080,
+ [Annotation(Name = "[Irithyll] Large Titanite Shard 53700080")]
+ IrithyllLargeTitaniteShard_ = 53700080,
- [Annotation(Name = "[Irithyll] Estus Shard 53700090")]
- IrithyllEstusShard = 53700090,
+ [Annotation(Name = "[Irithyll] Estus Shard 53700090")]
+ IrithyllEstusShard = 53700090,
- [Annotation(Name = "[Irithyll] Budding Green Blossom 53700100")]
- IrithyllBuddingGreenBlossom = 53700100,
+ [Annotation(Name = "[Irithyll] Budding Green Blossom 53700100")]
+ IrithyllBuddingGreenBlossom = 53700100,
- [Annotation(Name = "[Irithyll] Rime-blue Moss Clump 53700110")]
- IrithyllRimeblueMossClump_ = 53700110,
+ [Annotation(Name = "[Irithyll] Rime-blue Moss Clump 53700110")]
+ IrithyllRimeblueMossClump_ = 53700110,
- [Annotation(Name = "[Irithyll] Large Titanite Shard 53700120")]
- IrithyllLargeTitaniteShard__ = 53700120,
+ [Annotation(Name = "[Irithyll] Large Titanite Shard 53700120")]
+ IrithyllLargeTitaniteShard__ = 53700120,
- [Annotation(Name = "[Irithyll] Large Titanite Shard 53700130")]
- IrithyllLargeTitaniteShard___ = 53700130,
+ [Annotation(Name = "[Irithyll] Large Titanite Shard 53700130")]
+ IrithyllLargeTitaniteShard___ = 53700130,
- [Annotation(Name = "[Irithyll] Ring of the Sun's First Born 53700140")]
- IrithyllRingOfTheSunsFirstBorn = 53700140,
+ [Annotation(Name = "[Irithyll] Ring of the Sun's First Born 53700140")]
+ IrithyllRingOfTheSunsFirstBorn = 53700140,
- [Annotation(Name = "[Irithyll] Large Soul of a Nameless Soldier 53700150")]
- IrithyllLargeSoulOfaNamelessSoldier_ = 53700150,
+ [Annotation(Name = "[Irithyll] Large Soul of a Nameless Soldier 53700150")]
+ IrithyllLargeSoulOfaNamelessSoldier_ = 53700150,
- [Annotation(Name = "[Irithyll] Large Titanite Shard 53700160")]
- IrithyllLargeTitaniteShard____ = 53700160,
+ [Annotation(Name = "[Irithyll] Large Titanite Shard 53700160")]
+ IrithyllLargeTitaniteShard____ = 53700160,
- [Annotation(Name = "[Irithyll] Large Titanite Shard 53700170")]
- IrithyllLargeTitaniteShard_____ = 53700170,
+ [Annotation(Name = "[Irithyll] Large Titanite Shard 53700170")]
+ IrithyllLargeTitaniteShard_____ = 53700170,
- [Annotation(Name = "[Irithyll] Soul of a Weary Warrior 53700180")]
- IrithyllSoulOfaWearyWarrior__ = 53700180,
+ [Annotation(Name = "[Irithyll] Soul of a Weary Warrior 53700180")]
+ IrithyllSoulOfaWearyWarrior__ = 53700180,
- [Annotation(Name = "[Irithyll] Magic Clutch Ring 53700190")]
- IrithyllMagicClutchRing = 53700190,
+ [Annotation(Name = "[Irithyll] Magic Clutch Ring 53700190")]
+ IrithyllMagicClutchRing = 53700190,
- [Annotation(Name = "[Irithyll] Fading Soul 53700200")]
- IrithyllFadingSoul = 53700200,
+ [Annotation(Name = "[Irithyll] Fading Soul 53700200")]
+ IrithyllFadingSoul = 53700200,
- [Annotation(Name = "[Irithyll] Fading Soul 53700210")]
- IrithyllFadingSoul_ = 53700210,
+ [Annotation(Name = "[Irithyll] Fading Soul 53700210")]
+ IrithyllFadingSoul_ = 53700210,
- [Annotation(Name = "[Anor Londo] Painting Guardian's Curved Sword 53700220")]
- AnorLondoPaintingGuardiansCurvedSword = 53700220,
+ [Annotation(Name = "[Anor Londo] Painting Guardian's Curved Sword 53700220")]
+ AnorLondoPaintingGuardiansCurvedSword = 53700220,
- [Annotation(Name = "[Irithyll] Homeward Bone 53700230")]
- IrithyllHomewardBone_ = 53700230,
+ [Annotation(Name = "[Irithyll] Homeward Bone 53700230")]
+ IrithyllHomewardBone_ = 53700230,
- [Annotation(Name = "[Irithyll] Undead Bone Shard 53700240")]
- IrithyllUndeadBoneShard = 53700240,
+ [Annotation(Name = "[Irithyll] Undead Bone Shard 53700240")]
+ IrithyllUndeadBoneShard = 53700240,
- [Annotation(Name = "[Irithyll] Kukri 53700250")]
- IrithyllKukri = 53700250,
+ [Annotation(Name = "[Irithyll] Kukri 53700250")]
+ IrithyllKukri = 53700250,
- [Annotation(Name = "[Irithyll] Rusted Gold Coin 53700260")]
- IrithyllRustedGoldCoin = 53700260,
+ [Annotation(Name = "[Irithyll] Rusted Gold Coin 53700260")]
+ IrithyllRustedGoldCoin = 53700260,
- [Annotation(Name = "[Irithyll] Brass Helm 53700270")]
- IrithyllBrassHelm = 53700270,
+ [Annotation(Name = "[Irithyll] Brass Helm 53700270")]
+ IrithyllBrassHelm = 53700270,
- [Annotation(Name = "[Irithyll] Blue Bug Pellet 53700280")]
- IrithyllBlueBugPellet = 53700280,
+ [Annotation(Name = "[Irithyll] Blue Bug Pellet 53700280")]
+ IrithyllBlueBugPellet = 53700280,
- [Annotation(Name = "[Irithyll] Shriving Stone 53700290")]
- IrithyllShrivingStone = 53700290,
+ [Annotation(Name = "[Irithyll] Shriving Stone 53700290")]
+ IrithyllShrivingStone = 53700290,
- [Annotation(Name = "[Irithyll] Human Dregs 53700300")]
- IrithyllHumanDregs = 53700300,
+ [Annotation(Name = "[Irithyll] Human Dregs 53700300")]
+ IrithyllHumanDregs = 53700300,
- [Annotation(Name = "[Irithyll] Roster of Knights 6782")]
- IrithyllRosterOfKnights = 6782,
+ [Annotation(Name = "[Irithyll] Roster of Knights 6782")]
+ IrithyllRosterOfKnights = 6782,
- [Annotation(Name = "[Irithyll] Blood Gem 53700320")]
- IrithyllBloodGem = 53700320,
+ [Annotation(Name = "[Irithyll] Blood Gem 53700320")]
+ IrithyllBloodGem = 53700320,
- [Annotation(Name = "[Irithyll] Green Blossom 53700330")]
- IrithyllGreenBlossom = 53700330,
+ [Annotation(Name = "[Irithyll] Green Blossom 53700330")]
+ IrithyllGreenBlossom = 53700330,
- [Annotation(Name = "[Irithyll] Ring of Sacrifice 53700340")]
- IrithyllRingOfSacrifice = 53700340,
+ [Annotation(Name = "[Irithyll] Ring of Sacrifice 53700340")]
+ IrithyllRingOfSacrifice = 53700340,
- [Annotation(Name = "[Irithyll] Great Heal 53700350")]
- IrithyllGreatHeal = 53700350,
+ [Annotation(Name = "[Irithyll] Great Heal 53700350")]
+ IrithyllGreatHeal = 53700350,
- [Annotation(Name = "[Irithyll] Large Soul of a Nameless Soldier 53700360")]
- IrithyllLargeSoulOfaNamelessSoldier__ = 53700360,
+ [Annotation(Name = "[Irithyll] Large Soul of a Nameless Soldier 53700360")]
+ IrithyllLargeSoulOfaNamelessSoldier__ = 53700360,
- [Annotation(Name = "[Irithyll] Green Blossom 53700370")]
- IrithyllGreenBlossom_ = 53700370,
+ [Annotation(Name = "[Irithyll] Green Blossom 53700370")]
+ IrithyllGreenBlossom_ = 53700370,
- [Annotation(Name = "[Irithyll] Dung Pie 53700380")]
- IrithyllDungPie = 53700380,
+ [Annotation(Name = "[Irithyll] Dung Pie 53700380")]
+ IrithyllDungPie = 53700380,
- [Annotation(Name = "[Irithyll] Dung Pie 53700390")]
- IrithyllDungPie_ = 53700390,
+ [Annotation(Name = "[Irithyll] Dung Pie 53700390")]
+ IrithyllDungPie_ = 53700390,
- [Annotation(Name = "[Irithyll] Excrement-covered Ashes 53700400")]
- IrithyllExcrementcoveredAshes = 53700400,
+ [Annotation(Name = "[Irithyll] Excrement-covered Ashes 53700400")]
+ IrithyllExcrementcoveredAshes = 53700400,
- [Annotation(Name = "[Irithyll] Ember 53700410")]
- IrithyllEmber = 53700410,
+ [Annotation(Name = "[Irithyll] Ember 53700410")]
+ IrithyllEmber = 53700410,
- [Annotation(Name = "[Irithyll] Large Titanite Shard 53700420")]
- IrithyllLargeTitaniteShard______ = 53700420,
+ [Annotation(Name = "[Irithyll] Large Titanite Shard 53700420")]
+ IrithyllLargeTitaniteShard______ = 53700420,
- [Annotation(Name = "[Irithyll] Large Soul of a Nameless Soldier 53700430")]
- IrithyllLargeSoulOfaNamelessSoldier___ = 53700430,
+ [Annotation(Name = "[Irithyll] Large Soul of a Nameless Soldier 53700430")]
+ IrithyllLargeSoulOfaNamelessSoldier___ = 53700430,
- [Annotation(Name = "[Irithyll] Soul of a Weary Warrior 53700440")]
- IrithyllSoulOfaWearyWarrior___ = 53700440,
+ [Annotation(Name = "[Irithyll] Soul of a Weary Warrior 53700440")]
+ IrithyllSoulOfaWearyWarrior___ = 53700440,
- [Annotation(Name = "[Irithyll] Large Titanite Shard 53700450")]
- IrithyllLargeTitaniteShard_______ = 53700450,
+ [Annotation(Name = "[Irithyll] Large Titanite Shard 53700450")]
+ IrithyllLargeTitaniteShard_______ = 53700450,
- [Annotation(Name = "[Irithyll] Blue Bug Pellet 53700460")]
- IrithyllBlueBugPellet_ = 53700460,
+ [Annotation(Name = "[Irithyll] Blue Bug Pellet 53700460")]
+ IrithyllBlueBugPellet_ = 53700460,
- [Annotation(Name = "[Irithyll] Ember 53700470")]
- IrithyllEmber_ = 53700470,
+ [Annotation(Name = "[Irithyll] Ember 53700470")]
+ IrithyllEmber_ = 53700470,
- [Annotation(Name = "[Irithyll] Large Titanite Shard 53700480")]
- IrithyllLargeTitaniteShard________ = 53700480,
+ [Annotation(Name = "[Irithyll] Large Titanite Shard 53700480")]
+ IrithyllLargeTitaniteShard________ = 53700480,
- [Annotation(Name = "[Irithyll] Large Titanite Shard 53700490")]
- IrithyllLargeTitaniteShard_________ = 53700490,
+ [Annotation(Name = "[Irithyll] Large Titanite Shard 53700490")]
+ IrithyllLargeTitaniteShard_________ = 53700490,
- [Annotation(Name = "[Irithyll] Soul of a Weary Warrior 53700500")]
- IrithyllSoulOfaWearyWarrior____ = 53700500,
+ [Annotation(Name = "[Irithyll] Soul of a Weary Warrior 53700500")]
+ IrithyllSoulOfaWearyWarrior____ = 53700500,
- [Annotation(Name = "[Irithyll] Ember 53700510")]
- IrithyllEmber__ = 53700510,
+ [Annotation(Name = "[Irithyll] Ember 53700510")]
+ IrithyllEmber__ = 53700510,
- [Annotation(Name = "[Irithyll] Ember 53700520")]
- IrithyllEmber___ = 53700520,
+ [Annotation(Name = "[Irithyll] Ember 53700520")]
+ IrithyllEmber___ = 53700520,
- [Annotation(Name = "[Irithyll] Large Titanite Shard 53700530")]
- IrithyllLargeTitaniteShard__________ = 53700530,
+ [Annotation(Name = "[Irithyll] Large Titanite Shard 53700530")]
+ IrithyllLargeTitaniteShard__________ = 53700530,
- [Annotation(Name = "[Irithyll] Dark Stoneplate Ring 53700540")]
- IrithyllDarkStoneplateRing = 53700540,
+ [Annotation(Name = "[Irithyll] Dark Stoneplate Ring 53700540")]
+ IrithyllDarkStoneplateRing = 53700540,
- [Annotation(Name = "[Irithyll] Large Titanite Shard 53700550")]
- IrithyllLargeTitaniteShard___________ = 53700550,
+ [Annotation(Name = "[Irithyll] Large Titanite Shard 53700550")]
+ IrithyllLargeTitaniteShard___________ = 53700550,
- [Annotation(Name = "[Irithyll] Green Blossom 53700560")]
- IrithyllGreenBlossom__ = 53700560,
+ [Annotation(Name = "[Irithyll] Green Blossom 53700560")]
+ IrithyllGreenBlossom__ = 53700560,
- [Annotation(Name = "[Irithyll] Deep Gem 53700600")]
- IrithyllDeepGem = 53700600,
+ [Annotation(Name = "[Irithyll] Deep Gem 53700600")]
+ IrithyllDeepGem = 53700600,
- [Annotation(Name = "[Irithyll] Titanite Scale 53700610")]
- IrithyllTitaniteScale = 53700610,
+ [Annotation(Name = "[Irithyll] Titanite Scale 53700610")]
+ IrithyllTitaniteScale = 53700610,
- [Annotation(Name = "[Irithyll] Dragonslayer Greatbow 53700620")]
- IrithyllDragonslayerGreatbow = 53700620,
+ [Annotation(Name = "[Irithyll] Dragonslayer Greatbow 53700620")]
+ IrithyllDragonslayerGreatbow = 53700620,
- [Annotation(Name = "[Irithyll] Easterner's Ashes 53700630")]
- IrithyllEasternersAshes = 53700630,
+ [Annotation(Name = "[Irithyll] Easterner's Ashes 53700630")]
+ IrithyllEasternersAshes = 53700630,
- [Annotation(Name = "[Anor Londo] Painting Guardian Hood 53700640")]
- AnorLondoPaintingGuardianHood = 53700640,
+ [Annotation(Name = "[Anor Londo] Painting Guardian Hood 53700640")]
+ AnorLondoPaintingGuardianHood = 53700640,
- [Annotation(Name = "[Anor Londo] Soul of a Crestfallen Knight 53700660")]
- AnorLondoSoulOfaCrestfallenKnight = 53700660,
+ [Annotation(Name = "[Anor Londo] Soul of a Crestfallen Knight 53700660")]
+ AnorLondoSoulOfaCrestfallenKnight = 53700660,
- [Annotation(Name = "[Irithyll] Lightning Gem 53700670")]
- IrithyllLightningGem = 53700670,
+ [Annotation(Name = "[Irithyll] Lightning Gem 53700670")]
+ IrithyllLightningGem = 53700670,
- [Annotation(Name = "[Anor Londo] Moonlight Arrow 53700690")]
- AnorLondoMoonlightArrow = 53700690,
+ [Annotation(Name = "[Anor Londo] Moonlight Arrow 53700690")]
+ AnorLondoMoonlightArrow = 53700690,
- [Annotation(Name = "[Irithyll] Proof of a Concord Kept 53700700")]
- IrithyllProofOfaConcordKept = 53700700,
+ [Annotation(Name = "[Irithyll] Proof of a Concord Kept 53700700")]
+ IrithyllProofOfaConcordKept = 53700700,
- [Annotation(Name = "[Irithyll] Large Soul of a Nameless Soldier 53700720")]
- IrithyllLargeSoulOfaNamelessSoldier____ = 53700720,
+ [Annotation(Name = "[Irithyll] Large Soul of a Nameless Soldier 53700720")]
+ IrithyllLargeSoulOfaNamelessSoldier____ = 53700720,
- [Annotation(Name = "[Irithyll] Soul of a Weary Warrior 53700740")]
- IrithyllSoulOfaWearyWarrior_____ = 53700740,
+ [Annotation(Name = "[Irithyll] Soul of a Weary Warrior 53700740")]
+ IrithyllSoulOfaWearyWarrior_____ = 53700740,
- [Annotation(Name = "[Irithyll] Proof of a Concord Kept 53700750")]
- IrithyllProofOfaConcordKept_ = 53700750,
+ [Annotation(Name = "[Irithyll] Proof of a Concord Kept 53700750")]
+ IrithyllProofOfaConcordKept_ = 53700750,
- [Annotation(Name = "[Irithyll] Rusted Gold Coin 53700760")]
- IrithyllRustedGoldCoin_ = 53700760,
+ [Annotation(Name = "[Irithyll] Rusted Gold Coin 53700760")]
+ IrithyllRustedGoldCoin_ = 53700760,
- [Annotation(Name = "[Irithyll] Large Soul of a Weary Warrior 53700770")]
- IrithyllLargeSoulOfaWearyWarrior = 53700770,
+ [Annotation(Name = "[Irithyll] Large Soul of a Weary Warrior 53700770")]
+ IrithyllLargeSoulOfaWearyWarrior = 53700770,
- [Annotation(Name = "[Anor Londo] Giant's Coal 53700800")]
- AnorLondoGiantsCoal = 53700800,
+ [Annotation(Name = "[Anor Londo] Giant's Coal 53700800")]
+ AnorLondoGiantsCoal = 53700800,
- [Annotation(Name = "[Irithyll] Chloranthy Ring+1 53700810")]
- IrithyllChloranthyRing1 = 53700810,
+ [Annotation(Name = "[Irithyll] Chloranthy Ring+1 53700810")]
+ IrithyllChloranthyRing1 = 53700810,
- [Annotation(Name = "[Irithyll] Havel's Ring+2 53700820")]
- IrithyllHavelsRing2 = 53700820,
+ [Annotation(Name = "[Irithyll] Havel's Ring+2 53700820")]
+ IrithyllHavelsRing2 = 53700820,
- [Annotation(Name = "[Irithyll] Ring of Favor+1 53700830")]
- IrithyllRingOfFavor1 = 53700830,
+ [Annotation(Name = "[Irithyll] Ring of Favor+1 53700830")]
+ IrithyllRingOfFavor1 = 53700830,
- [Annotation(Name = "[Irithyll] Sun Princess Ring 53700840")]
- IrithyllSunPrincessRing = 53700840,
+ [Annotation(Name = "[Irithyll] Sun Princess Ring 53700840")]
+ IrithyllSunPrincessRing = 53700840,
- [Annotation(Name = "[Irithyll] Covetous Gold Serpent Ring+1 53700850")]
- IrithyllCovetousGoldSerpentRing1 = 53700850,
+ [Annotation(Name = "[Irithyll] Covetous Gold Serpent Ring+1 53700850")]
+ IrithyllCovetousGoldSerpentRing1 = 53700850,
- [Annotation(Name = "[Irithyll] Wood Grain Ring+2 53700860")]
- IrithyllWoodGrainRing2 = 53700860,
+ [Annotation(Name = "[Irithyll] Wood Grain Ring+2 53700860")]
+ IrithyllWoodGrainRing2 = 53700860,
- [Annotation(Name = "[Irithyll] Divine Blessing 53700900")]
- IrithyllDivineBlessing = 53700900,
+ [Annotation(Name = "[Irithyll] Divine Blessing 53700900")]
+ IrithyllDivineBlessing = 53700900,
- [Annotation(Name = "[Irithyll] Smough's Great Hammer 53700920")]
- IrithyllSmoughsGreatHammer = 53700920,
+ [Annotation(Name = "[Irithyll] Smough's Great Hammer 53700920")]
+ IrithyllSmoughsGreatHammer = 53700920,
- [Annotation(Name = "[Irithyll] Reversal Ring 53700940")]
- IrithyllReversalRing = 53700940,
+ [Annotation(Name = "[Irithyll] Reversal Ring 53700940")]
+ IrithyllReversalRing = 53700940,
- [Annotation(Name = "[Irithyll] Yorshka's Spear 53700950")]
- IrithyllYorshkasSpear = 53700950,
+ [Annotation(Name = "[Irithyll] Yorshka's Spear 53700950")]
+ IrithyllYorshkasSpear = 53700950,
- [Annotation(Name = "[Irithyll] Leo Ring 53700960")]
- IrithyllLeoRing = 53700960,
+ [Annotation(Name = "[Irithyll] Leo Ring 53700960")]
+ IrithyllLeoRing = 53700960,
- [Annotation(Name = "[Catacombs of Carthus] Carthus Rouge 53800000")]
- CatacombsOfCarthusCarthusRouge = 53800000,
+ [Annotation(Name = "[Catacombs of Carthus] Carthus Rouge 53800000")]
+ CatacombsOfCarthusCarthusRouge = 53800000,
- [Annotation(Name = "[Catacombs of Carthus] Sharp Gem 53800010")]
- CatacombsOfCarthusSharpGem = 53800010,
+ [Annotation(Name = "[Catacombs of Carthus] Sharp Gem 53800010")]
+ CatacombsOfCarthusSharpGem = 53800010,
- [Annotation(Name = "[Catacombs of Carthus] Soul of a Nameless Soldier 53800020")]
- CatacombsOfCarthusSoulOfaNamelessSoldier = 53800020,
+ [Annotation(Name = "[Catacombs of Carthus] Soul of a Nameless Soldier 53800020")]
+ CatacombsOfCarthusSoulOfaNamelessSoldier = 53800020,
- [Annotation(Name = "[Catacombs of Carthus] Titanite Shard 53800030")]
- CatacombsOfCarthusTitaniteShard = 53800030,
+ [Annotation(Name = "[Catacombs of Carthus] Titanite Shard 53800030")]
+ CatacombsOfCarthusTitaniteShard = 53800030,
- [Annotation(Name = "[Catacombs of Carthus] Bloodred Moss Clump 53800040")]
- CatacombsOfCarthusBloodredMossClump = 53800040,
+ [Annotation(Name = "[Catacombs of Carthus] Bloodred Moss Clump 53800040")]
+ CatacombsOfCarthusBloodredMossClump = 53800040,
- [Annotation(Name = "[Catacombs of Carthus] Carthus Milkring 53800050")]
- CatacombsOfCarthusCarthusMilkring = 53800050,
+ [Annotation(Name = "[Catacombs of Carthus] Carthus Milkring 53800050")]
+ CatacombsOfCarthusCarthusMilkring = 53800050,
- [Annotation(Name = "[Catacombs of Carthus] Ember 53800060")]
- CatacombsOfCarthusEmber = 53800060,
+ [Annotation(Name = "[Catacombs of Carthus] Ember 53800060")]
+ CatacombsOfCarthusEmber = 53800060,
- [Annotation(Name = "[Catacombs of Carthus] Carthus Rouge 53800070")]
- CatacombsOfCarthusCarthusRouge_ = 53800070,
+ [Annotation(Name = "[Catacombs of Carthus] Carthus Rouge 53800070")]
+ CatacombsOfCarthusCarthusRouge_ = 53800070,
- [Annotation(Name = "[Catacombs of Carthus] Ember 53800080")]
- CatacombsOfCarthusEmber_ = 53800080,
+ [Annotation(Name = "[Catacombs of Carthus] Ember 53800080")]
+ CatacombsOfCarthusEmber_ = 53800080,
- [Annotation(Name = "[Catacombs of Carthus] Carthus Bloodring 53800090")]
- CatacombsOfCarthusCarthusBloodring = 53800090,
+ [Annotation(Name = "[Catacombs of Carthus] Carthus Bloodring 53800090")]
+ CatacombsOfCarthusCarthusBloodring = 53800090,
- [Annotation(Name = "[Catacombs of Carthus] Titanite Shard 53800100")]
- CatacombsOfCarthusTitaniteShard_ = 53800100,
+ [Annotation(Name = "[Catacombs of Carthus] Titanite Shard 53800100")]
+ CatacombsOfCarthusTitaniteShard_ = 53800100,
- [Annotation(Name = "[Catacombs of Carthus] Titanite Shard 53800110")]
- CatacombsOfCarthusTitaniteShard__ = 53800110,
+ [Annotation(Name = "[Catacombs of Carthus] Titanite Shard 53800110")]
+ CatacombsOfCarthusTitaniteShard__ = 53800110,
- [Annotation(Name = "[Catacombs of Carthus] Ember 53800120")]
- CatacombsOfCarthusEmber__ = 53800120,
+ [Annotation(Name = "[Catacombs of Carthus] Ember 53800120")]
+ CatacombsOfCarthusEmber__ = 53800120,
- [Annotation(Name = "[Catacombs of Carthus] Carthus Pyromancy Tome 53800130")]
- CatacombsOfCarthusCarthusPyromancyTome = 53800130,
+ [Annotation(Name = "[Catacombs of Carthus] Carthus Pyromancy Tome 53800130")]
+ CatacombsOfCarthusCarthusPyromancyTome = 53800130,
- [Annotation(Name = "[Catacombs of Carthus] Large Titanite Shard 53800140")]
- CatacombsOfCarthusLargeTitaniteShard = 53800140,
+ [Annotation(Name = "[Catacombs of Carthus] Large Titanite Shard 53800140")]
+ CatacombsOfCarthusLargeTitaniteShard = 53800140,
- [Annotation(Name = "[Catacombs of Carthus] Large Titanite Shard 53800150")]
- CatacombsOfCarthusLargeTitaniteShard_ = 53800150,
+ [Annotation(Name = "[Catacombs of Carthus] Large Titanite Shard 53800150")]
+ CatacombsOfCarthusLargeTitaniteShard_ = 53800150,
- [Annotation(Name = "[Catacombs of Carthus] Yellow Bug Pellet 53800160")]
- CatacombsOfCarthusYellowBugPellet = 53800160,
+ [Annotation(Name = "[Catacombs of Carthus] Yellow Bug Pellet 53800160")]
+ CatacombsOfCarthusYellowBugPellet = 53800160,
- [Annotation(Name = "[Catacombs of Carthus] Large Soul of a Nameless Soldier 53800170")]
- CatacombsOfCarthusLargeSoulOfaNamelessSoldier = 53800170,
+ [Annotation(Name = "[Catacombs of Carthus] Large Soul of a Nameless Soldier 53800170")]
+ CatacombsOfCarthusLargeSoulOfaNamelessSoldier = 53800170,
- [Annotation(Name = "[Catacombs of Carthus] Black Bug Pellet 53800180")]
- CatacombsOfCarthusBlackBugPellet = 53800180,
+ [Annotation(Name = "[Catacombs of Carthus] Black Bug Pellet 53800180")]
+ CatacombsOfCarthusBlackBugPellet = 53800180,
- [Annotation(Name = "[Catacombs of Carthus] Grave Warden's Ashes 53800190")]
- CatacombsOfCarthusGraveWardensAshes = 53800190,
+ [Annotation(Name = "[Catacombs of Carthus] Grave Warden's Ashes 53800190")]
+ CatacombsOfCarthusGraveWardensAshes = 53800190,
- [Annotation(Name = "[Catacombs of Carthus] Large Titanite Shard 53800200")]
- CatacombsOfCarthusLargeTitaniteShard__ = 53800200,
+ [Annotation(Name = "[Catacombs of Carthus] Large Titanite Shard 53800200")]
+ CatacombsOfCarthusLargeTitaniteShard__ = 53800200,
- [Annotation(Name = "[Catacombs of Carthus] Large Titanite Shard 53800210")]
- CatacombsOfCarthusLargeTitaniteShard___ = 53800210,
+ [Annotation(Name = "[Catacombs of Carthus] Large Titanite Shard 53800210")]
+ CatacombsOfCarthusLargeTitaniteShard___ = 53800210,
- [Annotation(Name = "[Catacombs of Carthus] Large Titanite Shard 53800220")]
- CatacombsOfCarthusLargeTitaniteShard____ = 53800220,
+ [Annotation(Name = "[Catacombs of Carthus] Large Titanite Shard 53800220")]
+ CatacombsOfCarthusLargeTitaniteShard____ = 53800220,
- [Annotation(Name = "[Catacombs of Carthus] Large Titanite Shard 53800230")]
- CatacombsOfCarthusLargeTitaniteShard_____ = 53800230,
+ [Annotation(Name = "[Catacombs of Carthus] Large Titanite Shard 53800230")]
+ CatacombsOfCarthusLargeTitaniteShard_____ = 53800230,
- [Annotation(Name = "[Catacombs of Carthus] Large Titanite Shard 53800240")]
- CatacombsOfCarthusLargeTitaniteShard______ = 53800240,
+ [Annotation(Name = "[Catacombs of Carthus] Large Titanite Shard 53800240")]
+ CatacombsOfCarthusLargeTitaniteShard______ = 53800240,
- [Annotation(Name = "[Catacombs of Carthus] Large Titanite Shard 53800250")]
- CatacombsOfCarthusLargeTitaniteShard_______ = 53800250,
+ [Annotation(Name = "[Catacombs of Carthus] Large Titanite Shard 53800250")]
+ CatacombsOfCarthusLargeTitaniteShard_______ = 53800250,
- [Annotation(Name = "[Catacombs of Carthus] Yellow Bug Pellet 53800260")]
- CatacombsOfCarthusYellowBugPellet_ = 53800260,
+ [Annotation(Name = "[Catacombs of Carthus] Yellow Bug Pellet 53800260")]
+ CatacombsOfCarthusYellowBugPellet_ = 53800260,
- [Annotation(Name = "[Catacombs of Carthus] Large Titanite Shard 53800270")]
- CatacombsOfCarthusLargeTitaniteShard________ = 53800270,
+ [Annotation(Name = "[Catacombs of Carthus] Large Titanite Shard 53800270")]
+ CatacombsOfCarthusLargeTitaniteShard________ = 53800270,
- [Annotation(Name = "[Catacombs of Carthus] Large Titanite Shard 53800280")]
- CatacombsOfCarthusLargeTitaniteShard_________ = 53800280,
+ [Annotation(Name = "[Catacombs of Carthus] Large Titanite Shard 53800280")]
+ CatacombsOfCarthusLargeTitaniteShard_________ = 53800280,
- [Annotation(Name = "[Catacombs of Carthus] Large Titanite Shard 53800290")]
- CatacombsOfCarthusLargeTitaniteShard__________ = 53800290,
+ [Annotation(Name = "[Catacombs of Carthus] Large Titanite Shard 53800290")]
+ CatacombsOfCarthusLargeTitaniteShard__________ = 53800290,
- [Annotation(Name = "[Catacombs of Carthus] Speckled Stoneplate Ring 53800300")]
- CatacombsOfCarthusSpeckledStoneplateRing = 53800300,
+ [Annotation(Name = "[Catacombs of Carthus] Speckled Stoneplate Ring 53800300")]
+ CatacombsOfCarthusSpeckledStoneplateRing = 53800300,
- [Annotation(Name = "[Catacombs of Carthus] Homeward Bone 53800310")]
- CatacombsOfCarthusHomewardBone = 53800310,
+ [Annotation(Name = "[Catacombs of Carthus] Homeward Bone 53800310")]
+ CatacombsOfCarthusHomewardBone = 53800310,
- [Annotation(Name = "[Catacombs of Carthus] Ember 53800330")]
- CatacombsOfCarthusEmber___ = 53800330,
+ [Annotation(Name = "[Catacombs of Carthus] Ember 53800330")]
+ CatacombsOfCarthusEmber___ = 53800330,
- [Annotation(Name = "[Catacombs of Carthus] Chaos Gem 53800340")]
- CatacombsOfCarthusChaosGem = 53800340,
+ [Annotation(Name = "[Catacombs of Carthus] Chaos Gem 53800340")]
+ CatacombsOfCarthusChaosGem = 53800340,
- [Annotation(Name = "[Catacombs of Carthus] Ember 53800350")]
- CatacombsOfCarthusEmber____ = 53800350,
+ [Annotation(Name = "[Catacombs of Carthus] Ember 53800350")]
+ CatacombsOfCarthusEmber____ = 53800350,
- [Annotation(Name = "[Catacombs of Carthus] Izalith Pyromancy Tome 53800360")]
- CatacombsOfCarthusIzalithPyromancyTome = 53800360,
+ [Annotation(Name = "[Catacombs of Carthus] Izalith Pyromancy Tome 53800360")]
+ CatacombsOfCarthusIzalithPyromancyTome = 53800360,
- [Annotation(Name = "[Catacombs of Carthus] Black Knight Sword 53800370")]
- CatacombsOfCarthusBlackKnightSword = 53800370,
+ [Annotation(Name = "[Catacombs of Carthus] Black Knight Sword 53800370")]
+ CatacombsOfCarthusBlackKnightSword = 53800370,
- [Annotation(Name = "[Catacombs of Carthus] Large Soul of a Nameless Soldier 53800380")]
- CatacombsOfCarthusLargeSoulOfaNamelessSoldier_ = 53800380,
+ [Annotation(Name = "[Catacombs of Carthus] Large Soul of a Nameless Soldier 53800380")]
+ CatacombsOfCarthusLargeSoulOfaNamelessSoldier_ = 53800380,
- [Annotation(Name = "[Catacombs of Carthus] Old Sage's Blindfold 53800390")]
- CatacombsOfCarthusOldSagesBlindfold = 53800390,
+ [Annotation(Name = "[Catacombs of Carthus] Old Sage's Blindfold 53800390")]
+ CatacombsOfCarthusOldSagesBlindfold = 53800390,
- [Annotation(Name = "[Catacombs of Carthus] Ember 53800400")]
- CatacombsOfCarthusEmber_____ = 53800400,
+ [Annotation(Name = "[Catacombs of Carthus] Ember 53800400")]
+ CatacombsOfCarthusEmber_____ = 53800400,
- [Annotation(Name = "[Catacombs of Carthus] Quelana Pyromancy Tome 53800410")]
- CatacombsOfCarthusQuelanaPyromancyTome = 53800410,
+ [Annotation(Name = "[Catacombs of Carthus] Quelana Pyromancy Tome 53800410")]
+ CatacombsOfCarthusQuelanaPyromancyTome = 53800410,
- [Annotation(Name = "[Catacombs of Carthus] Izalith Staff 53800420")]
- CatacombsOfCarthusIzalithStaff = 53800420,
+ [Annotation(Name = "[Catacombs of Carthus] Izalith Staff 53800420")]
+ CatacombsOfCarthusIzalithStaff = 53800420,
- [Annotation(Name = "[Catacombs of Carthus] White Hair Talisman 53800430")]
- CatacombsOfCarthusWhiteHairTalisman = 53800430,
+ [Annotation(Name = "[Catacombs of Carthus] White Hair Talisman 53800430")]
+ CatacombsOfCarthusWhiteHairTalisman = 53800430,
- [Annotation(Name = "[Catacombs of Carthus] Toxic Mist 53800440")]
- CatacombsOfCarthusToxicMist = 53800440,
+ [Annotation(Name = "[Catacombs of Carthus] Toxic Mist 53800440")]
+ CatacombsOfCarthusToxicMist = 53800440,
- [Annotation(Name = "[Catacombs of Carthus] Undead Bone Shard 53800450")]
- CatacombsOfCarthusUndeadBoneShard = 53800450,
+ [Annotation(Name = "[Catacombs of Carthus] Undead Bone Shard 53800450")]
+ CatacombsOfCarthusUndeadBoneShard = 53800450,
- [Annotation(Name = "[Catacombs of Carthus] Titanite Scale 53800460")]
- CatacombsOfCarthusTitaniteScale = 53800460,
+ [Annotation(Name = "[Catacombs of Carthus] Titanite Scale 53800460")]
+ CatacombsOfCarthusTitaniteScale = 53800460,
- [Annotation(Name = "[Catacombs of Carthus] Soul of a Nameless Soldier 53800470")]
- CatacombsOfCarthusSoulOfaNamelessSoldier_ = 53800470,
+ [Annotation(Name = "[Catacombs of Carthus] Soul of a Nameless Soldier 53800470")]
+ CatacombsOfCarthusSoulOfaNamelessSoldier_ = 53800470,
- [Annotation(Name = "[Catacombs of Carthus] Grave Warden Pyromancy Tome 53800500")]
- CatacombsOfCarthusGraveWardenPyromancyTome = 53800500,
+ [Annotation(Name = "[Catacombs of Carthus] Grave Warden Pyromancy Tome 53800500")]
+ CatacombsOfCarthusGraveWardenPyromancyTome = 53800500,
- [Annotation(Name = "[Catacombs of Carthus] Shield of Want 53800520")]
- CatacombsOfCarthusShieldOfWant = 53800520,
+ [Annotation(Name = "[Catacombs of Carthus] Shield of Want 53800520")]
+ CatacombsOfCarthusShieldOfWant = 53800520,
- [Annotation(Name = "[Catacombs of Carthus] Soul of a Crestfallen Knight 53800530")]
- CatacombsOfCarthusSoulOfaCrestfallenKnight = 53800530,
+ [Annotation(Name = "[Catacombs of Carthus] Soul of a Crestfallen Knight 53800530")]
+ CatacombsOfCarthusSoulOfaCrestfallenKnight = 53800530,
- [Annotation(Name = "[Catacombs of Carthus] Ember 53800540")]
- CatacombsOfCarthusEmber______ = 53800540,
+ [Annotation(Name = "[Catacombs of Carthus] Ember 53800540")]
+ CatacombsOfCarthusEmber______ = 53800540,
- [Annotation(Name = "[Catacombs of Carthus] Sacred Flame 53800560")]
- CatacombsOfCarthusSacredFlame = 53800560,
+ [Annotation(Name = "[Catacombs of Carthus] Sacred Flame 53800560")]
+ CatacombsOfCarthusSacredFlame = 53800560,
- [Annotation(Name = "[Catacombs of Carthus] Large Soul of an Unknown Traveler 53800570")]
- CatacombsOfCarthusLargeSoulOfanUnknownTraveler = 53800570,
+ [Annotation(Name = "[Catacombs of Carthus] Large Soul of an Unknown Traveler 53800570")]
+ CatacombsOfCarthusLargeSoulOfanUnknownTraveler = 53800570,
- [Annotation(Name = "[Catacombs of Carthus] Dragonrider Bow 53800580")]
- CatacombsOfCarthusDragonriderBow = 53800580,
+ [Annotation(Name = "[Catacombs of Carthus] Dragonrider Bow 53800580")]
+ CatacombsOfCarthusDragonriderBow = 53800580,
- [Annotation(Name = "[Catacombs of Carthus] Estus Shard 53800590")]
- CatacombsOfCarthusEstusShard = 53800590,
+ [Annotation(Name = "[Catacombs of Carthus] Estus Shard 53800590")]
+ CatacombsOfCarthusEstusShard = 53800590,
- [Annotation(Name = "[Catacombs of Carthus] Ring of Steel Protection+2 53800600")]
- CatacombsOfCarthusRingOfSteelProtection2 = 53800600,
+ [Annotation(Name = "[Catacombs of Carthus] Ring of Steel Protection+2 53800600")]
+ CatacombsOfCarthusRingOfSteelProtection2 = 53800600,
- [Annotation(Name = "[Catacombs of Carthus] Thunder Stoneplate Ring+1 53800610")]
- CatacombsOfCarthusThunderStoneplateRing1 = 53800610,
+ [Annotation(Name = "[Catacombs of Carthus] Thunder Stoneplate Ring+1 53800610")]
+ CatacombsOfCarthusThunderStoneplateRing1 = 53800610,
- [Annotation(Name = "[Catacombs of Carthus] Bloodbite Ring+1 53800620")]
- CatacombsOfCarthusBloodbiteRing1 = 53800620,
+ [Annotation(Name = "[Catacombs of Carthus] Bloodbite Ring+1 53800620")]
+ CatacombsOfCarthusBloodbiteRing1 = 53800620,
- [Annotation(Name = "[Catacombs of Carthus] Flame Stoneplate Ring+2 53800630")]
- CatacombsOfCarthusFlameStoneplateRing2 = 53800630,
+ [Annotation(Name = "[Catacombs of Carthus] Flame Stoneplate Ring+2 53800630")]
+ CatacombsOfCarthusFlameStoneplateRing2 = 53800630,
- [Annotation(Name = "[Catacombs of Carthus] Large Titanite Shard 53800760")]
- CatacombsOfCarthusLargeTitaniteShard___________ = 53800760,
+ [Annotation(Name = "[Catacombs of Carthus] Large Titanite Shard 53800760")]
+ CatacombsOfCarthusLargeTitaniteShard___________ = 53800760,
- [Annotation(Name = "[Catacombs of Carthus] Undead Bone Shard 53800900")]
- CatacombsOfCarthusUndeadBoneShard_ = 53800900,
+ [Annotation(Name = "[Catacombs of Carthus] Undead Bone Shard 53800900")]
+ CatacombsOfCarthusUndeadBoneShard_ = 53800900,
- [Annotation(Name = "[Catacombs of Carthus] Dark Gem 53800910")]
- CatacombsOfCarthusDarkGem = 53800910,
+ [Annotation(Name = "[Catacombs of Carthus] Dark Gem 53800910")]
+ CatacombsOfCarthusDarkGem = 53800910,
- [Annotation(Name = "[Irithyll Dungeon] Large Titanite Shard 53900000")]
- IrithyllDungeonLargeTitaniteShard = 53900000,
+ [Annotation(Name = "[Irithyll Dungeon] Large Titanite Shard 53900000")]
+ IrithyllDungeonLargeTitaniteShard = 53900000,
- [Annotation(Name = "[Irithyll Dungeon] Fading Soul 53900010")]
- IrithyllDungeonFadingSoul = 53900010,
+ [Annotation(Name = "[Irithyll Dungeon] Fading Soul 53900010")]
+ IrithyllDungeonFadingSoul = 53900010,
- [Annotation(Name = "[Irithyll Dungeon] Large Soul of a Nameless Soldier 53900030")]
- IrithyllDungeonLargeSoulOfaNamelessSoldier = 53900030,
+ [Annotation(Name = "[Irithyll Dungeon] Large Soul of a Nameless Soldier 53900030")]
+ IrithyllDungeonLargeSoulOfaNamelessSoldier = 53900030,
- [Annotation(Name = "[Irithyll Dungeon] Jailbreaker's Key 53900040")]
- IrithyllDungeonJailbreakersKey = 53900040,
+ [Annotation(Name = "[Irithyll Dungeon] Jailbreaker's Key 53900040")]
+ IrithyllDungeonJailbreakersKey = 53900040,
- [Annotation(Name = "[Irithyll Dungeon] Pale Pine Resin 53900050")]
- IrithyllDungeonPalePineResin = 53900050,
+ [Annotation(Name = "[Irithyll Dungeon] Pale Pine Resin 53900050")]
+ IrithyllDungeonPalePineResin = 53900050,
- [Annotation(Name = "[Irithyll Dungeon] Simple Gem 53900060")]
- IrithyllDungeonSimpleGem = 53900060,
+ [Annotation(Name = "[Irithyll Dungeon] Simple Gem 53900060")]
+ IrithyllDungeonSimpleGem = 53900060,
- [Annotation(Name = "[Irithyll Dungeon] Large Soul of a Nameless Soldier 53900070")]
- IrithyllDungeonLargeSoulOfaNamelessSoldier_ = 53900070,
+ [Annotation(Name = "[Irithyll Dungeon] Large Soul of a Nameless Soldier 53900070")]
+ IrithyllDungeonLargeSoulOfaNamelessSoldier_ = 53900070,
- [Annotation(Name = "[Irithyll Dungeon] Large Titanite Shard 53900080")]
- IrithyllDungeonLargeTitaniteShard_ = 53900080,
+ [Annotation(Name = "[Irithyll Dungeon] Large Titanite Shard 53900080")]
+ IrithyllDungeonLargeTitaniteShard_ = 53900080,
- [Annotation(Name = "[Irithyll Dungeon] Homeward Bone 53900090")]
- IrithyllDungeonHomewardBone = 53900090,
+ [Annotation(Name = "[Irithyll Dungeon] Homeward Bone 53900090")]
+ IrithyllDungeonHomewardBone = 53900090,
- [Annotation(Name = "[Irithyll Dungeon] Bellowing Dragoncrest Ring 53900100")]
- IrithyllDungeonBellowingDragoncrestRing = 53900100,
+ [Annotation(Name = "[Irithyll Dungeon] Bellowing Dragoncrest Ring 53900100")]
+ IrithyllDungeonBellowingDragoncrestRing = 53900100,
- [Annotation(Name = "[Irithyll Dungeon] Soul of a Weary Warrior 53900110")]
- IrithyllDungeonSoulOfaWearyWarrior = 53900110,
+ [Annotation(Name = "[Irithyll Dungeon] Soul of a Weary Warrior 53900110")]
+ IrithyllDungeonSoulOfaWearyWarrior = 53900110,
- [Annotation(Name = "[Irithyll Dungeon] Soul of a Crestfallen Knight 53900120")]
- IrithyllDungeonSoulOfaCrestfallenKnight = 53900120,
+ [Annotation(Name = "[Irithyll Dungeon] Soul of a Crestfallen Knight 53900120")]
+ IrithyllDungeonSoulOfaCrestfallenKnight = 53900120,
- [Annotation(Name = "[Irithyll Dungeon] Alva Helm 53900130")]
- IrithyllDungeonAlvaHelm = 53900130,
+ [Annotation(Name = "[Irithyll Dungeon] Alva Helm 53900130")]
+ IrithyllDungeonAlvaHelm = 53900130,
- [Annotation(Name = "[Irithyll Dungeon] Lightning Bolt 53900140")]
- IrithyllDungeonLightningBolt = 53900140,
+ [Annotation(Name = "[Irithyll Dungeon] Lightning Bolt 53900140")]
+ IrithyllDungeonLightningBolt = 53900140,
- [Annotation(Name = "[Irithyll Dungeon] Large Titanite Shard 53900150")]
- IrithyllDungeonLargeTitaniteShard__ = 53900150,
+ [Annotation(Name = "[Irithyll Dungeon] Large Titanite Shard 53900150")]
+ IrithyllDungeonLargeTitaniteShard__ = 53900150,
- [Annotation(Name = "[Irithyll Dungeon] Profaned Flame 53900160")]
- IrithyllDungeonProfanedFlame = 53900160,
+ [Annotation(Name = "[Irithyll Dungeon] Profaned Flame 53900160")]
+ IrithyllDungeonProfanedFlame = 53900160,
- [Annotation(Name = "[Irithyll Dungeon] Large Titanite Shard 53900180")]
- IrithyllDungeonLargeTitaniteShard___ = 53900180,
+ [Annotation(Name = "[Irithyll Dungeon] Large Titanite Shard 53900180")]
+ IrithyllDungeonLargeTitaniteShard___ = 53900180,
- [Annotation(Name = "[Irithyll Dungeon] Soul of a Weary Warrior 53900190")]
- IrithyllDungeonSoulOfaWearyWarrior_ = 53900190,
+ [Annotation(Name = "[Irithyll Dungeon] Soul of a Weary Warrior 53900190")]
+ IrithyllDungeonSoulOfaWearyWarrior_ = 53900190,
- [Annotation(Name = "[Irithyll Dungeon] Dung Pie 53900200")]
- IrithyllDungeonDungPie = 53900200,
+ [Annotation(Name = "[Irithyll Dungeon] Dung Pie 53900200")]
+ IrithyllDungeonDungPie = 53900200,
- [Annotation(Name = "[Irithyll Dungeon] Purging Stone 53900210")]
- IrithyllDungeonPurgingStone = 53900210,
+ [Annotation(Name = "[Irithyll Dungeon] Purging Stone 53900210")]
+ IrithyllDungeonPurgingStone = 53900210,
- [Annotation(Name = "[Irithyll Dungeon] Ember 53900220")]
- IrithyllDungeonEmber = 53900220,
+ [Annotation(Name = "[Irithyll Dungeon] Ember 53900220")]
+ IrithyllDungeonEmber = 53900220,
- [Annotation(Name = "[Irithyll Dungeon] Ember 53900230")]
- IrithyllDungeonEmber_ = 53900230,
+ [Annotation(Name = "[Irithyll Dungeon] Ember 53900230")]
+ IrithyllDungeonEmber_ = 53900230,
- [Annotation(Name = "[Irithyll Dungeon] Profaned Coal 53900240")]
- IrithyllDungeonProfanedCoal = 53900240,
+ [Annotation(Name = "[Irithyll Dungeon] Profaned Coal 53900240")]
+ IrithyllDungeonProfanedCoal = 53900240,
- [Annotation(Name = "[Irithyll Dungeon] Large Titanite Shard 53900250")]
- IrithyllDungeonLargeTitaniteShard____ = 53900250,
+ [Annotation(Name = "[Irithyll Dungeon] Large Titanite Shard 53900250")]
+ IrithyllDungeonLargeTitaniteShard____ = 53900250,
- [Annotation(Name = "[Irithyll Dungeon] Old Sorcerer Hat 53900260")]
- IrithyllDungeonOldSorcererHat = 53900260,
+ [Annotation(Name = "[Irithyll Dungeon] Old Sorcerer Hat 53900260")]
+ IrithyllDungeonOldSorcererHat = 53900260,
- [Annotation(Name = "[Irithyll Dungeon] Large Soul of a Weary Warrior 53900270")]
- IrithyllDungeonLargeSoulOfaWearyWarrior = 53900270,
+ [Annotation(Name = "[Irithyll Dungeon] Large Soul of a Weary Warrior 53900270")]
+ IrithyllDungeonLargeSoulOfaWearyWarrior = 53900270,
- [Annotation(Name = "[Profaned Capital] Rusted Coin 53900280")]
- ProfanedCapitalRustedCoin = 53900280,
+ [Annotation(Name = "[Profaned Capital] Rusted Coin 53900280")]
+ ProfanedCapitalRustedCoin = 53900280,
- [Annotation(Name = "[Profaned Capital] Rusted Gold Coin 53900290")]
- ProfanedCapitalRustedGoldCoin = 53900290,
+ [Annotation(Name = "[Profaned Capital] Rusted Gold Coin 53900290")]
+ ProfanedCapitalRustedGoldCoin = 53900290,
- [Annotation(Name = "[Profaned Capital] Purging Stone 53900300")]
- ProfanedCapitalPurgingStone = 53900300,
+ [Annotation(Name = "[Profaned Capital] Purging Stone 53900300")]
+ ProfanedCapitalPurgingStone = 53900300,
- [Annotation(Name = "[Profaned Capital] Cursebite Ring 53900310")]
- ProfanedCapitalCursebiteRing = 53900310,
+ [Annotation(Name = "[Profaned Capital] Cursebite Ring 53900310")]
+ ProfanedCapitalCursebiteRing = 53900310,
- [Annotation(Name = "[Profaned Capital] Poison Gem 53900320")]
- ProfanedCapitalPoisonGem = 53900320,
+ [Annotation(Name = "[Profaned Capital] Poison Gem 53900320")]
+ ProfanedCapitalPoisonGem = 53900320,
- [Annotation(Name = "[Profaned Capital] Shriving Stone 53900330")]
- ProfanedCapitalShrivingStone = 53900330,
+ [Annotation(Name = "[Profaned Capital] Shriving Stone 53900330")]
+ ProfanedCapitalShrivingStone = 53900330,
- [Annotation(Name = "[Profaned Capital] Poison Arrow 53900340")]
- ProfanedCapitalPoisonArrow = 53900340,
+ [Annotation(Name = "[Profaned Capital] Poison Arrow 53900340")]
+ ProfanedCapitalPoisonArrow = 53900340,
- [Annotation(Name = "[Profaned Capital] Rubbish 53900350")]
- ProfanedCapitalRubbish = 53900350,
+ [Annotation(Name = "[Profaned Capital] Rubbish 53900350")]
+ ProfanedCapitalRubbish = 53900350,
- [Annotation(Name = "[Profaned Capital] Onislayer Greatarrow 53900360")]
- ProfanedCapitalOnislayerGreatarrow = 53900360,
+ [Annotation(Name = "[Profaned Capital] Onislayer Greatarrow 53900360")]
+ ProfanedCapitalOnislayerGreatarrow = 53900360,
- [Annotation(Name = "[Profaned Capital] Large Soul of a Weary Warrior 53900370")]
- ProfanedCapitalLargeSoulOfaWearyWarrior = 53900370,
+ [Annotation(Name = "[Profaned Capital] Large Soul of a Weary Warrior 53900370")]
+ ProfanedCapitalLargeSoulOfaWearyWarrior = 53900370,
- [Annotation(Name = "[Profaned Capital] Rusted Coin 53900380")]
- ProfanedCapitalRustedCoin_ = 53900380,
+ [Annotation(Name = "[Profaned Capital] Rusted Coin 53900380")]
+ ProfanedCapitalRustedCoin_ = 53900380,
- [Annotation(Name = "[Profaned Capital] Rusted Coin 53900390")]
- ProfanedCapitalRustedCoin__ = 53900390,
+ [Annotation(Name = "[Profaned Capital] Rusted Coin 53900390")]
+ ProfanedCapitalRustedCoin__ = 53900390,
- [Annotation(Name = "[Profaned Capital] Covetous Gold Serpent Ring 53900400")]
- ProfanedCapitalCovetousGoldSerpentRing = 53900400,
+ [Annotation(Name = "[Profaned Capital] Covetous Gold Serpent Ring 53900400")]
+ ProfanedCapitalCovetousGoldSerpentRing = 53900400,
- [Annotation(Name = "[Profaned Capital] Blooming Purple Moss Clump 53900410")]
- ProfanedCapitalBloomingPurpleMossClump = 53900410,
+ [Annotation(Name = "[Profaned Capital] Blooming Purple Moss Clump 53900410")]
+ ProfanedCapitalBloomingPurpleMossClump = 53900410,
- [Annotation(Name = "[Profaned Capital] Wrath of the Gods 53900420")]
- ProfanedCapitalWrathOfTheGods = 53900420,
+ [Annotation(Name = "[Profaned Capital] Wrath of the Gods 53900420")]
+ ProfanedCapitalWrathOfTheGods = 53900420,
- [Annotation(Name = "[Irithyll Dungeon] Lightning Blade 53900430")]
- IrithyllDungeonLightningBlade = 53900430,
+ [Annotation(Name = "[Irithyll Dungeon] Lightning Blade 53900430")]
+ IrithyllDungeonLightningBlade = 53900430,
- [Annotation(Name = "[Irithyll Dungeon] Large Titanite Shard 53900440")]
- IrithyllDungeonLargeTitaniteShard_____ = 53900440,
+ [Annotation(Name = "[Irithyll Dungeon] Large Titanite Shard 53900440")]
+ IrithyllDungeonLargeTitaniteShard_____ = 53900440,
- [Annotation(Name = "[Irithyll Dungeon] Rusted Coin 53900450")]
- IrithyllDungeonRustedCoin = 53900450,
+ [Annotation(Name = "[Irithyll Dungeon] Rusted Coin 53900450")]
+ IrithyllDungeonRustedCoin = 53900450,
- [Annotation(Name = "[Irithyll Dungeon] Dusk Crown Ring 53900460")]
- IrithyllDungeonDuskCrownRing = 53900460,
+ [Annotation(Name = "[Irithyll Dungeon] Dusk Crown Ring 53900460")]
+ IrithyllDungeonDuskCrownRing = 53900460,
- [Annotation(Name = "[Irithyll Dungeon] Pickaxe 53900470")]
- IrithyllDungeonPickaxe = 53900470,
+ [Annotation(Name = "[Irithyll Dungeon] Pickaxe 53900470")]
+ IrithyllDungeonPickaxe = 53900470,
- [Annotation(Name = "[Irithyll Dungeon] Xanthous Ashes 53900480")]
- IrithyllDungeonXanthousAshes = 53900480,
+ [Annotation(Name = "[Irithyll Dungeon] Xanthous Ashes 53900480")]
+ IrithyllDungeonXanthousAshes = 53900480,
- [Annotation(Name = "[Irithyll Dungeon] Onislayer Greatbow 53900490")]
- IrithyllDungeonOnislayerGreatbow = 53900490,
+ [Annotation(Name = "[Irithyll Dungeon] Onislayer Greatbow 53900490")]
+ IrithyllDungeonOnislayerGreatbow = 53900490,
- [Annotation(Name = "[Irithyll Dungeon] Rusted Gold Coin 53900500")]
- IrithyllDungeonRustedGoldCoin = 53900500,
+ [Annotation(Name = "[Irithyll Dungeon] Rusted Gold Coin 53900500")]
+ IrithyllDungeonRustedGoldCoin = 53900500,
- [Annotation(Name = "[Irithyll Dungeon] Large Titanite Shard 53900510")]
- IrithyllDungeonLargeTitaniteShard______ = 53900510,
+ [Annotation(Name = "[Irithyll Dungeon] Large Titanite Shard 53900510")]
+ IrithyllDungeonLargeTitaniteShard______ = 53900510,
- [Annotation(Name = "[Irithyll Dungeon] Jailer's Key Ring 53900520")]
- IrithyllDungeonJailersKeyRing = 53900520,
+ [Annotation(Name = "[Irithyll Dungeon] Jailer's Key Ring 53900520")]
+ IrithyllDungeonJailersKeyRing = 53900520,
- [Annotation(Name = "[Irithyll Dungeon] Ember 53900590")]
- IrithyllDungeonEmber__ = 53900590,
+ [Annotation(Name = "[Irithyll Dungeon] Ember 53900590")]
+ IrithyllDungeonEmber__ = 53900590,
- [Annotation(Name = "[Irithyll Dungeon] Old Cell Key 53900610")]
- IrithyllDungeonOldCellKey = 53900610,
+ [Annotation(Name = "[Irithyll Dungeon] Old Cell Key 53900610")]
+ IrithyllDungeonOldCellKey = 53900610,
- [Annotation(Name = "[Irithyll Dungeon] Flame Stoneplate Ring+1 53900710")]
- IrithyllDungeonFlameStoneplateRing1 = 53900710,
+ [Annotation(Name = "[Irithyll Dungeon] Flame Stoneplate Ring+1 53900710")]
+ IrithyllDungeonFlameStoneplateRing1 = 53900710,
- [Annotation(Name = "[Irithyll Dungeon] Covetous Silver Serpent Ring+1 53900720")]
- IrithyllDungeonCovetousSilverSerpentRing1 = 53900720,
+ [Annotation(Name = "[Irithyll Dungeon] Covetous Silver Serpent Ring+1 53900720")]
+ IrithyllDungeonCovetousSilverSerpentRing1 = 53900720,
- [Annotation(Name = "[Irithyll Dungeon] Magic Stoneplate Ring+2 53900730")]
- IrithyllDungeonMagicStoneplateRing2 = 53900730,
+ [Annotation(Name = "[Irithyll Dungeon] Magic Stoneplate Ring+2 53900730")]
+ IrithyllDungeonMagicStoneplateRing2 = 53900730,
- [Annotation(Name = "[Irithyll Dungeon] Dragon Torso Stone 53900750")]
- IrithyllDungeonDragonTorsoStone = 53900750,
+ [Annotation(Name = "[Irithyll Dungeon] Dragon Torso Stone 53900750")]
+ IrithyllDungeonDragonTorsoStone = 53900750,
- [Annotation(Name = "[Profaned Capital] Court Sorcerer Hood 53900800")]
- ProfanedCapitalCourtSorcererHood = 53900800,
+ [Annotation(Name = "[Profaned Capital] Court Sorcerer Hood 53900800")]
+ ProfanedCapitalCourtSorcererHood = 53900800,
- [Annotation(Name = "[Profaned Capital] Storm Ruler 53900810")]
- ProfanedCapitalStormRuler = 53900810,
+ [Annotation(Name = "[Profaned Capital] Storm Ruler 53900810")]
+ ProfanedCapitalStormRuler = 53900810,
- [Annotation(Name = "[Irithyll Dungeon] Prisoner Chief's Ashes 53900820")]
- IrithyllDungeonPrisonerChiefsAshes = 53900820,
+ [Annotation(Name = "[Irithyll Dungeon] Prisoner Chief's Ashes 53900820")]
+ IrithyllDungeonPrisonerChiefsAshes = 53900820,
- [Annotation(Name = "[Irithyll Dungeon] Undead Bone Shard 53900900")]
- IrithyllDungeonUndeadBoneShard = 53900900,
+ [Annotation(Name = "[Irithyll Dungeon] Undead Bone Shard 53900900")]
+ IrithyllDungeonUndeadBoneShard = 53900900,
- [Annotation(Name = "[Cemetery of Ash] Broken Straight Sword 54000010")]
- CemeteryOfAshBrokenStraightSword = 54000010,
+ [Annotation(Name = "[Cemetery of Ash] Broken Straight Sword 54000010")]
+ CemeteryOfAshBrokenStraightSword = 54000010,
- [Annotation(Name = "[Cemetery of Ash] Soul of a Deserted Corpse 54000020")]
- CemeteryOfAshSoulOfaDesertedCorpse = 54000020,
+ [Annotation(Name = "[Cemetery of Ash] Soul of a Deserted Corpse 54000020")]
+ CemeteryOfAshSoulOfaDesertedCorpse = 54000020,
- [Annotation(Name = "[Cemetery of Ash] Firebomb 54000030")]
- CemeteryOfAshFirebomb = 54000030,
+ [Annotation(Name = "[Cemetery of Ash] Firebomb 54000030")]
+ CemeteryOfAshFirebomb = 54000030,
- [Annotation(Name = "[Cemetery of Ash] Titanite Shard 54000050")]
- CemeteryOfAshTitaniteShard = 54000050,
+ [Annotation(Name = "[Cemetery of Ash] Titanite Shard 54000050")]
+ CemeteryOfAshTitaniteShard = 54000050,
- [Annotation(Name = "[Cemetery of Ash] Homeward Bone 54000060")]
- CemeteryOfAshHomewardBone = 54000060,
+ [Annotation(Name = "[Cemetery of Ash] Homeward Bone 54000060")]
+ CemeteryOfAshHomewardBone = 54000060,
- [Annotation(Name = "[Cemetery of Ash] Ember 54000070")]
- CemeteryOfAshEmber = 54000070,
+ [Annotation(Name = "[Cemetery of Ash] Ember 54000070")]
+ CemeteryOfAshEmber = 54000070,
- [Annotation(Name = "[Cemetery of Ash] Soul of a Deserted Corpse 54000080")]
- CemeteryOfAshSoulOfaDesertedCorpse_ = 54000080,
+ [Annotation(Name = "[Cemetery of Ash] Soul of a Deserted Corpse 54000080")]
+ CemeteryOfAshSoulOfaDesertedCorpse_ = 54000080,
- [Annotation(Name = "[Cemetery of Ash] East-West Shield 54000090")]
- CemeteryOfAshEastWestShield = 54000090,
+ [Annotation(Name = "[Cemetery of Ash] East-West Shield 54000090")]
+ CemeteryOfAshEastWestShield = 54000090,
- [Annotation(Name = "[Cemetery of Ash] Homeward Bone 54000100")]
- CemeteryOfAshHomewardBone_ = 54000100,
+ [Annotation(Name = "[Cemetery of Ash] Homeward Bone 54000100")]
+ CemeteryOfAshHomewardBone_ = 54000100,
- [Annotation(Name = "[Cemetery of Ash] Soul of an Unknown Traveler 54000110")]
- CemeteryOfAshSoulOfanUnknownTraveler = 54000110,
+ [Annotation(Name = "[Cemetery of Ash] Soul of an Unknown Traveler 54000110")]
+ CemeteryOfAshSoulOfanUnknownTraveler = 54000110,
- [Annotation(Name = "[Cemetery of Ash] Ember 54000120")]
- CemeteryOfAshEmber_ = 54000120,
+ [Annotation(Name = "[Cemetery of Ash] Ember 54000120")]
+ CemeteryOfAshEmber_ = 54000120,
- [Annotation(Name = "[Cemetery of Ash] Sneering Mask 54000140")]
- CemeteryOfAshSneeringMask = 54000140,
+ [Annotation(Name = "[Cemetery of Ash] Sneering Mask 54000140")]
+ CemeteryOfAshSneeringMask = 54000140,
- [Annotation(Name = "[Cemetery of Ash] Homeward Bone 54000160")]
- CemeteryOfAshHomewardBone__ = 54000160,
+ [Annotation(Name = "[Cemetery of Ash] Homeward Bone 54000160")]
+ CemeteryOfAshHomewardBone__ = 54000160,
- [Annotation(Name = "[Cemetery of Ash] Estus Ring 54000170")]
- CemeteryOfAshEstusRing = 54000170,
+ [Annotation(Name = "[Cemetery of Ash] Estus Ring 54000170")]
+ CemeteryOfAshEstusRing = 54000170,
- [Annotation(Name = "[Cemetery of Ash] Estus Shard 54000180")]
- CemeteryOfAshEstusShard = 54000180,
+ [Annotation(Name = "[Cemetery of Ash] Estus Shard 54000180")]
+ CemeteryOfAshEstusShard = 54000180,
- [Annotation(Name = "[Cemetery of Ash] Fire Keeper Soul 54000190")]
- CemeteryOfAshFireKeeperSoul = 54000190,
+ [Annotation(Name = "[Cemetery of Ash] Fire Keeper Soul 54000190")]
+ CemeteryOfAshFireKeeperSoul = 54000190,
- [Annotation(Name = "[Cemetery of Ash] Shriving Stone 54000200")]
- CemeteryOfAshShrivingStone = 54000200,
+ [Annotation(Name = "[Cemetery of Ash] Shriving Stone 54000200")]
+ CemeteryOfAshShrivingStone = 54000200,
- [Annotation(Name = "[Cemetery of Ash] Titanite Chunk 54000220")]
- CemeteryOfAshTitaniteChunk = 54000220,
+ [Annotation(Name = "[Cemetery of Ash] Titanite Chunk 54000220")]
+ CemeteryOfAshTitaniteChunk = 54000220,
- [Annotation(Name = "[Cemetery of Ash] Soul of a Crestfallen Knight 54000230")]
- CemeteryOfAshSoulOfaCrestfallenKnight = 54000230,
+ [Annotation(Name = "[Cemetery of Ash] Soul of a Crestfallen Knight 54000230")]
+ CemeteryOfAshSoulOfaCrestfallenKnight = 54000230,
- [Annotation(Name = "[Cemetery of Ash] Titanite Chunk 54000240")]
- CemeteryOfAshTitaniteChunk_ = 54000240,
+ [Annotation(Name = "[Cemetery of Ash] Titanite Chunk 54000240")]
+ CemeteryOfAshTitaniteChunk_ = 54000240,
- [Annotation(Name = "[Cemetery of Ash] Ashen Estus Ring 54000250")]
- CemeteryOfAshAshenEstusRing = 54000250,
+ [Annotation(Name = "[Cemetery of Ash] Ashen Estus Ring 54000250")]
+ CemeteryOfAshAshenEstusRing = 54000250,
- [Annotation(Name = "[Cemetery of Ash] Black Knight Glaive 54000260")]
- CemeteryOfAshBlackKnightGlaive = 54000260,
+ [Annotation(Name = "[Cemetery of Ash] Black Knight Glaive 54000260")]
+ CemeteryOfAshBlackKnightGlaive = 54000260,
- [Annotation(Name = "[Cemetery of Ash] Eyes of a Fire Keeper 54000280")]
- CemeteryOfAshEyesOfaFireKeeper = 54000280,
+ [Annotation(Name = "[Cemetery of Ash] Eyes of a Fire Keeper 54000280")]
+ CemeteryOfAshEyesOfaFireKeeper = 54000280,
- [Annotation(Name = "[Cemetery of Ash] Soul of a Crestfallen Knight 54000290")]
- CemeteryOfAshSoulOfaCrestfallenKnight_ = 54000290,
+ [Annotation(Name = "[Cemetery of Ash] Soul of a Crestfallen Knight 54000290")]
+ CemeteryOfAshSoulOfaCrestfallenKnight_ = 54000290,
- [Annotation(Name = "[Cemetery of Ash] Blacksmith Hammer 54000300")]
- CemeteryOfAshBlacksmithHammer = 54000300,
+ [Annotation(Name = "[Cemetery of Ash] Blacksmith Hammer 54000300")]
+ CemeteryOfAshBlacksmithHammer = 54000300,
- [Annotation(Name = "[Cemetery of Ash] Chaos Blade 54000310")]
- CemeteryOfAshChaosBlade = 54000310,
+ [Annotation(Name = "[Cemetery of Ash] Chaos Blade 54000310")]
+ CemeteryOfAshChaosBlade = 54000310,
- [Annotation(Name = "[Cemetery of Ash] Hollow's Ashes 54000320")]
- CemeteryOfAshHollowsAshes = 54000320,
+ [Annotation(Name = "[Cemetery of Ash] Hollow's Ashes 54000320")]
+ CemeteryOfAshHollowsAshes = 54000320,
- [Annotation(Name = "[Cemetery of Ash] Hornet Ring 54000330")]
- CemeteryOfAshHornetRing = 54000330,
+ [Annotation(Name = "[Cemetery of Ash] Hornet Ring 54000330")]
+ CemeteryOfAshHornetRing = 54000330,
- [Annotation(Name = "[Cemetery of Ash] Coiled Sword Fragment 54000340")]
- CemeteryOfAshCoiledSwordFragment = 54000340,
+ [Annotation(Name = "[Cemetery of Ash] Coiled Sword Fragment 54000340")]
+ CemeteryOfAshCoiledSwordFragment = 54000340,
- [Annotation(Name = "[Cemetery of Ash] Fire Keeper Robe 54000350")]
- CemeteryOfAshFireKeeperRobe = 54000350,
+ [Annotation(Name = "[Cemetery of Ash] Fire Keeper Robe 54000350")]
+ CemeteryOfAshFireKeeperRobe = 54000350,
- [Annotation(Name = "[Cemetery of Ash] Life Ring+3 54000400")]
- CemeteryOfAshLifeRing3 = 54000400,
+ [Annotation(Name = "[Cemetery of Ash] Life Ring+3 54000400")]
+ CemeteryOfAshLifeRing3 = 54000400,
- [Annotation(Name = "[Cemetery of Ash] Ring of Steel Protection+1 54000410")]
- CemeteryOfAshRingOfSteelProtection1 = 54000410,
+ [Annotation(Name = "[Cemetery of Ash] Ring of Steel Protection+1 54000410")]
+ CemeteryOfAshRingOfSteelProtection1 = 54000410,
- [Annotation(Name = "[Cemetery of Ash] Speckled Stoneplate Ring+1 54000420")]
- CemeteryOfAshSpeckledStoneplateRing1 = 54000420,
+ [Annotation(Name = "[Cemetery of Ash] Speckled Stoneplate Ring+1 54000420")]
+ CemeteryOfAshSpeckledStoneplateRing1 = 54000420,
- [Annotation(Name = "[Cemetery of Ash] Wolf Ring+2 54000430")]
- CemeteryOfAshWolfRing2 = 54000430,
+ [Annotation(Name = "[Cemetery of Ash] Wolf Ring+2 54000430")]
+ CemeteryOfAshWolfRing2 = 54000430,
- [Annotation(Name = "Ashen Estus Flask 6600")]
- AshenEstusFlask = 6600,
+ [Annotation(Name = "Ashen Estus Flask 6600")]
+ AshenEstusFlask = 6600,
- [Annotation(Name = "[Cemetery of Ash] Covetous Silver Serpent Ring 54000700")]
- CemeteryOfAshCovetousSilverSerpentRing = 54000700,
+ [Annotation(Name = "[Cemetery of Ash] Covetous Silver Serpent Ring 54000700")]
+ CemeteryOfAshCovetousSilverSerpentRing = 54000700,
- [Annotation(Name = "[Ariandel] Rime-blue Moss Clump 54500000")]
- AriandelRimeblueMossClump = 54500000,
+ [Annotation(Name = "[Ariandel] Rime-blue Moss Clump 54500000")]
+ AriandelRimeblueMossClump = 54500000,
- [Annotation(Name = "[Ariandel] Poison Gem 54500010")]
- AriandelPoisonGem = 54500010,
+ [Annotation(Name = "[Ariandel] Poison Gem 54500010")]
+ AriandelPoisonGem = 54500010,
- [Annotation(Name = "[Ariandel] Large Soul of an Unknown Traveler 54500020")]
- AriandelLargeSoulOfanUnknownTraveler = 54500020,
+ [Annotation(Name = "[Ariandel] Large Soul of an Unknown Traveler 54500020")]
+ AriandelLargeSoulOfanUnknownTraveler = 54500020,
- [Annotation(Name = "[Ariandel] Follower Javelin 54500030")]
- AriandelFollowerJavelin = 54500030,
+ [Annotation(Name = "[Ariandel] Follower Javelin 54500030")]
+ AriandelFollowerJavelin = 54500030,
- [Annotation(Name = "[Ariandel] Large Soul of an Unknown Traveler 54500040")]
- AriandelLargeSoulOfanUnknownTraveler_ = 54500040,
+ [Annotation(Name = "[Ariandel] Large Soul of an Unknown Traveler 54500040")]
+ AriandelLargeSoulOfanUnknownTraveler_ = 54500040,
- [Annotation(Name = "[Ariandel] Homeward Bone 54500050")]
- AriandelHomewardBone = 54500050,
+ [Annotation(Name = "[Ariandel] Homeward Bone 54500050")]
+ AriandelHomewardBone = 54500050,
- [Annotation(Name = "[Ariandel] Blessed Gem 54500060")]
- AriandelBlessedGem = 54500060,
+ [Annotation(Name = "[Ariandel] Blessed Gem 54500060")]
+ AriandelBlessedGem = 54500060,
- [Annotation(Name = "[Ariandel] Captain's Ashes 54500070")]
- AriandelCaptainsAshes = 54500070,
+ [Annotation(Name = "[Ariandel] Captain's Ashes 54500070")]
+ AriandelCaptainsAshes = 54500070,
- [Annotation(Name = "[Ariandel] Black Firebomb 54500080")]
- AriandelBlackFirebomb = 54500080,
+ [Annotation(Name = "[Ariandel] Black Firebomb 54500080")]
+ AriandelBlackFirebomb = 54500080,
- [Annotation(Name = "[Ariandel] Shriving Stone 54500090")]
- AriandelShrivingStone = 54500090,
+ [Annotation(Name = "[Ariandel] Shriving Stone 54500090")]
+ AriandelShrivingStone = 54500090,
- [Annotation(Name = "[Ariandel] Millwood Greatbow 54500100")]
- AriandelMillwoodGreatbow = 54500100,
+ [Annotation(Name = "[Ariandel] Millwood Greatbow 54500100")]
+ AriandelMillwoodGreatbow = 54500100,
- [Annotation(Name = "[Ariandel] Large Soul of an Unknown Traveler 54500110")]
- AriandelLargeSoulOfanUnknownTraveler__ = 54500110,
+ [Annotation(Name = "[Ariandel] Large Soul of an Unknown Traveler 54500110")]
+ AriandelLargeSoulOfanUnknownTraveler__ = 54500110,
- [Annotation(Name = "[Ariandel] Rusted Coin 54500120")]
- AriandelRustedCoin = 54500120,
+ [Annotation(Name = "[Ariandel] Rusted Coin 54500120")]
+ AriandelRustedCoin = 54500120,
- [Annotation(Name = "[Ariandel] Large Titanite Shard 54500130")]
- AriandelLargeTitaniteShard = 54500130,
+ [Annotation(Name = "[Ariandel] Large Titanite Shard 54500130")]
+ AriandelLargeTitaniteShard = 54500130,
- [Annotation(Name = "[Ariandel] Large Soul of an Unknown Traveler 54500140")]
- AriandelLargeSoulOfanUnknownTraveler___ = 54500140,
+ [Annotation(Name = "[Ariandel] Large Soul of an Unknown Traveler 54500140")]
+ AriandelLargeSoulOfanUnknownTraveler___ = 54500140,
- [Annotation(Name = "[Ariandel] Crow Quills 54500150")]
- AriandelCrowQuills = 54500150,
+ [Annotation(Name = "[Ariandel] Crow Quills 54500150")]
+ AriandelCrowQuills = 54500150,
- [Annotation(Name = "[Ariandel] Simple Gem 54500160")]
- AriandelSimpleGem = 54500160,
+ [Annotation(Name = "[Ariandel] Simple Gem 54500160")]
+ AriandelSimpleGem = 54500160,
- [Annotation(Name = "[Ariandel] Large Soul of an Unknown Traveler 54500170")]
- AriandelLargeSoulOfanUnknownTraveler____ = 54500170,
+ [Annotation(Name = "[Ariandel] Large Soul of an Unknown Traveler 54500170")]
+ AriandelLargeSoulOfanUnknownTraveler____ = 54500170,
- [Annotation(Name = "[Ariandel] Slave Knight Hood 54500180")]
- AriandelSlaveKnightHood = 54500180,
+ [Annotation(Name = "[Ariandel] Slave Knight Hood 54500180")]
+ AriandelSlaveKnightHood = 54500180,
- [Annotation(Name = "[Ariandel] Ember 54500190")]
- AriandelEmber = 54500190,
+ [Annotation(Name = "[Ariandel] Ember 54500190")]
+ AriandelEmber = 54500190,
- [Annotation(Name = "[Ariandel] Dark Gem 54500200")]
- AriandelDarkGem = 54500200,
+ [Annotation(Name = "[Ariandel] Dark Gem 54500200")]
+ AriandelDarkGem = 54500200,
- [Annotation(Name = "[Ariandel] Large Soul of an Unknown Traveler 54500220")]
- AriandelLargeSoulOfanUnknownTraveler_____ = 54500220,
+ [Annotation(Name = "[Ariandel] Large Soul of an Unknown Traveler 54500220")]
+ AriandelLargeSoulOfanUnknownTraveler_____ = 54500220,
- [Annotation(Name = "[Ariandel] Large Soul of an Unknown Traveler 54500230")]
- AriandelLargeSoulOfanUnknownTraveler______ = 54500230,
+ [Annotation(Name = "[Ariandel] Large Soul of an Unknown Traveler 54500230")]
+ AriandelLargeSoulOfanUnknownTraveler______ = 54500230,
- [Annotation(Name = "[Ariandel] Rusted Gold Coin 54500240")]
- AriandelRustedGoldCoin = 54500240,
+ [Annotation(Name = "[Ariandel] Rusted Gold Coin 54500240")]
+ AriandelRustedGoldCoin = 54500240,
- [Annotation(Name = "[Ariandel] Soul of a Crestfallen Knight 54500250")]
- AriandelSoulOfaCrestfallenKnight = 54500250,
+ [Annotation(Name = "[Ariandel] Soul of a Crestfallen Knight 54500250")]
+ AriandelSoulOfaCrestfallenKnight = 54500250,
- [Annotation(Name = "[Ariandel] Way of White Corona 54500260")]
- AriandelWayOfWhiteCorona = 54500260,
+ [Annotation(Name = "[Ariandel] Way of White Corona 54500260")]
+ AriandelWayOfWhiteCorona = 54500260,
- [Annotation(Name = "[Ariandel] Rusted Coin 54500270")]
- AriandelRustedCoin_ = 54500270,
+ [Annotation(Name = "[Ariandel] Rusted Coin 54500270")]
+ AriandelRustedCoin_ = 54500270,
- [Annotation(Name = "[Ariandel] Young White Branch 54500280")]
- AriandelYoungWhiteBranch = 54500280,
+ [Annotation(Name = "[Ariandel] Young White Branch 54500280")]
+ AriandelYoungWhiteBranch = 54500280,
- [Annotation(Name = "[Ariandel] Budding Green Blossom 54500290")]
- AriandelBuddingGreenBlossom = 54500290,
+ [Annotation(Name = "[Ariandel] Budding Green Blossom 54500290")]
+ AriandelBuddingGreenBlossom = 54500290,
- [Annotation(Name = "[Ariandel] Crow Talons 54500300")]
- AriandelCrowTalons = 54500300,
+ [Annotation(Name = "[Ariandel] Crow Talons 54500300")]
+ AriandelCrowTalons = 54500300,
- [Annotation(Name = "[Ariandel] Prism Stone 54500310")]
- AriandelPrismStone = 54500310,
+ [Annotation(Name = "[Ariandel] Prism Stone 54500310")]
+ AriandelPrismStone = 54500310,
- [Annotation(Name = "[Ariandel] Titanite Chunk 54500320")]
- AriandelTitaniteChunk = 54500320,
+ [Annotation(Name = "[Ariandel] Titanite Chunk 54500320")]
+ AriandelTitaniteChunk = 54500320,
- [Annotation(Name = "[Ariandel] Titanite Chunk 54500330")]
- AriandelTitaniteChunk_ = 54500330,
+ [Annotation(Name = "[Ariandel] Titanite Chunk 54500330")]
+ AriandelTitaniteChunk_ = 54500330,
- [Annotation(Name = "[Ariandel] Follower Shield 54500340")]
- AriandelFollowerShield = 54500340,
+ [Annotation(Name = "[Ariandel] Follower Shield 54500340")]
+ AriandelFollowerShield = 54500340,
- [Annotation(Name = "[Ariandel] Large Titanite Shard 54500350")]
- AriandelLargeTitaniteShard_ = 54500350,
+ [Annotation(Name = "[Ariandel] Large Titanite Shard 54500350")]
+ AriandelLargeTitaniteShard_ = 54500350,
- [Annotation(Name = "[Ariandel] Quakestone Hammer 54500360")]
- AriandelQuakestoneHammer = 54500360,
+ [Annotation(Name = "[Ariandel] Quakestone Hammer 54500360")]
+ AriandelQuakestoneHammer = 54500360,
- [Annotation(Name = "[Ariandel] Ember 54500370")]
- AriandelEmber_ = 54500370,
+ [Annotation(Name = "[Ariandel] Ember 54500370")]
+ AriandelEmber_ = 54500370,
- [Annotation(Name = "[Ariandel] Large Titanite Shard 54500380")]
- AriandelLargeTitaniteShard__ = 54500380,
+ [Annotation(Name = "[Ariandel] Large Titanite Shard 54500380")]
+ AriandelLargeTitaniteShard__ = 54500380,
- [Annotation(Name = "[Ariandel] Soul of a Crestfallen Knight 54500390")]
- AriandelSoulOfaCrestfallenKnight_ = 54500390,
+ [Annotation(Name = "[Ariandel] Soul of a Crestfallen Knight 54500390")]
+ AriandelSoulOfaCrestfallenKnight_ = 54500390,
- [Annotation(Name = "[Ariandel] Soul of a Crestfallen Knight 54500400")]
- AriandelSoulOfaCrestfallenKnight__ = 54500400,
+ [Annotation(Name = "[Ariandel] Soul of a Crestfallen Knight 54500400")]
+ AriandelSoulOfaCrestfallenKnight__ = 54500400,
- [Annotation(Name = "[Ariandel] Large Soul of a Crestfallen Knight 54500410")]
- AriandelLargeSoulOfaCrestfallenKnight = 54500410,
+ [Annotation(Name = "[Ariandel] Large Soul of a Crestfallen Knight 54500410")]
+ AriandelLargeSoulOfaCrestfallenKnight = 54500410,
- [Annotation(Name = "[Ariandel] Earth Seeker 54500420")]
- AriandelEarthSeeker = 54500420,
+ [Annotation(Name = "[Ariandel] Earth Seeker 54500420")]
+ AriandelEarthSeeker = 54500420,
- [Annotation(Name = "[Ariandel] Follower Torch 54500430")]
- AriandelFollowerTorch = 54500430,
+ [Annotation(Name = "[Ariandel] Follower Torch 54500430")]
+ AriandelFollowerTorch = 54500430,
- [Annotation(Name = "[Ariandel] Dung Pie 54500460")]
- AriandelDungPie = 54500460,
+ [Annotation(Name = "[Ariandel] Dung Pie 54500460")]
+ AriandelDungPie = 54500460,
- [Annotation(Name = "[Ariandel] Vilhelm's Helm 54500470")]
- AriandelVilhelmsHelm = 54500470,
+ [Annotation(Name = "[Ariandel] Vilhelm's Helm 54500470")]
+ AriandelVilhelmsHelm = 54500470,
- [Annotation(Name = "[Ariandel] Blood Gem 54500480")]
- AriandelBloodGem = 54500480,
+ [Annotation(Name = "[Ariandel] Blood Gem 54500480")]
+ AriandelBloodGem = 54500480,
- [Annotation(Name = "[Ariandel] Hollow Gem 54500490")]
- AriandelHollowGem = 54500490,
+ [Annotation(Name = "[Ariandel] Hollow Gem 54500490")]
+ AriandelHollowGem = 54500490,
- [Annotation(Name = "[Ariandel] Rime-blue Moss Clump 54500530")]
- AriandelRimeblueMossClump_ = 54500530,
+ [Annotation(Name = "[Ariandel] Rime-blue Moss Clump 54500530")]
+ AriandelRimeblueMossClump_ = 54500530,
- [Annotation(Name = "[Ariandel] Follower Sabre 54500540")]
- AriandelFollowerSabre = 54500540,
+ [Annotation(Name = "[Ariandel] Follower Sabre 54500540")]
+ AriandelFollowerSabre = 54500540,
- [Annotation(Name = "[Ariandel] Ember 54500550")]
- AriandelEmber__ = 54500550,
+ [Annotation(Name = "[Ariandel] Ember 54500550")]
+ AriandelEmber__ = 54500550,
- [Annotation(Name = "[Ariandel] Snap Freeze 54500560")]
- AriandelSnapFreeze = 54500560,
+ [Annotation(Name = "[Ariandel] Snap Freeze 54500560")]
+ AriandelSnapFreeze = 54500560,
- [Annotation(Name = "[Ariandel] Pyromancer's Parting Flame 54500570")]
- AriandelPyromancersPartingFlame = 54500570,
+ [Annotation(Name = "[Ariandel] Pyromancer's Parting Flame 54500570")]
+ AriandelPyromancersPartingFlame = 54500570,
- [Annotation(Name = "[Ariandel] Rime-blue Moss Clump 54500600")]
- AriandelRimeblueMossClump__ = 54500600,
+ [Annotation(Name = "[Ariandel] Rime-blue Moss Clump 54500600")]
+ AriandelRimeblueMossClump__ = 54500600,
- [Annotation(Name = "[Ariandel] Large Soul of an Unknown Traveler 54500610")]
- AriandelLargeSoulOfanUnknownTraveler_______ = 54500610,
+ [Annotation(Name = "[Ariandel] Large Soul of an Unknown Traveler 54500610")]
+ AriandelLargeSoulOfanUnknownTraveler_______ = 54500610,
- [Annotation(Name = "[Ariandel] Ember 54500620")]
- AriandelEmber___ = 54500620,
+ [Annotation(Name = "[Ariandel] Ember 54500620")]
+ AriandelEmber___ = 54500620,
- [Annotation(Name = "[Ariandel] Frozen Weapon 54500630")]
- AriandelFrozenWeapon = 54500630,
+ [Annotation(Name = "[Ariandel] Frozen Weapon 54500630")]
+ AriandelFrozenWeapon = 54500630,
- [Annotation(Name = "[Ariandel] Titanite Slab 54500640")]
- AriandelTitaniteSlab = 54500640,
+ [Annotation(Name = "[Ariandel] Titanite Slab 54500640")]
+ AriandelTitaniteSlab = 54500640,
- [Annotation(Name = "[Ariandel] Homeward Bone 54500650")]
- AriandelHomewardBone_ = 54500650,
+ [Annotation(Name = "[Ariandel] Homeward Bone 54500650")]
+ AriandelHomewardBone_ = 54500650,
- [Annotation(Name = "[Ariandel] Large Soul of an Unknown Traveler 54500660")]
- AriandelLargeSoulOfanUnknownTraveler________ = 54500660,
+ [Annotation(Name = "[Ariandel] Large Soul of an Unknown Traveler 54500660")]
+ AriandelLargeSoulOfanUnknownTraveler________ = 54500660,
- [Annotation(Name = "[Ariandel] Large Soul of a Weary Warrior 54500670")]
- AriandelLargeSoulOfaWearyWarrior = 54500670,
+ [Annotation(Name = "[Ariandel] Large Soul of a Weary Warrior 54500670")]
+ AriandelLargeSoulOfaWearyWarrior = 54500670,
- [Annotation(Name = "[Ariandel] Large Soul of an Unknown Traveler 54500680")]
- AriandelLargeSoulOfanUnknownTraveler_________ = 54500680,
+ [Annotation(Name = "[Ariandel] Large Soul of an Unknown Traveler 54500680")]
+ AriandelLargeSoulOfanUnknownTraveler_________ = 54500680,
- [Annotation(Name = "[Ariandel] Heavy Gem 54500690")]
- AriandelHeavyGem = 54500690,
+ [Annotation(Name = "[Ariandel] Heavy Gem 54500690")]
+ AriandelHeavyGem = 54500690,
- [Annotation(Name = "[Ariandel] Large Soul of a Weary Warrior 54500800")]
- AriandelLargeSoulOfaWearyWarrior_ = 54500800,
+ [Annotation(Name = "[Ariandel] Large Soul of a Weary Warrior 54500800")]
+ AriandelLargeSoulOfaWearyWarrior_ = 54500800,
- [Annotation(Name = "[Ariandel] Millwood Battle Axe 54500810")]
- AriandelMillwoodBattleAxe = 54500810,
+ [Annotation(Name = "[Ariandel] Millwood Battle Axe 54500810")]
+ AriandelMillwoodBattleAxe = 54500810,
- [Annotation(Name = "[Ariandel] Ethereal Oak Shield 54500820")]
- AriandelEtherealOakShield = 54500820,
+ [Annotation(Name = "[Ariandel] Ethereal Oak Shield 54500820")]
+ AriandelEtherealOakShield = 54500820,
- [Annotation(Name = "[Ariandel] Soul of a Weary Warrior 54500830")]
- AriandelSoulOfaWearyWarrior = 54500830,
+ [Annotation(Name = "[Ariandel] Soul of a Weary Warrior 54500830")]
+ AriandelSoulOfaWearyWarrior = 54500830,
- [Annotation(Name = "[Dreg Heap] Ember 55000000")]
- DregHeapEmber = 55000000,
+ [Annotation(Name = "[Dreg Heap] Ember 55000000")]
+ DregHeapEmber = 55000000,
- [Annotation(Name = "[Dreg Heap] Soul of a Weary Warrior 55000010")]
- DregHeapSoulOfaWearyWarrior = 55000010,
+ [Annotation(Name = "[Dreg Heap] Soul of a Weary Warrior 55000010")]
+ DregHeapSoulOfaWearyWarrior = 55000010,
- [Annotation(Name = "[Dreg Heap] Titanite Chunk 55000020")]
- DregHeapTitaniteChunk = 55000020,
+ [Annotation(Name = "[Dreg Heap] Titanite Chunk 55000020")]
+ DregHeapTitaniteChunk = 55000020,
- [Annotation(Name = "[Dreg Heap] Aquamarine Dagger 55000030")]
- DregHeapAquamarineDagger = 55000030,
+ [Annotation(Name = "[Dreg Heap] Aquamarine Dagger 55000030")]
+ DregHeapAquamarineDagger = 55000030,
- [Annotation(Name = "[Dreg Heap] Twinkling Titanite 55000040")]
- DregHeapTwinklingTitanite = 55000040,
+ [Annotation(Name = "[Dreg Heap] Twinkling Titanite 55000040")]
+ DregHeapTwinklingTitanite = 55000040,
- [Annotation(Name = "[Dreg Heap] Murky Hand Scythe 55000050")]
- DregHeapMurkyHandScythe = 55000050,
+ [Annotation(Name = "[Dreg Heap] Murky Hand Scythe 55000050")]
+ DregHeapMurkyHandScythe = 55000050,
- [Annotation(Name = "[Dreg Heap] Divine Blessing 55000060")]
- DregHeapDivineBlessing = 55000060,
+ [Annotation(Name = "[Dreg Heap] Divine Blessing 55000060")]
+ DregHeapDivineBlessing = 55000060,
- [Annotation(Name = "[Dreg Heap] Ring of Steel Protection+3 55000070")]
- DregHeapRingOfSteelProtection3 = 55000070,
+ [Annotation(Name = "[Dreg Heap] Ring of Steel Protection+3 55000070")]
+ DregHeapRingOfSteelProtection3 = 55000070,
- [Annotation(Name = "[Dreg Heap] Soul of a Crestfallen Knight 55000080")]
- DregHeapSoulOfaCrestfallenKnight = 55000080,
+ [Annotation(Name = "[Dreg Heap] Soul of a Crestfallen Knight 55000080")]
+ DregHeapSoulOfaCrestfallenKnight = 55000080,
- [Annotation(Name = "[Dreg Heap] Rusted Coin 55000090")]
- DregHeapRustedCoin = 55000090,
+ [Annotation(Name = "[Dreg Heap] Rusted Coin 55000090")]
+ DregHeapRustedCoin = 55000090,
- [Annotation(Name = "[Dreg Heap] Titanite Chunk 55000100")]
- DregHeapTitaniteChunk_ = 55000100,
+ [Annotation(Name = "[Dreg Heap] Titanite Chunk 55000100")]
+ DregHeapTitaniteChunk_ = 55000100,
- [Annotation(Name = "[Dreg Heap] Murky Longstaff 55000110")]
- DregHeapMurkyLongstaff = 55000110,
+ [Annotation(Name = "[Dreg Heap] Murky Longstaff 55000110")]
+ DregHeapMurkyLongstaff = 55000110,
- [Annotation(Name = "[Dreg Heap] Ember 55000120")]
- DregHeapEmber_ = 55000120,
+ [Annotation(Name = "[Dreg Heap] Ember 55000120")]
+ DregHeapEmber_ = 55000120,
- [Annotation(Name = "[Dreg Heap] Great Soul Dregs 55000130")]
- DregHeapGreatSoulDregs = 55000130,
+ [Annotation(Name = "[Dreg Heap] Great Soul Dregs 55000130")]
+ DregHeapGreatSoulDregs = 55000130,
- [Annotation(Name = "[Dreg Heap] Covetous Silver Serpent Ring+3 55000140")]
- DregHeapCovetousSilverSerpentRing3 = 55000140,
+ [Annotation(Name = "[Dreg Heap] Covetous Silver Serpent Ring+3 55000140")]
+ DregHeapCovetousSilverSerpentRing3 = 55000140,
- [Annotation(Name = "[Dreg Heap] Fading Soul 55000150")]
- DregHeapFadingSoul = 55000150,
+ [Annotation(Name = "[Dreg Heap] Fading Soul 55000150")]
+ DregHeapFadingSoul = 55000150,
- [Annotation(Name = "[Dreg Heap] Titanite Chunk 55000160")]
- DregHeapTitaniteChunk__ = 55000160,
+ [Annotation(Name = "[Dreg Heap] Titanite Chunk 55000160")]
+ DregHeapTitaniteChunk__ = 55000160,
- [Annotation(Name = "[Dreg Heap] Homeward Bone 55000170")]
- DregHeapHomewardBone = 55000170,
+ [Annotation(Name = "[Dreg Heap] Homeward Bone 55000170")]
+ DregHeapHomewardBone = 55000170,
- [Annotation(Name = "[Dreg Heap] Fading Soul 55000180")]
- DregHeapFadingSoul_ = 55000180,
+ [Annotation(Name = "[Dreg Heap] Fading Soul 55000180")]
+ DregHeapFadingSoul_ = 55000180,
- [Annotation(Name = "[Dreg Heap] Lightning Urn 55000190")]
- DregHeapLightningUrn = 55000190,
+ [Annotation(Name = "[Dreg Heap] Lightning Urn 55000190")]
+ DregHeapLightningUrn = 55000190,
- [Annotation(Name = "[Dreg Heap] Projected Heal 55000200")]
- DregHeapProjectedHeal = 55000200,
+ [Annotation(Name = "[Dreg Heap] Projected Heal 55000200")]
+ DregHeapProjectedHeal = 55000200,
- [Annotation(Name = "[Dreg Heap] Large Soul of a Weary Warrior 55000210")]
- DregHeapLargeSoulOfaWearyWarrior = 55000210,
+ [Annotation(Name = "[Dreg Heap] Large Soul of a Weary Warrior 55000210")]
+ DregHeapLargeSoulOfaWearyWarrior = 55000210,
- [Annotation(Name = "[Dreg Heap] Lothric War Banner 55000220")]
- DregHeapLothricWarBanner = 55000220,
+ [Annotation(Name = "[Dreg Heap] Lothric War Banner 55000220")]
+ DregHeapLothricWarBanner = 55000220,
- [Annotation(Name = "[Dreg Heap] Titanite Scale 55000230")]
- DregHeapTitaniteScale = 55000230,
+ [Annotation(Name = "[Dreg Heap] Titanite Scale 55000230")]
+ DregHeapTitaniteScale = 55000230,
- [Annotation(Name = "[Dreg Heap] Fading Soul 55000240")]
- DregHeapFadingSoul__ = 55000240,
+ [Annotation(Name = "[Dreg Heap] Fading Soul 55000240")]
+ DregHeapFadingSoul__ = 55000240,
- [Annotation(Name = "[Dreg Heap] Fading Soul 55000250")]
- DregHeapFadingSoul___ = 55000250,
+ [Annotation(Name = "[Dreg Heap] Fading Soul 55000250")]
+ DregHeapFadingSoul___ = 55000250,
- [Annotation(Name = "[Dreg Heap] Fading Soul 55000260")]
- DregHeapFadingSoul____ = 55000260,
+ [Annotation(Name = "[Dreg Heap] Fading Soul 55000260")]
+ DregHeapFadingSoul____ = 55000260,
- [Annotation(Name = "[Dreg Heap] Fading Soul 55000270")]
- DregHeapFadingSoul_____ = 55000270,
+ [Annotation(Name = "[Dreg Heap] Fading Soul 55000270")]
+ DregHeapFadingSoul_____ = 55000270,
- [Annotation(Name = "[Dreg Heap] Fading Soul 55000280")]
- DregHeapFadingSoul______ = 55000280,
+ [Annotation(Name = "[Dreg Heap] Fading Soul 55000280")]
+ DregHeapFadingSoul______ = 55000280,
- [Annotation(Name = "[Dreg Heap] Fading Soul 55000290")]
- DregHeapFadingSoul_______ = 55000290,
+ [Annotation(Name = "[Dreg Heap] Fading Soul 55000290")]
+ DregHeapFadingSoul_______ = 55000290,
- [Annotation(Name = "[Dreg Heap] Black Firebomb 55000300")]
- DregHeapBlackFirebomb = 55000300,
+ [Annotation(Name = "[Dreg Heap] Black Firebomb 55000300")]
+ DregHeapBlackFirebomb = 55000300,
- [Annotation(Name = "[Dreg Heap] Titanite Chunk 55000310")]
- DregHeapTitaniteChunk___ = 55000310,
+ [Annotation(Name = "[Dreg Heap] Titanite Chunk 55000310")]
+ DregHeapTitaniteChunk___ = 55000310,
- [Annotation(Name = "[Dreg Heap] Twinkling Titanite 55000320")]
- DregHeapTwinklingTitanite_ = 55000320,
+ [Annotation(Name = "[Dreg Heap] Twinkling Titanite 55000320")]
+ DregHeapTwinklingTitanite_ = 55000320,
- [Annotation(Name = "[Dreg Heap] Desert Pyromancer Garb 55000330")]
- DregHeapDesertPyromancerGarb = 55000330,
+ [Annotation(Name = "[Dreg Heap] Desert Pyromancer Garb 55000330")]
+ DregHeapDesertPyromancerGarb = 55000330,
- [Annotation(Name = "[Dreg Heap] Titanite Chunk 55000340")]
- DregHeapTitaniteChunk____ = 55000340,
+ [Annotation(Name = "[Dreg Heap] Titanite Chunk 55000340")]
+ DregHeapTitaniteChunk____ = 55000340,
- [Annotation(Name = "[Dreg Heap] Giant Door Shield 55000350")]
- DregHeapGiantDoorShield = 55000350,
+ [Annotation(Name = "[Dreg Heap] Giant Door Shield 55000350")]
+ DregHeapGiantDoorShield = 55000350,
- [Annotation(Name = "[Dreg Heap] Ember 55000360")]
- DregHeapEmber__ = 55000360,
+ [Annotation(Name = "[Dreg Heap] Ember 55000360")]
+ DregHeapEmber__ = 55000360,
- [Annotation(Name = "[Dreg Heap] Desert Pyromancer Hood 55000370")]
- DregHeapDesertPyromancerHood = 55000370,
+ [Annotation(Name = "[Dreg Heap] Desert Pyromancer Hood 55000370")]
+ DregHeapDesertPyromancerHood = 55000370,
- [Annotation(Name = "[Dreg Heap] Desert Pyromancer Gloves 55000380")]
- DregHeapDesertPyromancerGloves = 55000380,
+ [Annotation(Name = "[Dreg Heap] Desert Pyromancer Gloves 55000380")]
+ DregHeapDesertPyromancerGloves = 55000380,
- [Annotation(Name = "[Dreg Heap] Desert Pyromancer Skirt 55000390")]
- DregHeapDesertPyromancerSkirt = 55000390,
+ [Annotation(Name = "[Dreg Heap] Desert Pyromancer Skirt 55000390")]
+ DregHeapDesertPyromancerSkirt = 55000390,
- [Annotation(Name = "[Dreg Heap] Titanite Scale 55000400")]
- DregHeapTitaniteScale_ = 55000400,
+ [Annotation(Name = "[Dreg Heap] Titanite Scale 55000400")]
+ DregHeapTitaniteScale_ = 55000400,
- [Annotation(Name = "[Dreg Heap] Purple Moss Clump 55000410")]
- DregHeapPurpleMossClump = 55000410,
+ [Annotation(Name = "[Dreg Heap] Purple Moss Clump 55000410")]
+ DregHeapPurpleMossClump = 55000410,
- [Annotation(Name = "[Dreg Heap] Ring of Favor+3 55000420")]
- DregHeapRingOfFavor3 = 55000420,
+ [Annotation(Name = "[Dreg Heap] Ring of Favor+3 55000420")]
+ DregHeapRingOfFavor3 = 55000420,
- [Annotation(Name = "[Dreg Heap] Titanite Chunk 55000430")]
- DregHeapTitaniteChunk_____ = 55000430,
+ [Annotation(Name = "[Dreg Heap] Titanite Chunk 55000430")]
+ DregHeapTitaniteChunk_____ = 55000430,
- [Annotation(Name = "[Dreg Heap] Large Soul of a Weary Warrior 55000440")]
- DregHeapLargeSoulOfaWearyWarrior_ = 55000440,
+ [Annotation(Name = "[Dreg Heap] Large Soul of a Weary Warrior 55000440")]
+ DregHeapLargeSoulOfaWearyWarrior_ = 55000440,
- [Annotation(Name = "[Dreg Heap] Titanite Slab 55000450")]
- DregHeapTitaniteSlab = 55000450,
+ [Annotation(Name = "[Dreg Heap] Titanite Slab 55000450")]
+ DregHeapTitaniteSlab = 55000450,
- [Annotation(Name = "[Dreg Heap] Titanite Chunk 55000460")]
- DregHeapTitaniteChunk______ = 55000460,
+ [Annotation(Name = "[Dreg Heap] Titanite Chunk 55000460")]
+ DregHeapTitaniteChunk______ = 55000460,
- [Annotation(Name = "[Dreg Heap] Loincloth 55000470")]
- DregHeapLoincloth = 55000470,
+ [Annotation(Name = "[Dreg Heap] Loincloth 55000470")]
+ DregHeapLoincloth = 55000470,
- [Annotation(Name = "[Dreg Heap] Titanite Chunk 55000480")]
- DregHeapTitaniteChunk_______ = 55000480,
+ [Annotation(Name = "[Dreg Heap] Titanite Chunk 55000480")]
+ DregHeapTitaniteChunk_______ = 55000480,
- [Annotation(Name = "[Dreg Heap] Large Soul of a Weary Warrior 55000490")]
- DregHeapLargeSoulOfaWearyWarrior__ = 55000490,
+ [Annotation(Name = "[Dreg Heap] Large Soul of a Weary Warrior 55000490")]
+ DregHeapLargeSoulOfaWearyWarrior__ = 55000490,
- [Annotation(Name = "[Dreg Heap] Harald Curved Greatsword 55000500")]
- DregHeapHaraldCurvedGreatsword = 55000500,
+ [Annotation(Name = "[Dreg Heap] Harald Curved Greatsword 55000500")]
+ DregHeapHaraldCurvedGreatsword = 55000500,
- [Annotation(Name = "[Dreg Heap] Homeward Bone 55000510")]
- DregHeapHomewardBone_ = 55000510,
+ [Annotation(Name = "[Dreg Heap] Homeward Bone 55000510")]
+ DregHeapHomewardBone_ = 55000510,
- [Annotation(Name = "[Dreg Heap] Prism Stone 55000520")]
- DregHeapPrismStone = 55000520,
+ [Annotation(Name = "[Dreg Heap] Prism Stone 55000520")]
+ DregHeapPrismStone = 55000520,
- [Annotation(Name = "[Dreg Heap] Desert Pyromancer Hood 55000530")]
- DregHeapDesertPyromancerHood_ = 55000530,
+ [Annotation(Name = "[Dreg Heap] Desert Pyromancer Hood 55000530")]
+ DregHeapDesertPyromancerHood_ = 55000530,
- [Annotation(Name = "[Dreg Heap] Twinkling Titanite 55000540")]
- DregHeapTwinklingTitanite__ = 55000540,
+ [Annotation(Name = "[Dreg Heap] Twinkling Titanite 55000540")]
+ DregHeapTwinklingTitanite__ = 55000540,
- [Annotation(Name = "[Dreg Heap] Divine Blessing 55000550")]
- DregHeapDivineBlessing_ = 55000550,
+ [Annotation(Name = "[Dreg Heap] Divine Blessing 55000550")]
+ DregHeapDivineBlessing_ = 55000550,
- [Annotation(Name = "[Dreg Heap] Ember 55000560")]
- DregHeapEmber___ = 55000560,
+ [Annotation(Name = "[Dreg Heap] Ember 55000560")]
+ DregHeapEmber___ = 55000560,
- [Annotation(Name = "[Dreg Heap] Small Envoy Banner 55000600")]
- DregHeapSmallEnvoyBanner = 55000600,
+ [Annotation(Name = "[Dreg Heap] Small Envoy Banner 55000600")]
+ DregHeapSmallEnvoyBanner = 55000600,
- [Annotation(Name = "[Dreg Heap] Titanite Scale 55100000")]
- DregHeapTitaniteScale__ = 55100000,
+ [Annotation(Name = "[Dreg Heap] Titanite Scale 55100000")]
+ DregHeapTitaniteScale__ = 55100000,
- [Annotation(Name = "[Ringed City] Ruin Helm 55100010")]
- RingedCityRuinHelm = 55100010,
+ [Annotation(Name = "[Ringed City] Ruin Helm 55100010")]
+ RingedCityRuinHelm = 55100010,
- [Annotation(Name = "[Ringed City] Budding Green Blossom 55100020")]
- RingedCityBuddingGreenBlossom = 55100020,
+ [Annotation(Name = "[Ringed City] Budding Green Blossom 55100020")]
+ RingedCityBuddingGreenBlossom = 55100020,
- [Annotation(Name = "[Ringed City] Titanite Chunk 55100030")]
- RingedCityTitaniteChunk = 55100030,
+ [Annotation(Name = "[Ringed City] Titanite Chunk 55100030")]
+ RingedCityTitaniteChunk = 55100030,
- [Annotation(Name = "[Ringed City] Ember 55100040")]
- RingedCityEmber = 55100040,
+ [Annotation(Name = "[Ringed City] Ember 55100040")]
+ RingedCityEmber = 55100040,
- [Annotation(Name = "[Ringed City] Budding Green Blossom 55100050")]
- RingedCityBuddingGreenBlossom_ = 55100050,
+ [Annotation(Name = "[Ringed City] Budding Green Blossom 55100050")]
+ RingedCityBuddingGreenBlossom_ = 55100050,
- [Annotation(Name = "[Ringed City] Hidden Blessing 55100060")]
- RingedCityHiddenBlessing = 55100060,
+ [Annotation(Name = "[Ringed City] Hidden Blessing 55100060")]
+ RingedCityHiddenBlessing = 55100060,
- [Annotation(Name = "[Ringed City] Soul of a Crestfallen Knight 55100070")]
- RingedCitySoulOfaCrestfallenKnight = 55100070,
+ [Annotation(Name = "[Ringed City] Soul of a Crestfallen Knight 55100070")]
+ RingedCitySoulOfaCrestfallenKnight = 55100070,
- [Annotation(Name = "[Ringed City] Large Soul of a Weary Warrior 55100080")]
- RingedCityLargeSoulOfaWearyWarrior = 55100080,
+ [Annotation(Name = "[Ringed City] Large Soul of a Weary Warrior 55100080")]
+ RingedCityLargeSoulOfaWearyWarrior = 55100080,
- [Annotation(Name = "[Ringed City] Fading Soul 55100090")]
- RingedCityFadingSoul = 55100090,
+ [Annotation(Name = "[Ringed City] Fading Soul 55100090")]
+ RingedCityFadingSoul = 55100090,
- [Annotation(Name = "[Ringed City] Soul of a Crestfallen Knight 55100100")]
- RingedCitySoulOfaCrestfallenKnight_ = 55100100,
+ [Annotation(Name = "[Ringed City] Soul of a Crestfallen Knight 55100100")]
+ RingedCitySoulOfaCrestfallenKnight_ = 55100100,
- [Annotation(Name = "[Ringed City] Ember 55100110")]
- RingedCityEmber_ = 55100110,
+ [Annotation(Name = "[Ringed City] Ember 55100110")]
+ RingedCityEmber_ = 55100110,
- [Annotation(Name = "[Ringed City] Purging Stone 55100120")]
- RingedCityPurgingStone = 55100120,
+ [Annotation(Name = "[Ringed City] Purging Stone 55100120")]
+ RingedCityPurgingStone = 55100120,
- [Annotation(Name = "[Ringed City] Fading Soul 55100130")]
- RingedCityFadingSoul_ = 55100130,
+ [Annotation(Name = "[Ringed City] Fading Soul 55100130")]
+ RingedCityFadingSoul_ = 55100130,
- [Annotation(Name = "[Ringed City] Fading Soul 55100140")]
- RingedCityFadingSoul__ = 55100140,
+ [Annotation(Name = "[Ringed City] Fading Soul 55100140")]
+ RingedCityFadingSoul__ = 55100140,
- [Annotation(Name = "[Ringed City] Hollow Gem 55100150")]
- RingedCityHollowGem = 55100150,
+ [Annotation(Name = "[Ringed City] Hollow Gem 55100150")]
+ RingedCityHollowGem = 55100150,
- [Annotation(Name = "[Ringed City] Titanite Chunk 55100160")]
- RingedCityTitaniteChunk_ = 55100160,
+ [Annotation(Name = "[Ringed City] Titanite Chunk 55100160")]
+ RingedCityTitaniteChunk_ = 55100160,
- [Annotation(Name = "[Ringed City] Twinkling Titanite 55100170")]
- RingedCityTwinklingTitanite = 55100170,
+ [Annotation(Name = "[Ringed City] Twinkling Titanite 55100170")]
+ RingedCityTwinklingTitanite = 55100170,
- [Annotation(Name = "[Ringed City] Shriving Stone 55100180")]
- RingedCityShrivingStone = 55100180,
+ [Annotation(Name = "[Ringed City] Shriving Stone 55100180")]
+ RingedCityShrivingStone = 55100180,
- [Annotation(Name = "[Ringed City] Shira's Crown 55100190")]
- RingedCityShirasCrown = 55100190,
+ [Annotation(Name = "[Ringed City] Shira's Crown 55100190")]
+ RingedCityShirasCrown = 55100190,
- [Annotation(Name = "[Ringed City] Mossfruit 55100200")]
- RingedCityMossfruit = 55100200,
+ [Annotation(Name = "[Ringed City] Mossfruit 55100200")]
+ RingedCityMossfruit = 55100200,
- [Annotation(Name = "[Ringed City] Fading Soul 55100210")]
- RingedCityFadingSoul___ = 55100210,
+ [Annotation(Name = "[Ringed City] Fading Soul 55100210")]
+ RingedCityFadingSoul___ = 55100210,
- [Annotation(Name = "[Ringed City] Large Soul of a Crestfallen Knight 55100220")]
- RingedCityLargeSoulOfaCrestfallenKnight = 55100220,
+ [Annotation(Name = "[Ringed City] Large Soul of a Crestfallen Knight 55100220")]
+ RingedCityLargeSoulOfaCrestfallenKnight = 55100220,
- [Annotation(Name = "[Ringed City] Ringed Knight Spear 55100230")]
- RingedCityRingedKnightSpear = 55100230,
+ [Annotation(Name = "[Ringed City] Ringed Knight Spear 55100230")]
+ RingedCityRingedKnightSpear = 55100230,
- [Annotation(Name = "[Ringed City] Fading Soul 55100240")]
- RingedCityFadingSoul____ = 55100240,
+ [Annotation(Name = "[Ringed City] Fading Soul 55100240")]
+ RingedCityFadingSoul____ = 55100240,
- [Annotation(Name = "[Ringed City] Black Witch Hat 55100250")]
- RingedCityBlackWitchHat = 55100250,
+ [Annotation(Name = "[Ringed City] Black Witch Hat 55100250")]
+ RingedCityBlackWitchHat = 55100250,
- [Annotation(Name = "[Ringed City] Dragonhead Shield 55100260")]
- RingedCityDragonheadShield = 55100260,
+ [Annotation(Name = "[Ringed City] Dragonhead Shield 55100260")]
+ RingedCityDragonheadShield = 55100260,
- [Annotation(Name = "[Ringed City] Titanite Chunk 55100270")]
- RingedCityTitaniteChunk__ = 55100270,
+ [Annotation(Name = "[Ringed City] Titanite Chunk 55100270")]
+ RingedCityTitaniteChunk__ = 55100270,
- [Annotation(Name = "[Ringed City] Mossfruit 55100280")]
- RingedCityMossfruit_ = 55100280,
+ [Annotation(Name = "[Ringed City] Mossfruit 55100280")]
+ RingedCityMossfruit_ = 55100280,
- [Annotation(Name = "[Ringed City] Large Soul of a Crestfallen Knight 55100290")]
- RingedCityLargeSoulOfaCrestfallenKnight_ = 55100290,
+ [Annotation(Name = "[Ringed City] Large Soul of a Crestfallen Knight 55100290")]
+ RingedCityLargeSoulOfaCrestfallenKnight_ = 55100290,
- [Annotation(Name = "[Ringed City] Covetous Gold Serpent Ring+3 55100300")]
- RingedCityCovetousGoldSerpentRing3 = 55100300,
+ [Annotation(Name = "[Ringed City] Covetous Gold Serpent Ring+3 55100300")]
+ RingedCityCovetousGoldSerpentRing3 = 55100300,
- [Annotation(Name = "[Ringed City] Fading Soul 55100310")]
- RingedCityFadingSoul_____ = 55100310,
+ [Annotation(Name = "[Ringed City] Fading Soul 55100310")]
+ RingedCityFadingSoul_____ = 55100310,
- [Annotation(Name = "[Ringed City] Fading Soul 55100320")]
- RingedCityFadingSoul______ = 55100320,
+ [Annotation(Name = "[Ringed City] Fading Soul 55100320")]
+ RingedCityFadingSoul______ = 55100320,
- [Annotation(Name = "[Ringed City] Titanite Chunk 55100330")]
- RingedCityTitaniteChunk___ = 55100330,
+ [Annotation(Name = "[Ringed City] Titanite Chunk 55100330")]
+ RingedCityTitaniteChunk___ = 55100330,
- [Annotation(Name = "[Ringed City] Fading Soul 55100340")]
- RingedCityFadingSoul_______ = 55100340,
+ [Annotation(Name = "[Ringed City] Fading Soul 55100340")]
+ RingedCityFadingSoul_______ = 55100340,
- [Annotation(Name = "[Ringed City] Dark Gem 55100350")]
- RingedCityDarkGem = 55100350,
+ [Annotation(Name = "[Ringed City] Dark Gem 55100350")]
+ RingedCityDarkGem = 55100350,
- [Annotation(Name = "[Ringed City] Prism Stone 55100360")]
- RingedCityPrismStone = 55100360,
+ [Annotation(Name = "[Ringed City] Prism Stone 55100360")]
+ RingedCityPrismStone = 55100360,
- [Annotation(Name = "[Ringed City] Ringed Knight Straight Sword 55100370")]
- RingedCityRingedKnightStraightSword = 55100370,
+ [Annotation(Name = "[Ringed City] Ringed Knight Straight Sword 55100370")]
+ RingedCityRingedKnightStraightSword = 55100370,
- [Annotation(Name = "[Ringed City] Havel's Ring+3 55100380")]
- RingedCityHavelsRing3 = 55100380,
+ [Annotation(Name = "[Ringed City] Havel's Ring+3 55100380")]
+ RingedCityHavelsRing3 = 55100380,
- [Annotation(Name = "[Ringed City] Titanite Chunk 55100390")]
- RingedCityTitaniteChunk____ = 55100390,
+ [Annotation(Name = "[Ringed City] Titanite Chunk 55100390")]
+ RingedCityTitaniteChunk____ = 55100390,
- [Annotation(Name = "[Ringed City] Twinkling Titanite 55100400")]
- RingedCityTwinklingTitanite_ = 55100400,
+ [Annotation(Name = "[Ringed City] Twinkling Titanite 55100400")]
+ RingedCityTwinklingTitanite_ = 55100400,
- [Annotation(Name = "[Ringed City] Fading Soul 55100410")]
- RingedCityFadingSoul________ = 55100410,
+ [Annotation(Name = "[Ringed City] Fading Soul 55100410")]
+ RingedCityFadingSoul________ = 55100410,
- [Annotation(Name = "[Ringed City] Soul of a Weary Warrior 55100420")]
- RingedCitySoulOfaWearyWarrior = 55100420,
+ [Annotation(Name = "[Ringed City] Soul of a Weary Warrior 55100420")]
+ RingedCitySoulOfaWearyWarrior = 55100420,
- [Annotation(Name = "[Ringed City] Preacher's Right Arm 55100430")]
- RingedCityPreachersRightArm = 55100430,
+ [Annotation(Name = "[Ringed City] Preacher's Right Arm 55100430")]
+ RingedCityPreachersRightArm = 55100430,
- [Annotation(Name = "[Ringed City] Rubbish 55100440")]
- RingedCityRubbish = 55100440,
+ [Annotation(Name = "[Ringed City] Rubbish 55100440")]
+ RingedCityRubbish = 55100440,
- [Annotation(Name = "[Ringed City] Titanite Chunk 55100450")]
- RingedCityTitaniteChunk_____ = 55100450,
+ [Annotation(Name = "[Ringed City] Titanite Chunk 55100450")]
+ RingedCityTitaniteChunk_____ = 55100450,
- [Annotation(Name = "[Ringed City] Black Witch Veil 55100460")]
- RingedCityBlackWitchVeil = 55100460,
+ [Annotation(Name = "[Ringed City] Black Witch Veil 55100460")]
+ RingedCityBlackWitchVeil = 55100460,
- [Annotation(Name = "[Ringed City] Church Guardian Shiv 6660")]
- RingedCityChurchGuardianShiv = 6660,
+ [Annotation(Name = "[Ringed City] Church Guardian Shiv 6660")]
+ RingedCityChurchGuardianShiv = 6660,
- [Annotation(Name = "[Ringed City] Twinkling Titanite 55100480")]
- RingedCityTwinklingTitanite__ = 55100480,
+ [Annotation(Name = "[Ringed City] Twinkling Titanite 55100480")]
+ RingedCityTwinklingTitanite__ = 55100480,
- [Annotation(Name = "[Ringed City] Fading Soul 55100490")]
- RingedCityFadingSoul_________ = 55100490,
+ [Annotation(Name = "[Ringed City] Fading Soul 55100490")]
+ RingedCityFadingSoul_________ = 55100490,
- [Annotation(Name = "[Ringed City] Fading Soul 55100500")]
- RingedCityFadingSoul__________ = 55100500,
+ [Annotation(Name = "[Ringed City] Fading Soul 55100500")]
+ RingedCityFadingSoul__________ = 55100500,
- [Annotation(Name = "[Ringed City] Soul of a Crestfallen Knight 55100510")]
- RingedCitySoulOfaCrestfallenKnight__ = 55100510,
+ [Annotation(Name = "[Ringed City] Soul of a Crestfallen Knight 55100510")]
+ RingedCitySoulOfaCrestfallenKnight__ = 55100510,
- [Annotation(Name = "[Ringed City] White Preacher Head 55100520")]
- RingedCityWhitePreacherHead = 55100520,
+ [Annotation(Name = "[Ringed City] White Preacher Head 55100520")]
+ RingedCityWhitePreacherHead = 55100520,
- [Annotation(Name = "[Ringed City] Fading Soul 55100530")]
- RingedCityFadingSoul___________ = 55100530,
+ [Annotation(Name = "[Ringed City] Fading Soul 55100530")]
+ RingedCityFadingSoul___________ = 55100530,
- [Annotation(Name = "[Ringed City] Titanite Scale 55100540")]
- RingedCityTitaniteScale = 55100540,
+ [Annotation(Name = "[Ringed City] Titanite Scale 55100540")]
+ RingedCityTitaniteScale = 55100540,
- [Annotation(Name = "[Ringed City] Titanite Scale 55100550")]
- RingedCityTitaniteScale_ = 55100550,
+ [Annotation(Name = "[Ringed City] Titanite Scale 55100550")]
+ RingedCityTitaniteScale_ = 55100550,
- [Annotation(Name = "[Ringed City] Dragonhead Greatshield 55100560")]
- RingedCityDragonheadGreatshield = 55100560,
+ [Annotation(Name = "[Ringed City] Dragonhead Greatshield 55100560")]
+ RingedCityDragonheadGreatshield = 55100560,
- [Annotation(Name = "[Ringed City] Titanite Scale 55100570")]
- RingedCityTitaniteScale__ = 55100570,
+ [Annotation(Name = "[Ringed City] Titanite Scale 55100570")]
+ RingedCityTitaniteScale__ = 55100570,
- [Annotation(Name = "[Ringed City] Rubbish 55100580")]
- RingedCityRubbish_ = 55100580,
+ [Annotation(Name = "[Ringed City] Rubbish 55100580")]
+ RingedCityRubbish_ = 55100580,
- [Annotation(Name = "[Ringed City] Large Soul of a Weary Warrior 55100590")]
- RingedCityLargeSoulOfaWearyWarrior_ = 55100590,
+ [Annotation(Name = "[Ringed City] Large Soul of a Weary Warrior 55100590")]
+ RingedCityLargeSoulOfaWearyWarrior_ = 55100590,
- [Annotation(Name = "[Ringed City] Titanite Scale 55100600")]
- RingedCityTitaniteScale___ = 55100600,
+ [Annotation(Name = "[Ringed City] Titanite Scale 55100600")]
+ RingedCityTitaniteScale___ = 55100600,
- [Annotation(Name = "[Ringed City] Titanite Scale 55100610")]
- RingedCityTitaniteScale____ = 55100610,
+ [Annotation(Name = "[Ringed City] Titanite Scale 55100610")]
+ RingedCityTitaniteScale____ = 55100610,
- [Annotation(Name = "[Ringed City] Lightning Gem 55100620")]
- RingedCityLightningGem = 55100620,
+ [Annotation(Name = "[Ringed City] Lightning Gem 55100620")]
+ RingedCityLightningGem = 55100620,
- [Annotation(Name = "[Ringed City] Blessed Gem 55100630")]
- RingedCityBlessedGem = 55100630,
+ [Annotation(Name = "[Ringed City] Blessed Gem 55100630")]
+ RingedCityBlessedGem = 55100630,
- [Annotation(Name = "[Ringed City] Simple Gem 55100640")]
- RingedCitySimpleGem = 55100640,
+ [Annotation(Name = "[Ringed City] Simple Gem 55100640")]
+ RingedCitySimpleGem = 55100640,
- [Annotation(Name = "[Ringed City] Large Soul of a Weary Warrior 55100650")]
- RingedCityLargeSoulOfaWearyWarrior__ = 55100650,
+ [Annotation(Name = "[Ringed City] Large Soul of a Weary Warrior 55100650")]
+ RingedCityLargeSoulOfaWearyWarrior__ = 55100650,
- [Annotation(Name = "[Ringed City] Lightning Arrow 55100660")]
- RingedCityLightningArrow = 55100660,
+ [Annotation(Name = "[Ringed City] Lightning Arrow 55100660")]
+ RingedCityLightningArrow = 55100660,
- [Annotation(Name = "[Ringed City] Chloranthy Ring+3 55100670")]
- RingedCityChloranthyRing3 = 55100670,
+ [Annotation(Name = "[Ringed City] Chloranthy Ring+3 55100670")]
+ RingedCityChloranthyRing3 = 55100670,
- [Annotation(Name = "[Ringed City] Ember 55100680")]
- RingedCityEmber__ = 55100680,
+ [Annotation(Name = "[Ringed City] Ember 55100680")]
+ RingedCityEmber__ = 55100680,
- [Annotation(Name = "[Ringed City] Filianore's Spear Ornament 55100690")]
- RingedCityFilianoresSpearOrnament = 55100690,
+ [Annotation(Name = "[Ringed City] Filianore's Spear Ornament 55100690")]
+ RingedCityFilianoresSpearOrnament = 55100690,
- [Annotation(Name = "[Ringed City] Antiquated Plain Garb 55100700")]
- RingedCityAntiquatedPlainGarb = 55100700,
+ [Annotation(Name = "[Ringed City] Antiquated Plain Garb 55100700")]
+ RingedCityAntiquatedPlainGarb = 55100700,
- [Annotation(Name = "[Ringed City] Soul of a Weary Warrior 55100710")]
- RingedCitySoulOfaWearyWarrior_ = 55100710,
+ [Annotation(Name = "[Ringed City] Soul of a Weary Warrior 55100710")]
+ RingedCitySoulOfaWearyWarrior_ = 55100710,
- [Annotation(Name = "[Ringed City] Fading Soul 55100720")]
- RingedCityFadingSoul____________ = 55100720,
+ [Annotation(Name = "[Ringed City] Fading Soul 55100720")]
+ RingedCityFadingSoul____________ = 55100720,
- [Annotation(Name = "[Ringed City] Fading Soul 55100730")]
- RingedCityFadingSoul_____________ = 55100730,
+ [Annotation(Name = "[Ringed City] Fading Soul 55100730")]
+ RingedCityFadingSoul_____________ = 55100730,
- [Annotation(Name = "[Ringed City] Fading Soul 55100740")]
- RingedCityFadingSoul______________ = 55100740,
+ [Annotation(Name = "[Ringed City] Fading Soul 55100740")]
+ RingedCityFadingSoul______________ = 55100740,
- [Annotation(Name = "[Ringed City] Twinkling Titanite 55100750")]
- RingedCityTwinklingTitanite___ = 55100750,
+ [Annotation(Name = "[Ringed City] Twinkling Titanite 55100750")]
+ RingedCityTwinklingTitanite___ = 55100750,
- [Annotation(Name = "[Ringed City] Ritual Spear Fragment 6835")]
- RingedCityRitualSpearFragment = 6835,
+ [Annotation(Name = "[Ringed City] Ritual Spear Fragment 6835")]
+ RingedCityRitualSpearFragment = 6835,
- [Annotation(Name = "[Ringed City] Budding Green Blossom 55100770")]
- RingedCityBuddingGreenBlossom__ = 55100770,
+ [Annotation(Name = "[Ringed City] Budding Green Blossom 55100770")]
+ RingedCityBuddingGreenBlossom__ = 55100770,
- [Annotation(Name = "[Ringed City] Fading Soul 55100780")]
- RingedCityFadingSoul_______________ = 55100780,
+ [Annotation(Name = "[Ringed City] Fading Soul 55100780")]
+ RingedCityFadingSoul_______________ = 55100780,
- [Annotation(Name = "[Ringed City] Fading Soul 55100790")]
- RingedCityFadingSoul________________ = 55100790,
+ [Annotation(Name = "[Ringed City] Fading Soul 55100790")]
+ RingedCityFadingSoul________________ = 55100790,
- [Annotation(Name = "[Ringed City] Titanite Chunk 55100800")]
- RingedCityTitaniteChunk______ = 55100800,
+ [Annotation(Name = "[Ringed City] Titanite Chunk 55100800")]
+ RingedCityTitaniteChunk______ = 55100800,
- [Annotation(Name = "[Ringed City] Large Soul of a Weary Warrior 55100810")]
- RingedCityLargeSoulOfaWearyWarrior___ = 55100810,
+ [Annotation(Name = "[Ringed City] Large Soul of a Weary Warrior 55100810")]
+ RingedCityLargeSoulOfaWearyWarrior___ = 55100810,
- [Annotation(Name = "[Ringed City] Fading Soul 55100820")]
- RingedCityFadingSoul_________________ = 55100820,
+ [Annotation(Name = "[Ringed City] Fading Soul 55100820")]
+ RingedCityFadingSoul_________________ = 55100820,
- [Annotation(Name = "[Ringed City] Soul of a Weary Warrior 55100830")]
- RingedCitySoulOfaWearyWarrior__ = 55100830,
+ [Annotation(Name = "[Ringed City] Soul of a Weary Warrior 55100830")]
+ RingedCitySoulOfaWearyWarrior__ = 55100830,
- [Annotation(Name = "[Ringed City] Fading Soul 55100840")]
- RingedCityFadingSoul__________________ = 55100840,
+ [Annotation(Name = "[Ringed City] Fading Soul 55100840")]
+ RingedCityFadingSoul__________________ = 55100840,
- [Annotation(Name = "[Ringed City] Titanite Scale 55100850")]
- RingedCityTitaniteScale_____ = 55100850,
+ [Annotation(Name = "[Ringed City] Titanite Scale 55100850")]
+ RingedCityTitaniteScale_____ = 55100850,
- [Annotation(Name = "[Ringed City] Soul of a Crestfallen Knight 55100860")]
- RingedCitySoulOfaCrestfallenKnight___ = 55100860,
+ [Annotation(Name = "[Ringed City] Soul of a Crestfallen Knight 55100860")]
+ RingedCitySoulOfaCrestfallenKnight___ = 55100860,
- [Annotation(Name = "[Ringed City] White Birch Bow 55100870")]
- RingedCityWhiteBirchBow = 55100870,
+ [Annotation(Name = "[Ringed City] White Birch Bow 55100870")]
+ RingedCityWhiteBirchBow = 55100870,
- [Annotation(Name = "[Ringed City] Titanite Chunk 55100880")]
- RingedCityTitaniteChunk_______ = 55100880,
+ [Annotation(Name = "[Ringed City] Titanite Chunk 55100880")]
+ RingedCityTitaniteChunk_______ = 55100880,
- [Annotation(Name = "[Ringed City] Fading Soul 55100890")]
- RingedCityFadingSoul___________________ = 55100890,
+ [Annotation(Name = "[Ringed City] Fading Soul 55100890")]
+ RingedCityFadingSoul___________________ = 55100890,
- [Annotation(Name = "[Ringed City] Young White Branch 55100900")]
- RingedCityYoungWhiteBranch = 55100900,
+ [Annotation(Name = "[Ringed City] Young White Branch 55100900")]
+ RingedCityYoungWhiteBranch = 55100900,
- [Annotation(Name = "[Ringed City] Young White Branch 55100910")]
- RingedCityYoungWhiteBranch_ = 55100910,
+ [Annotation(Name = "[Ringed City] Young White Branch 55100910")]
+ RingedCityYoungWhiteBranch_ = 55100910,
- [Annotation(Name = "[Ringed City] Young White Branch 55100920")]
- RingedCityYoungWhiteBranch__ = 55100920,
+ [Annotation(Name = "[Ringed City] Young White Branch 55100920")]
+ RingedCityYoungWhiteBranch__ = 55100920,
- [Annotation(Name = "[Pus of Man #1] Titanite Shard 53000980")]
- PusOfMan1TitaniteShard = 53000980,
+ [Annotation(Name = "[Pus of Man #1] Titanite Shard 53000980")]
+ PusOfMan1TitaniteShard = 53000980,
- [Annotation(Name = "[Pus of Man #2] Titanite Shard 53000981")]
- PusOfMan2TitaniteShard = 53000981,
+ [Annotation(Name = "[Pus of Man #2] Titanite Shard 53000981")]
+ PusOfMan2TitaniteShard = 53000981,
- [Annotation(Name = "[Cathedral Knight - Oceiros] Magic Stoneplate Ring 53010955")]
- CathedralKnightOceirosMagicStoneplateRing = 53010955,
+ [Annotation(Name = "[Cathedral Knight - Oceiros] Magic Stoneplate Ring 53010955")]
+ CathedralKnightOceirosMagicStoneplateRing = 53010955,
- [Annotation(Name = "[Cathedral Evangelist #4] Dorhys' Gnawing 53700975")]
- CathedralEvangelist4DorhysGnawing = 53700975,
+ [Annotation(Name = "[Cathedral Evangelist #4] Dorhys' Gnawing 53700975")]
+ CathedralEvangelist4DorhysGnawing = 53700975,
- [Annotation(Name = "[Lothric Knight] Raw Gem 53010980")]
- LothricKnightRawGem = 53010980,
+ [Annotation(Name = "[Lothric Knight] Raw Gem 53010980")]
+ LothricKnightRawGem = 53010980,
- [Annotation(Name = "[Winged Knight #3 - Grand Archives] Titanite Slab 53410900")]
- WingedKnight3GrandArchivesTitaniteSlab = 53410900,
+ [Annotation(Name = "[Winged Knight #3 - Grand Archives] Titanite Slab 53410900")]
+ WingedKnight3GrandArchivesTitaniteSlab = 53410900,
- [Annotation(Name = "[Boreal Outrider Knight] Outrider Knight Helm 53410905")]
- BorealOutriderKnightOutriderKnightHelm = 53410905,
+ [Annotation(Name = "[Boreal Outrider Knight] Outrider Knight Helm 53410905")]
+ BorealOutriderKnightOutriderKnightHelm = 53410905,
- [Annotation(Name = "[Boreal Outrider Knight] Irithyll Straight Sword 53100980")]
- BorealOutriderKnightIrithyllStraightSword = 53100980,
+ [Annotation(Name = "[Boreal Outrider Knight] Irithyll Straight Sword 53100980")]
+ BorealOutriderKnightIrithyllStraightSword = 53100980,
- [Annotation(Name = "[Boreal Outrider Knight] Irithyll Rapier 53010995")]
- BorealOutriderKnightIrithyllRapier = 53010995,
+ [Annotation(Name = "[Boreal Outrider Knight] Irithyll Rapier 53010995")]
+ BorealOutriderKnightIrithyllRapier = 53010995,
- [Annotation(Name = "[Crystal Sage] Crystal Scroll 53410908")]
- CrystalSageCrystalScroll = 53410908,
+ [Annotation(Name = "[Crystal Sage] Crystal Scroll 53410908")]
+ CrystalSageCrystalScroll = 53410908,
- [Annotation(Name = "[Silver Knight #1] 53700983")]
- SilverKnight1 = 53700983,
+ [Annotation(Name = "[Silver Knight #1] 53700983")]
+ SilverKnight1 = 53700983,
- [Annotation(Name = "[Silver Knight #2] 53700984")]
- SilverKnight2 = 53700984,
+ [Annotation(Name = "[Silver Knight #2] 53700984")]
+ SilverKnight2 = 53700984,
- [Annotation(Name = "[Silver Knight #3] 53700985")]
- SilverKnight3 = 53700985,
+ [Annotation(Name = "[Silver Knight #3] 53700985")]
+ SilverKnight3 = 53700985,
- [Annotation(Name = "[Monstrosity of Sin #3] Eleonora 53900910")]
- MonstrosityOfSin3Eleonora = 53900910,
+ [Annotation(Name = "[Monstrosity of Sin #3] Eleonora 53900910")]
+ MonstrosityOfSin3Eleonora = 53900910,
- [Annotation(Name = "[Corpse-grub #2] Great Magic Shield 53900920")]
- Corpsegrub2GreatMagicShield = 53900920,
+ [Annotation(Name = "[Corpse-grub #2] Great Magic Shield 53900920")]
+ Corpsegrub2GreatMagicShield = 53900920,
- [Annotation(Name = "[Mimic] Symbol of Avarice 53500981")]
- MimicSymbolOfAvarice = 53500981,
+ [Annotation(Name = "[Mimic] Symbol of Avarice 53500981")]
+ MimicSymbolOfAvarice = 53500981,
- [Annotation(Name = "[Mimic] Deep Braille Divine Tome 53500980")]
- MimicDeepBrailleDivineTome = 53500980,
+ [Annotation(Name = "[Mimic] Deep Braille Divine Tome 53500980")]
+ MimicDeepBrailleDivineTome = 53500980,
- [Annotation(Name = "[Mimic] Symbol of Avarice 53010951")]
- MimicSymbolOfAvarice_ = 53010951,
+ [Annotation(Name = "[Mimic] Symbol of Avarice 53010951")]
+ MimicSymbolOfAvarice_ = 53010951,
- [Annotation(Name = "[Mimic] Sunlight Straight Sword 53010950")]
- MimicSunlightStraightSword = 53010950,
+ [Annotation(Name = "[Mimic] Sunlight Straight Sword 53010950")]
+ MimicSunlightStraightSword = 53010950,
- [Annotation(Name = "[Mimic] Symbol of Avarice 53010961")]
- MimicSymbolOfAvarice__ = 53010961,
+ [Annotation(Name = "[Mimic] Symbol of Avarice 53010961")]
+ MimicSymbolOfAvarice__ = 53010961,
- [Annotation(Name = "[Mimic] Titanite Scale 53010960")]
- MimicTitaniteScale = 53010960,
+ [Annotation(Name = "[Mimic] Titanite Scale 53010960")]
+ MimicTitaniteScale = 53010960,
- [Annotation(Name = "[Mimic] Symbol of Avarice 53800945")]
- MimicSymbolOfAvarice___ = 53800945,
+ [Annotation(Name = "[Mimic] Symbol of Avarice 53800945")]
+ MimicSymbolOfAvarice___ = 53800945,
- [Annotation(Name = "[Mimic] Black Blade 53800940")]
- MimicBlackBlade = 53800940,
+ [Annotation(Name = "[Mimic] Black Blade 53800940")]
+ MimicBlackBlade = 53800940,
- [Annotation(Name = "[Mimic] Symbol of Avarice 53900941")]
- MimicSymbolOfAvarice____ = 53900941,
+ [Annotation(Name = "[Mimic] Symbol of Avarice 53900941")]
+ MimicSymbolOfAvarice____ = 53900941,
- [Annotation(Name = "[Mimic] Dragonslayer Lightning Arrow 53900940")]
- MimicDragonslayerLightningArrow = 53900940,
+ [Annotation(Name = "[Mimic] Dragonslayer Lightning Arrow 53900940")]
+ MimicDragonslayerLightningArrow = 53900940,
- [Annotation(Name = "[Mimic] Symbol of Avarice 53900951")]
- MimicSymbolOfAvarice_____ = 53900951,
+ [Annotation(Name = "[Mimic] Symbol of Avarice 53900951")]
+ MimicSymbolOfAvarice_____ = 53900951,
- [Annotation(Name = "[Mimic] Titanite Scale 53900950")]
- MimicTitaniteScale_ = 53900950,
+ [Annotation(Name = "[Mimic] Titanite Scale 53900950")]
+ MimicTitaniteScale_ = 53900950,
- [Annotation(Name = "[Mimic] Symbol of Avarice 53900961")]
- MimicSymbolOfAvarice______ = 53900961,
+ [Annotation(Name = "[Mimic] Symbol of Avarice 53900961")]
+ MimicSymbolOfAvarice______ = 53900961,
- [Annotation(Name = "[Mimic] Rusted Gold Coin 53900960")]
- MimicRustedGoldCoin = 53900960,
+ [Annotation(Name = "[Mimic] Rusted Gold Coin 53900960")]
+ MimicRustedGoldCoin = 53900960,
- [Annotation(Name = "[Mimic] Symbol of Avarice 53900971")]
- MimicSymbolOfAvarice_______ = 53900971,
+ [Annotation(Name = "[Mimic] Symbol of Avarice 53900971")]
+ MimicSymbolOfAvarice_______ = 53900971,
- [Annotation(Name = "[Mimic] Court Sorcerer's Staff 53900970")]
- MimicCourtSorcerersStaff = 53900970,
+ [Annotation(Name = "[Mimic] Court Sorcerer's Staff 53900970")]
+ MimicCourtSorcerersStaff = 53900970,
- [Annotation(Name = "[Mimic] Symbol of Avarice 53900981")]
- MimicSymbolOfAvarice________ = 53900981,
+ [Annotation(Name = "[Mimic] Symbol of Avarice 53900981")]
+ MimicSymbolOfAvarice________ = 53900981,
- [Annotation(Name = "[Mimic] Greatshield of Glory 53900980")]
- MimicGreatshieldOfGlory = 53900980,
+ [Annotation(Name = "[Mimic] Greatshield of Glory 53900980")]
+ MimicGreatshieldOfGlory = 53900980,
- [Annotation(Name = "[Mimic] Symbol of Avarice 53900996")]
- MimicSymbolOfAvarice_________ = 53900996,
+ [Annotation(Name = "[Mimic] Symbol of Avarice 53900996")]
+ MimicSymbolOfAvarice_________ = 53900996,
- [Annotation(Name = "[Mimic] Estus Shard 53900995")]
- MimicEstusShard = 53900995,
+ [Annotation(Name = "[Mimic] Estus Shard 53900995")]
+ MimicEstusShard = 53900995,
- [Annotation(Name = "[Mimic] Symbol of Avarice 53900991")]
- MimicSymbolOfAvarice__________ = 53900991,
+ [Annotation(Name = "[Mimic] Symbol of Avarice 53900991")]
+ MimicSymbolOfAvarice__________ = 53900991,
- [Annotation(Name = "[Mimic] Dark Clutch Ring 53900990")]
- MimicDarkClutchRing = 53900990,
+ [Annotation(Name = "[Mimic] Dark Clutch Ring 53900990")]
+ MimicDarkClutchRing = 53900990,
- [Annotation(Name = "[Mimic] Symbol of Avarice 53700981")]
- MimicSymbolOfAvarice___________ = 53700981,
+ [Annotation(Name = "[Mimic] Symbol of Avarice 53700981")]
+ MimicSymbolOfAvarice___________ = 53700981,
- [Annotation(Name = "[Mimic] Golden Ritual Spear 53700980")]
- MimicGoldenRitualSpear = 53700980,
+ [Annotation(Name = "[Mimic] Golden Ritual Spear 53700980")]
+ MimicGoldenRitualSpear = 53700980,
- [Annotation(Name = "[Mimic] Symbol of Avarice 53000961")]
- MimicSymbolOfAvarice____________ = 53000961,
+ [Annotation(Name = "[Mimic] Symbol of Avarice 53000961")]
+ MimicSymbolOfAvarice____________ = 53000961,
- [Annotation(Name = "[Mimic] Deep Battle Axe 53000960")]
- MimicDeepBattleAxe = 53000960,
+ [Annotation(Name = "[Mimic] Deep Battle Axe 53000960")]
+ MimicDeepBattleAxe = 53000960,
- [Annotation(Name = "[Mimic] Symbol of Avarice 55100985")]
- MimicSymbolOfAvarice_____________ = 55100985,
+ [Annotation(Name = "[Mimic] Symbol of Avarice 55100985")]
+ MimicSymbolOfAvarice_____________ = 55100985,
- [Annotation(Name = "[Mimic] Ring of the Evil Eye +3 55100986")]
- MimicRingOfTheEvilEye3 = 55100986,
+ [Annotation(Name = "[Mimic] Ring of the Evil Eye +3 55100986")]
+ MimicRingOfTheEvilEye3 = 55100986,
- [Annotation(Name = "[Yellowfinger Heysel] Heysel Pick 53500960")]
- YellowfingerHeyselHeyselPick_ = 53500960,
+ [Annotation(Name = "[Yellowfinger Heysel] Heysel Pick 53500960")]
+ YellowfingerHeyselHeyselPick_ = 53500960,
- [Annotation(Name = "Red Sign Soapstone 6781")]
- RedSignSoapstone = 6781,
+ [Annotation(Name = "Red Sign Soapstone 6781")]
+ RedSignSoapstone = 6781,
- [Annotation(Name = "[Carthus Sandworm] Lightning Stake 53800941")]
- CarthusSandwormLightningStake = 53800941,
+ [Annotation(Name = "[Carthus Sandworm] Lightning Stake 53800941")]
+ CarthusSandwormLightningStake = 53800941,
- [Annotation(Name = "[Jailer #2] Jailer's Key Ring 53900930")]
- Jailer2JailersKeyRing = 53900930,
+ [Annotation(Name = "[Jailer #2] Jailer's Key Ring 53900930")]
+ Jailer2JailersKeyRing = 53900930,
- [Annotation(Name = "[Sulyvahn's Beast #1] Pontiff's Right Eye 53700995")]
- SulyvahnsBeast1PontiffsRightEye = 53700995,
+ [Annotation(Name = "[Sulyvahn's Beast #1] Pontiff's Right Eye 53700995")]
+ SulyvahnsBeast1PontiffsRightEye = 53700995,
- [Annotation(Name = "[Sulyvahn's Beast #2] Ring of Favor 53700990")]
- SulyvahnsBeast2RingOfFavor = 53700990,
+ [Annotation(Name = "[Sulyvahn's Beast #2] Ring of Favor 53700990")]
+ SulyvahnsBeast2RingOfFavor = 53700990,
- [Annotation(Name = "[Great Crab - Road of Sacrifices] Great Swamp Ring 53300990")]
- GreatCrabRoadOfSacrificesGreatSwampRing = 53300990,
+ [Annotation(Name = "[Great Crab - Road of Sacrifices] Great Swamp Ring 53300990")]
+ GreatCrabRoadOfSacrificesGreatSwampRing = 53300990,
- [Annotation(Name = "[Great Crab - Farron Keep] Lingering Dragoncrest Ring 53300991")]
- GreatCrabFarronKeepLingeringDragoncrestRing = 53300991,
+ [Annotation(Name = "[Great Crab - Farron Keep] Lingering Dragoncrest Ring 53300991")]
+ GreatCrabFarronKeepLingeringDragoncrestRing = 53300991,
- [Annotation(Name = "[Giant Rat] Bloodbite Ring 53100228")]
- GiantRatBloodbiteRing = 53100228,
+ [Annotation(Name = "[Giant Rat] Bloodbite Ring 53100228")]
+ GiantRatBloodbiteRing = 53100228,
- [Annotation(Name = "[Demon] Fire Gem 53100985")]
- DemonFireGem = 53100985,
+ [Annotation(Name = "[Demon] Fire Gem 53100985")]
+ DemonFireGem = 53100985,
- [Annotation(Name = "[Elder Ghru #3] Pharis's Hat 53300995")]
- ElderGhru3PharissHat = 53300995,
+ [Annotation(Name = "[Elder Ghru #3] Pharis's Hat 53300995")]
+ ElderGhru3PharissHat = 53300995,
- [Annotation(Name = "[Elder Ghru #4] Black Bow of Pharis 53300996")]
- ElderGhru4BlackBowOfPharis = 53300996,
+ [Annotation(Name = "[Elder Ghru #4] Black Bow of Pharis 53300996")]
+ ElderGhru4BlackBowOfPharis = 53300996,
- [Annotation(Name = "[Ancient Wyvern] Large Titanite Shard 53000985")]
- AncientWyvernLargeTitaniteShard = 53000985,
+ [Annotation(Name = "[Ancient Wyvern] Large Titanite Shard 53000985")]
+ AncientWyvernLargeTitaniteShard = 53000985,
- [Annotation(Name = "[Ancient Wyvern] Titanite Chunk 53010990")]
- AncientWyvernTitaniteChunk = 53010990,
+ [Annotation(Name = "[Ancient Wyvern] Titanite Chunk 53010990")]
+ AncientWyvernTitaniteChunk = 53010990,
- [Annotation(Name = "[Ancient Wyvern] Titanite Chunk 53010991")]
- AncientWyvernTitaniteChunk_ = 53010991,
+ [Annotation(Name = "[Ancient Wyvern] Titanite Chunk 53010991")]
+ AncientWyvernTitaniteChunk_ = 53010991,
- [Annotation(Name = "[Dragonslayer Armour] Iron Dragonslayer Helm 55100987")]
- DragonslayerArmourIronDragonslayerHelm = 55100987,
+ [Annotation(Name = "[Dragonslayer Armour] Iron Dragonslayer Helm 55100987")]
+ DragonslayerArmourIronDragonslayerHelm = 55100987,
- [Annotation(Name = "[Deacon #1 - Irithyll] Deep Ring 53500970")]
- Deacon1IrithyllDeepRing = 53500970,
+ [Annotation(Name = "[Deacon #1 - Irithyll] Deep Ring 53500970")]
+ Deacon1IrithyllDeepRing = 53500970,
- [Annotation(Name = "Green Blossom 53400040")]
- GreenBlossom = 53400040,
- }
+ [Annotation(Name = "Green Blossom 53400040")]
+ GreenBlossom = 53400040,
}
diff --git a/src/SoulMemory/EldenRing/Boss.cs b/src/SoulMemory/EldenRing/Boss.cs
index 29d0ea13..78242000 100644
--- a/src/SoulMemory/EldenRing/Boss.cs
+++ b/src/SoulMemory/EldenRing/Boss.cs
@@ -14,644 +14,643 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-namespace SoulMemory.EldenRing
+namespace SoulMemory.EldenRing;
+
+public enum Boss : uint
{
- public enum Boss : uint
- {
- [Annotation(Name = "Godrick the Grafted - Stormveil Castle", Description = "Stormveil Castle")]
- GodrickTheGraftedStormveilCastle = 10000800,
+ [Annotation(Name = "Godrick the Grafted - Stormveil Castle", Description = "Stormveil Castle")]
+ GodrickTheGraftedStormveilCastle = 10000800,
- [Annotation(Name = "Margit, the Fell Omen - Stormveil Castle", Description = "Stormveil Castle")]
- MargitTheFellOmenStormveilCastle = 10000850,
+ [Annotation(Name = "Margit, the Fell Omen - Stormveil Castle", Description = "Stormveil Castle")]
+ MargitTheFellOmenStormveilCastle = 10000850,
- [Annotation(Name = "Grafted Scion - Chapel of Anticipation", Description = "Limgrave")]
- GraftedScionChapelOfAnticipation = 10010800,
+ [Annotation(Name = "Grafted Scion - Chapel of Anticipation", Description = "Limgrave")]
+ GraftedScionChapelOfAnticipation = 10010800,
- [Annotation(Name = "Morgott, the Omen King - Leyndell", Description = "Leyndell")]
- MorgottTheOmenKingLeyndell = 11000800,
+ [Annotation(Name = "Morgott, the Omen King - Leyndell", Description = "Leyndell")]
+ MorgottTheOmenKingLeyndell = 11000800,
- [Annotation(Name = "Godfrey, First Elden Lord - Leyndell", Description = "Leyndell")]
- GodfreyFirstEldenLordLeyndell = 11000850,
+ [Annotation(Name = "Godfrey, First Elden Lord - Leyndell", Description = "Leyndell")]
+ GodfreyFirstEldenLordLeyndell = 11000850,
- [Annotation(Name = "Hoarah Loux - Leyndell", Description = "Leyndell")]
- HoarahLouxLeyndell = 11050800,
+ [Annotation(Name = "Hoarah Loux - Leyndell", Description = "Leyndell")]
+ HoarahLouxLeyndell = 11050800,
- [Annotation(Name = "Sir Gideon Ofnir, the All-Knowing - Leyndell", Description = "Leyndell")]
- SirGideonOfnirTheAllKnowingLeyndell = 11050850,
+ [Annotation(Name = "Sir Gideon Ofnir, the All-Knowing - Leyndell", Description = "Leyndell")]
+ SirGideonOfnirTheAllKnowingLeyndell = 11050850,
- [Annotation(Name = "Dragonkin Soldier of Nokstella - Ainsel River", Description = "Ainsel River")]
- DragonkinSoldierOfNokstellaAinselRiver = 12010800,
+ [Annotation(Name = "Dragonkin Soldier of Nokstella - Ainsel River", Description = "Ainsel River")]
+ DragonkinSoldierOfNokstellaAinselRiver = 12010800,
- [Annotation(Name = "Dragonkin Soldier - Lake of Rot", Description = "Lake of Rot")]
- DragonkinSoldierLakeOfRot = 12010850,
+ [Annotation(Name = "Dragonkin Soldier - Lake of Rot", Description = "Lake of Rot")]
+ DragonkinSoldierLakeOfRot = 12010850,
- [Annotation(Name = "Valiant Gargoyles - Siofra River", Description = "Siofra River")]
- ValiantGargoylesSiofraRiver = 12020800,
+ [Annotation(Name = "Valiant Gargoyles - Siofra River", Description = "Siofra River")]
+ ValiantGargoylesSiofraRiver = 12020800,
- [Annotation(Name = "Dragonkin Soldier - Siofra River", Description = "Siofra River")]
- DragonkinSoldierSiofraRiver = 12020830,
+ [Annotation(Name = "Dragonkin Soldier - Siofra River", Description = "Siofra River")]
+ DragonkinSoldierSiofraRiver = 12020830,
- [Annotation(Name = "Mimic Tear - Siofra River", Description = "Siofra River")]
- MimicTearSiofraRiver = 12020850,
+ [Annotation(Name = "Mimic Tear - Siofra River", Description = "Siofra River")]
+ MimicTearSiofraRiver = 12020850,
- [Annotation(Name = "Crucible Knight Sirulia - Deeproot Depths", Description = "Deeproot Depths")]
- CrucibleKnightSiruliaDeeprootDepths = 12030390,
+ [Annotation(Name = "Crucible Knight Sirulia - Deeproot Depths", Description = "Deeproot Depths")]
+ CrucibleKnightSiruliaDeeprootDepths = 12030390,
- [Annotation(Name = "Fia's Champion - Deeproot Depths", Description = "Deeproot Depths")]
- FiasChampionDeeprootDepths = 12030800,
+ [Annotation(Name = "Fia's Champion - Deeproot Depths", Description = "Deeproot Depths")]
+ FiasChampionDeeprootDepths = 12030800,
- [Annotation(Name = "Lichdragon Fortissax - Deeproot Depths", Description = "Deeproot Depths")]
- LichdragonFortissaxDeeprootDepths = 12030850,
+ [Annotation(Name = "Lichdragon Fortissax - Deeproot Depths", Description = "Deeproot Depths")]
+ LichdragonFortissaxDeeprootDepths = 12030850,
- [Annotation(Name = "Astel, Naturalborn of the Void - Lake of Rot", Description = "Lake of Rot")]
- AstelNaturalbornOfTheVoidLakeOfRot = 12040800,
+ [Annotation(Name = "Astel, Naturalborn of the Void - Lake of Rot", Description = "Lake of Rot")]
+ AstelNaturalbornOfTheVoidLakeOfRot = 12040800,
- [Annotation(Name = "Mohg, Lord of Blood - Mohgwyn Palace", Description = "Mohgwyn Palace")]
- MohgLordOfBloodMohgwynPalace = 12050800,
+ [Annotation(Name = "Mohg, Lord of Blood - Mohgwyn Palace", Description = "Mohgwyn Palace")]
+ MohgLordOfBloodMohgwynPalace = 12050800,
- [Annotation(Name = "Ancestor Spirit - Siofra River", Description = "Siofra River")]
- AncestorSpiritSiofraRiver = 12080800,
+ [Annotation(Name = "Ancestor Spirit - Siofra River", Description = "Siofra River")]
+ AncestorSpiritSiofraRiver = 12080800,
- [Annotation(Name = "Regal Ancestor Spirit - Nokron, Eternal City", Description = "Nokron, Eternal City")]
- RegalAncestorSpiritNokronEternalCity = 12090800,
+ [Annotation(Name = "Regal Ancestor Spirit - Nokron, Eternal City", Description = "Nokron, Eternal City")]
+ RegalAncestorSpiritNokronEternalCity = 12090800,
- [Annotation(Name = "Maliketh, The Black Blade - Crumbling Farum Azula", Description = "Crumbling Farum Azula")]
- MalikethTheBlackBladeCrumblingFarumAzula = 13000800,
+ [Annotation(Name = "Maliketh, The Black Blade - Crumbling Farum Azula", Description = "Crumbling Farum Azula")]
+ MalikethTheBlackBladeCrumblingFarumAzula = 13000800,
- [Annotation(Name = "Dragonlord Placidusax - Crumbling Farum Azula", Description = "Crumbling Farum Azula")]
- DragonlordPlacidusaxCrumblingFarumAzula = 13000830,
+ [Annotation(Name = "Dragonlord Placidusax - Crumbling Farum Azula", Description = "Crumbling Farum Azula")]
+ DragonlordPlacidusaxCrumblingFarumAzula = 13000830,
- [Annotation(Name = "Godskin Duo - Crumbling Farum Azula", Description = "Crumbling Farum Azula")]
- GodskinDuoCrumblingFarumAzula = 13000850,
+ [Annotation(Name = "Godskin Duo - Crumbling Farum Azula", Description = "Crumbling Farum Azula")]
+ GodskinDuoCrumblingFarumAzula = 13000850,
- [Annotation(Name = "Rennala, Queen of the Full Moon - Academy of Raya Lucaria", Description = "Academy of Raya Lucaria")]
- RennalaQueenOfTheFullMoonAcademyOfRayaLucaria = 14000800,
+ [Annotation(Name = "Rennala, Queen of the Full Moon - Academy of Raya Lucaria", Description = "Academy of Raya Lucaria")]
+ RennalaQueenOfTheFullMoonAcademyOfRayaLucaria = 14000800,
- [Annotation(Name = "Red Wolf of Radagon - Academy of Raya Lucaria", Description = "Academy of Raya Lucaria")]
- RedWolfOfRadagonAcademyOfRayaLucaria = 14000850,
+ [Annotation(Name = "Red Wolf of Radagon - Academy of Raya Lucaria", Description = "Academy of Raya Lucaria")]
+ RedWolfOfRadagonAcademyOfRayaLucaria = 14000850,
- [Annotation(Name = "Malenia, Blade of Miquella - Miquella's Haligtree", Description = "Miquella's Haligtree")]
- MaleniaBladeOfMiquellaMiquellasHaligtree = 15000800,
+ [Annotation(Name = "Malenia, Blade of Miquella - Miquella's Haligtree", Description = "Miquella's Haligtree")]
+ MaleniaBladeOfMiquellaMiquellasHaligtree = 15000800,
- [Annotation(Name = "Loretta, Knight of the Haligtree - Miquella's Haligtree", Description = "Miquella's Haligtree")]
- LorettaKnightOfTheHaligtreeMiquellasHaligtree = 15000850,
+ [Annotation(Name = "Loretta, Knight of the Haligtree - Miquella's Haligtree", Description = "Miquella's Haligtree")]
+ LorettaKnightOfTheHaligtreeMiquellasHaligtree = 15000850,
- [Annotation(Name = "Rykard, Lord of Blasphemy - Volcano Manor", Description = "Volcano Manor")]
- RykardLordOfBlasphemyVolcanoManor = 16000800,
+ [Annotation(Name = "Rykard, Lord of Blasphemy - Volcano Manor", Description = "Volcano Manor")]
+ RykardLordOfBlasphemyVolcanoManor = 16000800,
- [Annotation(Name = "Godskin Noble - Volcano Manor", Description = "Volcano Manor")]
- GodskinNobleVolcanoManor = 16000850,
+ [Annotation(Name = "Godskin Noble - Volcano Manor", Description = "Volcano Manor")]
+ GodskinNobleVolcanoManor = 16000850,
- [Annotation(Name = "Abductor Virgins - Volcano Manor", Description = "Volcano Manor")]
- AbductorVirginsVolcanoManor = 16000860,
+ [Annotation(Name = "Abductor Virgins - Volcano Manor", Description = "Volcano Manor")]
+ AbductorVirginsVolcanoManor = 16000860,
- [Annotation(Name = "Ulcerated Tree Spirit - Stranded Graveyard", Description = "Stranded Graveyard")]
- UlceratedTreeSpiritStrandedGraveyard = 18000800,
+ [Annotation(Name = "Ulcerated Tree Spirit - Stranded Graveyard", Description = "Stranded Graveyard")]
+ UlceratedTreeSpiritStrandedGraveyard = 18000800,
- [Annotation(Name = "Soldier of Godrick - Stranded Graveyard", Description = "Stranded Graveyard")]
- SoldierOfGodrickStrandedGraveyard = 18000850,
+ [Annotation(Name = "Soldier of Godrick - Stranded Graveyard", Description = "Stranded Graveyard")]
+ SoldierOfGodrickStrandedGraveyard = 18000850,
- [Annotation(Name = "Elden Beast - Elden Throne", Description = "Leyndell")]
- EldenBeastEldenThrone = 19000800,
+ [Annotation(Name = "Elden Beast - Elden Throne", Description = "Leyndell")]
+ EldenBeastEldenThrone = 19000800,
- [Annotation(Name = "Mohg, The Omen - Subterranean Shunning-Grounds (Leyndell)", Description = "Subterranean Shunning-Grounds")]
- MohgTheOmenSubterraneanShunningGroundsLeyndell = 35000800,
+ [Annotation(Name = "Mohg, The Omen - Subterranean Shunning-Grounds (Leyndell)", Description = "Subterranean Shunning-Grounds")]
+ MohgTheOmenSubterraneanShunningGroundsLeyndell = 35000800,
- [Annotation(Name = "Esgar, Priest of Blood - Subterranean Shunning-Grounds (Leyndell)", Description = "Subterranean Shunning-Grounds")]
- EsgarPriestOfBloodSubterraneanShunningGroundsLeyndell = 35000850,
+ [Annotation(Name = "Esgar, Priest of Blood - Subterranean Shunning-Grounds (Leyndell)", Description = "Subterranean Shunning-Grounds")]
+ EsgarPriestOfBloodSubterraneanShunningGroundsLeyndell = 35000850,
- [Annotation(Name = "Magma Wyrm Makar - Ruin-Strewn Precipice (Liurnia)", Description = "Liurnia of the Lakes")]
- MagmaWyrmMakarRuinStrewnPrecipiceLiurnia = 39200800,
+ [Annotation(Name = "Magma Wyrm Makar - Ruin-Strewn Precipice (Liurnia)", Description = "Liurnia of the Lakes")]
+ MagmaWyrmMakarRuinStrewnPrecipiceLiurnia = 39200800,
- [Annotation(Name = "Cemetery Shade - Tombsward Catacombs (Limgrave)", Description = "Limgrave")]
- CemeteryShadeTombswardCatacombsLimgrave = 30000800,
+ [Annotation(Name = "Cemetery Shade - Tombsward Catacombs (Limgrave)", Description = "Limgrave")]
+ CemeteryShadeTombswardCatacombsLimgrave = 30000800,
- [Annotation(Name = "Erdtree Burial Watchdog - Impaler's Catacombs (Weeping Penisula)", Description = "Weeping Peninsula")]
- ErdtreeBurialWatchdogImpalersCatacombsWeepingPenisula = 30010800,
+ [Annotation(Name = "Erdtree Burial Watchdog - Impaler's Catacombs (Weeping Penisula)", Description = "Weeping Peninsula")]
+ ErdtreeBurialWatchdogImpalersCatacombsWeepingPenisula = 30010800,
- [Annotation(Name = "Erdtree Burial Watchdog - Stormfoot Catacombs (Limgrave)", Description = "Limgrave")]
- ErdtreeBurialWatchdogStormfootCatacombsLimgrave = 30020800,
+ [Annotation(Name = "Erdtree Burial Watchdog - Stormfoot Catacombs (Limgrave)", Description = "Limgrave")]
+ ErdtreeBurialWatchdogStormfootCatacombsLimgrave = 30020800,
- [Annotation(Name = "Black Knife Assassin - Deathtouched Catacombs (Limgrave)", Description = "Limgrave")]
- BlackKnifeAssassinDeathtouchedCatacombsLimgrave = 30110800,
+ [Annotation(Name = "Black Knife Assassin - Deathtouched Catacombs (Limgrave)", Description = "Limgrave")]
+ BlackKnifeAssassinDeathtouchedCatacombsLimgrave = 30110800,
- [Annotation(Name = "Grave Warden Duelist - Murkwater Catacombs (Limgrave)", Description = "Limgrave")]
- GraveWardenDuelistMurkwaterCatacombsLimgrave = 30040800,
+ [Annotation(Name = "Grave Warden Duelist - Murkwater Catacombs (Limgrave)", Description = "Limgrave")]
+ GraveWardenDuelistMurkwaterCatacombsLimgrave = 30040800,
- [Annotation(Name = "Cemetery Shade - Black Knife Catacombs (Liurnia)", Description = "Liurnia of the Lakes")]
- CemeteryShadeBlackKnifeCatacombsLiurnia = 30050800,
+ [Annotation(Name = "Cemetery Shade - Black Knife Catacombs (Liurnia)", Description = "Liurnia of the Lakes")]
+ CemeteryShadeBlackKnifeCatacombsLiurnia = 30050800,
- [Annotation(Name = "Black Knife Assassin - Black Knife Catacombs (Liurnia)", Description = "Liurnia of the Lakes")]
- BlackKnifeAssassinBlackKnifeCatacombsLiurnia = 30050850,
+ [Annotation(Name = "Black Knife Assassin - Black Knife Catacombs (Liurnia)", Description = "Liurnia of the Lakes")]
+ BlackKnifeAssassinBlackKnifeCatacombsLiurnia = 30050850,
- [Annotation(Name = "Spirit-Caller Snail - Road's End Catacombs (Liurnia)", Description = "Liurnia of the Lakes")]
- SpiritCallerSnailRoadsEndCatacombsLiurnia = 30030800,
+ [Annotation(Name = "Spirit-Caller Snail - Road's End Catacombs (Liurnia)", Description = "Liurnia of the Lakes")]
+ SpiritCallerSnailRoadsEndCatacombsLiurnia = 30030800,
- [Annotation(Name = "Erdtree Burial Watchdog - Cliffbottom Catacombs (Liurnia)", Description = "Liurnia of the Lakes")]
- ErdtreeBurialWatchdogCliffbottomCatacombsLiurnia = 30060800,
+ [Annotation(Name = "Erdtree Burial Watchdog - Cliffbottom Catacombs (Liurnia)", Description = "Liurnia of the Lakes")]
+ ErdtreeBurialWatchdogCliffbottomCatacombsLiurnia = 30060800,
- [Annotation(Name = "Ancient Hero of Zamor - Sainted Hero's Grave (Altus Plateau)", Description = "Altus Plateau")]
- AncientHeroOfZamorSaintedHerosGraveAltusPlateau = 30080800,
+ [Annotation(Name = "Ancient Hero of Zamor - Sainted Hero's Grave (Altus Plateau)", Description = "Altus Plateau")]
+ AncientHeroOfZamorSaintedHerosGraveAltusPlateau = 30080800,
- [Annotation(Name = "Red Wolf of the Champion - Gelmir Hero's Grave (Mt. Gelmir)", Description = "Mt. Gelmir")]
- RedWolfOfTheChampionGelmirHerosGraveMtGelmir = 30090800,
+ [Annotation(Name = "Red Wolf of the Champion - Gelmir Hero's Grave (Mt. Gelmir)", Description = "Mt. Gelmir")]
+ RedWolfOfTheChampionGelmirHerosGraveMtGelmir = 30090800,
- [Annotation(Name = "Crucible Knight Ordovis - Auriza Hero's Grave (Altus Plateau)", Description = "Altus Plateau")]
- CrucibleKnightOrdovisAurizaHerosGraveAltusPlateau = 30100800,
+ [Annotation(Name = "Crucible Knight Ordovis - Auriza Hero's Grave (Altus Plateau)", Description = "Altus Plateau")]
+ CrucibleKnightOrdovisAurizaHerosGraveAltusPlateau = 30100800,
- [Annotation(Name = "Crucible Knight (Tree Spear) - Auriza Hero's Grave (Altus Plateau)", Description = "Altus Plateau")]
- CrucibleKnightTreeSpearAurizaHerosGraveAltusPlateau = 30100800,
+ [Annotation(Name = "Crucible Knight (Tree Spear) - Auriza Hero's Grave (Altus Plateau)", Description = "Altus Plateau")]
+ CrucibleKnightTreeSpearAurizaHerosGraveAltusPlateau = 30100800,
- [Annotation(Name = "Misbegotten Warrior - Unsightly Catacombs (Mt. Gelmir)", Description = "Mt. Gelmir")]
- MisbegottenWarriorUnsightlyCatacombsMtGelmir = 30120800,
+ [Annotation(Name = "Misbegotten Warrior - Unsightly Catacombs (Mt. Gelmir)", Description = "Mt. Gelmir")]
+ MisbegottenWarriorUnsightlyCatacombsMtGelmir = 30120800,
- [Annotation(Name = "Perfumer Tricia - Unsightly Catacombs (Mt. Gelmir)", Description = "Mt. Gelmir")]
- PerfumerTriciaUnsightlyCatacombsMtGelmir = 30120800,
+ [Annotation(Name = "Perfumer Tricia - Unsightly Catacombs (Mt. Gelmir)", Description = "Mt. Gelmir")]
+ PerfumerTriciaUnsightlyCatacombsMtGelmir = 30120800,
- [Annotation(Name = "Erdtree Burial Watchdog - Wyndham Catacombs (Altus Plateau)", Description = "Altus Plateau")]
- ErdtreeBurialWatchdogWyndhamCatacombsAltusPlateau = 30070800,
+ [Annotation(Name = "Erdtree Burial Watchdog - Wyndham Catacombs (Altus Plateau)", Description = "Altus Plateau")]
+ ErdtreeBurialWatchdogWyndhamCatacombsAltusPlateau = 30070800,
- [Annotation(Name = "Grave Warden Duelist - Auriza Side Tomb (Altus Plateau)", Description = "Altus Plateau")]
- GraveWardenDuelistAurizaSideTombAltusPlateau = 30130800,
+ [Annotation(Name = "Grave Warden Duelist - Auriza Side Tomb (Altus Plateau)", Description = "Altus Plateau")]
+ GraveWardenDuelistAurizaSideTombAltusPlateau = 30130800,
- [Annotation(Name = "Erdtree Burial Watchdog - Minor Erdtree Catacombs (Caelid)", Description = "Caelid")]
- ErdtreeBurialWatchdogMinorErdtreeCatacombsCaelid = 30140800,
+ [Annotation(Name = "Erdtree Burial Watchdog - Minor Erdtree Catacombs (Caelid)", Description = "Caelid")]
+ ErdtreeBurialWatchdogMinorErdtreeCatacombsCaelid = 30140800,
- [Annotation(Name = "Cemetery Shade - Caelid Catacombs (Caelid)", Description = "Caelid")]
- CemeteryShadeCaelidCatacombsCaelid = 30150800,
+ [Annotation(Name = "Cemetery Shade - Caelid Catacombs (Caelid)", Description = "Caelid")]
+ CemeteryShadeCaelidCatacombsCaelid = 30150800,
- [Annotation(Name = "Putrid Tree Spirit - War-Dead Catacombs (Caelid)", Description = "Caelid")]
- PutridTreeSpiritWarDeadCatacombsCaelid = 30160800,
+ [Annotation(Name = "Putrid Tree Spirit - War-Dead Catacombs (Caelid)", Description = "Caelid")]
+ PutridTreeSpiritWarDeadCatacombsCaelid = 30160800,
- [Annotation(Name = "Ancient Hero of Zamor - Giant-Conquering Hero's Grave (Mountaintops)", Description = "Mountaintops of the Giants")]
- AncientHeroOfZamorGiantConqueringHerosGraveMountaintops = 30170800,
+ [Annotation(Name = "Ancient Hero of Zamor - Giant-Conquering Hero's Grave (Mountaintops)", Description = "Mountaintops of the Giants")]
+ AncientHeroOfZamorGiantConqueringHerosGraveMountaintops = 30170800,
- [Annotation(Name = "Ulcerated Tree Sprit - Giants' Mountaintop Catacombs (Mountaintops)", Description = "Mountaintops of the Giants")]
- UlceratedTreeSpritGiantsMountaintopCatacombsMountaintops = 30180800,
+ [Annotation(Name = "Ulcerated Tree Sprit - Giants' Mountaintop Catacombs (Mountaintops)", Description = "Mountaintops of the Giants")]
+ UlceratedTreeSpritGiantsMountaintopCatacombsMountaintops = 30180800,
- [Annotation(Name = "Putrid Grave Warden Duelist - Consecrated Snowfield Catacombs (Snowfield)", Description = "Consecrated Snowfield")]
- PutridGraveWardenDuelistConsecratedSnowfieldCatacombsSnowfield = 30190800,
+ [Annotation(Name = "Putrid Grave Warden Duelist - Consecrated Snowfield Catacombs (Snowfield)", Description = "Consecrated Snowfield")]
+ PutridGraveWardenDuelistConsecratedSnowfieldCatacombsSnowfield = 30190800,
- [Annotation(Name = "Stray Mimic Tear - Hidden Path to the Haligtree", Description = "Forbidden Lands")]
- StrayMimicTearHiddenPathToTheHaligtree = 30202800,
+ [Annotation(Name = "Stray Mimic Tear - Hidden Path to the Haligtree", Description = "Forbidden Lands")]
+ StrayMimicTearHiddenPathToTheHaligtree = 30202800,
- [Annotation(Name = "Patches - Murkwater Cave (Limgrave)", Description = "Limgrave")]
- PatchesMurkwaterCaveLimgrave = 31000800,
+ [Annotation(Name = "Patches - Murkwater Cave (Limgrave)", Description = "Limgrave")]
+ PatchesMurkwaterCaveLimgrave = 31000800,
- [Annotation(Name = "Runebear - Earthbore Cave (Weeping Penisula)", Description = "Weeping Peninsula")]
- RunebearEarthboreCaveWeepingPenisula = 31010800,
+ [Annotation(Name = "Runebear - Earthbore Cave (Weeping Penisula)", Description = "Weeping Peninsula")]
+ RunebearEarthboreCaveWeepingPenisula = 31010800,
- [Annotation(Name = "Miranda the Blighted Bloom - Tombsward Cave (Limgrave)", Description = "Limgrave")]
- MirandaTheBlightedBloomTombswardCaveLimgrave = 31020800,
+ [Annotation(Name = "Miranda the Blighted Bloom - Tombsward Cave (Limgrave)", Description = "Limgrave")]
+ MirandaTheBlightedBloomTombswardCaveLimgrave = 31020800,
- [Annotation(Name = "Beastman of Farum Azula - Groveside Cave (Limgrave)", Description = "Limgrave")]
- BeastmanOfFarumAzulaGrovesideCaveLimgrave = 31030800,
+ [Annotation(Name = "Beastman of Farum Azula - Groveside Cave (Limgrave)", Description = "Limgrave")]
+ BeastmanOfFarumAzulaGrovesideCaveLimgrave = 31030800,
- [Annotation(Name = "Demi-Human Chief - Coastal Cave (Limgrave)", Description = "Limgrave")]
- DemiHumanChiefCoastalCaveLimgrave = 31150800,
+ [Annotation(Name = "Demi-Human Chief - Coastal Cave (Limgrave)", Description = "Limgrave")]
+ DemiHumanChiefCoastalCaveLimgrave = 31150800,
- [Annotation(Name = "Guardian Golem - Highroad Cave (Limgrave)", Description = "Limgrave")]
- GuardianGolemHighroadCaveLimgrave = 31170800,
+ [Annotation(Name = "Guardian Golem - Highroad Cave (Limgrave)", Description = "Limgrave")]
+ GuardianGolemHighroadCaveLimgrave = 31170800,
- [Annotation(Name = "Cleanrot Knight - Stillwater Cave (Liurnia)", Description = "Liurnia of the Lakes")]
- CleanrotKnightStillwaterCaveLiurnia = 31040800,
+ [Annotation(Name = "Cleanrot Knight - Stillwater Cave (Liurnia)", Description = "Liurnia of the Lakes")]
+ CleanrotKnightStillwaterCaveLiurnia = 31040800,
- [Annotation(Name = "Bloodhound Knight - Lakeside Crystal Cave (Liurnia)", Description = "Liurnia of the Lakes")]
- BloodhoundKnightLakesideCrystalCaveLiurnia = 31050800,
+ [Annotation(Name = "Bloodhound Knight - Lakeside Crystal Cave (Liurnia)", Description = "Liurnia of the Lakes")]
+ BloodhoundKnightLakesideCrystalCaveLiurnia = 31050800,
- [Annotation(Name = "Crystalians - Academy Crystal Cave (Liurnia)", Description = "Liurnia of the Lakes")]
- CrystaliansAcademyCrystalCaveLiurnia = 31060800,
+ [Annotation(Name = "Crystalians - Academy Crystal Cave (Liurnia)", Description = "Liurnia of the Lakes")]
+ CrystaliansAcademyCrystalCaveLiurnia = 31060800,
- [Annotation(Name = "Kindred of Rot - Seethewater Cave (Mt. Gelmir)", Description = "Mt. Gelmir")]
- KindredOfRotSeethewaterCaveMtGelmir = 31070800,
+ [Annotation(Name = "Kindred of Rot - Seethewater Cave (Mt. Gelmir)", Description = "Mt. Gelmir")]
+ KindredOfRotSeethewaterCaveMtGelmir = 31070800,
- [Annotation(Name = "Demi-Human Queen Margot - Volcano Cave (Mt. Gelmir)", Description = "Mt. Gelmir")]
- DemiHumanQueenMargotVolcanoCaveMtGelmir = 31090800,
+ [Annotation(Name = "Demi-Human Queen Margot - Volcano Cave (Mt. Gelmir)", Description = "Mt. Gelmir")]
+ DemiHumanQueenMargotVolcanoCaveMtGelmir = 31090800,
- [Annotation(Name = "Miranda the Blighted Bloom - Perfumer's Grotto (Altus Plateau)", Description = "Altus Plateau")]
- MirandaTheBlightedBloomPerfumersGrottoAltusPlateau = 31180800,
+ [Annotation(Name = "Miranda the Blighted Bloom - Perfumer's Grotto (Altus Plateau)", Description = "Altus Plateau")]
+ MirandaTheBlightedBloomPerfumersGrottoAltusPlateau = 31180800,
- [Annotation(Name = "Black Knife Assassin - Sage's Cave (Altus Plateau)", Description = "Altus Plateau")]
- BlackKnifeAssassinSagesCaveAltusPlateau = 31190800,
+ [Annotation(Name = "Black Knife Assassin - Sage's Cave (Altus Plateau)", Description = "Altus Plateau")]
+ BlackKnifeAssassinSagesCaveAltusPlateau = 31190800,
- [Annotation(Name = "Necromancer Garris - Sage's Cave (Altus Plateau)", Description = "Altus Plateau")]
- NecromancerGarrisSagesCaveAltusPlateau = 31190850,
+ [Annotation(Name = "Necromancer Garris - Sage's Cave (Altus Plateau)", Description = "Altus Plateau")]
+ NecromancerGarrisSagesCaveAltusPlateau = 31190850,
- [Annotation(Name = "Frenzied Duelist - Gaol Cave (Caelid)", Description = "Caelid")]
- FrenziedDuelistGaolCaveCaelid = 31210800,
+ [Annotation(Name = "Frenzied Duelist - Gaol Cave (Caelid)", Description = "Caelid")]
+ FrenziedDuelistGaolCaveCaelid = 31210800,
- [Annotation(Name = "Beastman of Farum Azula - Dragonbarrow Cave (Dragonbarrow)", Description = "Greyoll's Dragonbarrow")]
- BeastmanOfFarumAzulaDragonbarrowCaveDragonbarrow = 31100800,
+ [Annotation(Name = "Beastman of Farum Azula - Dragonbarrow Cave (Dragonbarrow)", Description = "Greyoll's Dragonbarrow")]
+ BeastmanOfFarumAzulaDragonbarrowCaveDragonbarrow = 31100800,
- [Annotation(Name = "Cleanrot Knight - Abandoned Cave (Caelid)", Description = "Caelid")]
- CleanrotKnightAbandonedCaveCaelid = 31200800,
+ [Annotation(Name = "Cleanrot Knight - Abandoned Cave (Caelid)", Description = "Caelid")]
+ CleanrotKnightAbandonedCaveCaelid = 31200800,
- [Annotation(Name = "Putrid Crystalians - Sellia Hideaway (Caelid)", Description = "Caelid")]
- PutridCrystaliansSelliaHideawayCaelid = 31110800,
+ [Annotation(Name = "Putrid Crystalians - Sellia Hideaway (Caelid)", Description = "Caelid")]
+ PutridCrystaliansSelliaHideawayCaelid = 31110800,
- [Annotation(Name = "Misbegotten Crusader - Cave of the Forlorn (Mountaintops)", Description = "Mountaintops of the Giants")]
- MisbegottenCrusaderCaveOfTheForlornMountaintops = 31120800,
+ [Annotation(Name = "Misbegotten Crusader - Cave of the Forlorn (Mountaintops)", Description = "Mountaintops of the Giants")]
+ MisbegottenCrusaderCaveOfTheForlornMountaintops = 31120800,
- [Annotation(Name = "Spirit-Caller Snail - Spiritcaller's Cave (Mountaintops)", Description = "Mountaintops of the Giants")]
- SpiritCallerSnailSpiritcallersCaveMountaintops = 31220800,
+ [Annotation(Name = "Spirit-Caller Snail - Spiritcaller's Cave (Mountaintops)", Description = "Mountaintops of the Giants")]
+ SpiritCallerSnailSpiritcallersCaveMountaintops = 31220800,
- [Annotation(Name = "Scaly Misbegotten - Morne Tunnel (Weeping Penisula)", Description = "Weeping Peninsula")]
- ScalyMisbegottenMorneTunnelWeepingPenisula = 32000800,
+ [Annotation(Name = "Scaly Misbegotten - Morne Tunnel (Weeping Penisula)", Description = "Weeping Peninsula")]
+ ScalyMisbegottenMorneTunnelWeepingPenisula = 32000800,
- [Annotation(Name = "Stonedigger Troll - Limgrave Tunnels (Limgrave)", Description = "Limgrave")]
- StonediggerTrollLimgraveTunnelsLimgrave = 32010800,
+ [Annotation(Name = "Stonedigger Troll - Limgrave Tunnels (Limgrave)", Description = "Limgrave")]
+ StonediggerTrollLimgraveTunnelsLimgrave = 32010800,
- [Annotation(Name = "Crystalian (Ringblade) - Raya Lucaria Crystal Tunnel (Liurnia)", Description = "Liurnia of the Lakes")]
- CrystalianRingbladeRayaLucariaCrystalTunnelLiurnia = 32020800,
+ [Annotation(Name = "Crystalian (Ringblade) - Raya Lucaria Crystal Tunnel (Liurnia)", Description = "Liurnia of the Lakes")]
+ CrystalianRingbladeRayaLucariaCrystalTunnelLiurnia = 32020800,
- [Annotation(Name = "Stonedigger Troll - Old Altus Tunnel (Altus Plateau)", Description = "Altus Plateau")]
- StonediggerTrollOldAltusTunnelAltusPlateau = 32040800,
+ [Annotation(Name = "Stonedigger Troll - Old Altus Tunnel (Altus Plateau)", Description = "Altus Plateau")]
+ StonediggerTrollOldAltusTunnelAltusPlateau = 32040800,
- [Annotation(Name = "Onyx Lord - Divine Tower of West Altus (Altus Plateau)", Description = "Altus Plateau")]
- OnyxLordDivineTowerOfWestAltusAltusPlateau = 34120800,
+ [Annotation(Name = "Onyx Lord - Divine Tower of West Altus (Altus Plateau)", Description = "Altus Plateau")]
+ OnyxLordDivineTowerOfWestAltusAltusPlateau = 34120800,
- [Annotation(Name = "Crystalian (Ringblade) - Altus Tunnel (Altus Plateau)", Description = "Altus Plateau")]
- CrystalianRingbladeAltusTunnelAltusPlateau = 32050800,
+ [Annotation(Name = "Crystalian (Ringblade) - Altus Tunnel (Altus Plateau)", Description = "Altus Plateau")]
+ CrystalianRingbladeAltusTunnelAltusPlateau = 32050800,
- [Annotation(Name = "Crystalian (Spear) - Altus Tunnel (Altus Plateau)", Description = "Altus Plateau")]
- CrystalianSpearAltusTunnelAltusPlateau = 32050800,
+ [Annotation(Name = "Crystalian (Spear) - Altus Tunnel (Altus Plateau)", Description = "Altus Plateau")]
+ CrystalianSpearAltusTunnelAltusPlateau = 32050800,
- [Annotation(Name = "Magma Wyrm - Gael Tunnel (Caelid)", Description = "Caelid")]
- MagmaWyrmGaelTunnelCaelid = 32070800,
+ [Annotation(Name = "Magma Wyrm - Gael Tunnel (Caelid)", Description = "Caelid")]
+ MagmaWyrmGaelTunnelCaelid = 32070800,
- [Annotation(Name = "Fallingstar Beast - Sellia Crystal Tunnel (Caelid)", Description = "Caelid")]
- FallingstarBeastSelliaCrystalTunnelCaelid = 32080800,
+ [Annotation(Name = "Fallingstar Beast - Sellia Crystal Tunnel (Caelid)", Description = "Caelid")]
+ FallingstarBeastSelliaCrystalTunnelCaelid = 32080800,
- [Annotation(Name = "Astel, Stars of Darkness - Yelough Anix Tunnel (Snowfield)", Description = "Consecrated Snowfield")]
- AstelStarsOfDarknessYeloughAnixTunnelSnowfield = 32110800,
+ [Annotation(Name = "Astel, Stars of Darkness - Yelough Anix Tunnel (Snowfield)", Description = "Consecrated Snowfield")]
+ AstelStarsOfDarknessYeloughAnixTunnelSnowfield = 32110800,
- [Annotation(Name = "Godskin Apostle - Divine Tower of Caelid (Caelid)", Description = "Caelid")]
- GodskinApostleDivineTowerOfCaelidCaelid = 34130800,
+ [Annotation(Name = "Godskin Apostle - Divine Tower of Caelid (Caelid)", Description = "Caelid")]
+ GodskinApostleDivineTowerOfCaelidCaelid = 34130800,
- [Annotation(Name = "Fell Twins - Divine Tower of East Altus (Capital Outskirts)", Description = "Capital Outskirts")]
- FellTwinsDivineTowerOfEastAltusCapitalOutskirts = 34140850,
+ [Annotation(Name = "Fell Twins - Divine Tower of East Altus (Capital Outskirts)", Description = "Capital Outskirts")]
+ FellTwinsDivineTowerOfEastAltusCapitalOutskirts = 34140850,
- [Annotation(Name = "Mad Pumpkin Head - Waypoint Ruins (Limgrave)", Description = "Limgrave")]
- MadPumpkinHeadWaypointRuinsLimgrave = 1044360800,
+ [Annotation(Name = "Mad Pumpkin Head - Waypoint Ruins (Limgrave)", Description = "Limgrave")]
+ MadPumpkinHeadWaypointRuinsLimgrave = 1044360800,
- [Annotation(Name = "Night's Cavalry - Agheel Lake North (Limgrave)", Description = "Limgrave")]
- NightsCavalryAgheelLakeNorthLimgrave = 1043370800,
+ [Annotation(Name = "Night's Cavalry - Agheel Lake North (Limgrave)", Description = "Limgrave")]
+ NightsCavalryAgheelLakeNorthLimgrave = 1043370800,
- [Annotation(Name = "Deathbird - Stormgate (Limgrave)", Description = "Limgrave")]
- DeathRiteBirdStormgateLimgrave = 1042380800,
+ [Annotation(Name = "Deathbird - Stormgate (Limgrave)", Description = "Limgrave")]
+ DeathRiteBirdStormgateLimgrave = 1042380800,
- [Annotation(Name = "Ball-Bearing Hunter - Warmaster's Shack (Limgrave)", Description = "Limgrave")]
- BallBearingHunterWarmastersShackLimgrave = 1042380850,
+ [Annotation(Name = "Ball-Bearing Hunter - Warmaster's Shack (Limgrave)", Description = "Limgrave")]
+ BallBearingHunterWarmastersShackLimgrave = 1042380850,
- [Annotation(Name = "Ancient Hero of Zamor - Weeping Evergaol (Weeping Penisula)", Description = "Weeping Peninsula")]
- AncientHeroOfZamorWeepingEvergaolWeepingPenisula = 1042330800,
+ [Annotation(Name = "Ancient Hero of Zamor - Weeping Evergaol (Weeping Penisula)", Description = "Weeping Peninsula")]
+ AncientHeroOfZamorWeepingEvergaolWeepingPenisula = 1042330800,
- [Annotation(Name = "Bloodhound Knight Darriwill - Forlorn Hound Evergaol (Limgrave)", Description = "Limgrave")]
- BloodhoundKnightDarriwillForlornHoundEvergaolLimgrave = 1044350800,
+ [Annotation(Name = "Bloodhound Knight Darriwill - Forlorn Hound Evergaol (Limgrave)", Description = "Limgrave")]
+ BloodhoundKnightDarriwillForlornHoundEvergaolLimgrave = 1044350800,
- [Annotation(Name = "Crucible Knight - Stormhill Evergaol (Limgrave)", Description = "Limgrave")]
- CrucibleKnightStormhillEvergaolLimgrave = 1042370800,
+ [Annotation(Name = "Crucible Knight - Stormhill Evergaol (Limgrave)", Description = "Limgrave")]
+ CrucibleKnightStormhillEvergaolLimgrave = 1042370800,
- [Annotation(Name = "Erdtree Avatar - Minor Erdtree (Weeping Penisula)", Description = "Weeping Peninsula")]
- ErdtreeAvatarMinorErdtreeWeepingPenisula = 1043330800,
+ [Annotation(Name = "Erdtree Avatar - Minor Erdtree (Weeping Penisula)", Description = "Weeping Peninsula")]
+ ErdtreeAvatarMinorErdtreeWeepingPenisula = 1043330800,
- [Annotation(Name = "Night's Cavalry - Castle Morne Approach (Weeping Penisula)", Description = "Weeping Peninsula")]
- NightsCavalryCastleMorneApproachWeepingPenisula = 1044320850,
+ [Annotation(Name = "Night's Cavalry - Castle Morne Approach (Weeping Penisula)", Description = "Weeping Peninsula")]
+ NightsCavalryCastleMorneApproachWeepingPenisula = 1044320850,
- [Annotation(Name = "Deathbird - Castle Morne Approach (Weeping Penisula)", Description = "Weeping Peninsula")]
- DeathRiteBirdCastleMorneApproachWeepingPenisula = 1044320800,
+ [Annotation(Name = "Deathbird - Castle Morne Approach (Weeping Penisula)", Description = "Weeping Peninsula")]
+ DeathRiteBirdCastleMorneApproachWeepingPenisula = 1044320800,
- [Annotation(Name = "Leonine Misbegotten - Castle Morne (Weeping Penisula)", Description = "Weeping Peninsula")]
- LeonineMisbegottenCastleMorneWeepingPenisula = 1043300800,
+ [Annotation(Name = "Leonine Misbegotten - Castle Morne (Weeping Penisula)", Description = "Weeping Peninsula")]
+ LeonineMisbegottenCastleMorneWeepingPenisula = 1043300800,
- [Annotation(Name = "Tree Sentinel - Church of Elleh (Limgrave)", Description = "Limgrave")]
- TreeSentinelChurchOfEllehLimgrave = 1042360800,
+ [Annotation(Name = "Tree Sentinel - Church of Elleh (Limgrave)", Description = "Limgrave")]
+ TreeSentinelChurchOfEllehLimgrave = 1042360800,
- [Annotation(Name = "Flying Dragon Agheel - Dragon-Burnt Ruins (Limgrave)", Description = "Limgrave")]
- FlyingDragonAgheelDragonBurntRuinsLimgrave = 1043360800,
+ [Annotation(Name = "Flying Dragon Agheel - Dragon-Burnt Ruins (Limgrave)", Description = "Limgrave")]
+ FlyingDragonAgheelDragonBurntRuinsLimgrave = 1043360800,
- [Annotation(Name = "Tibia Mariner - Summonwater Village (Limgrave)", Description = "Limgrave")]
- TibiaMarinerSummonwaterVillageLimgrave = 1045390800,
+ [Annotation(Name = "Tibia Mariner - Summonwater Village (Limgrave)", Description = "Limgrave")]
+ TibiaMarinerSummonwaterVillageLimgrave = 1045390800,
- [Annotation(Name = "Royal Revenant - Kingsrealm Ruins (Liurnia)", Description = "Liurnia of the Lakes")]
- RoyalRevenantKingsrealmRuinsLiurnia = 1034480800,
+ [Annotation(Name = "Royal Revenant - Kingsrealm Ruins (Liurnia)", Description = "Liurnia of the Lakes")]
+ RoyalRevenantKingsrealmRuinsLiurnia = 1034480800,
- [Annotation(Name = "Adan, Thief of Fire - Malefactor's Evergaol (Liurnia)", Description = "Liurnia of the Lakes")]
- AdanThiefOfFireMalefactorsEvergaolLiurnia = 1038410800,
+ [Annotation(Name = "Adan, Thief of Fire - Malefactor's Evergaol (Liurnia)", Description = "Liurnia of the Lakes")]
+ AdanThiefOfFireMalefactorsEvergaolLiurnia = 1038410800,
- [Annotation(Name = "Bols, Carian Knight - Cuckoo's Evergaol (Liurnia)", Description = "Liurnia of the Lakes")]
- BolsCarianKnightCuckoosEvergaolLiurnia = 1033450800,
+ [Annotation(Name = "Bols, Carian Knight - Cuckoo's Evergaol (Liurnia)", Description = "Liurnia of the Lakes")]
+ BolsCarianKnightCuckoosEvergaolLiurnia = 1033450800,
- [Annotation(Name = "Onyx Lord - Royal Grave Evergaol (Liurnia)", Description = "Liurnia of the Lakes")]
- OnyxLordRoyalGraveEvergaolLiurnia = 1036500800,
+ [Annotation(Name = "Onyx Lord - Royal Grave Evergaol (Liurnia)", Description = "Liurnia of the Lakes")]
+ OnyxLordRoyalGraveEvergaolLiurnia = 1036500800,
- [Annotation(Name = "Alecto, Black Knife Ringleader - Moonlight Altar (Liurnia)", Description = "Liurnia of the Lakes")]
- AlectoBlackKnifeRingleaderMoonlightAltarLiurnia = 1033420800,
+ [Annotation(Name = "Alecto, Black Knife Ringleader - Moonlight Altar (Liurnia)", Description = "Liurnia of the Lakes")]
+ AlectoBlackKnifeRingleaderMoonlightAltarLiurnia = 1033420800,
- [Annotation(Name = "Erdtree Avatar - Revenger's Shack (Liurnia)", Description = "Liurnia of the Lakes")]
- ErdtreeAvatarRevengersShackLiurnia = 1033430800,
+ [Annotation(Name = "Erdtree Avatar - Revenger's Shack (Liurnia)", Description = "Liurnia of the Lakes")]
+ ErdtreeAvatarRevengersShackLiurnia = 1033430800,
- [Annotation(Name = "Erdtree Avatar - Minor Erdtree (Liurnia)", Description = "Liurnia of the Lakes")]
- ErdtreeAvatarMinorErdtreeLiurnia = 1038480800,
+ [Annotation(Name = "Erdtree Avatar - Minor Erdtree (Liurnia)", Description = "Liurnia of the Lakes")]
+ ErdtreeAvatarMinorErdtreeLiurnia = 1038480800,
- [Annotation(Name = "Royal Knight Loretta - Carian Manor (Liurnia)", Description = "Liurnia of the Lakes")]
- RoyalKnightLorettaCarianManorLiurnia = 1035500800,
+ [Annotation(Name = "Royal Knight Loretta - Carian Manor (Liurnia)", Description = "Liurnia of the Lakes")]
+ RoyalKnightLorettaCarianManorLiurnia = 1035500800,
- [Annotation(Name = "Ball-Bearing Hunter - Church of Vows (Liurnia)", Description = "Liurnia of the Lakes")]
- BallBearingHunterChurchOfVowsLiurnia = 1037460800,
+ [Annotation(Name = "Ball-Bearing Hunter - Church of Vows (Liurnia)", Description = "Liurnia of the Lakes")]
+ BallBearingHunterChurchOfVowsLiurnia = 1037460800,
- [Annotation(Name = "Night's Cavalry - Liurnia Highway Far North (Liurnia)", Description = "Liurnia of the Lakes")]
- NightsCavalryLiurniaHighwayFarNorthLiurnia = 1039430800,
+ [Annotation(Name = "Night's Cavalry - Liurnia Highway Far North (Liurnia)", Description = "Liurnia of the Lakes")]
+ NightsCavalryLiurniaHighwayFarNorthLiurnia = 1039430800,
- [Annotation(Name = "Night's Cavalry - East Raya Lucaria Gate (Liurnia)", Description = "Liurnia of the Lakes")]
- NightsCavalryEastRayaLucariaGateLiurnia = 1036480800,
+ [Annotation(Name = "Night's Cavalry - East Raya Lucaria Gate (Liurnia)", Description = "Liurnia of the Lakes")]
+ NightsCavalryEastRayaLucariaGateLiurnia = 1036480800,
- [Annotation(Name = "Deathbird - Laskyar Ruins (Liurnia)", Description = "Liurnia of the Lakes")]
- DeathRiteBirdLaskyarRuinsLiurnia = 1037420800,
+ [Annotation(Name = "Deathbird - Laskyar Ruins (Liurnia)", Description = "Liurnia of the Lakes")]
+ DeathRiteBirdLaskyarRuinsLiurnia = 1037420800,
- [Annotation(Name = "Death Rite Bird - Gate Town Northwest (Liurnia)", Description = "Liurnia of the Lakes")]
- DeathRiteBirdGateTownNorthwestLiurnia = 1036450800,
+ [Annotation(Name = "Death Rite Bird - Gate Town Northwest (Liurnia)", Description = "Liurnia of the Lakes")]
+ DeathRiteBirdGateTownNorthwestLiurnia = 1036450800,
- [Annotation(Name = "Glintstone Dragon Smarag - Meeting Place (Liurnia)", Description = "Liurnia of the Lakes")]
- GlintstoneDragonSmaragMeetingPlaceLiurnia = 1034450800,
+ [Annotation(Name = "Glintstone Dragon Smarag - Meeting Place (Liurnia)", Description = "Liurnia of the Lakes")]
+ GlintstoneDragonSmaragMeetingPlaceLiurnia = 1034450800,
- //[Display(Name = "Glintstone Dragon Adula - Ranni's Rise (Liurnia)", Description = "Liurnia of the Lakes")]
- //GlintstoneDragonAdulaRannisRiseLiurnia = 1034500800,
+ //[Display(Name = "Glintstone Dragon Adula - Ranni's Rise (Liurnia)", Description = "Liurnia of the Lakes")]
+ //GlintstoneDragonAdulaRannisRiseLiurnia = 1034500800,
- [Annotation(Name = "Glintstone Dragon Adula - Moonfolk Ruins (Liurnia)", Description = "Liurnia of the Lakes")]
- GlintstoneDragonAdulaMoonfolkRuinsLiurnia = 1034420800,
+ [Annotation(Name = "Glintstone Dragon Adula - Moonfolk Ruins (Liurnia)", Description = "Liurnia of the Lakes")]
+ GlintstoneDragonAdulaMoonfolkRuinsLiurnia = 1034420800,
- [Annotation(Name = "Omenkiller - Village of the Albinaurics (Liurnia)", Description = "Liurnia of the Lakes")]
- OmenkillerVillageOfTheAlbinauricsLiurnia = 1035420800,
+ [Annotation(Name = "Omenkiller - Village of the Albinaurics (Liurnia)", Description = "Liurnia of the Lakes")]
+ OmenkillerVillageOfTheAlbinauricsLiurnia = 1035420800,
- [Annotation(Name = "Tibia Mariner - Jarburg (Liurnia)", Description = "Liurnia of the Lakes")]
- TibiaMarinerJarburgLiurnia = 1039440800,
+ [Annotation(Name = "Tibia Mariner - Jarburg (Liurnia)", Description = "Liurnia of the Lakes")]
+ TibiaMarinerJarburgLiurnia = 1039440800,
- [Annotation(Name = "Ancient Dragon Lansseax - Abandoned Coffin (Altus Plateau)", Description = "Altus Plateau")]
- AncientDragonLansseaxAbandonedCoffinAltusPlateau = 1037510800,
+ [Annotation(Name = "Ancient Dragon Lansseax - Abandoned Coffin (Altus Plateau)", Description = "Altus Plateau")]
+ AncientDragonLansseaxAbandonedCoffinAltusPlateau = 1037510800,
- [Annotation(Name = "Ancient Dragon Lansseax - Rampartside Path (Altus Plateau)", Description = "Altus Plateau")]
- AncientDragonLansseaxRampartsidePathAltusPlateau = 1041520800,
+ [Annotation(Name = "Ancient Dragon Lansseax - Rampartside Path (Altus Plateau)", Description = "Altus Plateau")]
+ AncientDragonLansseaxRampartsidePathAltusPlateau = 1041520800,
- [Annotation(Name = "Demi-Human Queen - Lux Ruins (Altus Plateau)", Description = "Altus Plateau")]
- DemiHumanQueenLuxRuinsAltusPlateau = 1038510800,
+ [Annotation(Name = "Demi-Human Queen - Lux Ruins (Altus Plateau)", Description = "Altus Plateau")]
+ DemiHumanQueenLuxRuinsAltusPlateau = 1038510800,
- [Annotation(Name = "Fallingstar Beast - South of Tree Sentinel Duo (Altus Plateau)", Description = "Altus Plateau")]
- FallingstarBeastSouthOfTreeSentinelDuoAltusPlateau = 1041500800,
+ [Annotation(Name = "Fallingstar Beast - South of Tree Sentinel Duo (Altus Plateau)", Description = "Altus Plateau")]
+ FallingstarBeastSouthOfTreeSentinelDuoAltusPlateau = 1041500800,
- [Annotation(Name = "Sanguine Noble - Writheblood Ruins (Altus Plateau)", Description = "Altus Plateau")]
- SanguineNobleWrithebloodRuinsAltusPlateau = 1040530800,
+ [Annotation(Name = "Sanguine Noble - Writheblood Ruins (Altus Plateau)", Description = "Altus Plateau")]
+ SanguineNobleWrithebloodRuinsAltusPlateau = 1040530800,
- [Annotation(Name = "Tree Sentinel - Tree Sentinel Duo (Altus Plateau)", Description = "Altus Plateau")]
- TreeSentinelTreeSentinelDuoAltusPlateau = 1041510800,
+ [Annotation(Name = "Tree Sentinel - Tree Sentinel Duo (Altus Plateau)", Description = "Altus Plateau")]
+ TreeSentinelTreeSentinelDuoAltusPlateau = 1041510800,
- [Annotation(Name = "Godskin Apostle - Windmill Heights (Altus Plateau)", Description = "Altus Plateau")]
- GodskinApostleWindmillHeightsAltusPlateau = 1042550800,
+ [Annotation(Name = "Godskin Apostle - Windmill Heights (Altus Plateau)", Description = "Altus Plateau")]
+ GodskinApostleWindmillHeightsAltusPlateau = 1042550800,
- [Annotation(Name = "Black Knife Assassin - Sainted Hero's Grave Entrance (Altus Plateau)", Description = "Altus Plateau")]
- BlackKnifeAssassinSaintedHerosGraveEntranceAltusPlateau = 1040520800,
+ [Annotation(Name = "Black Knife Assassin - Sainted Hero's Grave Entrance (Altus Plateau)", Description = "Altus Plateau")]
+ BlackKnifeAssassinSaintedHerosGraveEntranceAltusPlateau = 1040520800,
- [Annotation(Name = "Draconic Tree Sentinel - Capital Rampart (Capital Outskirts)", Description = "Capital Outskirts")]
- DraconicTreeSentinelCapitalRampartCapitalOutskirts = 1045520800,
+ [Annotation(Name = "Draconic Tree Sentinel - Capital Rampart (Capital Outskirts)", Description = "Capital Outskirts")]
+ DraconicTreeSentinelCapitalRampartCapitalOutskirts = 1045520800,
- [Annotation(Name = "Godefroy the Grafted - Golden Lineage Evergaol (Altus Plateau)", Description = "Altus Plateau")]
- GodefroyTheGraftedGoldenLineageEvergaolAltusPlateau = 1039500800,
+ [Annotation(Name = "Godefroy the Grafted - Golden Lineage Evergaol (Altus Plateau)", Description = "Altus Plateau")]
+ GodefroyTheGraftedGoldenLineageEvergaolAltusPlateau = 1039500800,
- [Annotation(Name = "Wormface - Woodfolk Ruins (Altus Plateau)", Description = "Altus Plateau")]
- WormfaceWoodfolkRuinsAltusPlateau = 1041530800,
+ [Annotation(Name = "Wormface - Woodfolk Ruins (Altus Plateau)", Description = "Altus Plateau")]
+ WormfaceWoodfolkRuinsAltusPlateau = 1041530800,
- [Annotation(Name = "Deathbird - Minor Erdtree (Capital Outskirts)", Description = "Capital Outskirts")]
- DeathRiteBirdMinorErdtreeCapitalOutskirts = 1044530800,
+ [Annotation(Name = "Deathbird - Minor Erdtree (Capital Outskirts)", Description = "Capital Outskirts")]
+ DeathRiteBirdMinorErdtreeCapitalOutskirts = 1044530800,
- [Annotation(Name = "Ball-Bearing Hunter - Hermit Merchant's Shack (Capital Outskirts)", Description = "Capital Outskirts")]
- BallBearingHunterHermitMerchantsShackCapitalOutskirts = 1043530800,
+ [Annotation(Name = "Ball-Bearing Hunter - Hermit Merchant's Shack (Capital Outskirts)", Description = "Capital Outskirts")]
+ BallBearingHunterHermitMerchantsShackCapitalOutskirts = 1043530800,
- [Annotation(Name = "Demi-Human Queen - Primeval Sorcerer Azur (Mt. Gelmir)", Description = "Mt. Gelmir")]
- DemiHumanQueenPrimevalSorcererAzurMtGelmir = 1037530800,
+ [Annotation(Name = "Demi-Human Queen - Primeval Sorcerer Azur (Mt. Gelmir)", Description = "Mt. Gelmir")]
+ DemiHumanQueenPrimevalSorcererAzurMtGelmir = 1037530800,
- [Annotation(Name = "Magma Wyrm - Seethewater Terminus (Mt. Gelmir)", Description = "Mt. Gelmir")]
- MagmaWyrmSeethewaterTerminusMtGelmir = 1035530800,
+ [Annotation(Name = "Magma Wyrm - Seethewater Terminus (Mt. Gelmir)", Description = "Mt. Gelmir")]
+ MagmaWyrmSeethewaterTerminusMtGelmir = 1035530800,
- [Annotation(Name = "Full-Grown Fallingstar Beast - Crater (Mt. Gelmir)", Description = "Mt. Gelmir")]
- FullGrownFallingstarBeastCraterMtGelmir = 1036540800,
+ [Annotation(Name = "Full-Grown Fallingstar Beast - Crater (Mt. Gelmir)", Description = "Mt. Gelmir")]
+ FullGrownFallingstarBeastCraterMtGelmir = 1036540800,
- [Annotation(Name = "Elemer of the Briar - Shaded Castle (Altus Plateau)", Description = "Altus Plateau")]
- ElemerOfTheBriarShadedCastleAltusPlateau = 1039540800,
+ [Annotation(Name = "Elemer of the Briar - Shaded Castle (Altus Plateau)", Description = "Altus Plateau")]
+ ElemerOfTheBriarShadedCastleAltusPlateau = 1039540800,
- [Annotation(Name = "Ulcerated Tree Spirit - Minor Erdtree (Mt. Gelmir)", Description = "Mt. Gelmir")]
- UlceratedTreeSpiritMinorErdtreeMtGelmir = 1037540810,
+ [Annotation(Name = "Ulcerated Tree Spirit - Minor Erdtree (Mt. Gelmir)", Description = "Mt. Gelmir")]
+ UlceratedTreeSpiritMinorErdtreeMtGelmir = 1037540810,
- [Annotation(Name = "Tibia Mariner - Wyndham Ruins (Altus Plateau)", Description = "Altus Plateau")]
- TibiaMarinerWyndhamRuinsAltusPlateau = 1038520800,
+ [Annotation(Name = "Tibia Mariner - Wyndham Ruins (Altus Plateau)", Description = "Altus Plateau")]
+ TibiaMarinerWyndhamRuinsAltusPlateau = 1038520800,
- [Annotation(Name = "Putrid Avatar - Minor Erdtree (Caelid)", Description = "Caelid")]
- PutridAvatarMinorErdtreeCaelid = 1047400800,
+ [Annotation(Name = "Putrid Avatar - Minor Erdtree (Caelid)", Description = "Caelid")]
+ PutridAvatarMinorErdtreeCaelid = 1047400800,
- [Annotation(Name = "Decaying Ekzykes - Caelid Highway South (Caelid)", Description = "Caelid")]
- DecayingEkzykesCaelidHighwaySouthCaelid = 1048370800,
+ [Annotation(Name = "Decaying Ekzykes - Caelid Highway South (Caelid)", Description = "Caelid")]
+ DecayingEkzykesCaelidHighwaySouthCaelid = 1048370800,
- [Annotation(Name = "Night's Cavalry - Southern Aeonia Swamp Bank (Caelid)", Description = "Caelid")]
- NightsCavalrySouthernAeoniaSwampBankCaelid = 1049370800,
+ [Annotation(Name = "Night's Cavalry - Southern Aeonia Swamp Bank (Caelid)", Description = "Caelid")]
+ NightsCavalrySouthernAeoniaSwampBankCaelid = 1049370800,
- [Annotation(Name = "Death Rite Bird - Southern Aeonia Swamp Bank (Caelid)", Description = "Caelid")]
- DeathRiteBirdSouthernAeoniaSwampBankCaelid = 1049370850,
+ [Annotation(Name = "Death Rite Bird - Southern Aeonia Swamp Bank (Caelid)", Description = "Caelid")]
+ DeathRiteBirdSouthernAeoniaSwampBankCaelid = 1049370850,
- [Annotation(Name = "Commander O'Neil - East Aeonia Swamp (Caelid)", Description = "Caelid")]
- CommanderONeilEastAeoniaSwampCaelid = 1049380800,
+ [Annotation(Name = "Commander O'Neil - East Aeonia Swamp (Caelid)", Description = "Caelid")]
+ CommanderONeilEastAeoniaSwampCaelid = 1049380800,
- [Annotation(Name = "Crucible Knight - Redmane Castle (Caelid)", Description = "Caelid")]
- CrucibleKnightRedmaneCastleCaelid = 1051360800,
+ [Annotation(Name = "Crucible Knight - Redmane Castle (Caelid)", Description = "Caelid")]
+ CrucibleKnightRedmaneCastleCaelid = 1051360800,
- [Annotation(Name = "Starscourge Radahn - Battlefield (Caelid)", Description = "Caelid")]
- StarscourgeRadahnBattlefieldCaelid = 1252380800,
+ [Annotation(Name = "Starscourge Radahn - Battlefield (Caelid)", Description = "Caelid")]
+ StarscourgeRadahnBattlefieldCaelid = 1252380800,
- [Annotation(Name = "Nox Priest - West Sellia (Caelid)", Description = "Caelid")]
- NoxPriestWestSelliaCaelid = 1049390800,
+ [Annotation(Name = "Nox Priest - West Sellia (Caelid)", Description = "Caelid")]
+ NoxPriestWestSelliaCaelid = 1049390800,
- [Annotation(Name = "Bell-Bearing Hunter - Isolated Merchant's Shack (Dragonbarrow)", Description = "Greyoll's Dragonbarrow")]
- BallBearingHunterIsolatedMerchantsShackDragonbarrow = 1048410800,
+ [Annotation(Name = "Bell-Bearing Hunter - Isolated Merchant's Shack (Dragonbarrow)", Description = "Greyoll's Dragonbarrow")]
+ BallBearingHunterIsolatedMerchantsShackDragonbarrow = 1048410800,
- [Annotation(Name = "Battlemage Hugues - Sellia Crystal Tunnel Entrance (Caelid)", Description = "Caelid")]
- BattlemageHuguesSelliaCrystalTunnelEntranceCaelid = 1049390850,
+ [Annotation(Name = "Battlemage Hugues - Sellia Crystal Tunnel Entrance (Caelid)", Description = "Caelid")]
+ BattlemageHuguesSelliaCrystalTunnelEntranceCaelid = 1049390850,
- [Annotation(Name = "Putrid Avatar - Dragonbarrow Fork (Caelid)", Description = "Caelid")]
- PutridAvatarDragonbarrowForkCaelid = 1051400800,
+ [Annotation(Name = "Putrid Avatar - Dragonbarrow Fork (Caelid)", Description = "Caelid")]
+ PutridAvatarDragonbarrowForkCaelid = 1051400800,
- [Annotation(Name = "Flying Dragon Greyll - Dragonbarrow (Caelid)", Description = "Caelid")]
- FlyingDragonGreyllDragonbarrowCaelid = 1052410800,
+ [Annotation(Name = "Flying Dragon Greyll - Dragonbarrow (Caelid)", Description = "Caelid")]
+ FlyingDragonGreyllDragonbarrowCaelid = 1052410800,
- [Annotation(Name = "Night's Cavalry - Dragonbarrow (Caelid)", Description = "Caelid")]
- NightsCavalryDragonbarrowCaelid = 1052410850,
+ [Annotation(Name = "Night's Cavalry - Dragonbarrow (Caelid)", Description = "Caelid")]
+ NightsCavalryDragonbarrowCaelid = 1052410850,
- [Annotation(Name = "Black Blade Kindred - Bestial Sanctum (Caelid)", Description = "Caelid")]
- BlackBladeKindredBestialSanctumCaelid = 1051430800,
+ [Annotation(Name = "Black Blade Kindred - Bestial Sanctum (Caelid)", Description = "Caelid")]
+ BlackBladeKindredBestialSanctumCaelid = 1051430800,
- [Annotation(Name = "Night's Cavalry - Forbidden Lands (Mountaintops)", Description = "Mountaintops of the Giants")]
- NightsCavalryForbiddenLandsMountaintops = 1048510800,
+ [Annotation(Name = "Night's Cavalry - Forbidden Lands (Mountaintops)", Description = "Mountaintops of the Giants")]
+ NightsCavalryForbiddenLandsMountaintops = 1048510800,
- [Annotation(Name = "Black Blade Kindred - Before Grand Lift of Rold (Mountaintops)", Description = "Mountaintops of the Giants")]
- BlackBladeKindredBeforeGrandLiftOfRoldMountaintops = 1049520800,
+ [Annotation(Name = "Black Blade Kindred - Before Grand Lift of Rold (Mountaintops)", Description = "Mountaintops of the Giants")]
+ BlackBladeKindredBeforeGrandLiftOfRoldMountaintops = 1049520800,
- [Annotation(Name = "Borealis the Freezing Fog - Freezing Fields (Mountaintops)", Description = "Mountaintops of the Giants")]
- BorealisTheFreezingFogFreezingFieldsMountaintops = 1254560800,
+ [Annotation(Name = "Borealis the Freezing Fog - Freezing Fields (Mountaintops)", Description = "Mountaintops of the Giants")]
+ BorealisTheFreezingFogFreezingFieldsMountaintops = 1254560800,
- [Annotation(Name = "Roundtable Knight Vyke - Lord Contender's Evergaol (Mountaintops)", Description = "Mountaintops of the Giants")]
- RoundtableKnightVykeLordContendersEvergaolMountaintops = 1053560800,
+ [Annotation(Name = "Roundtable Knight Vyke - Lord Contender's Evergaol (Mountaintops)", Description = "Mountaintops of the Giants")]
+ RoundtableKnightVykeLordContendersEvergaolMountaintops = 1053560800,
- [Annotation(Name = "Fire Giant - Giant's Forge (Mountaintops)", Description = "Mountaintops of the Giants")]
- FireGiantGiantsForgeMountaintops = 1052520800,
+ [Annotation(Name = "Fire Giant - Giant's Forge (Mountaintops)", Description = "Mountaintops of the Giants")]
+ FireGiantGiantsForgeMountaintops = 1052520800,
- [Annotation(Name = "Erdtree Avatar - Minor Erdtree (Mountaintops)", Description = "Mountaintops of the Giants")]
- ErdtreeAvatarMinorErdtreeMountaintops = 1052560800,
+ [Annotation(Name = "Erdtree Avatar - Minor Erdtree (Mountaintops)", Description = "Mountaintops of the Giants")]
+ ErdtreeAvatarMinorErdtreeMountaintops = 1052560800,
- [Annotation(Name = "Death Rite Bird - West of Castle So (Mountaintops)", Description = "Mountaintops of the Giants")]
- DeathRiteBirdWestOfCastleSoMountaintops = 1050570800,
+ [Annotation(Name = "Death Rite Bird - West of Castle So (Mountaintops)", Description = "Mountaintops of the Giants")]
+ DeathRiteBirdWestOfCastleSoMountaintops = 1050570800,
- [Annotation(Name = "Putrid Avatar - Minor Erdtree (Snowfield)", Description = "Consecrated Snowfield")]
- PutridAvatarMinorErdtreeSnowfield = 1050570850,
+ [Annotation(Name = "Putrid Avatar - Minor Erdtree (Snowfield)", Description = "Consecrated Snowfield")]
+ PutridAvatarMinorErdtreeSnowfield = 1050570850,
- [Annotation(Name = "Commander Niall - Castle Soul (Mountaintops)", Description = "Mountaintops of the Giants")]
- CommanderNiallCastleSoulMountaintops = 1051570800,
+ [Annotation(Name = "Commander Niall - Castle Soul (Mountaintops)", Description = "Mountaintops of the Giants")]
+ CommanderNiallCastleSoulMountaintops = 1051570800,
- [Annotation(Name = "Great Wyrm Theodorix - Albinauric Rise (Mountaintops)", Description = "Mountaintops of the Giants")]
- GreatWyrmTheodorixAlbinauricRiseMountaintops = 1050560800,
+ [Annotation(Name = "Great Wyrm Theodorix - Albinauric Rise (Mountaintops)", Description = "Mountaintops of the Giants")]
+ GreatWyrmTheodorixAlbinauricRiseMountaintops = 1050560800,
- [Annotation(Name = "Night's Cavalry - Sourthwest (Mountaintops)", Description = "Mountaintops of the Giants")]
- NightsCavalrySourthwestMountaintops = 1248550800,
+ [Annotation(Name = "Night's Cavalry - Sourthwest (Mountaintops)", Description = "Mountaintops of the Giants")]
+ NightsCavalrySourthwestMountaintops = 1248550800,
- [Annotation(Name = "Death Rite Bird - Ordina, Liturgical Town (Snowfield)", Description = "Consecrated Snowfield")]
- DeathRiteBirdOrdinaLiturgicalTownSnowfield = 1048570800,
+ [Annotation(Name = "Death Rite Bird - Ordina, Liturgical Town (Snowfield)", Description = "Consecrated Snowfield")]
+ DeathRiteBirdOrdinaLiturgicalTownSnowfield = 1048570800,
- [Annotation(Name = "Pumpkinhead Duo - Caelem Ruins (Caelid)", Description = "Caelid")]
- PumpkinheadDuoCaelemRuinsCaelid = 1048400800,
+ [Annotation(Name = "Pumpkinhead Duo - Caelem Ruins (Caelid)", Description = "Caelid")]
+ PumpkinheadDuoCaelemRuinsCaelid = 1048400800,
- [Annotation(Name = "Night's Cavalry - Altus Highway (Altus Plateau)", Description = "Altus Plateau")]
- NightsCavalryAltusHighwayAltusPlateau = 1039510800,
+ [Annotation(Name = "Night's Cavalry - Altus Highway (Altus Plateau)", Description = "Altus Plateau")]
+ NightsCavalryAltusHighwayAltusPlateau = 1039510800,
- [Annotation(Name = "Ghostflame Dragon - Gravesite Plain (Northwest)", Description = "Gravesite Plain")]
- GhostflameDragonGravesitePlain = 2045440800,
+ [Annotation(Name = "Ghostflame Dragon - Gravesite Plain (Northwest)", Description = "Gravesite Plain")]
+ GhostflameDragonGravesitePlain = 2045440800,
- [Annotation(Name = "Blackgaol Knight - Western Nameless Mausoleum", Description = "Gravesite Plain")]
- BlackgaolKnightWesternNamelessMausoleum = 2046410800,
+ [Annotation(Name = "Blackgaol Knight - Western Nameless Mausoleum", Description = "Gravesite Plain")]
+ BlackgaolKnightWesternNamelessMausoleum = 2046410800,
- [Annotation(Name = "Chief Bloodfiend - Rivermouth Cave", Description = "Gravesite Plain")]
- ChiefBloodfiendRivermouthCave = 43000800,
+ [Annotation(Name = "Chief Bloodfiend - Rivermouth Cave", Description = "Gravesite Plain")]
+ ChiefBloodfiendRivermouthCave = 43000800,
- [Annotation(Name = "Lamenter - Lamenter's Gaol", Description = "Gravesite Plain")]
- LamenterLamentersGaol = 41020800,
+ [Annotation(Name = "Lamenter - Lamenter's Gaol", Description = "Gravesite Plain")]
+ LamenterLamentersGaol = 41020800,
- [Annotation(Name = "Demi-Human Swordmaster Onze - Belurat Gaol", Description = "Gravesite Plain")]
- DemiHumanSwordmasterOnzeBeluratGaol = 41000800,
+ [Annotation(Name = "Demi-Human Swordmaster Onze - Belurat Gaol", Description = "Gravesite Plain")]
+ DemiHumanSwordmasterOnzeBeluratGaol = 41000800,
- [Annotation(Name = "Divine Beast Dancing Lion - Belurat, Tower Settlement", Description = "Belurat, Tower Settlement")]
- DivineBeastDancingLionBeluratTowerSettlement = 20000800,
+ [Annotation(Name = "Divine Beast Dancing Lion - Belurat, Tower Settlement", Description = "Belurat, Tower Settlement")]
+ DivineBeastDancingLionBeluratTowerSettlement = 20000800,
- [Annotation(Name = "Rellana, Twin Moon Knight - Castle Ensis", Description = "Castle Ensis")]
- RellanaTwinMoonKnightCastleEnsis = 2048440800,
+ [Annotation(Name = "Rellana, Twin Moon Knight - Castle Ensis", Description = "Castle Ensis")]
+ RellanaTwinMoonKnightCastleEnsis = 2048440800,
- [Annotation(Name = "Ghostflame Dragon", Description = "Scadu Altus")]
- GhostflameDragon = 2049430800,
+ [Annotation(Name = "Ghostflame Dragon", Description = "Scadu Altus")]
+ GhostflameDragon = 2049430800,
- [Annotation(Name = "Ralva the Great Red Bear", Description = "Scadu Altus")]
- RalvatheGreatRedBear = 2049450800,
+ [Annotation(Name = "Ralva the Great Red Bear", Description = "Scadu Altus")]
+ RalvatheGreatRedBear = 2049450800,
- [Annotation(Name = "Rugalea the Great Red Bear - Rauh Base (Northwest)", Description = "Scadu Altus")]
- RugaleatheGreatRedBearRauhBase = 2044470800,
+ [Annotation(Name = "Rugalea the Great Red Bear - Rauh Base (Northwest)", Description = "Scadu Altus")]
+ RugaleatheGreatRedBearRauhBase = 2044470800,
- [Annotation(Name = "Dryleaf Dane - Moorth Ruins", Description = "Scadu Altus")]
- DryleafDaneMoorthRuins = 2049440800,
+ [Annotation(Name = "Dryleaf Dane - Moorth Ruins", Description = "Scadu Altus")]
+ DryleafDaneMoorthRuins = 2049440800,
- [Annotation(Name = "Black Knight Edredd - Fort of Reprimand", Description = "Scadu Altus")]
- BlackKnightEdreddFortofReprimand = 2049430850,
+ [Annotation(Name = "Black Knight Edredd - Fort of Reprimand", Description = "Scadu Altus")]
+ BlackKnightEdreddFortofReprimand = 2049430850,
- [Annotation(Name = "Black Knight Garrew - Fog Rift Fort", Description = "Scadu Altus")]
- BlackKnightGarrewFogRiftFort = 2047450800,
+ [Annotation(Name = "Black Knight Garrew - Fog Rift Fort", Description = "Scadu Altus")]
+ BlackKnightGarrewFogRiftFort = 2047450800,
- [Annotation(Name = "Red Bear - Northern Nameless Mausoleum", Description = "Scadu Altus")]
- RedBearNorthernNamelessMausoleum = 2046450800,
+ [Annotation(Name = "Red Bear - Northern Nameless Mausoleum", Description = "Scadu Altus")]
+ RedBearNorthernNamelessMausoleum = 2046450800,
- [Annotation(Name = "Rakshasa - Eastern Nameless Mausoleum", Description = "Scadu Altus")]
- RakshasaEasternNamelessMausoleum = 2051440800,
+ [Annotation(Name = "Rakshasa - Eastern Nameless Mausoleum", Description = "Scadu Altus")]
+ RakshasaEasternNamelessMausoleum = 2051440800,
- [Annotation(Name = "Metyr, Mother of Fingers - Cathedral of Manus Metyr", Description = "Scadu Altus")]
- MetyrMotherofFingersCathedralofManusMetyr = 25000800,
+ [Annotation(Name = "Metyr, Mother of Fingers - Cathedral of Manus Metyr", Description = "Scadu Altus")]
+ MetyrMotherofFingersCathedralofManusMetyr = 25000800,
- [Annotation(Name = "Count Ymir, Mother of Fingers - Cathedral of Manus Metyr", Description = "Scadu Altus")]
- CountYmirMotherofFingersCathedralofManusMetyr = 2051450800,
+ [Annotation(Name = "Count Ymir, Mother of Fingers - Cathedral of Manus Metyr", Description = "Scadu Altus")]
+ CountYmirMotherofFingersCathedralofManusMetyr = 2051450800,
- [Annotation(Name = "Death Knight - Fog Rift Catacombs", Description = "Scadu Altus")]
- DeathKnightFogRiftCatacombs = 40000800,
+ [Annotation(Name = "Death Knight - Fog Rift Catacombs", Description = "Scadu Altus")]
+ DeathKnightFogRiftCatacombs = 40000800,
- [Annotation(Name = "Death Knight - Scorpion River Catacombs", Description = "Scadu Altus")]
- DeathKnightScorpionRiverCatacombs = 40010800,
+ [Annotation(Name = "Death Knight - Scorpion River Catacombs", Description = "Scadu Altus")]
+ DeathKnightScorpionRiverCatacombs = 40010800,
- [Annotation(Name = "Curseblade Labirith - Bonny Gaol", Description = "Scadu Altus")]
- CursebladeLabirithBonnyGaol = 41010800,
+ [Annotation(Name = "Curseblade Labirith - Bonny Gaol", Description = "Scadu Altus")]
+ CursebladeLabirithBonnyGaol = 41010800,
- [Annotation(Name = "Golden Hippopotamus - Main Gate Plaza", Description = "Shadow Keep")]
- GoldenHippopotamusMainGatePlaza = 21000850,
+ [Annotation(Name = "Golden Hippopotamus - Main Gate Plaza", Description = "Shadow Keep")]
+ GoldenHippopotamusMainGatePlaza = 21000850,
- [Annotation(Name = "Base Serpent Messmer - Messmer's Dark Chamber", Description = "Shadow Keep")]
- BaseSerpentMessmerMessmersDarkChamber = 21010800,
+ [Annotation(Name = "Base Serpent Messmer - Messmer's Dark Chamber", Description = "Shadow Keep")]
+ BaseSerpentMessmerMessmersDarkChamber = 21010800,
- [Annotation(Name = "Divine Beast Dancing Lion - Ancient Ruins of Rauh", Description = "Ancient Ruins of Rauh")]
- DivineBeastDancingLionAncientRuinsofRauh = 2046460800,
+ [Annotation(Name = "Divine Beast Dancing Lion - Ancient Ruins of Rauh", Description = "Ancient Ruins of Rauh")]
+ DivineBeastDancingLionAncientRuinsofRauh = 2046460800,
- [Annotation(Name = "Romina, Saint of the Bud - Church of the Bud", Description = "Church of the Bud")]
- RominaSaintoftheBudChurchoftheBud = 2044450800,
+ [Annotation(Name = "Romina, Saint of the Bud - Church of the Bud", Description = "Church of the Bud")]
+ RominaSaintoftheBudChurchoftheBud = 2044450800,
- [Annotation(Name = "Ghostflame Dragon - Cerulean Coast", Description = "Cerulean Coast")]
- GhostflameDragonCeruleanCoast = 2048380850,
+ [Annotation(Name = "Ghostflame Dragon - Cerulean Coast", Description = "Cerulean Coast")]
+ GhostflameDragonCeruleanCoast = 2048380850,
- [Annotation(Name = "Dancer of Ranah - Southern Nameless Mausoleum", Description = "Cerulean Coast")]
- DancerofRanahSouthernNamelessMausoleum = 2046380800,
+ [Annotation(Name = "Dancer of Ranah - Southern Nameless Mausoleum", Description = "Cerulean Coast")]
+ DancerofRanahSouthernNamelessMausoleum = 2046380800,
- [Annotation(Name = "Putrescent Knight - Stone Coffin Fissure", Description = "Cerulean Coast")]
- PutrescentKnightStoneCoffinFissure = 22000800,
+ [Annotation(Name = "Putrescent Knight - Stone Coffin Fissure", Description = "Cerulean Coast")]
+ PutrescentKnightStoneCoffinFissure = 22000800,
- [Annotation(Name = "Death Rite Bird - Charo's Hidden Grave", Description = "Charo's Hidden Grave")]
- DeathRiteBirdCharosHiddenGrave = 2047390800,
+ [Annotation(Name = "Death Rite Bird - Charo's Hidden Grave", Description = "Charo's Hidden Grave")]
+ DeathRiteBirdCharosHiddenGrave = 2047390800,
- [Annotation(Name = "Demi-Human Queen Marigga - Charo's Hidden Grave (West)", Description = "Charo's Hidden Grave")]
- DemiHumanQueenMariggaCharosHiddenGrave = 2046400800,
+ [Annotation(Name = "Demi-Human Queen Marigga - Charo's Hidden Grave (West)", Description = "Charo's Hidden Grave")]
+ DemiHumanQueenMariggaCharosHiddenGrave = 2046400800,
- [Annotation(Name = "Jagged Peak Drake - Foot of the Jagged Peak", Description = "Jagged Peak")]
- JaggedPeakDrakeFootoftheJaggedPeak = 2049410800,
+ [Annotation(Name = "Jagged Peak Drake - Foot of the Jagged Peak", Description = "Jagged Peak")]
+ JaggedPeakDrakeFootoftheJaggedPeak = 2049410800,
- [Annotation(Name = "Jagged Peak Drake - Jagged Peak Mountainside", Description = "Jagged Peak")]
- JaggedPeakDrakeJaggedPeakMountainside = 2052400800,
+ [Annotation(Name = "Jagged Peak Drake - Jagged Peak Mountainside", Description = "Jagged Peak")]
+ JaggedPeakDrakeJaggedPeakMountainside = 2052400800,
- [Annotation(Name = "Ancient Dragon-Man - Dragon's Pit", Description = "Jagged Peak")]
- AncientDragonManDragonsPit = 43010800,
+ [Annotation(Name = "Ancient Dragon-Man - Dragon's Pit", Description = "Jagged Peak")]
+ AncientDragonManDragonsPit = 43010800,
- [Annotation(Name = "Ancient Dragon Senessax - Jagged Peak Mountainside", Description = "Jagged Peak")]
- AncientDragonSenessaxJaggedPeakMountainside = 2054390850,
+ [Annotation(Name = "Ancient Dragon Senessax - Jagged Peak Mountainside", Description = "Jagged Peak")]
+ AncientDragonSenessaxJaggedPeakMountainside = 2054390850,
- [Annotation(Name = "Bayle the Dread - Jagged Peak Summit", Description = "Jagged Peak")]
- BayletheDreadJaggedPeakSummit = 2054390800,
+ [Annotation(Name = "Bayle the Dread - Jagged Peak Summit", Description = "Jagged Peak")]
+ BayletheDreadJaggedPeakSummit = 2054390800,
- [Annotation(Name = "Tree Sentinel - Hinterland", Description = "Scaduview")]
- TreeSentinelHinterland = 2050470800,
+ [Annotation(Name = "Tree Sentinel - Hinterland", Description = "Scaduview")]
+ TreeSentinelHinterland = 2050470800,
- [Annotation(Name = "Tree Sentinel - Hinterland Bridge", Description = "Scaduview")]
- TreeSentinelHinterlandBridge = 2050480860,
+ [Annotation(Name = "Tree Sentinel - Hinterland Bridge", Description = "Scaduview")]
+ TreeSentinelHinterlandBridge = 2050480860,
- [Annotation(Name = "Fallingstar Beast - Fingerstone Hill", Description = "Scaduview")]
- FallingstarBeastFingerstoneHill = 2052480800,
+ [Annotation(Name = "Fallingstar Beast - Fingerstone Hill", Description = "Scaduview")]
+ FallingstarBeastFingerstoneHill = 2052480800,
- [Annotation(Name = "Commander Gaius - Scaduview", Description = "Scaduview")]
- CommanderGaiusScaduview = 2049480800,
+ [Annotation(Name = "Commander Gaius - Scaduview", Description = "Scaduview")]
+ CommanderGaiusScaduview = 2049480800,
- [Annotation(Name = "Scadutree Avatar - Scadutree Base", Description = "Scaduview")]
- ScadutreeAvatarScadutreeBase = 2050480800,
+ [Annotation(Name = "Scadutree Avatar - Scadutree Base", Description = "Scaduview")]
+ ScadutreeAvatarScadutreeBase = 2050480800,
- [Annotation(Name = "Jori, Elder Inquisitor - Darklight Catacombs", Description = "Abyssal Woods")]
- JoriElderInquisitorDarklightCatacombs = 2052430800,
+ [Annotation(Name = "Jori, Elder Inquisitor - Darklight Catacombs", Description = "Abyssal Woods")]
+ JoriElderInquisitorDarklightCatacombs = 2052430800,
- [Annotation(Name = "Midra, Lord of Frenzied Flame - Midra's Manse", Description = "Abyssal Woods")]
- MidraLordofFrenziedFlameMidrasManse = 28000800,
+ [Annotation(Name = "Midra, Lord of Frenzied Flame - Midra's Manse", Description = "Abyssal Woods")]
+ MidraLordofFrenziedFlameMidrasManse = 28000800,
- [Annotation(Name = "Radahn, Consort of Miquella - Enir-Ilim", Description = "Enir-Ilim")]
- RadahnConsortofMiquellaEnirIlim = 20010800,
- }
+ [Annotation(Name = "Radahn, Consort of Miquella - Enir-Ilim", Description = "Enir-Ilim")]
+ RadahnConsortofMiquellaEnirIlim = 20010800,
}
diff --git a/src/SoulMemory/EldenRing/EldenRing.cs b/src/SoulMemory/EldenRing/EldenRing.cs
index 13b714e0..69dfbeb0 100644
--- a/src/SoulMemory/EldenRing/EldenRing.cs
+++ b/src/SoulMemory/EldenRing/EldenRing.cs
@@ -22,600 +22,591 @@
using SoulMemory.Native;
using Pointer = SoulMemory.Memory.Pointer;
-namespace SoulMemory.EldenRing
+namespace SoulMemory.EldenRing;
+
+public class EldenRing : IGame
{
- public class EldenRing : IGame
- {
- private Process _process = null;
-
- private readonly Pointer _igt = new Pointer();
- private readonly Pointer _hud = new Pointer();
- private readonly Pointer _playerIns = new Pointer();
- private readonly Pointer _playerGameData = new Pointer();
- private readonly Pointer _inventory = new Pointer();
- private readonly Pointer _menuManImp = new Pointer();
- private readonly Pointer _virtualMemoryFlag = new Pointer();
- private readonly Pointer _noLogo = new Pointer();
-
- private long _screenStateOffset;
- private long _positionOffset;
- private long _mapIdOffset;
- private long _playerInsOffset;
-
+ private Process? _process;
- #region Refresh/init/reset ================================================================================================
- public Process GetProcess() => _process;
+ private readonly Pointer _igt = new();
+ private readonly Pointer _hud = new();
+ private readonly Pointer _playerIns = new();
+ private readonly Pointer _playerGameData = new();
+ private readonly Pointer _inventory = new();
+ private readonly Pointer _menuManImp = new();
+ private readonly Pointer _virtualMemoryFlag = new();
+ private readonly Pointer _noLogo = new();
- public ResultErr TryRefresh() => MemoryScanner.TryRefresh(ref _process, "eldenring", InitPointers, ResetPointers);
+ private long _screenStateOffset;
+ private long _positionOffset;
+ private long _mapIdOffset;
+ private long _playerInsOffset;
+
- public TreeBuilder GetTreeBuilder()
- {
- var treeBuilder = new TreeBuilder();
- treeBuilder
- .ScanRelative("FD4Time", "48 8b 05 ? ? ? ? 4c 8b 40 08 4d 85 c0 74 0d 45 0f b6 80 be 00 00 00 e9 13 00 00 00", 3, 7)
- .AddPointer(_igt, 0, 0xa0)
- .AddPointer(_hud, 0, 0x58, 0x9);
-
- treeBuilder
- .ScanRelative("WorldChrManImp", "48 8b 35 ? ? ? ? 48 85 f6 ? ? bb 01 00 00 00 89 5c 24 20 48 8b b6", 3, 7) //48 8B 05 ? ? ? ? 48 85 C0 74 0F 48 39 88 ? ? ? ? 75 06 89 B1 5C 03 00 00 0F 28 05 ? ? ? ? 4C 8D 45 E7
- .AddPointer(_playerIns, 0, _playerInsOffset);
-
- treeBuilder
- .ScanRelative("MenuManImp", "48 8b 0d ? ? ? ? 48 8b 53 08 48 8b 92 d8 00 00 00 48 83 c4 20 5b", 3, 7)
- .AddPointer(_menuManImp, 0);
-
- treeBuilder
- //.ScanRelative("VirtualMemoryFlag", "48 83 3d ? ? ? ? 00 75 46 4c 8b 05 ? ? ? ? 4c 89 44 24 40 ba 08 00 00 00 b9 c8 01 00 00", 3, 8)
- .ScanRelative("VirtualMemoryFlag", "44 89 7c 24 28 4c 8b 25 ? ? ? ? 4d 85 e4", 8, 7)
- .AddPointer(_virtualMemoryFlag, 0x5);
-
- treeBuilder
- .ScanAbsolute("NoLogo", "80 bf b8 00 00 00 00 ? ? 48 8b 05 ? ? ? ? 48 85 c0 75 2e 48 8d 0d", 7)
- .AddPointer(_noLogo);
+ #region Refresh/init/reset ================================================================================================
+ public Process? GetProcess() => _process;
- return treeBuilder;
- }
+ public ResultErr TryRefresh() => MemoryScanner.TryRefresh(ref _process, "eldenring", InitPointers, ResetPointers);
+
+ public TreeBuilder GetTreeBuilder()
+ {
+ var treeBuilder = new TreeBuilder();
+ treeBuilder
+ .ScanRelative("FD4Time", "48 8b 05 ? ? ? ? 4c 8b 40 08 4d 85 c0 74 0d 45 0f b6 80 be 00 00 00 e9 13 00 00 00", 3, 7)
+ .AddPointer(_igt, 0, 0xa0)
+ .AddPointer(_hud, 0, 0x58, 0x9);
+
+ treeBuilder
+ .ScanRelative("WorldChrManImp", "48 8b 35 ? ? ? ? 48 85 f6 ? ? bb 01 00 00 00 89 5c 24 20 48 8b b6", 3, 7) //48 8B 05 ? ? ? ? 48 85 C0 74 0F 48 39 88 ? ? ? ? 75 06 89 B1 5C 03 00 00 0F 28 05 ? ? ? ? 4C 8D 45 E7
+ .AddPointer(_playerIns, 0, _playerInsOffset);
+
+ treeBuilder
+ .ScanRelative("MenuManImp", "48 8b 0d ? ? ? ? 48 8b 53 08 48 8b 92 d8 00 00 00 48 83 c4 20 5b", 3, 7)
+ .AddPointer(_menuManImp, 0);
+
+ treeBuilder
+ //.ScanRelative("VirtualMemoryFlag", "48 83 3d ? ? ? ? 00 75 46 4c 8b 05 ? ? ? ? 4c 89 44 24 40 ba 08 00 00 00 b9 c8 01 00 00", 3, 8)
+ .ScanRelative("VirtualMemoryFlag", "44 89 7c 24 28 4c 8b 25 ? ? ? ? 4d 85 e4", 8, 7)
+ .AddPointer(_virtualMemoryFlag, 0x5);
+
+ treeBuilder
+ .ScanAbsolute("NoLogo", "80 bf b8 00 00 00 00 ? ? 48 8b 05 ? ? ? ? 48 85 c0 75 2e 48 8d 0d", 7)
+ .AddPointer(_noLogo);
- private void InitializeOffsets(Version v)
+ return treeBuilder;
+ }
+
+ private void InitializeOffsets(Version v)
+ {
+ var version = GetVersion(v);
+ switch (version)
{
- var version = GetVersion(v);
- switch (version)
- {
- case EldenRingVersion.V1_02_0:
- case EldenRingVersion.V1_02_1:
- case EldenRingVersion.V1_02_2:
- case EldenRingVersion.V1_02_3:
- _screenStateOffset = 0x718;
- _positionOffset = 0x6b8;
- _mapIdOffset = 0x6c8;
- _playerInsOffset = 0x18468;
- break;
-
- case EldenRingVersion.V1_03_0:
- case EldenRingVersion.V1_03_1:
- case EldenRingVersion.V1_03_2:
- _screenStateOffset = 0x728;
- _positionOffset = 0x6b8;
- _mapIdOffset = 0x6c8;
- _playerInsOffset = 0x18468;
- break;
-
-
- case EldenRingVersion.V1_04_0:
- case EldenRingVersion.V1_04_1:
- case EldenRingVersion.V1_05_0:
- case EldenRingVersion.V1_06_0:
- _screenStateOffset = 0x728;
- _positionOffset = 0x6B0;
- _mapIdOffset = 0x6c0;
- _playerInsOffset = 0x18468;
- break;
-
- case EldenRingVersion.V1_07_0:
- _screenStateOffset = 0x728;
- _positionOffset = 0x6B0;
- _mapIdOffset = 0x6c0;
- _playerInsOffset = 0x1e508;
- break;
-
- case EldenRingVersion.V1_08_0:
- case EldenRingVersion.V1_08_1:
- case EldenRingVersion.V1_09_0:
- case EldenRingVersion.V1_09_1:
- case EldenRingVersion.V1_10_0:
- case EldenRingVersion.V1_10_1:
- _screenStateOffset = 0x728;
- _positionOffset = 0x6d4;
- _mapIdOffset = 0x6d0;
- _playerInsOffset = 0x1e508;
- break;
-
- default:
- case EldenRingVersion.V1_12_0:
- case EldenRingVersion.V1_12_3:
- case EldenRingVersion.V1_13_0:
- case EldenRingVersion.V1_14_0:
- case EldenRingVersion.V1_15_0:
- case EldenRingVersion.V1_16_0:
- _screenStateOffset = 0x730;
- _positionOffset = 0x6d4;
- _mapIdOffset = 0x6d0;
- _playerInsOffset = 0x1e508;
- break;
- }
+ case EldenRingVersion.V1_02_0:
+ case EldenRingVersion.V1_02_1:
+ case EldenRingVersion.V1_02_2:
+ case EldenRingVersion.V1_02_3:
+ _screenStateOffset = 0x718;
+ _positionOffset = 0x6b8;
+ _mapIdOffset = 0x6c8;
+ _playerInsOffset = 0x18468;
+ break;
+
+ case EldenRingVersion.V1_03_0:
+ case EldenRingVersion.V1_03_1:
+ case EldenRingVersion.V1_03_2:
+ _screenStateOffset = 0x728;
+ _positionOffset = 0x6b8;
+ _mapIdOffset = 0x6c8;
+ _playerInsOffset = 0x18468;
+ break;
+
+
+ case EldenRingVersion.V1_04_0:
+ case EldenRingVersion.V1_04_1:
+ case EldenRingVersion.V1_05_0:
+ case EldenRingVersion.V1_06_0:
+ _screenStateOffset = 0x728;
+ _positionOffset = 0x6B0;
+ _mapIdOffset = 0x6c0;
+ _playerInsOffset = 0x18468;
+ break;
+
+ case EldenRingVersion.V1_07_0:
+ _screenStateOffset = 0x728;
+ _positionOffset = 0x6B0;
+ _mapIdOffset = 0x6c0;
+ _playerInsOffset = 0x1e508;
+ break;
+
+ case EldenRingVersion.V1_08_0:
+ case EldenRingVersion.V1_08_1:
+ case EldenRingVersion.V1_09_0:
+ case EldenRingVersion.V1_09_1:
+ case EldenRingVersion.V1_10_0:
+ case EldenRingVersion.V1_10_1:
+ _screenStateOffset = 0x728;
+ _positionOffset = 0x6d4;
+ _mapIdOffset = 0x6d0;
+ _playerInsOffset = 0x1e508;
+ break;
+
+ default:
+ case EldenRingVersion.V1_12_0:
+ case EldenRingVersion.V1_12_3:
+ case EldenRingVersion.V1_13_0:
+ case EldenRingVersion.V1_14_0:
+ case EldenRingVersion.V1_15_0:
+ case EldenRingVersion.V1_16_0:
+ _screenStateOffset = 0x730;
+ _positionOffset = 0x6d4;
+ _mapIdOffset = 0x6d0;
+ _playerInsOffset = 0x1e508;
+ break;
}
+ }
- private ResultErr InitPointers()
+ private ResultErr InitPointers()
+ {
+ try
{
- try
+ var versionString = _process?.MainModule?.FileVersionInfo.ProductVersion ?? "Read failed";
+ if (!Version.TryParse(versionString, out Version v))
{
- var versionString = _process?.MainModule?.FileVersionInfo.ProductVersion ?? "Read failed";
- if (!Version.TryParse(versionString, out Version v))
- {
- return Result.Err(new RefreshError(RefreshErrorReason.UnknownException, $"Unable to determine game version: {versionString}"));
- }
+ return Result.Err(new RefreshError(RefreshErrorReason.UnknownException, $"Unable to determine game version: {versionString}"));
+ }
- InitializeOffsets(v);
+ InitializeOffsets(v);
- var treeBuilder = GetTreeBuilder();
- var result = MemoryScanner.TryResolvePointers(treeBuilder, _process);
- if (result.IsErr)
- {
- _igt.Clear();
- return result;
- }
+ var treeBuilder = GetTreeBuilder();
+ var result = MemoryScanner.TryResolvePointers(treeBuilder, _process);
+ if (result.IsErr)
+ {
+ _igt.Clear();
+ return result;
+ }
- ApplyNoLogo();
+ ApplyNoLogo();
- if (!soulmods.Soulmods.Inject(_process))
- {
- _igt.Clear();
- return Result.Err(new RefreshError(RefreshErrorReason.UnknownException, "soulmods injection failed"));
- }
-
- return Result.Ok();
- }
- catch (Exception e)
+ if (!soulmods.Soulmods.Inject(_process!))
{
- if(e.Message == "Access is denied")
- {
- _process = null;
- return Result.Err(new RefreshError(RefreshErrorReason.AccessDenied, "Access is denied. Make sure you disable easy anti cheat and try running livesplit as admin."));
- }
-
- return RefreshError.FromException(e);
+ _igt.Clear();
+ return Result.Err(new RefreshError(RefreshErrorReason.UnknownException, "soulmods injection failed"));
}
+
+ return Result.Ok();
}
-
- private void ResetPointers()
+ catch (Exception e)
{
- _igt.Clear();
- _hud.Clear();
- _playerIns.Clear();
- _playerGameData.Clear();
- _inventory.Clear();
- _menuManImp.Clear();
- _virtualMemoryFlag.Clear();
- _noLogo.Clear();
+ if(e.Message == "Access is denied")
+ {
+ _process = null;
+ return Result.Err(new RefreshError(RefreshErrorReason.AccessDenied, "Access is denied. Make sure you disable easy anti cheat and try running livesplit as admin."));
+ }
+
+ return RefreshError.FromException(e);
}
+ }
+
+ private void ResetPointers()
+ {
+ _igt.Clear();
+ _hud.Clear();
+ _playerIns.Clear();
+ _playerGameData.Clear();
+ _inventory.Clear();
+ _menuManImp.Clear();
+ _virtualMemoryFlag.Clear();
+ _noLogo.Clear();
+ }
- #endregion
+ #endregion
+
+ #region version ================================================================================================
+
+ private readonly List<(EldenRingVersion eldenRingVersion, Version version)> _versions =
+ [
+ (EldenRingVersion.V1_02_0, new Version(1, 2, 0, 0)),
+ (EldenRingVersion.V1_02_1, new Version(1, 2, 1, 0)),
+ (EldenRingVersion.V1_02_2, new Version(1, 2, 2, 0)),
+ (EldenRingVersion.V1_02_3, new Version(1, 2, 3, 0)),
+ (EldenRingVersion.V1_03_0, new Version(1, 3, 0, 0)),
+ (EldenRingVersion.V1_03_1, new Version(1, 3, 1, 0)),
+ (EldenRingVersion.V1_03_2, new Version(1, 3, 2, 0)),
+ (EldenRingVersion.V1_04_0, new Version(1, 4, 0, 0)),
+ (EldenRingVersion.V1_04_1, new Version(1, 4, 1, 0)),
+ (EldenRingVersion.V1_05_0, new Version(1, 5, 0, 0)),
+ (EldenRingVersion.V1_06_0, new Version(1, 6, 0, 0)),
+ (EldenRingVersion.V1_07_0, new Version(1, 7, 0, 0)),
+ (EldenRingVersion.V1_08_0, new Version(1, 8, 0, 0)),
+ (EldenRingVersion.V1_08_1, new Version(1, 8, 1, 0)),
+ (EldenRingVersion.V1_09_0, new Version(1, 9, 0, 0)),
+ (EldenRingVersion.V1_09_1, new Version(1, 9, 1, 0)),
+ //1.10 turned into 2.0.0.0 for some reason
+ (EldenRingVersion.V1_10_0, new Version(2, 0, 0, 0)),
+ (EldenRingVersion.V1_10_0, new Version(2, 0, 0, 1)), //JP-only version for 1.10
+ (EldenRingVersion.V1_10_1, new Version(2, 0, 1, 0)),
+ (EldenRingVersion.V1_12_0, new Version(2, 2, 0, 0)),
+ (EldenRingVersion.V1_12_3, new Version(2, 2, 3, 0)),
+ (EldenRingVersion.V1_13_0, new Version(2, 3, 0, 0)),
+ (EldenRingVersion.V1_14_0, new Version(2, 4, 0, 0)),
+ (EldenRingVersion.V1_15_0, new Version(2, 5, 0, 0)),
+ (EldenRingVersion.V1_16_0, new Version(2, 6, 0, 0))
+ ];
+
+ public enum EldenRingVersion
+ {
+
+ V1_02_0,
+ V1_02_1,
+ V1_02_2,
+ V1_02_3,
- #region version ================================================================================================
+ V1_03_0,
+ V1_03_1,
+ V1_03_2,
- private readonly List<(EldenRingVersion eldenRingVersion, Version version)> _versions = new List<(EldenRingVersion, Version)>()
- {
+ V1_04_0,
+ V1_04_1,
- (EldenRingVersion.V1_02_0, new Version(1,2,0,0)),
- (EldenRingVersion.V1_02_1, new Version(1,2,1,0)),
- (EldenRingVersion.V1_02_2, new Version(1,2,2,0)),
- (EldenRingVersion.V1_02_3, new Version(1,2,3,0)),
- (EldenRingVersion.V1_03_0, new Version(1,3,0,0)),
- (EldenRingVersion.V1_03_1, new Version(1,3,1,0)),
- (EldenRingVersion.V1_03_2, new Version(1,3,2,0)),
- (EldenRingVersion.V1_04_0, new Version(1,4,0,0)),
- (EldenRingVersion.V1_04_1, new Version(1,4,1,0)),
- (EldenRingVersion.V1_05_0, new Version(1,5,0,0)),
- (EldenRingVersion.V1_06_0, new Version(1,6,0,0)),
- (EldenRingVersion.V1_07_0, new Version(1,7,0,0)),
- (EldenRingVersion.V1_08_0, new Version(1,8,0,0)),
- (EldenRingVersion.V1_08_1, new Version(1,8,1,0)),
- (EldenRingVersion.V1_09_0, new Version(1,9,0,0)),
- (EldenRingVersion.V1_09_1, new Version(1,9,1,0)),
- //1.10 turned into 2.0.0.0 for some reason
- (EldenRingVersion.V1_10_0, new Version(2,0,0,0)),
- (EldenRingVersion.V1_10_0, new Version(2,0,0,1)), //JP-only version for 1.10
- (EldenRingVersion.V1_10_1, new Version(2,0,1,0)),
- (EldenRingVersion.V1_12_0, new Version(2,2,0,0)),
- (EldenRingVersion.V1_12_3, new Version(2,2,3,0)),
- (EldenRingVersion.V1_13_0, new Version(2,3,0,0)),
- (EldenRingVersion.V1_14_0, new Version(2,4,0,0)),
- (EldenRingVersion.V1_15_0, new Version(2,5,0,0)),
- (EldenRingVersion.V1_16_0, new Version(2,6,0,0)),
- };
+ V1_05_0,
+ V1_06_0,
+ V1_07_0,
- public enum EldenRingVersion
- {
-
- V1_02_0,
- V1_02_1,
- V1_02_2,
- V1_02_3,
+ V1_08_0,
+ V1_08_1,
- V1_03_0,
- V1_03_1,
- V1_03_2,
+ V1_09_0,
+ V1_09_1,
- V1_04_0,
- V1_04_1,
+ V1_10_0,
+ V1_10_1,
- V1_05_0,
- V1_06_0,
- V1_07_0,
+ V1_12_0,
+ V1_12_3,
- V1_08_0,
- V1_08_1,
+ V1_13_0,
+ V1_14_0,
+ V1_15_0,
+ V1_16_0,
- V1_09_0,
- V1_09_1,
+ Unknown,
+ };
- V1_10_0,
- V1_10_1,
+ public EldenRingVersion GetVersion(Version v)
+ {
+ var version = _versions.FirstOrDefault(i => i.version.CompareTo(v) == 0);
+ if (version.version == null)
+ {
+ return EldenRingVersion.Unknown;
+ }
- V1_12_0,
- V1_12_3,
+ return version.eldenRingVersion;
+ }
- V1_13_0,
- V1_14_0,
- V1_15_0,
- V1_16_0,
+ #endregion
- Unknown,
- };
+ public void EnableHud()
+ {
+ var b = _hud.ReadByte();
+ b |= 0x1; //Not sure if this whole byte is reserved for the HUD setting. Just going to write a 1 to the first bit and preserve the other bits.
+ _hud.WriteByte(null, b);
+ }
- public EldenRingVersion GetVersion(Version v)
+ public Position GetPosition()
+ {
+ var map = _playerIns.ReadInt32(_mapIdOffset);
+ return new Position()
{
- var version = _versions.FirstOrDefault(i => i.version.CompareTo(v) == 0);
- if (version.version == null)
- {
- return EldenRingVersion.Unknown;
- }
+ Area = (byte)(map >> 24 & 0xff),
+ Block = (byte)(map >> 16 & 0xff),
+ Region = (byte)(map >> 8 & 0xff),
+ Size = (byte)(map & 0xff),
+
+ X = _playerIns.ReadFloat(_positionOffset + 0x0),
+ Y = _playerIns.ReadFloat(_positionOffset + 0x4),
+ Z = _playerIns.ReadFloat(_positionOffset + 0x8),
+ };
+ }
- return version.eldenRingVersion;
+ public bool IsPlayerLoaded()
+ {
+ var player = _playerIns.ReadInt64();
+ return player != 0;
+ }
+
+ public ScreenState GetScreenState()
+ {
+ var screenState = _menuManImp.ReadInt32(_screenStateOffset);
+ if (screenState.TryParseEnum(out ScreenState s))
+ {
+ return s;
+ }
+ return ScreenState.Unknown;
+ }
+
+ public bool IsBlackscreenActive()
+ {
+ var screenState = GetScreenState();
+ if (screenState != ScreenState.InGame)
+ {
+ return false;
}
- #endregion
+ var flag = _menuManImp.ReadInt32(0x18);
- public void EnableHud()
+ if (
+ (flag & 0x1) == 1 &&
+ (flag >> 8 & 0x1) == 0 &&
+ (flag >> 16 & 0x1) == 1
+ )
{
- if (_hud != null)
- {
- var b = _hud.ReadByte();
- b |= 0x1; //Not sure if this whole byte is reserved for the HUD setting. Just going to write a 1 to the first bit and preserve the other bits.
- _hud.WriteByte(null, b);
- }
+ return true;
}
-
- public Position GetPosition()
+ else
{
- var map = _playerIns.ReadInt32(_mapIdOffset);
- return new Position()
- {
- Area = (byte)(map >> 24 & 0xff),
- Block = (byte)(map >> 16 & 0xff),
- Region = (byte)(map >> 8 & 0xff),
- Size = (byte)(map & 0xff),
-
- X = _playerIns.ReadFloat(_positionOffset + 0x0),
- Y = _playerIns.ReadFloat(_positionOffset + 0x4),
- Z = _playerIns.ReadFloat(_positionOffset + 0x8),
- };
+ return false;
}
+ }
+
+ private void ApplyNoLogo()
+ {
+ _process!.NtSuspendProcess();
+ _noLogo.WriteBytes(null, [0x90, 0x90]);
+ _process!.NtResumeProcess();
+ }
+
- public bool IsPlayerLoaded()
+ #region Read inventory
+ //Got some help from Nordgaren to read the inventory. Cheers!
+ //https://github.com/Nordgaren/Erd-Tools
+
+ private const int InventoryEntrySize = 0x14;
+
+ private int DeleteFromEnd(int num, int n)
+ {
+ for (int i = 1; num != 0; i++)
{
- var player = _playerIns.ReadInt64();
- return player != 0;
+ num = num / 10;
+
+ if (i == n)
+ return num;
}
-
- public ScreenState GetScreenState()
+
+ return 0;
+ }
+
+ public List
- ReadInventory()
+ {
+ var items = new List
- ();
+
+ var inventoryCount = _playerGameData.ReadInt32(0x420);
+ var inventory = _inventory.ReadBytes(inventoryCount * InventoryEntrySize);
+
+ for (int i = 0; i < inventoryCount; i++)
{
- var screenState = _menuManImp?.ReadInt32(_screenStateOffset) ?? (int)ScreenState.Unknown;
- if (screenState.TryParseEnum(out ScreenState s))
+ var itemIndex = i * InventoryEntrySize;
+
+
+
+ var itemId = BitConverter.ToInt32([
+ inventory[itemIndex + 0x4],
+ inventory[itemIndex + 0x5],
+ inventory[itemIndex + 0x6],
+ 0x0
+ ], 0);
+
+ byte cat = inventory[itemIndex + 0X7];
+ byte mask = 0xF0;
+ cat &= mask;
+ var category = (Category)(cat * 0x1000000);
+
+ if (category == Category.Weapons)
{
- return s;
+ itemId = DeleteFromEnd(itemId, 2) * 100;
}
- return ScreenState.Unknown;
+
+ var item = Item.FromLookupTable(category, (uint)itemId);
+ //Console.WriteLine($"{item.GroupName} {item.Name}");
+ items.Add(item);
}
-
- public bool IsBlackscreenActive()
- {
- var screenState = GetScreenState();
- if (screenState != ScreenState.InGame)
- {
- return false;
- }
+
+ return items;
+ }
- var flag = _menuManImp.ReadInt32(0x18);
+ #endregion
- if (
- (flag & 0x1) == 1 &&
- (flag >> 8 & 0x1) == 0 &&
- (flag >> 16 & 0x1) == 1
- )
- {
- return true;
- }
- else
- {
- return false;
- }
- }
+ #region Read event flag
- private void ApplyNoLogo()
+ public bool ReadEventFlag(uint eventFlagId)
+ {
+ var divisor = _virtualMemoryFlag.ReadInt32(0x1c);
+ //This check does not exist in the games code; reading 0 here means something isn't initialized yet and we should check this flag again later.
+ if (divisor == 0)
{
- _process.NtSuspendProcess();
- _noLogo.WriteBytes(null, new byte[] { 0x90, 0x90 });
- _process.NtResumeProcess();
+ return false;
}
+ var category = (eventFlagId / divisor); //stored in rax after; div r8d
+ var leastSignificantDigits = eventFlagId - (category * divisor);//stored in r11 after; sub r11d,r8d
- #region Read inventory
- //Got some help from Nordgaren to read the inventory. Cheers!
- //https://github.com/Nordgaren/Erd-Tools
-
- private const int InventoryEntrySize = 0x14;
+ var currentElement = _virtualMemoryFlag.CreatePointerFromAddress(0x38); //rdx
+ var currentSubElement = currentElement.CreatePointerFromAddress(0x8); //rcx
- private int DeleteFromEnd(int num, int n)
+ while (currentSubElement.ReadByte(0x19) == '\0') //cmp [rcx+19],r9l -> r9 get's cleared before this instruction and will always be 0
{
- for (int i = 1; num != 0; i++)
+ if (currentSubElement.ReadInt32(0x20) < category)
{
- num = num / 10;
-
- if (i == n)
- return num;
+ currentSubElement = currentSubElement.CreatePointerFromAddress(0x10);
}
-
- return 0;
- }
-
- public List
- ReadInventory()
- {
- var items = new List
- ();
-
- var inventoryCount = _playerGameData.ReadInt32(0x420);
- var inventory = _inventory.ReadBytes(inventoryCount * InventoryEntrySize);
-
- for (int i = 0; i < inventoryCount; i++)
+ else
{
- var itemIndex = i * InventoryEntrySize;
-
-
-
- var itemId = BitConverter.ToInt32(new byte[]
- {
- inventory[itemIndex + 0x4],
- inventory[itemIndex + 0x5],
- inventory[itemIndex + 0x6],
- 0x0,
- }, 0);
-
- byte cat = inventory[itemIndex + 0X7];
- byte mask = 0xF0;
- cat &= mask;
- var category = (Category)(cat * 0x1000000);
-
- if (category == Category.Weapons)
- {
- itemId = DeleteFromEnd(itemId, 2) * 100;
- }
-
- var item = Item.FromLookupTable(category, (uint)itemId);
- if (item != null)
- {
- Console.WriteLine($"{item.GroupName} {item.Name}");
- items.Add(item);
- }
+ currentElement = currentSubElement;
+ currentSubElement = currentSubElement.CreatePointerFromAddress(0x0);
}
-
- return items;
}
- #endregion
-
- #region Read event flag
+ if (currentElement.GetAddress() == currentSubElement.GetAddress() || category < currentElement.ReadInt32(0x20))
+ {
+ currentElement = currentSubElement;
+ }
- public bool ReadEventFlag(uint eventFlagId)
+ if (currentElement.GetAddress() != currentSubElement.GetAddress())
{
- var divisor = _virtualMemoryFlag.ReadInt32(0x1c);
- //This check does not exist in the games code; reading 0 here means something isn't initialized yet and we should check this flag again later.
- if (divisor == 0)
- {
- return false;
- }
+ var mysteryValue = currentElement.ReadInt32(0x28) - 1;
+
+ //These if statements can obviously be optimized in C#.
+ //They are written out like this explicitly, to match the game's assembly
- var category = (eventFlagId / divisor); //stored in rax after; div r8d
- var leastSignificantDigits = eventFlagId - (category * divisor);//stored in r11 after; sub r11d,r8d
+ long calculatedPointer = 0;
- var currentElement = _virtualMemoryFlag.CreatePointerFromAddress(0x38); //rdx
- var currentSubElement = currentElement.CreatePointerFromAddress(0x8); //rcx
-
- while (currentSubElement.ReadByte(0x19) == '\0') //cmp [rcx+19],r9l -> r9 get's cleared before this instruction and will always be 0
+ //jump to calculate ptr if zero
+ if (mysteryValue != 0)
{
- if (currentSubElement.ReadInt32(0x20) < category)
+ //jnz skip to return, otherwise set calculated ptr
+ if (mysteryValue != 1)
{
- currentSubElement = currentSubElement.CreatePointerFromAddress(0x10);
+ calculatedPointer = currentElement.ReadInt64(0x30);
}
else
{
- currentElement = currentSubElement;
- currentSubElement = currentSubElement.CreatePointerFromAddress(0x0);
+ return false;
}
}
-
- if (currentElement.GetAddress() == currentSubElement.GetAddress() || category < currentElement.ReadInt32(0x20))
+ else
{
- currentElement = currentSubElement;
+ calculatedPointer = (_virtualMemoryFlag.ReadInt32(0x20) * currentElement.ReadInt32(0x30)) + _virtualMemoryFlag.ReadInt64(0x28);
}
- if (currentElement.GetAddress() != currentSubElement.GetAddress())
+ if (calculatedPointer != 0)
{
- var mysteryValue = currentElement.ReadInt32(0x28) - 1;
-
- //These if statements can obviously be optimized in C#.
- //They are written out like this explicitly, to match the game's assembly
-
- long calculatedPointer = 0;
-
- //jump to calculate ptr if zero
- if (mysteryValue != 0)
+ var thing = 7 - (leastSignificantDigits & 7);
+ var anotherThing = 1 << (int)thing;
+ var shifted = leastSignificantDigits >> 3;
+
+ var pointer = new Pointer();
+ pointer.Initialize(_process!, _virtualMemoryFlag.Is64Bit, calculatedPointer + shifted);
+ var read = pointer.ReadInt32();
+ if ((read & anotherThing) != 0)
{
- //jnz skip to return, otherwise set calculated ptr
- if (mysteryValue != 1)
- {
- calculatedPointer = currentElement.ReadInt64(0x30);
- }
- else
- {
- return false;
- }
- }
- else
- {
- calculatedPointer = (_virtualMemoryFlag.ReadInt32(0x20) * currentElement.ReadInt32(0x30)) + _virtualMemoryFlag.ReadInt64(0x28);
- }
-
- if (calculatedPointer != 0)
- {
- var thing = 7 - (leastSignificantDigits & 7);
- var anotherThing = 1 << (int)thing;
- var shifted = leastSignificantDigits >> 3;
-
- var pointer = new Pointer();
- pointer.Initialize(_process, _virtualMemoryFlag.Is64Bit, calculatedPointer + shifted);
- var read = pointer.ReadInt32();
- if ((read & anotherThing) != 0)
- {
- return true;
- }
+ return true;
}
}
-
- return false;
-
- // From Ghidra, elden ring 1.03.2 runtime dump.
- // param_1 is rcx, holds a pointer to the VirtualMemoryFlag instance
- // param_2 is edx, holds the event flag ID
-
- // **************************************************************
- // * *
- // * FUNCTION *
- // **************************************************************
- // bool __fastcall ReadEventFlag(longlong param_1, uint par
- // bool AL:1 XREF[1]: 7ff743a6a8c4(W)
- // longlong RCX:8 param_1
- // uint EDX:4 param_2 XREF[1]: 7ff743a6a8a4(W)
- // undefined8 RDX:8 currentElement XREF[1]: 7ff743a6a8a4(W)
- // undefined8 RAX:8 calculated_pointer XREF[1]: 7ff743a6a8c4(W)
- // undefined8 HASH:5ff087e firstElement
- // ReadEventFlag XREF[8]: FUN_7ff743a451a0:7ff743a451aa(c),
- // FUN_7ff743a451d0:7ff743a45212(c),
- // FUN_7ff743a45260:7ff743a452a2(c),
- // FUN_7ff743a45580:7ff743a45663(c),
- // SetEventFlag:7ff743a45a28(c),
- // FUN_7ff743a45ae0:7ff743a45b04(c),
- // FUN_7ff743a45ba0:7ff743a45bf0(c),
- // FUN_7ff743a45ca0:7ff743a45cf0(c)
- //7ff743a6a850 44 8b 41 1c MOV R8D,dword ptr [param_1 + 0x1c]
- //7ff743a6a854 44 8b da MOV R11D,param_2
- //7ff743a6a857 33 d2 XOR param_2,param_2
- //7ff743a6a859 41 8b c3 MOV EAX,R11D
- //7ff743a6a85c 41 f7 f0 DIV R8D
- //7ff743a6a85f 4c 8b d1 MOV R10,param_1
- //7ff743a6a862 45 33 c9 XOR R9D,R9D
- //7ff743a6a865 44 0f af c0 IMUL R8D,EAX
- //7ff743a6a869 45 2b d8 SUB R11D,R8D
- //7ff743a6a86c 4c 8b 41 38 MOV R8,qword ptr [param_1 + 0x38]
- //7ff743a6a870 49 8b d0 MOV param_2,R8
- //7ff743a6a873 49 8b 48 08 MOV param_1,qword ptr [R8 + 0x8]
- //7ff743a6a877 44 38 49 19 CMP byte ptr [param_1 + 0x19],R9B
- //7ff743a6a87b 75 1a JNZ after_element_loop
- //7ff743a6a87d 0f 1f 00 NOP dword ptr [RAX]
-
-
- // element_loop XREF[1]: 7ff743a6a895(j)
- //7ff743a6a880 39 41 20 CMP dword ptr [param_1 + 0x20],EAX
- //7ff743a6a883 73 06 JNC LAB_7ff743a6a88b
- //7ff743a6a885 48 8b 49 10 MOV param_1,qword ptr [param_1 + 0x10]
- //7ff743a6a889 eb 06 JMP LAB_7ff743a6a891
- // LAB_7ff743a6a88b XREF[1]: 7ff743a6a883(j)
- //7ff743a6a88b 48 8b d1 MOV param_2,param_1
- //7ff743a6a88e 48 8b 09 MOV param_1,qword ptr [param_1]
- // LAB_7ff743a6a891 XREF[1]: 7ff743a6a889(j)
- //7ff743a6a891 44 38 49 19 CMP byte ptr [param_1 + 0x19],R9B
- //7ff743a6a895 74 e9 JZ element_loop
-
-
- // after_element_loop XREF[1]: 7ff743a6a87b(j)
- //7ff743a6a897 49 3b d0 CMP param_2,R8 after while loop
- //7ff743a6a89a 74 05 JZ LAB_7ff743a6a8a1
- //7ff743a6a89c 3b 42 20 CMP EAX,dword ptr [param_2 + 0x20]
- //7ff743a6a89f 73 03 JNC LAB_7ff743a6a8a4
- // LAB_7ff743a6a8a1 XREF[1]: 7ff743a6a89a(j)
- //7ff743a6a8a1 49 8b d0 MOV param_2,R8
- // LAB_7ff743a6a8a4 XREF[1]: 7ff743a6a89f(j)
- //7ff743a6a8a4 49 3b d0 CMP currentElement,R8 skip to return
- //7ff743a6a8a7 74 49 JZ skip_to_return
- //7ff743a6a8a9 8b 4a 28 MOV param_1,dword ptr [currentElement + 0x28] Read value from currentElement + 0x28 (usually 1 when debugging)
- //7ff743a6a8ac 83 e9 01 SUB param_1,0x1 subtract 1
- //7ff743a6a8af 74 0b JZ build_pointer if value is 0, jump to build_pointer
- //7ff743a6a8b1 83 f9 01 CMP param_1,0x1 compare value to 1 - if equal, sets the zero flag
- //7ff743a6a8b4 75 3c JNZ skip_to_return if zero flag is NOT set, jump to skip_to_return
- //7ff743a6a8b6 48 8b 42 30 MOV RAX,qword ptr [currentElement + 0x30] do not build pointer, instead consider [currentElement + 0x30] as the built pointer
- //7ff743a6a8ba eb 0c JMP bitwise_operations
- // build_pointer XREF[1]: 7ff743a6a8af(j)
- //7ff743a6a8bc 8b 42 30 MOV EAX,dword ptr [currentElement + 0x30]
- //7ff743a6a8bf 41 0f af IMUL EAX,dword ptr [R10 + 0x20]
- // 42 20
- //7ff743a6a8c4 49 03 42 28 ADD calculated_pointer,qword ptr [R10 + 0x28]
-
-
- // bitwise_operations XREF[1]: 7ff743a6a8ba(j)
- //7ff743a6a8c8 48 85 c0 TEST calculated_pointer,calculated_pointer
- //7ff743a6a8cb 74 25 JZ skip_to_return
- //7ff743a6a8cd b9 07 00 MOV param_1,0x7
- // 00 00
- //7ff743a6a8d2 41 8b d3 MOV currentElement,R11D
- //7ff743a6a8d5 83 e2 07 AND currentElement,0x7
- //7ff743a6a8d8 41 b8 01 MOV R8D,0x1
- // 00 00 00
- //7ff743a6a8de 2b ca SUB param_1,currentElement
- //7ff743a6a8e0 41 d3 e0 SHL R8D,param_1
- //7ff743a6a8e3 41 8b cb MOV param_1,R11D
- //7ff743a6a8e6 48 c1 e9 03 SHR param_1,0x3
- //7ff743a6a8ea 44 84 04 01 TEST byte ptr [param_1 + calculated_pointer*0x1],R8B
- //7ff743a6a8ee 41 0f 95 c1 SETNZ R9B
-
-
- // skip_to_return XREF[3]: 7ff743a6a8a7(j), 7ff743a6a8b4(j),
- // 7ff743a6a8cb(j)
- //7ff743a6a8f2 41 8b c1 MOV calculated_pointer,R9D
- //7ff743a6a8f5 c3 RET
}
- #endregion
+ return false;
+
+ // From Ghidra, elden ring 1.03.2 runtime dump.
+ // param_1 is rcx, holds a pointer to the VirtualMemoryFlag instance
+ // param_2 is edx, holds the event flag ID
+
+ // **************************************************************
+ // * *
+ // * FUNCTION *
+ // **************************************************************
+ // bool __fastcall ReadEventFlag(longlong param_1, uint par
+ // bool AL:1 XREF[1]: 7ff743a6a8c4(W)
+ // longlong RCX:8 param_1
+ // uint EDX:4 param_2 XREF[1]: 7ff743a6a8a4(W)
+ // undefined8 RDX:8 currentElement XREF[1]: 7ff743a6a8a4(W)
+ // undefined8 RAX:8 calculated_pointer XREF[1]: 7ff743a6a8c4(W)
+ // undefined8 HASH:5ff087e firstElement
+ // ReadEventFlag XREF[8]: FUN_7ff743a451a0:7ff743a451aa(c),
+ // FUN_7ff743a451d0:7ff743a45212(c),
+ // FUN_7ff743a45260:7ff743a452a2(c),
+ // FUN_7ff743a45580:7ff743a45663(c),
+ // SetEventFlag:7ff743a45a28(c),
+ // FUN_7ff743a45ae0:7ff743a45b04(c),
+ // FUN_7ff743a45ba0:7ff743a45bf0(c),
+ // FUN_7ff743a45ca0:7ff743a45cf0(c)
+ //7ff743a6a850 44 8b 41 1c MOV R8D,dword ptr [param_1 + 0x1c]
+ //7ff743a6a854 44 8b da MOV R11D,param_2
+ //7ff743a6a857 33 d2 XOR param_2,param_2
+ //7ff743a6a859 41 8b c3 MOV EAX,R11D
+ //7ff743a6a85c 41 f7 f0 DIV R8D
+ //7ff743a6a85f 4c 8b d1 MOV R10,param_1
+ //7ff743a6a862 45 33 c9 XOR R9D,R9D
+ //7ff743a6a865 44 0f af c0 IMUL R8D,EAX
+ //7ff743a6a869 45 2b d8 SUB R11D,R8D
+ //7ff743a6a86c 4c 8b 41 38 MOV R8,qword ptr [param_1 + 0x38]
+ //7ff743a6a870 49 8b d0 MOV param_2,R8
+ //7ff743a6a873 49 8b 48 08 MOV param_1,qword ptr [R8 + 0x8]
+ //7ff743a6a877 44 38 49 19 CMP byte ptr [param_1 + 0x19],R9B
+ //7ff743a6a87b 75 1a JNZ after_element_loop
+ //7ff743a6a87d 0f 1f 00 NOP dword ptr [RAX]
+
+
+ // element_loop XREF[1]: 7ff743a6a895(j)
+ //7ff743a6a880 39 41 20 CMP dword ptr [param_1 + 0x20],EAX
+ //7ff743a6a883 73 06 JNC LAB_7ff743a6a88b
+ //7ff743a6a885 48 8b 49 10 MOV param_1,qword ptr [param_1 + 0x10]
+ //7ff743a6a889 eb 06 JMP LAB_7ff743a6a891
+ // LAB_7ff743a6a88b XREF[1]: 7ff743a6a883(j)
+ //7ff743a6a88b 48 8b d1 MOV param_2,param_1
+ //7ff743a6a88e 48 8b 09 MOV param_1,qword ptr [param_1]
+ // LAB_7ff743a6a891 XREF[1]: 7ff743a6a889(j)
+ //7ff743a6a891 44 38 49 19 CMP byte ptr [param_1 + 0x19],R9B
+ //7ff743a6a895 74 e9 JZ element_loop
+
+
+ // after_element_loop XREF[1]: 7ff743a6a87b(j)
+ //7ff743a6a897 49 3b d0 CMP param_2,R8 after while loop
+ //7ff743a6a89a 74 05 JZ LAB_7ff743a6a8a1
+ //7ff743a6a89c 3b 42 20 CMP EAX,dword ptr [param_2 + 0x20]
+ //7ff743a6a89f 73 03 JNC LAB_7ff743a6a8a4
+ // LAB_7ff743a6a8a1 XREF[1]: 7ff743a6a89a(j)
+ //7ff743a6a8a1 49 8b d0 MOV param_2,R8
+ // LAB_7ff743a6a8a4 XREF[1]: 7ff743a6a89f(j)
+ //7ff743a6a8a4 49 3b d0 CMP currentElement,R8 skip to return
+ //7ff743a6a8a7 74 49 JZ skip_to_return
+ //7ff743a6a8a9 8b 4a 28 MOV param_1,dword ptr [currentElement + 0x28] Read value from currentElement + 0x28 (usually 1 when debugging)
+ //7ff743a6a8ac 83 e9 01 SUB param_1,0x1 subtract 1
+ //7ff743a6a8af 74 0b JZ build_pointer if value is 0, jump to build_pointer
+ //7ff743a6a8b1 83 f9 01 CMP param_1,0x1 compare value to 1 - if equal, sets the zero flag
+ //7ff743a6a8b4 75 3c JNZ skip_to_return if zero flag is NOT set, jump to skip_to_return
+ //7ff743a6a8b6 48 8b 42 30 MOV RAX,qword ptr [currentElement + 0x30] do not build pointer, instead consider [currentElement + 0x30] as the built pointer
+ //7ff743a6a8ba eb 0c JMP bitwise_operations
+ // build_pointer XREF[1]: 7ff743a6a8af(j)
+ //7ff743a6a8bc 8b 42 30 MOV EAX,dword ptr [currentElement + 0x30]
+ //7ff743a6a8bf 41 0f af IMUL EAX,dword ptr [R10 + 0x20]
+ // 42 20
+ //7ff743a6a8c4 49 03 42 28 ADD calculated_pointer,qword ptr [R10 + 0x28]
+
+
+ // bitwise_operations XREF[1]: 7ff743a6a8ba(j)
+ //7ff743a6a8c8 48 85 c0 TEST calculated_pointer,calculated_pointer
+ //7ff743a6a8cb 74 25 JZ skip_to_return
+ //7ff743a6a8cd b9 07 00 MOV param_1,0x7
+ // 00 00
+ //7ff743a6a8d2 41 8b d3 MOV currentElement,R11D
+ //7ff743a6a8d5 83 e2 07 AND currentElement,0x7
+ //7ff743a6a8d8 41 b8 01 MOV R8D,0x1
+ // 00 00 00
+ //7ff743a6a8de 2b ca SUB param_1,currentElement
+ //7ff743a6a8e0 41 d3 e0 SHL R8D,param_1
+ //7ff743a6a8e3 41 8b cb MOV param_1,R11D
+ //7ff743a6a8e6 48 c1 e9 03 SHR param_1,0x3
+ //7ff743a6a8ea 44 84 04 01 TEST byte ptr [param_1 + calculated_pointer*0x1],R8B
+ //7ff743a6a8ee 41 0f 95 c1 SETNZ R9B
+
+
+ // skip_to_return XREF[3]: 7ff743a6a8a7(j), 7ff743a6a8b4(j),
+ // 7ff743a6a8cb(j)
+ //7ff743a6a8f2 41 8b c1 MOV calculated_pointer,R9D
+ //7ff743a6a8f5 c3 RET
+ }
- #region Timeable
- public int GetInGameTimeMilliseconds()
- {
- return _igt.ReadInt32();
- }
- public void WriteInGameTimeMilliseconds(int milliseconds)
- {
- _igt.WriteInt32(milliseconds);
- }
+ #endregion
- #endregion
+ #region Timeable
+ public int GetInGameTimeMilliseconds()
+ {
+ return _igt.ReadInt32();
+ }
+ public void WriteInGameTimeMilliseconds(int milliseconds)
+ {
+ _igt.WriteInt32(milliseconds);
}
+
+ #endregion
}
diff --git a/src/SoulMemory/EldenRing/Grace.cs b/src/SoulMemory/EldenRing/Grace.cs
index d274c3c9..eb75ee86 100644
--- a/src/SoulMemory/EldenRing/Grace.cs
+++ b/src/SoulMemory/EldenRing/Grace.cs
@@ -14,1338 +14,1337 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-namespace SoulMemory.EldenRing
+namespace SoulMemory.EldenRing;
+
+public enum Grace : uint
{
- public enum Grace : uint
- {
- //Academy of Raya Lucaria
+ //Academy of Raya Lucaria
- [Annotation(Name = "Raya Lucaria Grand Library", Description = "Academy of Raya Lucaria")]
- RayaLucariaGrandLibrary = 71400,
+ [Annotation(Name = "Raya Lucaria Grand Library", Description = "Academy of Raya Lucaria")]
+ RayaLucariaGrandLibrary = 71400,
- [Annotation(Name = "Debate Parlor", Description = "Academy of Raya Lucaria")]
- DebateParlor = 71401,
+ [Annotation(Name = "Debate Parlor", Description = "Academy of Raya Lucaria")]
+ DebateParlor = 71401,
- [Annotation(Name = "Church of the Cuckoo", Description = "Academy of Raya Lucaria")]
- ChurchOfTheCuckoo = 71402,
+ [Annotation(Name = "Church of the Cuckoo", Description = "Academy of Raya Lucaria")]
+ ChurchOfTheCuckoo = 71402,
- [Annotation(Name = "Schoolhouse Classroom", Description = "Academy of Raya Lucaria")]
- SchoolhouseClassroom = 71403,
+ [Annotation(Name = "Schoolhouse Classroom", Description = "Academy of Raya Lucaria")]
+ SchoolhouseClassroom = 71403,
- //Ainsel River
+ //Ainsel River
- [Annotation(Name = "Dragonkin Soldier of Nokstella", Description = "Ainsel River")]
- DragonkinSoldierOfNokstella = 71210,
+ [Annotation(Name = "Dragonkin Soldier of Nokstella", Description = "Ainsel River")]
+ DragonkinSoldierOfNokstella = 71210,
- [Annotation(Name = "Ainsel River Well Depths", Description = "Ainsel River")]
- AinselRiverWellDepths = 71211,
+ [Annotation(Name = "Ainsel River Well Depths", Description = "Ainsel River")]
+ AinselRiverWellDepths = 71211,
- [Annotation(Name = "Ainsel River Sluice Gate", Description = "Ainsel River")]
- AinselRiverSluiceGate = 71212,
+ [Annotation(Name = "Ainsel River Sluice Gate", Description = "Ainsel River")]
+ AinselRiverSluiceGate = 71212,
- [Annotation(Name = "Ainsel River Downstream", Description = "Ainsel River")]
- AinselRiverDownstream = 71213,
+ [Annotation(Name = "Ainsel River Downstream", Description = "Ainsel River")]
+ AinselRiverDownstream = 71213,
- [Annotation(Name = "Astel, Naturalborn of the Void", Description = "Ainsel River")]
- AstelNaturalbornOfTheVoid = 71240,
+ [Annotation(Name = "Astel, Naturalborn of the Void", Description = "Ainsel River")]
+ AstelNaturalbornOfTheVoid = 71240,
- //Ainsel River Main
+ //Ainsel River Main
- [Annotation(Name = "Ainsel River Main", Description = "Ainsel River Main")]
- AinselRiverMain = 71214,
+ [Annotation(Name = "Ainsel River Main", Description = "Ainsel River Main")]
+ AinselRiverMain = 71214,
- [Annotation(Name = "Nokstella, Eternal City", Description = "Ainsel River Main")]
- NokstellaEternalCity = 71215,
+ [Annotation(Name = "Nokstella, Eternal City", Description = "Ainsel River Main")]
+ NokstellaEternalCity = 71215,
- [Annotation(Name = "Nokstella Waterfall Basin", Description = "Ainsel River Main")]
- NokstellaWaterfallBasin = 71219,
+ [Annotation(Name = "Nokstella Waterfall Basin", Description = "Ainsel River Main")]
+ NokstellaWaterfallBasin = 71219,
- //Altus Plateau
+ //Altus Plateau
- [Annotation(Name = "Sainted Hero's Grave", Description = "Altus Plateau")]
- SaintedHerosGrave = 73008,
+ [Annotation(Name = "Sainted Hero's Grave", Description = "Altus Plateau")]
+ SaintedHerosGrave = 73008,
- [Annotation(Name = "Unsightly Catacombs", Description = "Altus Plateau")]
- UnsightlyCatacombs = 73012,
+ [Annotation(Name = "Unsightly Catacombs", Description = "Altus Plateau")]
+ UnsightlyCatacombs = 73012,
- [Annotation(Name = "Perfumer's Grotto", Description = "Altus Plateau")]
- PerfumersGrotto = 73118,
+ [Annotation(Name = "Perfumer's Grotto", Description = "Altus Plateau")]
+ PerfumersGrotto = 73118,
- [Annotation(Name = "Sage's Cave", Description = "Altus Plateau")]
- SagesCave = 73119,
+ [Annotation(Name = "Sage's Cave", Description = "Altus Plateau")]
+ SagesCave = 73119,
- [Annotation(Name = "Old Altus Tunnel", Description = "Altus Plateau")]
- OldAltusTunnel = 73204,
+ [Annotation(Name = "Old Altus Tunnel", Description = "Altus Plateau")]
+ OldAltusTunnel = 73204,
- [Annotation(Name = "Altus Tunnel", Description = "Altus Plateau")]
- AltusTunnel = 73205,
+ [Annotation(Name = "Altus Tunnel", Description = "Altus Plateau")]
+ AltusTunnel = 73205,
- [Annotation(Name = "Abandoned Coffin", Description = "Altus Plateau")]
- AbandonedCoffin = 76300,
+ [Annotation(Name = "Abandoned Coffin", Description = "Altus Plateau")]
+ AbandonedCoffin = 76300,
- [Annotation(Name = "Altus Plateau", Description = "Altus Plateau")]
- AltusPlateau = 76301,
+ [Annotation(Name = "Altus Plateau", Description = "Altus Plateau")]
+ AltusPlateau = 76301,
- [Annotation(Name = "Erdtree-Gazing Hill", Description = "Altus Plateau")]
- ErdtreeGazingHill = 76302,
+ [Annotation(Name = "Erdtree-Gazing Hill", Description = "Altus Plateau")]
+ ErdtreeGazingHill = 76302,
- [Annotation(Name = "Altus Highway Junction", Description = "Altus Plateau")]
- AltusHighwayJunction = 76303,
+ [Annotation(Name = "Altus Highway Junction", Description = "Altus Plateau")]
+ AltusHighwayJunction = 76303,
- [Annotation(Name = "Forest-Spanning Greatbridge", Description = "Altus Plateau")]
- ForestSpanningGreatbridge = 76304,
+ [Annotation(Name = "Forest-Spanning Greatbridge", Description = "Altus Plateau")]
+ ForestSpanningGreatbridge = 76304,
- [Annotation(Name = "Rampartside Path", Description = "Altus Plateau")]
- RampartsidePath = 76305,
+ [Annotation(Name = "Rampartside Path", Description = "Altus Plateau")]
+ RampartsidePath = 76305,
- [Annotation(Name = "Bower of Bounty", Description = "Altus Plateau")]
- BowerOfBounty = 76306,
+ [Annotation(Name = "Bower of Bounty", Description = "Altus Plateau")]
+ BowerOfBounty = 76306,
- [Annotation(Name = "Road of Iniquity Side Path", Description = "Altus Plateau")]
- RoadOfIniquitySidePath = 76307,
+ [Annotation(Name = "Road of Iniquity Side Path", Description = "Altus Plateau")]
+ RoadOfIniquitySidePath = 76307,
- [Annotation(Name = "Windmill Village", Description = "Altus Plateau")]
- WindmillVillage = 76308,
+ [Annotation(Name = "Windmill Village", Description = "Altus Plateau")]
+ WindmillVillage = 76308,
- [Annotation(Name = "Windmill Heights", Description = "Altus Plateau")]
- WindmillHeights = 76313,
+ [Annotation(Name = "Windmill Heights", Description = "Altus Plateau")]
+ WindmillHeights = 76313,
- [Annotation(Name = "Shaded Castle Ramparts", Description = "Altus Plateau")]
- ShadedCastleRamparts = 76320,
+ [Annotation(Name = "Shaded Castle Ramparts", Description = "Altus Plateau")]
+ ShadedCastleRamparts = 76320,
- [Annotation(Name = "Shaded Castle Inner Gate", Description = "Altus Plateau")]
- ShadedCastleInnerGate = 76321,
+ [Annotation(Name = "Shaded Castle Inner Gate", Description = "Altus Plateau")]
+ ShadedCastleInnerGate = 76321,
- [Annotation(Name = "Castellan's Hall", Description = "Altus Plateau")]
- CastellansHall = 76322,
+ [Annotation(Name = "Castellan's Hall", Description = "Altus Plateau")]
+ CastellansHall = 76322,
- //Bellum Highway
+ //Bellum Highway
- [Annotation(Name = "East Raya Lucaria Gate", Description = "Bellum Highway")]
- EastRayaLucariaGate = 76207,
+ [Annotation(Name = "East Raya Lucaria Gate", Description = "Bellum Highway")]
+ EastRayaLucariaGate = 76207,
- [Annotation(Name = "Bellum Church", Description = "Bellum Highway")]
- BellumChurch = 76208,
+ [Annotation(Name = "Bellum Church", Description = "Bellum Highway")]
+ BellumChurch = 76208,
- [Annotation(Name = "Frenzied Flame Village Outskirts", Description = "Bellum Highway")]
- FrenziedFlameVillageOutskirts = 76239,
+ [Annotation(Name = "Frenzied Flame Village Outskirts", Description = "Bellum Highway")]
+ FrenziedFlameVillageOutskirts = 76239,
- [Annotation(Name = "Church of Inhibition", Description = "Bellum Highway")]
- ChurchOfInhibition = 76240,
+ [Annotation(Name = "Church of Inhibition", Description = "Bellum Highway")]
+ ChurchOfInhibition = 76240,
- //Caelid
+ //Caelid
- [Annotation(Name = "Minor Erdtree Catacombs", Description = "Caelid")]
- MinorErdtreeCatacombs = 73014,
+ [Annotation(Name = "Minor Erdtree Catacombs", Description = "Caelid")]
+ MinorErdtreeCatacombs = 73014,
- [Annotation(Name = "Caelid Catacombs", Description = "Caelid")]
- CaelidCatacombs = 73015,
+ [Annotation(Name = "Caelid Catacombs", Description = "Caelid")]
+ CaelidCatacombs = 73015,
- [Annotation(Name = "War-Dead Catacombs", Description = "Caelid")]
- WarDeadCatacombs = 73016,
+ [Annotation(Name = "War-Dead Catacombs", Description = "Caelid")]
+ WarDeadCatacombs = 73016,
- [Annotation(Name = "Abandoned Cave", Description = "Caelid")]
- AbandonedCave = 73120,
+ [Annotation(Name = "Abandoned Cave", Description = "Caelid")]
+ AbandonedCave = 73120,
- [Annotation(Name = "Gaol Cave", Description = "Caelid")]
- GaolCave = 73121,
+ [Annotation(Name = "Gaol Cave", Description = "Caelid")]
+ GaolCave = 73121,
- [Annotation(Name = "Gael Tunnel", Description = "Caelid")]
- GaelTunnel = 73207,
+ [Annotation(Name = "Gael Tunnel", Description = "Caelid")]
+ GaelTunnel = 73207,
- [Annotation(Name = "Rear Gael Tunnel Entrance", Description = "Caelid")]
- RearGaelTunnelEntrance = 73207,
+ [Annotation(Name = "Rear Gael Tunnel Entrance", Description = "Caelid")]
+ RearGaelTunnelEntrance = 73207,
- [Annotation(Name = "Sellia Crystal Tunnel", Description = "Caelid")]
- SelliaCrystalTunnel = 73208,
+ [Annotation(Name = "Sellia Crystal Tunnel", Description = "Caelid")]
+ SelliaCrystalTunnel = 73208,
- [Annotation(Name = "Smoldering Church", Description = "Caelid")]
- SmolderingChurch = 76400,
+ [Annotation(Name = "Smoldering Church", Description = "Caelid")]
+ SmolderingChurch = 76400,
- [Annotation(Name = "Rotview Balcony", Description = "Caelid")]
- RotviewBalcony = 76401,
+ [Annotation(Name = "Rotview Balcony", Description = "Caelid")]
+ RotviewBalcony = 76401,
- [Annotation(Name = "Fort Gael North", Description = "Caelid")]
- FortGaelNorth = 76402,
+ [Annotation(Name = "Fort Gael North", Description = "Caelid")]
+ FortGaelNorth = 76402,
- [Annotation(Name = "Caelem Ruins", Description = "Caelid")]
- CaelemRuins = 76403,
+ [Annotation(Name = "Caelem Ruins", Description = "Caelid")]
+ CaelemRuins = 76403,
- [Annotation(Name = "Cathedral of Dragon Communion", Description = "Caelid")]
- CathedralOfDragonCommunion = 76404,
+ [Annotation(Name = "Cathedral of Dragon Communion", Description = "Caelid")]
+ CathedralOfDragonCommunion = 76404,
- [Annotation(Name = "Caelid Highway South", Description = "Caelid")]
- CaelidHighwaySouth = 76405,
+ [Annotation(Name = "Caelid Highway South", Description = "Caelid")]
+ CaelidHighwaySouth = 76405,
- [Annotation(Name = "Smoldering Wall", Description = "Caelid")]
- SmolderingWall = 76409,
+ [Annotation(Name = "Smoldering Wall", Description = "Caelid")]
+ SmolderingWall = 76409,
- [Annotation(Name = "Deep Siofra Well", Description = "Caelid")]
- DeepSiofraWell = 76410,
+ [Annotation(Name = "Deep Siofra Well", Description = "Caelid")]
+ DeepSiofraWell = 76410,
- [Annotation(Name = "Southern Aeonia Swamp Bank", Description = "Caelid")]
- SouthernAeoniaSwampBank = 76411,
+ [Annotation(Name = "Southern Aeonia Swamp Bank", Description = "Caelid")]
+ SouthernAeoniaSwampBank = 76411,
- [Annotation(Name = "Sellia Backstreets", Description = "Caelid")]
- SelliaBackstreets = 76414,
+ [Annotation(Name = "Sellia Backstreets", Description = "Caelid")]
+ SelliaBackstreets = 76414,
- [Annotation(Name = "Chair-Crypt of Sellia", Description = "Caelid")]
- ChairCryptOfSellia = 76415,
+ [Annotation(Name = "Chair-Crypt of Sellia", Description = "Caelid")]
+ ChairCryptOfSellia = 76415,
- [Annotation(Name = "Sellia Under-Stair", Description = "Caelid")]
- SelliaUnderStair = 76416,
+ [Annotation(Name = "Sellia Under-Stair", Description = "Caelid")]
+ SelliaUnderStair = 76416,
- [Annotation(Name = "Impassable Greatbridge", Description = "Caelid")]
- ImpassableGreatbridge = 76417,
+ [Annotation(Name = "Impassable Greatbridge", Description = "Caelid")]
+ ImpassableGreatbridge = 76417,
- [Annotation(Name = "Church of the Plague", Description = "Caelid")]
- ChurchOfThePlague = 76418,
+ [Annotation(Name = "Church of the Plague", Description = "Caelid")]
+ ChurchOfThePlague = 76418,
- [Annotation(Name = "Redmane Castle Plaza", Description = "Caelid")]
- RedmaneCastlePlaza = 76419,
+ [Annotation(Name = "Redmane Castle Plaza", Description = "Caelid")]
+ RedmaneCastlePlaza = 76419,
- [Annotation(Name = "Chamber Outside the Plaza", Description = "Caelid")]
- ChamberOutsideThePlaza = 76420,
+ [Annotation(Name = "Chamber Outside the Plaza", Description = "Caelid")]
+ ChamberOutsideThePlaza = 76420,
- [Annotation(Name = "Starscourge Radahn", Description = "Caelid")]
- StarscourgeRadahn = 76422,
+ [Annotation(Name = "Starscourge Radahn", Description = "Caelid")]
+ StarscourgeRadahn = 76422,
- //Capital Outskirts
+ //Capital Outskirts
- [Annotation(Name = "Auriza Hero's Grave", Description = "Capital Outskirts")]
- AurizaHerosGrave = 73010,
+ [Annotation(Name = "Auriza Hero's Grave", Description = "Capital Outskirts")]
+ AurizaHerosGrave = 73010,
- [Annotation(Name = "Auriza Side Tomb", Description = "Capital Outskirts")]
- AurizaSideTomb = 73013,
+ [Annotation(Name = "Auriza Side Tomb", Description = "Capital Outskirts")]
+ AurizaSideTomb = 73013,
- [Annotation(Name = "Divine Tower of West Altus", Description = "Capital Outskirts")]
- DivineTowerOfWestAltus = 73430,
+ [Annotation(Name = "Divine Tower of West Altus", Description = "Capital Outskirts")]
+ DivineTowerOfWestAltus = 73430,
- [Annotation(Name = "Sealed Tunnel", Description = "Capital Outskirts")]
- SealedTunnel = 73431,
+ [Annotation(Name = "Sealed Tunnel", Description = "Capital Outskirts")]
+ SealedTunnel = 73431,
- [Annotation(Name = "Divine Tower of West Altus: Gate", Description = "Capital Outskirts")]
- DivineTowerOfWestAltusGate = 73432,
+ [Annotation(Name = "Divine Tower of West Altus: Gate", Description = "Capital Outskirts")]
+ DivineTowerOfWestAltusGate = 73432,
- [Annotation(Name = "Outer Wall Phantom Tree", Description = "Capital Outskirts")]
- OuterWallPhantomTree = 76309,
+ [Annotation(Name = "Outer Wall Phantom Tree", Description = "Capital Outskirts")]
+ OuterWallPhantomTree = 76309,
- [Annotation(Name = "Minor Erdtree Church", Description = "Capital Outskirts")]
- MinorErdtreeChurch = 76310,
+ [Annotation(Name = "Minor Erdtree Church", Description = "Capital Outskirts")]
+ MinorErdtreeChurch = 76310,
- [Annotation(Name = "Hermit Merchant's Shack", Description = "Capital Outskirts")]
- HermitMerchantsShack = 76311,
+ [Annotation(Name = "Hermit Merchant's Shack", Description = "Capital Outskirts")]
+ HermitMerchantsShack = 76311,
- [Annotation(Name = "Outer Wall Battleground", Description = "Capital Outskirts")]
- OuterWallBattleground = 76312,
+ [Annotation(Name = "Outer Wall Battleground", Description = "Capital Outskirts")]
+ OuterWallBattleground = 76312,
- [Annotation(Name = "Capital Rampart", Description = "Capital Outskirts")]
- CapitalRampart = 76314,
+ [Annotation(Name = "Capital Rampart", Description = "Capital Outskirts")]
+ CapitalRampart = 76314,
- //Consecrated Snowfield
+ //Consecrated Snowfield
- [Annotation(Name = "Consecrated Snowfield Catacombs", Description = "Consecrated Snowfield")]
- ConsecratedSnowfieldCatacombs = 73019,
+ [Annotation(Name = "Consecrated Snowfield Catacombs", Description = "Consecrated Snowfield")]
+ ConsecratedSnowfieldCatacombs = 73019,
- [Annotation(Name = "Cave of the Forlorn", Description = "Consecrated Snowfield")]
- CaveOfTheForlorn = 73112,
+ [Annotation(Name = "Cave of the Forlorn", Description = "Consecrated Snowfield")]
+ CaveOfTheForlorn = 73112,
- [Annotation(Name = "Yelough Anix Tunnel", Description = "Consecrated Snowfield")]
- YeloughAnixTunnel = 73211,
+ [Annotation(Name = "Yelough Anix Tunnel", Description = "Consecrated Snowfield")]
+ YeloughAnixTunnel = 73211,
- [Annotation(Name = "Consecrated Snowfield", Description = "Consecrated Snowfield")]
- ConsecratedSnowfield = 76550,
+ [Annotation(Name = "Consecrated Snowfield", Description = "Consecrated Snowfield")]
+ ConsecratedSnowfield = 76550,
- [Annotation(Name = "Inner Consecrated Snowfield", Description = "Consecrated Snowfield")]
- InnerConsecratedSnowfield = 76551,
+ [Annotation(Name = "Inner Consecrated Snowfield", Description = "Consecrated Snowfield")]
+ InnerConsecratedSnowfield = 76551,
- [Annotation(Name = "Ordina, Liturgical Town", Description = "Consecrated Snowfield")]
- OrdinaLiturgicalTown = 76652,
+ [Annotation(Name = "Ordina, Liturgical Town", Description = "Consecrated Snowfield")]
+ OrdinaLiturgicalTown = 76652,
- [Annotation(Name = "Apostate Derelict", Description = "Consecrated Snowfield")]
- ApostateDerelict = 76653,
+ [Annotation(Name = "Apostate Derelict", Description = "Consecrated Snowfield")]
+ ApostateDerelict = 76653,
- //Crumbling Farum Azula
+ //Crumbling Farum Azula
- [Annotation(Name = "Maliketh, the Black Blade", Description = "Crumbling Farum Azula")]
- MalikethTheBlackBlade = 71300,
+ [Annotation(Name = "Maliketh, the Black Blade", Description = "Crumbling Farum Azula")]
+ MalikethTheBlackBlade = 71300,
- [Annotation(Name = "Dragonlord Placidusax", Description = "Crumbling Farum Azula")]
- DragonlordPlacidusax = 71301,
+ [Annotation(Name = "Dragonlord Placidusax", Description = "Crumbling Farum Azula")]
+ DragonlordPlacidusax = 71301,
- [Annotation(Name = "Dragon Temple Altar", Description = "Crumbling Farum Azula")]
- DragonTempleAltar = 71302,
+ [Annotation(Name = "Dragon Temple Altar", Description = "Crumbling Farum Azula")]
+ DragonTempleAltar = 71302,
- [Annotation(Name = "Crumbling Beast Grave", Description = "Crumbling Farum Azula")]
- CrumblingBeastGrave = 71303,
+ [Annotation(Name = "Crumbling Beast Grave", Description = "Crumbling Farum Azula")]
+ CrumblingBeastGrave = 71303,
- [Annotation(Name = "Crumbling Beast Grave Depths", Description = "Crumbling Farum Azula")]
- CrumblingBeastGraveDepths = 71304,
+ [Annotation(Name = "Crumbling Beast Grave Depths", Description = "Crumbling Farum Azula")]
+ CrumblingBeastGraveDepths = 71304,
- [Annotation(Name = "Tempest-Facing Balcony", Description = "Crumbling Farum Azula")]
- TempestFacingBalcony = 71305,
+ [Annotation(Name = "Tempest-Facing Balcony", Description = "Crumbling Farum Azula")]
+ TempestFacingBalcony = 71305,
- [Annotation(Name = "Dragon Temple", Description = "Crumbling Farum Azula")]
- DragonTemple = 71306,
+ [Annotation(Name = "Dragon Temple", Description = "Crumbling Farum Azula")]
+ DragonTemple = 71306,
- [Annotation(Name = "Dragon Temple Transept", Description = "Crumbling Farum Azula")]
- DragonTempleTransept = 71307,
+ [Annotation(Name = "Dragon Temple Transept", Description = "Crumbling Farum Azula")]
+ DragonTempleTransept = 71307,
- [Annotation(Name = "Dragon Temple Lift", Description = "Crumbling Farum Azula")]
- DragonTempleLift = 71308,
+ [Annotation(Name = "Dragon Temple Lift", Description = "Crumbling Farum Azula")]
+ DragonTempleLift = 71308,
- [Annotation(Name = "Dragon Temple Rooftop", Description = "Crumbling Farum Azula")]
- DragonTempleRooftop = 71309,
+ [Annotation(Name = "Dragon Temple Rooftop", Description = "Crumbling Farum Azula")]
+ DragonTempleRooftop = 71309,
- [Annotation(Name = "Beside the Great Bridge", Description = "Crumbling Farum Azula")]
- BesideTheGreatBridge = 71310,
+ [Annotation(Name = "Beside the Great Bridge", Description = "Crumbling Farum Azula")]
+ BesideTheGreatBridge = 71310,
- //Deeproot Depths
+ //Deeproot Depths
- [Annotation(Name = "Prince of Death's Throne", Description = "Deeproot Depths")]
- PrinceOfDeathsThrone = 71230,
+ [Annotation(Name = "Prince of Death's Throne", Description = "Deeproot Depths")]
+ PrinceOfDeathsThrone = 71230,
- [Annotation(Name = "Root-Facing Cliffs", Description = "Deeproot Depths")]
- RootFacingCliffs = 71231,
+ [Annotation(Name = "Root-Facing Cliffs", Description = "Deeproot Depths")]
+ RootFacingCliffs = 71231,
- [Annotation(Name = "Great Waterfall Crest", Description = "Deeproot Depths")]
- GreatWaterfallCrest = 71232,
+ [Annotation(Name = "Great Waterfall Crest", Description = "Deeproot Depths")]
+ GreatWaterfallCrest = 71232,
- [Annotation(Name = "Deeproot Depths", Description = "Deeproot Depths")]
- DeeprootDepths = 71233,
+ [Annotation(Name = "Deeproot Depths", Description = "Deeproot Depths")]
+ DeeprootDepths = 71233,
- [Annotation(Name = "The Nameless Eternal City", Description = "Deeproot Depths")]
- TheNamelessEternalCity = 71234,
+ [Annotation(Name = "The Nameless Eternal City", Description = "Deeproot Depths")]
+ TheNamelessEternalCity = 71234,
- [Annotation(Name = "Across the Roots", Description = "Deeproot Depths")]
- AcrossTheRoots = 71235,
+ [Annotation(Name = "Across the Roots", Description = "Deeproot Depths")]
+ AcrossTheRoots = 71235,
- //Elden Throne
+ //Elden Throne
- [Annotation(Name = "Fractured Marika", Description = "Elden Throne")]
- FracturedMarika = 71900,
+ [Annotation(Name = "Fractured Marika", Description = "Elden Throne")]
+ FracturedMarika = 71900,
- //Elphael, Brace of the Haligtree
+ //Elphael, Brace of the Haligtree
- [Annotation(Name = "Malenia, Goddess of Rot", Description = "Elphael, Brace of the Haligtree")]
- MaleniaGoddessOfRot = 71500,
+ [Annotation(Name = "Malenia, Goddess of Rot", Description = "Elphael, Brace of the Haligtree")]
+ MaleniaGoddessOfRot = 71500,
- [Annotation(Name = "Prayer Room", Description = "Elphael, Brace of the Haligtree")]
- PrayerRoom = 71501,
+ [Annotation(Name = "Prayer Room", Description = "Elphael, Brace of the Haligtree")]
+ PrayerRoom = 71501,
- [Annotation(Name = "Elphael Inner Wall", Description = "Elphael, Brace of the Haligtree")]
- ElphaelInnerWall = 71502,
+ [Annotation(Name = "Elphael Inner Wall", Description = "Elphael, Brace of the Haligtree")]
+ ElphaelInnerWall = 71502,
- [Annotation(Name = "Drainage Channel", Description = "Elphael, Brace of the Haligtree")]
- DrainageChannel = 71503,
+ [Annotation(Name = "Drainage Channel", Description = "Elphael, Brace of the Haligtree")]
+ DrainageChannel = 71503,
- [Annotation(Name = "Haligtree Roots", Description = "Elphael, Brace of the Haligtree")]
- HaligtreeRoots = 71504,
+ [Annotation(Name = "Haligtree Roots", Description = "Elphael, Brace of the Haligtree")]
+ HaligtreeRoots = 71504,
- //Flame Peak
+ //Flame Peak
- [Annotation(Name = "Giant-Conquering Hero's Grave", Description = "Flame Peak")]
- GiantConqueringHerosGrave = 73017,
+ [Annotation(Name = "Giant-Conquering Hero's Grave", Description = "Flame Peak")]
+ GiantConqueringHerosGrave = 73017,
- [Annotation(Name = "Giants' Mountaintop Catacombs", Description = "Flame Peak")]
- GiantsMountaintopCatacombs = 73018,
+ [Annotation(Name = "Giants' Mountaintop Catacombs", Description = "Flame Peak")]
+ GiantsMountaintopCatacombs = 73018,
- [Annotation(Name = "Giants' Gravepost", Description = "Flame Peak")]
- GiantsGravepost = 76506,
+ [Annotation(Name = "Giants' Gravepost", Description = "Flame Peak")]
+ GiantsGravepost = 76506,
- [Annotation(Name = "Church of Repose", Description = "Flame Peak")]
- ChurchOfRepose = 76507,
+ [Annotation(Name = "Church of Repose", Description = "Flame Peak")]
+ ChurchOfRepose = 76507,
- [Annotation(Name = "Foot of the Forge", Description = "Flame Peak")]
- FootOfTheForge = 76508,
+ [Annotation(Name = "Foot of the Forge", Description = "Flame Peak")]
+ FootOfTheForge = 76508,
- [Annotation(Name = "Fire Giant", Description = "Flame Peak")]
- FireGiant = 76509,
+ [Annotation(Name = "Fire Giant", Description = "Flame Peak")]
+ FireGiant = 76509,
- [Annotation(Name = "Forge of the Giants", Description = "Flame Peak")]
- ForgeOfTheGiants = 76510,
+ [Annotation(Name = "Forge of the Giants", Description = "Flame Peak")]
+ ForgeOfTheGiants = 76510,
- //Forbidden Lands
+ //Forbidden Lands
- [Annotation(Name = "Hidden Path to the Haligtree", Description = "Forbidden Lands")]
- HiddenPathToTheHaligtree = 73020,
+ [Annotation(Name = "Hidden Path to the Haligtree", Description = "Forbidden Lands")]
+ HiddenPathToTheHaligtree = 73020,
- [Annotation(Name = "Divine Tower of East Altus: Gate", Description = "Forbidden Lands")]
- DivineTowerOfEastAltusGate = 73450,
+ [Annotation(Name = "Divine Tower of East Altus: Gate", Description = "Forbidden Lands")]
+ DivineTowerOfEastAltusGate = 73450,
- [Annotation(Name = "Divine Tower of East Altus", Description = "Forbidden Lands")]
- DivineTowerOfEastAltus = 73451,
+ [Annotation(Name = "Divine Tower of East Altus", Description = "Forbidden Lands")]
+ DivineTowerOfEastAltus = 73451,
- [Annotation(Name = "Forbidden Lands", Description = "Forbidden Lands")]
- ForbiddenLands = 76500,
+ [Annotation(Name = "Forbidden Lands", Description = "Forbidden Lands")]
+ ForbiddenLands = 76500,
- [Annotation(Name = "Grand Lift of Rold", Description = "Forbidden Lands")]
- GrandLiftOfRold = 76502,
+ [Annotation(Name = "Grand Lift of Rold", Description = "Forbidden Lands")]
+ GrandLiftOfRold = 76502,
- //Greyoll's Dragonbarrow
+ //Greyoll's Dragonbarrow
- [Annotation(Name = "Dragonbarrow Cave", Description = "Greyoll's Dragonbarrow")]
- DragonbarrowCave = 73110,
+ [Annotation(Name = "Dragonbarrow Cave", Description = "Greyoll's Dragonbarrow")]
+ DragonbarrowCave = 73110,
- [Annotation(Name = "Sellia Hideaway", Description = "Greyoll's Dragonbarrow")]
- SelliaHideaway = 73111,
+ [Annotation(Name = "Sellia Hideaway", Description = "Greyoll's Dragonbarrow")]
+ SelliaHideaway = 73111,
- [Annotation(Name = "Divine Tower of Caelid", Description = "Greyoll's Dragonbarrow")]
- DivineTowerOfCaelid = 73440,
+ [Annotation(Name = "Divine Tower of Caelid", Description = "Greyoll's Dragonbarrow")]
+ DivineTowerOfCaelid = 73440,
- [Annotation(Name = "Divine Tower of Caelid: Center", Description = "Greyoll's Dragonbarrow")]
- DivineTowerOfCaelidCenter = 73441,
+ [Annotation(Name = "Divine Tower of Caelid: Center", Description = "Greyoll's Dragonbarrow")]
+ DivineTowerOfCaelidCenter = 73441,
- [Annotation(Name = "Isolated Divine Tower", Description = "Greyoll's Dragonbarrow")]
- IsolatedDivineTower = 73460,
+ [Annotation(Name = "Isolated Divine Tower", Description = "Greyoll's Dragonbarrow")]
+ IsolatedDivineTower = 73460,
- [Annotation(Name = "Dragonbarrow West", Description = "Greyoll's Dragonbarrow")]
- DragonbarrowWest = 76450,
+ [Annotation(Name = "Dragonbarrow West", Description = "Greyoll's Dragonbarrow")]
+ DragonbarrowWest = 76450,
- [Annotation(Name = "Isolated Merchant's Shack (Greyoll's Dragonbarrow)", Description = "Greyoll's Dragonbarrow")]
- IsolatedMerchantsShackGreyollsDragonbarrow = 76451,
+ [Annotation(Name = "Isolated Merchant's Shack (Greyoll's Dragonbarrow)", Description = "Greyoll's Dragonbarrow")]
+ IsolatedMerchantsShackGreyollsDragonbarrow = 76451,
- [Annotation(Name = "Dragonbarrow Fork", Description = "Greyoll's Dragonbarrow")]
- DragonbarrowFork = 76452,
+ [Annotation(Name = "Dragonbarrow Fork", Description = "Greyoll's Dragonbarrow")]
+ DragonbarrowFork = 76452,
- [Annotation(Name = "Fort Faroth", Description = "Greyoll's Dragonbarrow")]
- FortFaroth = 76453,
+ [Annotation(Name = "Fort Faroth", Description = "Greyoll's Dragonbarrow")]
+ FortFaroth = 76453,
- [Annotation(Name = "Bestial Sanctum", Description = "Greyoll's Dragonbarrow")]
- BestialSanctum = 76454,
+ [Annotation(Name = "Bestial Sanctum", Description = "Greyoll's Dragonbarrow")]
+ BestialSanctum = 76454,
- [Annotation(Name = "Lenne's Rise", Description = "Greyoll's Dragonbarrow")]
- LennesRise = 76455,
+ [Annotation(Name = "Lenne's Rise", Description = "Greyoll's Dragonbarrow")]
+ LennesRise = 76455,
- [Annotation(Name = "Farum Greatbridge", Description = "Greyoll's Dragonbarrow")]
- FarumGreatbridge = 76456,
+ [Annotation(Name = "Farum Greatbridge", Description = "Greyoll's Dragonbarrow")]
+ FarumGreatbridge = 76456,
- //Lake of Rot
+ //Lake of Rot
- [Annotation(Name = "Lake of Rot Shoreside", Description = "Lake of Rot")]
- LakeOfRotShoreside = 71216,
+ [Annotation(Name = "Lake of Rot Shoreside", Description = "Lake of Rot")]
+ LakeOfRotShoreside = 71216,
- [Annotation(Name = "Grand Cloister", Description = "Lake of Rot")]
- GrandCloister = 71218,
+ [Annotation(Name = "Grand Cloister", Description = "Lake of Rot")]
+ GrandCloister = 71218,
- //Leyndell, Ashen Capital
+ //Leyndell, Ashen Capital
- [Annotation(Name = "Elden Throne (Leyndell, Ashen Capital)", Description = "Leyndell, Ashen Capital")]
- EldenThroneLeyndellAshenCapital = 71120,
+ [Annotation(Name = "Elden Throne (Leyndell, Ashen Capital)", Description = "Leyndell, Ashen Capital")]
+ EldenThroneLeyndellAshenCapital = 71120,
- [Annotation(Name = "Erdtree Sanctuary (Leyndell, Ashen Capital)", Description = "Leyndell, Ashen Capital")]
- ErdtreeSanctuaryLeyndellAshenCapital = 71121,
+ [Annotation(Name = "Erdtree Sanctuary (Leyndell, Ashen Capital)", Description = "Leyndell, Ashen Capital")]
+ ErdtreeSanctuaryLeyndellAshenCapital = 71121,
- [Annotation(Name = "East Capital Rampart (Leyndell, Ashen Capital)", Description = "Leyndell, Ashen Capital")]
- EastCapitalRampartLeyndellAshenCapital = 71122,
+ [Annotation(Name = "East Capital Rampart (Leyndell, Ashen Capital)", Description = "Leyndell, Ashen Capital")]
+ EastCapitalRampartLeyndellAshenCapital = 71122,
- [Annotation(Name = "Leyndell, Capital of Ash", Description = "Leyndell, Ashen Capital")]
- LeyndellCapitalOfAsh = 71123,
+ [Annotation(Name = "Leyndell, Capital of Ash", Description = "Leyndell, Ashen Capital")]
+ LeyndellCapitalOfAsh = 71123,
- [Annotation(Name = "Queen's Bedchamber (Leyndell, Ashen Capital)", Description = "Leyndell, Ashen Capital")]
- QueensBedchamberLeyndellAshenCapital = 71124,
+ [Annotation(Name = "Queen's Bedchamber (Leyndell, Ashen Capital)", Description = "Leyndell, Ashen Capital")]
+ QueensBedchamberLeyndellAshenCapital = 71124,
- [Annotation(Name = "Divine Bridge (Leyndell, Ashen Capital)", Description = "Leyndell, Ashen Capital")]
- DivineBridgeLeyndellAshenCapital = 71125,
+ [Annotation(Name = "Divine Bridge (Leyndell, Ashen Capital)", Description = "Leyndell, Ashen Capital")]
+ DivineBridgeLeyndellAshenCapital = 71125,
- //Leyndell, Royal Capital
+ //Leyndell, Royal Capital
- [Annotation(Name = "Elden Throne (Leyndell, Royal Capital)", Description = "Leyndell, Royal Capital")]
- EldenThroneLeyndellRoyalCapital = 71100,
+ [Annotation(Name = "Elden Throne (Leyndell, Royal Capital)", Description = "Leyndell, Royal Capital")]
+ EldenThroneLeyndellRoyalCapital = 71100,
- [Annotation(Name = "Erdtree Sanctuary (Leyndell, Royal Capital)", Description = "Leyndell, Royal Capital")]
- ErdtreeSanctuaryLeyndellRoyalCapital = 71101,
+ [Annotation(Name = "Erdtree Sanctuary (Leyndell, Royal Capital)", Description = "Leyndell, Royal Capital")]
+ ErdtreeSanctuaryLeyndellRoyalCapital = 71101,
- [Annotation(Name = "East Capital Rampart (Leyndell, Royal Capital)", Description = "Leyndell, Royal Capital")]
- EastCapitalRampartLeyndellRoyalCapital = 71102,
+ [Annotation(Name = "East Capital Rampart (Leyndell, Royal Capital)", Description = "Leyndell, Royal Capital")]
+ EastCapitalRampartLeyndellRoyalCapital = 71102,
- [Annotation(Name = "Lower Capital Church", Description = "Leyndell, Royal Capital")]
- LowerCapitalChurch = 71103,
+ [Annotation(Name = "Lower Capital Church", Description = "Leyndell, Royal Capital")]
+ LowerCapitalChurch = 71103,
- [Annotation(Name = "Avenue Balcony", Description = "Leyndell, Royal Capital")]
- AvenueBalcony = 71104,
+ [Annotation(Name = "Avenue Balcony", Description = "Leyndell, Royal Capital")]
+ AvenueBalcony = 71104,
- [Annotation(Name = "West Capital Rampart", Description = "Leyndell, Royal Capital")]
- WestCapitalRampart = 71105,
+ [Annotation(Name = "West Capital Rampart", Description = "Leyndell, Royal Capital")]
+ WestCapitalRampart = 71105,
- [Annotation(Name = "Queen's Bedchamber (Leyndell, Royal Capital)", Description = "Leyndell, Royal Capital")]
- QueensBedchamberLeyndellRoyalCapital = 71107,
+ [Annotation(Name = "Queen's Bedchamber (Leyndell, Royal Capital)", Description = "Leyndell, Royal Capital")]
+ QueensBedchamberLeyndellRoyalCapital = 71107,
- [Annotation(Name = "Fortified Manor, First Floor", Description = "Leyndell, Royal Capital")]
- FortifiedManorFirstFloor = 71108,
+ [Annotation(Name = "Fortified Manor, First Floor", Description = "Leyndell, Royal Capital")]
+ FortifiedManorFirstFloor = 71108,
- [Annotation(Name = "Divine Bridge (Leyndell, Royal Capital)", Description = "Leyndell, Royal Capital")]
- DivineBridgeLeyndellRoyalCapital = 71109,
+ [Annotation(Name = "Divine Bridge (Leyndell, Royal Capital)", Description = "Leyndell, Royal Capital")]
+ DivineBridgeLeyndellRoyalCapital = 71109,
- //Limgrave
+ //Limgrave
- [Annotation(Name = "Stormfoot Catacombs", Description = "Limgrave")]
- StormfootCatacombs = 73002,
+ [Annotation(Name = "Stormfoot Catacombs", Description = "Limgrave")]
+ StormfootCatacombs = 73002,
- [Annotation(Name = "Murkwater Catacombs", Description = "Limgrave")]
- MurkwaterCatacombs = 73004,
+ [Annotation(Name = "Murkwater Catacombs", Description = "Limgrave")]
+ MurkwaterCatacombs = 73004,
- [Annotation(Name = "Murkwater Cave", Description = "Limgrave")]
- MurkwaterCave = 73100,
+ [Annotation(Name = "Murkwater Cave", Description = "Limgrave")]
+ MurkwaterCave = 73100,
- [Annotation(Name = "Groveside Cave", Description = "Limgrave")]
- GrovesideCave = 73103,
+ [Annotation(Name = "Groveside Cave", Description = "Limgrave")]
+ GrovesideCave = 73103,
- [Annotation(Name = "Coastal Cave", Description = "Limgrave")]
- CoastalCave = 73115,
+ [Annotation(Name = "Coastal Cave", Description = "Limgrave")]
+ CoastalCave = 73115,
- [Annotation(Name = "Highroad Cave", Description = "Limgrave")]
- HighroadCave = 73117,
+ [Annotation(Name = "Highroad Cave", Description = "Limgrave")]
+ HighroadCave = 73117,
- [Annotation(Name = "Limgrave Tunnels", Description = "Limgrave")]
- LimgraveTunnels = 73201,
+ [Annotation(Name = "Limgrave Tunnels", Description = "Limgrave")]
+ LimgraveTunnels = 73201,
- [Annotation(Name = "Church of Elleh", Description = "Limgrave")]
- ChurchOfElleh = 76100,
+ [Annotation(Name = "Church of Elleh", Description = "Limgrave")]
+ ChurchOfElleh = 76100,
- [Annotation(Name = "The First Step", Description = "Limgrave")]
- TheFirstStep = 76101,
+ [Annotation(Name = "The First Step", Description = "Limgrave")]
+ TheFirstStep = 76101,
- [Annotation(Name = "Artist's Shack (Limgrave)", Description = "Limgrave")]
- ArtistsShackLimgrave = 76103,
+ [Annotation(Name = "Artist's Shack (Limgrave)", Description = "Limgrave")]
+ ArtistsShackLimgrave = 76103,
- [Annotation(Name = "Third Church of Marika", Description = "Limgrave")]
- ThirdChurchOfMarika = 76104,
+ [Annotation(Name = "Third Church of Marika", Description = "Limgrave")]
+ ThirdChurchOfMarika = 76104,
- [Annotation(Name = "Fort Haight West", Description = "Limgrave")]
- FortHaightWest = 76105,
+ [Annotation(Name = "Fort Haight West", Description = "Limgrave")]
+ FortHaightWest = 76105,
- [Annotation(Name = "Agheel Lake South", Description = "Limgrave")]
- AgheelLakeSouth = 76106,
+ [Annotation(Name = "Agheel Lake South", Description = "Limgrave")]
+ AgheelLakeSouth = 76106,
- [Annotation(Name = "Agheel Lake North", Description = "Limgrave")]
- AgheelLakeNorth = 76108,
+ [Annotation(Name = "Agheel Lake North", Description = "Limgrave")]
+ AgheelLakeNorth = 76108,
- [Annotation(Name = "Church of Dragon Communion", Description = "Limgrave")]
- ChurchOfDragonCommunion = 76110,
+ [Annotation(Name = "Church of Dragon Communion", Description = "Limgrave")]
+ ChurchOfDragonCommunion = 76110,
- [Annotation(Name = "Gatefront", Description = "Limgrave")]
- Gatefront = 76111,
+ [Annotation(Name = "Gatefront", Description = "Limgrave")]
+ Gatefront = 76111,
- [Annotation(Name = "Seaside Ruins", Description = "Limgrave")]
- SeasideRuins = 76113,
+ [Annotation(Name = "Seaside Ruins", Description = "Limgrave")]
+ SeasideRuins = 76113,
- [Annotation(Name = "Mistwood Outskirts", Description = "Limgrave")]
- MistwoodOutskirts = 76114,
+ [Annotation(Name = "Mistwood Outskirts", Description = "Limgrave")]
+ MistwoodOutskirts = 76114,
- [Annotation(Name = "Murkwater Coast", Description = "Limgrave")]
- MurkwaterCoast = 76116,
+ [Annotation(Name = "Murkwater Coast", Description = "Limgrave")]
+ MurkwaterCoast = 76116,
- [Annotation(Name = "Summonwater Village Outskirts", Description = "Limgrave")]
- SummonwaterVillageOutskirts = 76119,
+ [Annotation(Name = "Summonwater Village Outskirts", Description = "Limgrave")]
+ SummonwaterVillageOutskirts = 76119,
- [Annotation(Name = "Waypoint Ruins Cellar", Description = "Limgrave")]
- WaypointRuinsCellar = 76120,
+ [Annotation(Name = "Waypoint Ruins Cellar", Description = "Limgrave")]
+ WaypointRuinsCellar = 76120,
- //Liurnia of the Lakes
+ //Liurnia of the Lakes
- [Annotation(Name = "Road's End Catacombs", Description = "Liurnia of the Lakes")]
- RoadsEndCatacombs = 73003,
+ [Annotation(Name = "Road's End Catacombs", Description = "Liurnia of the Lakes")]
+ RoadsEndCatacombs = 73003,
- [Annotation(Name = "Black Knife Catacombs", Description = "Liurnia of the Lakes")]
- BlackKnifeCatacombs = 73005,
+ [Annotation(Name = "Black Knife Catacombs", Description = "Liurnia of the Lakes")]
+ BlackKnifeCatacombs = 73005,
- [Annotation(Name = "Cliffbottom Catacombs", Description = "Liurnia of the Lakes")]
- CliffbottomCatacombs = 73006,
+ [Annotation(Name = "Cliffbottom Catacombs", Description = "Liurnia of the Lakes")]
+ CliffbottomCatacombs = 73006,
- [Annotation(Name = "Stillwater Cave", Description = "Liurnia of the Lakes")]
- StillwaterCave = 73104,
+ [Annotation(Name = "Stillwater Cave", Description = "Liurnia of the Lakes")]
+ StillwaterCave = 73104,
- [Annotation(Name = "Lakeside Crystal Cave", Description = "Liurnia of the Lakes")]
- LakesideCrystalCave = 73105,
+ [Annotation(Name = "Lakeside Crystal Cave", Description = "Liurnia of the Lakes")]
+ LakesideCrystalCave = 73105,
- [Annotation(Name = "Academy Crystal Cave", Description = "Liurnia of the Lakes")]
- AcademyCrystalCave = 73106,
+ [Annotation(Name = "Academy Crystal Cave", Description = "Liurnia of the Lakes")]
+ AcademyCrystalCave = 73106,
- [Annotation(Name = "Raya Lucaria Crystal Tunnel", Description = "Liurnia of the Lakes")]
- RayaLucariaCrystalTunnel = 73202,
+ [Annotation(Name = "Raya Lucaria Crystal Tunnel", Description = "Liurnia of the Lakes")]
+ RayaLucariaCrystalTunnel = 73202,
- [Annotation(Name = "Study Hall Entrance", Description = "Liurnia of the Lakes")]
- StudyHallEntrance = 73420,
+ [Annotation(Name = "Study Hall Entrance", Description = "Liurnia of the Lakes")]
+ StudyHallEntrance = 73420,
- [Annotation(Name = "Liurnia Tower Bridge", Description = "Liurnia of the Lakes")]
- LiurniaTowerBridge = 73421,
+ [Annotation(Name = "Liurnia Tower Bridge", Description = "Liurnia of the Lakes")]
+ LiurniaTowerBridge = 73421,
- [Annotation(Name = "Divine Tower of Liurnia", Description = "Liurnia of the Lakes")]
- DivineTowerOfLiurnia = 73422,
+ [Annotation(Name = "Divine Tower of Liurnia", Description = "Liurnia of the Lakes")]
+ DivineTowerOfLiurnia = 73422,
- [Annotation(Name = "Lake-Facing Cliffs", Description = "Liurnia of the Lakes")]
- LakeFacingCliffs = 76200,
+ [Annotation(Name = "Lake-Facing Cliffs", Description = "Liurnia of the Lakes")]
+ LakeFacingCliffs = 76200,
- [Annotation(Name = "Liurnia Lake Shore", Description = "Liurnia of the Lakes")]
- LiurniaLakeShore = 76201,
+ [Annotation(Name = "Liurnia Lake Shore", Description = "Liurnia of the Lakes")]
+ LiurniaLakeShore = 76201,
- [Annotation(Name = "Laskyar Ruins", Description = "Liurnia of the Lakes")]
- LaskyarRuins = 76202,
+ [Annotation(Name = "Laskyar Ruins", Description = "Liurnia of the Lakes")]
+ LaskyarRuins = 76202,
- [Annotation(Name = "Scenic Isle", Description = "Liurnia of the Lakes")]
- ScenicIsle = 76203,
+ [Annotation(Name = "Scenic Isle", Description = "Liurnia of the Lakes")]
+ ScenicIsle = 76203,
- [Annotation(Name = "Academy Gate Town", Description = "Liurnia of the Lakes")]
- AcademyGateTown = 76204,
+ [Annotation(Name = "Academy Gate Town", Description = "Liurnia of the Lakes")]
+ AcademyGateTown = 76204,
- [Annotation(Name = "South Raya Lucaria Gate", Description = "Liurnia of the Lakes")]
- SouthRayaLucariaGate = 76205,
+ [Annotation(Name = "South Raya Lucaria Gate", Description = "Liurnia of the Lakes")]
+ SouthRayaLucariaGate = 76205,
- [Annotation(Name = "Main Academy Gate", Description = "Liurnia of the Lakes")]
- MainAcademyGate = 76206,
+ [Annotation(Name = "Main Academy Gate", Description = "Liurnia of the Lakes")]
+ MainAcademyGate = 76206,
- [Annotation(Name = "Grand Lift of Dectus", Description = "Liurnia of the Lakes")]
- GrandLiftOfDectus = 76209,
+ [Annotation(Name = "Grand Lift of Dectus", Description = "Liurnia of the Lakes")]
+ GrandLiftOfDectus = 76209,
- [Annotation(Name = "Foot of the Four Belfries", Description = "Liurnia of the Lakes")]
- FootOfTheFourBelfries = 76210,
+ [Annotation(Name = "Foot of the Four Belfries", Description = "Liurnia of the Lakes")]
+ FootOfTheFourBelfries = 76210,
- [Annotation(Name = "Sorcerer's Isle", Description = "Liurnia of the Lakes")]
- SorcerersIsle = 76211,
+ [Annotation(Name = "Sorcerer's Isle", Description = "Liurnia of the Lakes")]
+ SorcerersIsle = 76211,
- [Annotation(Name = "Northern Liurnia Lake Shore", Description = "Liurnia of the Lakes")]
- NorthernLiurniaLakeShore = 76212,
+ [Annotation(Name = "Northern Liurnia Lake Shore", Description = "Liurnia of the Lakes")]
+ NorthernLiurniaLakeShore = 76212,
- [Annotation(Name = "Road to the Manor", Description = "Liurnia of the Lakes")]
- RoadToTheManor = 76213,
+ [Annotation(Name = "Road to the Manor", Description = "Liurnia of the Lakes")]
+ RoadToTheManor = 76213,
- [Annotation(Name = "Main Caria Manor Gate", Description = "Liurnia of the Lakes")]
- MainCariaManorGate = 76214,
+ [Annotation(Name = "Main Caria Manor Gate", Description = "Liurnia of the Lakes")]
+ MainCariaManorGate = 76214,
- [Annotation(Name = "Slumbering Wolf's Shack", Description = "Liurnia of the Lakes")]
- SlumberingWolfsShack = 76215,
+ [Annotation(Name = "Slumbering Wolf's Shack", Description = "Liurnia of the Lakes")]
+ SlumberingWolfsShack = 76215,
- [Annotation(Name = "Boilprawn Shack", Description = "Liurnia of the Lakes")]
- BoilprawnShack = 76216,
+ [Annotation(Name = "Boilprawn Shack", Description = "Liurnia of the Lakes")]
+ BoilprawnShack = 76216,
- [Annotation(Name = "Artist's Shack (Liurnia of the Lakes)", Description = "Liurnia of the Lakes")]
- ArtistsShackLiurniaOfTheLakes = 76217,
+ [Annotation(Name = "Artist's Shack (Liurnia of the Lakes)", Description = "Liurnia of the Lakes")]
+ ArtistsShackLiurniaOfTheLakes = 76217,
- [Annotation(Name = "Revenger's Shack", Description = "Liurnia of the Lakes")]
- RevengersShack = 76218,
+ [Annotation(Name = "Revenger's Shack", Description = "Liurnia of the Lakes")]
+ RevengersShack = 76218,
- [Annotation(Name = "Folly on the Lake", Description = "Liurnia of the Lakes")]
- FollyonTheLake = 76219,
+ [Annotation(Name = "Folly on the Lake", Description = "Liurnia of the Lakes")]
+ FollyonTheLake = 76219,
- [Annotation(Name = "Village of the Albinaurics", Description = "Liurnia of the Lakes")]
- VillageOfTheAlbinaurics = 76220,
+ [Annotation(Name = "Village of the Albinaurics", Description = "Liurnia of the Lakes")]
+ VillageOfTheAlbinaurics = 76220,
- [Annotation(Name = "Liurnia Highway North", Description = "Liurnia of the Lakes")]
- LiurniaHighwayNorth = 76221,
+ [Annotation(Name = "Liurnia Highway North", Description = "Liurnia of the Lakes")]
+ LiurniaHighwayNorth = 76221,
- [Annotation(Name = "Gate Town Bridge", Description = "Liurnia of the Lakes")]
- GateTownBridge = 76222,
+ [Annotation(Name = "Gate Town Bridge", Description = "Liurnia of the Lakes")]
+ GateTownBridge = 76222,
- [Annotation(Name = "Eastern Liurnia Lake Shore", Description = "Liurnia of the Lakes")]
- EasternLiurniaLakeShore = 76223,
+ [Annotation(Name = "Eastern Liurnia Lake Shore", Description = "Liurnia of the Lakes")]
+ EasternLiurniaLakeShore = 76223,
- [Annotation(Name = "Church of Vows", Description = "Liurnia of the Lakes")]
- ChurchOfVows = 76224,
+ [Annotation(Name = "Church of Vows", Description = "Liurnia of the Lakes")]
+ ChurchOfVows = 76224,
- [Annotation(Name = "Ruined Labyrinth", Description = "Liurnia of the Lakes")]
- RuinedLabyrinth = 76225,
+ [Annotation(Name = "Ruined Labyrinth", Description = "Liurnia of the Lakes")]
+ RuinedLabyrinth = 76225,
- [Annotation(Name = "Mausoleum Compound", Description = "Liurnia of the Lakes")]
- MausoleumCompound = 76226,
+ [Annotation(Name = "Mausoleum Compound", Description = "Liurnia of the Lakes")]
+ MausoleumCompound = 76226,
- [Annotation(Name = "The Four Belfries", Description = "Liurnia of the Lakes")]
- TheFourBelfries = 76227,
+ [Annotation(Name = "The Four Belfries", Description = "Liurnia of the Lakes")]
+ TheFourBelfries = 76227,
- [Annotation(Name = "Ranni's Rise", Description = "Liurnia of the Lakes")]
- RannisRise = 76228,
+ [Annotation(Name = "Ranni's Rise", Description = "Liurnia of the Lakes")]
+ RannisRise = 76228,
- [Annotation(Name = "Ravine-Veiled Village", Description = "Liurnia of the Lakes")]
- RavineVeiledVillage = 76229,
+ [Annotation(Name = "Ravine-Veiled Village", Description = "Liurnia of the Lakes")]
+ RavineVeiledVillage = 76229,
- [Annotation(Name = "Manor Upper Level", Description = "Liurnia of the Lakes")]
- ManorUpperLevel = 76230,
+ [Annotation(Name = "Manor Upper Level", Description = "Liurnia of the Lakes")]
+ ManorUpperLevel = 76230,
- [Annotation(Name = "Manor Lower Level", Description = "Liurnia of the Lakes")]
- ManorLowerLevel = 76231,
+ [Annotation(Name = "Manor Lower Level", Description = "Liurnia of the Lakes")]
+ ManorLowerLevel = 76231,
- [Annotation(Name = "Royal Moongazing Grounds", Description = "Liurnia of the Lakes")]
- RoyalMoongazingGrounds = 76232,
+ [Annotation(Name = "Royal Moongazing Grounds", Description = "Liurnia of the Lakes")]
+ RoyalMoongazingGrounds = 76232,
- [Annotation(Name = "Gate Town North", Description = "Liurnia of the Lakes")]
- GateTownNorth = 76233,
+ [Annotation(Name = "Gate Town North", Description = "Liurnia of the Lakes")]
+ GateTownNorth = 76233,
- [Annotation(Name = "Eastern Tableland", Description = "Liurnia of the Lakes")]
- EasternTableland = 76234,
+ [Annotation(Name = "Eastern Tableland", Description = "Liurnia of the Lakes")]
+ EasternTableland = 76234,
- [Annotation(Name = "The Ravine", Description = "Liurnia of the Lakes")]
- TheRavine = 76235,
+ [Annotation(Name = "The Ravine", Description = "Liurnia of the Lakes")]
+ TheRavine = 76235,
- [Annotation(Name = "Fallen Ruins of the Lake", Description = "Liurnia of the Lakes")]
- FallenRuinsOfTheLake = 76236,
+ [Annotation(Name = "Fallen Ruins of the Lake", Description = "Liurnia of the Lakes")]
+ FallenRuinsOfTheLake = 76236,
- [Annotation(Name = "Converted Tower", Description = "Liurnia of the Lakes")]
- ConvertedTower = 76237,
+ [Annotation(Name = "Converted Tower", Description = "Liurnia of the Lakes")]
+ ConvertedTower = 76237,
- [Annotation(Name = "Behind Caria Manor", Description = "Liurnia of the Lakes")]
- BehindCariaManor = 76238,
+ [Annotation(Name = "Behind Caria Manor", Description = "Liurnia of the Lakes")]
+ BehindCariaManor = 76238,
- [Annotation(Name = "Temple Quarter", Description = "Liurnia of the Lakes")]
- TempleQuarter = 76241,
+ [Annotation(Name = "Temple Quarter", Description = "Liurnia of the Lakes")]
+ TempleQuarter = 76241,
- [Annotation(Name = "East Gate Bridge Trestle", Description = "Liurnia of the Lakes")]
- EastGateBridgeTrestle = 76242,
+ [Annotation(Name = "East Gate Bridge Trestle", Description = "Liurnia of the Lakes")]
+ EastGateBridgeTrestle = 76242,
- [Annotation(Name = "Crystalline Woods", Description = "Liurnia of the Lakes")]
- CrystallineWoods = 76243,
+ [Annotation(Name = "Crystalline Woods", Description = "Liurnia of the Lakes")]
+ CrystallineWoods = 76243,
- [Annotation(Name = "Liurnia Highway South", Description = "Liurnia of the Lakes")]
- LiurniaHighwaySouth = 76244,
+ [Annotation(Name = "Liurnia Highway South", Description = "Liurnia of the Lakes")]
+ LiurniaHighwaySouth = 76244,
- [Annotation(Name = "Jarburg", Description = "Liurnia of the Lakes")]
- Jarburg = 76245,
+ [Annotation(Name = "Jarburg", Description = "Liurnia of the Lakes")]
+ Jarburg = 76245,
- [Annotation(Name = "Ranni's Chamber", Description = "Liurnia of the Lakes")]
- RannisChamber = 76247,
+ [Annotation(Name = "Ranni's Chamber", Description = "Liurnia of the Lakes")]
+ RannisChamber = 76247,
- //Miquella's Haligtree
+ //Miquella's Haligtree
- [Annotation(Name = "Haligtree Promenade", Description = "Miquella's Haligtree")]
- HaligtreePromenade = 71505,
+ [Annotation(Name = "Haligtree Promenade", Description = "Miquella's Haligtree")]
+ HaligtreePromenade = 71505,
- [Annotation(Name = "Haligtree Canopy", Description = "Miquella's Haligtree")]
- HaligtreeCanopy = 71506,
+ [Annotation(Name = "Haligtree Canopy", Description = "Miquella's Haligtree")]
+ HaligtreeCanopy = 71506,
- [Annotation(Name = "Haligtree Town", Description = "Miquella's Haligtree")]
- HaligtreeTown = 71507,
+ [Annotation(Name = "Haligtree Town", Description = "Miquella's Haligtree")]
+ HaligtreeTown = 71507,
- [Annotation(Name = "Haligtree Town Plaza", Description = "Miquella's Haligtree")]
- HaligtreeTownPlaza = 71508,
+ [Annotation(Name = "Haligtree Town Plaza", Description = "Miquella's Haligtree")]
+ HaligtreeTownPlaza = 71508,
- //Mohgwyn Palace
+ //Mohgwyn Palace
- [Annotation(Name = "Cocoon of the Empyrean", Description = "Mohgwyn Palace")]
- CocoonOfTheEmpyrean = 71250,
+ [Annotation(Name = "Cocoon of the Empyrean", Description = "Mohgwyn Palace")]
+ CocoonOfTheEmpyrean = 71250,
- [Annotation(Name = "Palace Approach Ledge-Road", Description = "Mohgwyn Palace")]
- PalaceApproachLedgeRoad = 71251,
+ [Annotation(Name = "Palace Approach Ledge-Road", Description = "Mohgwyn Palace")]
+ PalaceApproachLedgeRoad = 71251,
- [Annotation(Name = "Dynasty Mausoleum Entrance", Description = "Mohgwyn Palace")]
- DynastyMausoleumEntrance = 71252,
+ [Annotation(Name = "Dynasty Mausoleum Entrance", Description = "Mohgwyn Palace")]
+ DynastyMausoleumEntrance = 71252,
- [Annotation(Name = "Dynasty Mausoleum Midpoint", Description = "Mohgwyn Palace")]
- DynastyMausoleumMidpoint = 71253,
+ [Annotation(Name = "Dynasty Mausoleum Midpoint", Description = "Mohgwyn Palace")]
+ DynastyMausoleumMidpoint = 71253,
- //Moonlight Altar
+ //Moonlight Altar
- [Annotation(Name = "Moonlight Altar", Description = "Moonlight Altar")]
- MoonlightAltar = 76250,
+ [Annotation(Name = "Moonlight Altar", Description = "Moonlight Altar")]
+ MoonlightAltar = 76250,
- [Annotation(Name = "Cathedral of Manus Celes", Description = "Moonlight Altar")]
- CathedralOfManusCeles = 76251,
+ [Annotation(Name = "Cathedral of Manus Celes", Description = "Moonlight Altar")]
+ CathedralOfManusCeles = 76251,
- [Annotation(Name = "Altar South", Description = "Moonlight Altar")]
- AltarSouth = 76252,
+ [Annotation(Name = "Altar South", Description = "Moonlight Altar")]
+ AltarSouth = 76252,
- //Mountaintops of the Giants
+ //Mountaintops of the Giants
- [Annotation(Name = "Spiritcaller's Cave", Description = "Mountaintops of the Giants")]
- SpiritcallersCave = 73122,
+ [Annotation(Name = "Spiritcaller's Cave", Description = "Mountaintops of the Giants")]
+ SpiritcallersCave = 73122,
- [Annotation(Name = "Zamor Ruins", Description = "Mountaintops of the Giants")]
- ZamorRuins = 76501,
+ [Annotation(Name = "Zamor Ruins", Description = "Mountaintops of the Giants")]
+ ZamorRuins = 76501,
- [Annotation(Name = "Ancient Snow Valley Ruins", Description = "Mountaintops of the Giants")]
- AncientSnowValleyRuins = 76503,
+ [Annotation(Name = "Ancient Snow Valley Ruins", Description = "Mountaintops of the Giants")]
+ AncientSnowValleyRuins = 76503,
- [Annotation(Name = "Freezing Lake", Description = "Mountaintops of the Giants")]
- FreezingLake = 76504,
+ [Annotation(Name = "Freezing Lake", Description = "Mountaintops of the Giants")]
+ FreezingLake = 76504,
- [Annotation(Name = "First Church of Marika", Description = "Mountaintops of the Giants")]
- FirstChurchOfMarika = 76505,
+ [Annotation(Name = "First Church of Marika", Description = "Mountaintops of the Giants")]
+ FirstChurchOfMarika = 76505,
- [Annotation(Name = "Whiteridge Road", Description = "Mountaintops of the Giants")]
- WhiteridgeRoad = 76520,
+ [Annotation(Name = "Whiteridge Road", Description = "Mountaintops of the Giants")]
+ WhiteridgeRoad = 76520,
- [Annotation(Name = "Snow Valley Ruins Overlook", Description = "Mountaintops of the Giants")]
- SnowValleyRuinsOverlook = 76521,
+ [Annotation(Name = "Snow Valley Ruins Overlook", Description = "Mountaintops of the Giants")]
+ SnowValleyRuinsOverlook = 76521,
- [Annotation(Name = "Castle Sol Main Gate", Description = "Mountaintops of the Giants")]
- CastleSolMainGate = 76522,
+ [Annotation(Name = "Castle Sol Main Gate", Description = "Mountaintops of the Giants")]
+ CastleSolMainGate = 76522,
- [Annotation(Name = "Church of the Eclipse", Description = "Mountaintops of the Giants")]
- ChurchOfTheEclipse = 76523,
+ [Annotation(Name = "Church of the Eclipse", Description = "Mountaintops of the Giants")]
+ ChurchOfTheEclipse = 76523,
- [Annotation(Name = "Castle Sol Rooftop", Description = "Mountaintops of the Giants")]
- CastleSolRooftop = 76524,
+ [Annotation(Name = "Castle Sol Rooftop", Description = "Mountaintops of the Giants")]
+ CastleSolRooftop = 76524,
- //Mt. Gelmir
+ //Mt. Gelmir
- [Annotation(Name = "Wyndham Catacombs", Description = "Mt. Gelmir")]
- WyndhamCatacombs = 73007,
+ [Annotation(Name = "Wyndham Catacombs", Description = "Mt. Gelmir")]
+ WyndhamCatacombs = 73007,
- [Annotation(Name = "Gelmir Hero's Grave", Description = "Mt. Gelmir")]
- GelmirHerosGrave = 73009,
+ [Annotation(Name = "Gelmir Hero's Grave", Description = "Mt. Gelmir")]
+ GelmirHerosGrave = 73009,
- [Annotation(Name = "Seethewater Cave", Description = "Mt. Gelmir")]
- SeethewaterCave = 73107,
+ [Annotation(Name = "Seethewater Cave", Description = "Mt. Gelmir")]
+ SeethewaterCave = 73107,
- [Annotation(Name = "Volcano Cave", Description = "Mt. Gelmir")]
- VolcanoCave = 73109,
+ [Annotation(Name = "Volcano Cave", Description = "Mt. Gelmir")]
+ VolcanoCave = 73109,
- [Annotation(Name = "Bridge of Iniquity", Description = "Mt. Gelmir")]
- BridgeOfIniquity = 76350,
+ [Annotation(Name = "Bridge of Iniquity", Description = "Mt. Gelmir")]
+ BridgeOfIniquity = 76350,
- [Annotation(Name = "First Mt. Gelmir Campsite", Description = "Mt. Gelmir")]
- FirstMtGelmirCampsite = 76351,
+ [Annotation(Name = "First Mt. Gelmir Campsite", Description = "Mt. Gelmir")]
+ FirstMtGelmirCampsite = 76351,
- [Annotation(Name = "Ninth Mt. Gelmir Campsite", Description = "Mt. Gelmir")]
- NinthMtGelmirCampsite = 76352,
+ [Annotation(Name = "Ninth Mt. Gelmir Campsite", Description = "Mt. Gelmir")]
+ NinthMtGelmirCampsite = 76352,
- [Annotation(Name = "Road of Iniquity", Description = "Mt. Gelmir")]
- RoadOfIniquity = 76353,
+ [Annotation(Name = "Road of Iniquity", Description = "Mt. Gelmir")]
+ RoadOfIniquity = 76353,
- [Annotation(Name = "Seethewater River", Description = "Mt. Gelmir")]
- SeethewaterRiver = 76354,
+ [Annotation(Name = "Seethewater River", Description = "Mt. Gelmir")]
+ SeethewaterRiver = 76354,
- [Annotation(Name = "Seethewater Terminus", Description = "Mt. Gelmir")]
- SeethewaterTerminus = 76355,
+ [Annotation(Name = "Seethewater Terminus", Description = "Mt. Gelmir")]
+ SeethewaterTerminus = 76355,
- [Annotation(Name = "Craftsman's Shack", Description = "Mt. Gelmir")]
- CraftsmansShack = 76356,
+ [Annotation(Name = "Craftsman's Shack", Description = "Mt. Gelmir")]
+ CraftsmansShack = 76356,
- [Annotation(Name = "Primeval Sorcerer Azur", Description = "Mt. Gelmir")]
- PrimevalSorcererAzur = 76357,
+ [Annotation(Name = "Primeval Sorcerer Azur", Description = "Mt. Gelmir")]
+ PrimevalSorcererAzur = 76357,
- //Nokron, Eternal City
+ //Nokron, Eternal City
- [Annotation(Name = "Great Waterfall Basin", Description = "Nokron, Eternal City")]
- GreatWaterfallBasin = 71220,
+ [Annotation(Name = "Great Waterfall Basin", Description = "Nokron, Eternal City")]
+ GreatWaterfallBasin = 71220,
- [Annotation(Name = "Mimic Tear", Description = "Nokron, Eternal City")]
- MimicTear = 71221,
+ [Annotation(Name = "Mimic Tear", Description = "Nokron, Eternal City")]
+ MimicTear = 71221,
- [Annotation(Name = "Ancestral Woods", Description = "Nokron, Eternal City")]
- AncestralWoods = 71224,
+ [Annotation(Name = "Ancestral Woods", Description = "Nokron, Eternal City")]
+ AncestralWoods = 71224,
- [Annotation(Name = "Aqueduct-Facing Cliffs", Description = "Nokron, Eternal City")]
- AqueductFacingCliffs = 71225,
+ [Annotation(Name = "Aqueduct-Facing Cliffs", Description = "Nokron, Eternal City")]
+ AqueductFacingCliffs = 71225,
- [Annotation(Name = "Night's Sacred Ground", Description = "Nokron, Eternal City")]
- NightsSacredGround = 71226,
+ [Annotation(Name = "Night's Sacred Ground", Description = "Nokron, Eternal City")]
+ NightsSacredGround = 71226,
- [Annotation(Name = "Nokron, Eternal City", Description = "Nokron, Eternal City")]
- NokronEternalCity = 71271,
+ [Annotation(Name = "Nokron, Eternal City", Description = "Nokron, Eternal City")]
+ NokronEternalCity = 71271,
- //Roundtable Hold
+ //Roundtable Hold
- [Annotation(Name = "Table of Lost Grace", Description = "Roundtable Hold")]
- TableOfLostGrace = 71190,
+ [Annotation(Name = "Table of Lost Grace", Description = "Roundtable Hold")]
+ TableOfLostGrace = 71190,
- //Ruin-Strewn Precipice
+ //Ruin-Strewn Precipice
- [Annotation(Name = "Magma Wyrm", Description = "Ruin-Strewn Precipice")]
- MagmaWyrm = 73900,
+ [Annotation(Name = "Magma Wyrm", Description = "Ruin-Strewn Precipice")]
+ MagmaWyrm = 73900,
- [Annotation(Name = "Ruin-Strewn Precipice", Description = "Ruin-Strewn Precipice")]
- RuinStrewnPrecipice = 73901,
+ [Annotation(Name = "Ruin-Strewn Precipice", Description = "Ruin-Strewn Precipice")]
+ RuinStrewnPrecipice = 73901,
- [Annotation(Name = "Ruin-Strewn Precipice Overlook", Description = "Ruin-Strewn Precipice")]
- RuinStrewnPrecipiceOverlook = 73902,
+ [Annotation(Name = "Ruin-Strewn Precipice Overlook", Description = "Ruin-Strewn Precipice")]
+ RuinStrewnPrecipiceOverlook = 73902,
- //Siofra River
+ //Siofra River
- [Annotation(Name = "Siofra River Bank", Description = "Siofra River")]
- SiofraRiverBank = 71222,
+ [Annotation(Name = "Siofra River Bank", Description = "Siofra River")]
+ SiofraRiverBank = 71222,
- [Annotation(Name = "Worshippers' Woods", Description = "Siofra River")]
- WorshippersWoods = 71223,
+ [Annotation(Name = "Worshippers' Woods", Description = "Siofra River")]
+ WorshippersWoods = 71223,
- [Annotation(Name = "Below the Well", Description = "Siofra River")]
- BelowTheWell = 71227,
+ [Annotation(Name = "Below the Well", Description = "Siofra River")]
+ BelowTheWell = 71227,
- [Annotation(Name = "Siofra River Well Depths", Description = "Siofra River")]
- SiofraRiverWellDepths = 71270,
+ [Annotation(Name = "Siofra River Well Depths", Description = "Siofra River")]
+ SiofraRiverWellDepths = 71270,
- //Stormhill
+ //Stormhill
- [Annotation(Name = "Deathtouched Catacombs", Description = "Stormhill")]
- DeathtouchedCatacombs = 73011,
+ [Annotation(Name = "Deathtouched Catacombs", Description = "Stormhill")]
+ DeathtouchedCatacombs = 73011,
- [Annotation(Name = "Limgrave Tower Bridge", Description = "Stormhill")]
- LimgraveTowerBridge = 73410,
+ [Annotation(Name = "Limgrave Tower Bridge", Description = "Stormhill")]
+ LimgraveTowerBridge = 73410,
- [Annotation(Name = "Divine Tower of Limgrave", Description = "Stormhill")]
- DivineTowerOfLimgrave = 73412,
+ [Annotation(Name = "Divine Tower of Limgrave", Description = "Stormhill")]
+ DivineTowerOfLimgrave = 73412,
- [Annotation(Name = "Stormhill Shack", Description = "Stormhill")]
- StormhillShack = 76102,
+ [Annotation(Name = "Stormhill Shack", Description = "Stormhill")]
+ StormhillShack = 76102,
- [Annotation(Name = "Saintsbridge", Description = "Stormhill")]
- Saintsbridge = 76117,
+ [Annotation(Name = "Saintsbridge", Description = "Stormhill")]
+ Saintsbridge = 76117,
- [Annotation(Name = "Warmaster's Shack", Description = "Stormhill")]
- WarmastersShack = 76118,
+ [Annotation(Name = "Warmaster's Shack", Description = "Stormhill")]
+ WarmastersShack = 76118,
- //Stormveil Castle
+ //Stormveil Castle
- [Annotation(Name = "Godrick the Grafted", Description = "Stormveil Castle")]
- GodrickTheGrafted = 71000,
+ [Annotation(Name = "Godrick the Grafted", Description = "Stormveil Castle")]
+ GodrickTheGrafted = 71000,
- [Annotation(Name = "Margit, the Fell Omen", Description = "Stormveil Castle")]
- MargitTheFellOmen = 71001,
+ [Annotation(Name = "Margit, the Fell Omen", Description = "Stormveil Castle")]
+ MargitTheFellOmen = 71001,
- [Annotation(Name = "Castleward Tunnel", Description = "Stormveil Castle")]
- CastlewardTunnel = 71002,
+ [Annotation(Name = "Castleward Tunnel", Description = "Stormveil Castle")]
+ CastlewardTunnel = 71002,
- [Annotation(Name = "Gateside Chamber", Description = "Stormveil Castle")]
- GatesideChamber = 71003,
+ [Annotation(Name = "Gateside Chamber", Description = "Stormveil Castle")]
+ GatesideChamber = 71003,
- [Annotation(Name = "Stormveil Cliffside", Description = "Stormveil Castle")]
- StormveilCliffside = 71004,
+ [Annotation(Name = "Stormveil Cliffside", Description = "Stormveil Castle")]
+ StormveilCliffside = 71004,
- [Annotation(Name = "Rampart Tower", Description = "Stormveil Castle")]
- RampartTower = 71005,
+ [Annotation(Name = "Rampart Tower", Description = "Stormveil Castle")]
+ RampartTower = 71005,
- [Annotation(Name = "Liftside Chamber", Description = "Stormveil Castle")]
- LiftsideChamber = 71006,
+ [Annotation(Name = "Liftside Chamber", Description = "Stormveil Castle")]
+ LiftsideChamber = 71006,
- [Annotation(Name = "Secluded Cell", Description = "Stormveil Castle")]
- SecludedCell = 71007,
+ [Annotation(Name = "Secluded Cell", Description = "Stormveil Castle")]
+ SecludedCell = 71007,
- [Annotation(Name = "Stormveil Main Gate", Description = "Stormveil Castle")]
- StormveilMainGate = 71008,
+ [Annotation(Name = "Stormveil Main Gate", Description = "Stormveil Castle")]
+ StormveilMainGate = 71008,
- //Stranded Graveyard
+ //Stranded Graveyard
- [Annotation(Name = "Cave of Knowledge", Description = "Stranded Graveyard")]
- CaveOfKnowledge = 71800,
+ [Annotation(Name = "Cave of Knowledge", Description = "Stranded Graveyard")]
+ CaveOfKnowledge = 71800,
- [Annotation(Name = "Stranded Graveyard", Description = "Stranded Graveyard")]
- StrandedGraveyard = 71801,
+ [Annotation(Name = "Stranded Graveyard", Description = "Stranded Graveyard")]
+ StrandedGraveyard = 71801,
- //Subterranean Shunning-Grounds
+ //Subterranean Shunning-Grounds
- [Annotation(Name = "Cathedral of the Forsaken", Description = "Subterranean Shunning-Grounds")]
- CathedralOfTheForsaken = 73500,
+ [Annotation(Name = "Cathedral of the Forsaken", Description = "Subterranean Shunning-Grounds")]
+ CathedralOfTheForsaken = 73500,
- [Annotation(Name = "Underground Roadside", Description = "Subterranean Shunning-Grounds")]
- UndergroundRoadside = 73501,
+ [Annotation(Name = "Underground Roadside", Description = "Subterranean Shunning-Grounds")]
+ UndergroundRoadside = 73501,
- [Annotation(Name = "Forsaken Depths", Description = "Subterranean Shunning-Grounds")]
- ForsakenDepths = 73502,
+ [Annotation(Name = "Forsaken Depths", Description = "Subterranean Shunning-Grounds")]
+ ForsakenDepths = 73502,
- [Annotation(Name = "Leyndell Catacombs", Description = "Subterranean Shunning-Grounds")]
- LeyndellCatacombs = 73503,
+ [Annotation(Name = "Leyndell Catacombs", Description = "Subterranean Shunning-Grounds")]
+ LeyndellCatacombs = 73503,
- [Annotation(Name = "Frenzied Flame Proscription", Description = "Subterranean Shunning-Grounds")]
- FrenziedFlameProscription = 73504,
+ [Annotation(Name = "Frenzied Flame Proscription", Description = "Subterranean Shunning-Grounds")]
+ FrenziedFlameProscription = 73504,
- //Swamp of Aeonia
+ //Swamp of Aeonia
- [Annotation(Name = "Aeonia Swamp Shore", Description = "Swamp of Aeonia")]
- AeoniaSwampShore = 76406,
+ [Annotation(Name = "Aeonia Swamp Shore", Description = "Swamp of Aeonia")]
+ AeoniaSwampShore = 76406,
- [Annotation(Name = "Astray from Caelid Highway North", Description = "Swamp of Aeonia")]
- AstrayfromCaelidHighwayNorth = 76407,
+ [Annotation(Name = "Astray from Caelid Highway North", Description = "Swamp of Aeonia")]
+ AstrayfromCaelidHighwayNorth = 76407,
- [Annotation(Name = "Heart of Aeonia", Description = "Swamp of Aeonia")]
- HeartOfAeonia = 76412,
+ [Annotation(Name = "Heart of Aeonia", Description = "Swamp of Aeonia")]
+ HeartOfAeonia = 76412,
- [Annotation(Name = "Inner Aeonia", Description = "Swamp of Aeonia")]
- InnerAeonia = 76413,
+ [Annotation(Name = "Inner Aeonia", Description = "Swamp of Aeonia")]
+ InnerAeonia = 76413,
- //Volcano Manor
+ //Volcano Manor
- [Annotation(Name = "Rykard, Lord of Blasphemy", Description = "Volcano Manor")]
- RykardLordOfBlasphemy = 71600,
+ [Annotation(Name = "Rykard, Lord of Blasphemy", Description = "Volcano Manor")]
+ RykardLordOfBlasphemy = 71600,
- [Annotation(Name = "Temple of Eiglay", Description = "Volcano Manor")]
- TempleOfEiglay = 71601,
+ [Annotation(Name = "Temple of Eiglay", Description = "Volcano Manor")]
+ TempleOfEiglay = 71601,
- [Annotation(Name = "Volcano Manor", Description = "Volcano Manor")]
- VolcanoManor = 71602,
+ [Annotation(Name = "Volcano Manor", Description = "Volcano Manor")]
+ VolcanoManor = 71602,
- [Annotation(Name = "Prison Town Church", Description = "Volcano Manor")]
- PrisonTownChurch = 71603,
+ [Annotation(Name = "Prison Town Church", Description = "Volcano Manor")]
+ PrisonTownChurch = 71603,
- [Annotation(Name = "Guest Hall", Description = "Volcano Manor")]
- GuestHall = 71604,
+ [Annotation(Name = "Guest Hall", Description = "Volcano Manor")]
+ GuestHall = 71604,
- [Annotation(Name = "Audience Pathway", Description = "Volcano Manor")]
- AudiencePathway = 71605,
+ [Annotation(Name = "Audience Pathway", Description = "Volcano Manor")]
+ AudiencePathway = 71605,
- [Annotation(Name = "Abductor Virgin", Description = "Volcano Manor")]
- AbductorVirgin = 71606,
+ [Annotation(Name = "Abductor Virgin", Description = "Volcano Manor")]
+ AbductorVirgin = 71606,
- [Annotation(Name = "Subterranean Inquisition Chamber", Description = "Volcano Manor")]
- SubterraneanInquisitionChamber = 71607,
+ [Annotation(Name = "Subterranean Inquisition Chamber", Description = "Volcano Manor")]
+ SubterraneanInquisitionChamber = 71607,
- //Weeping Peninsula
+ //Weeping Peninsula
- [Annotation(Name = "Tombsward Catacombs", Description = "Weeping Peninsula")]
- TombswardCatacombs = 73000,
+ [Annotation(Name = "Tombsward Catacombs", Description = "Weeping Peninsula")]
+ TombswardCatacombs = 73000,
- [Annotation(Name = "Impaler's Catacombs", Description = "Weeping Peninsula")]
- ImpalersCatacombs = 73001,
+ [Annotation(Name = "Impaler's Catacombs", Description = "Weeping Peninsula")]
+ ImpalersCatacombs = 73001,
- [Annotation(Name = "Earthbore Cave", Description = "Weeping Peninsula")]
- EarthboreCave = 73101,
+ [Annotation(Name = "Earthbore Cave", Description = "Weeping Peninsula")]
+ EarthboreCave = 73101,
- [Annotation(Name = "Tombsward Cave", Description = "Weeping Peninsula")]
- TombswardCave = 73102,
+ [Annotation(Name = "Tombsward Cave", Description = "Weeping Peninsula")]
+ TombswardCave = 73102,
- [Annotation(Name = "Morne Tunnel", Description = "Weeping Peninsula")]
- MorneTunnel = 73200,
+ [Annotation(Name = "Morne Tunnel", Description = "Weeping Peninsula")]
+ MorneTunnel = 73200,
- [Annotation(Name = "Church of Pilgrimage", Description = "Weeping Peninsula")]
- ChurchOfPilgrimage = 76150,
+ [Annotation(Name = "Church of Pilgrimage", Description = "Weeping Peninsula")]
+ ChurchOfPilgrimage = 76150,
- [Annotation(Name = "Castle Morne Rampart", Description = "Weeping Peninsula")]
- CastleMorneRampart = 76151,
+ [Annotation(Name = "Castle Morne Rampart", Description = "Weeping Peninsula")]
+ CastleMorneRampart = 76151,
- [Annotation(Name = "Tombsward", Description = "Weeping Peninsula")]
- Tombsward = 76152,
+ [Annotation(Name = "Tombsward", Description = "Weeping Peninsula")]
+ Tombsward = 76152,
- [Annotation(Name = "South of the Lookout Tower", Description = "Weeping Peninsula")]
- SouthOfTheLookoutTower = 76153,
+ [Annotation(Name = "South of the Lookout Tower", Description = "Weeping Peninsula")]
+ SouthOfTheLookoutTower = 76153,
- [Annotation(Name = "Ailing Village Outskirts", Description = "Weeping Peninsula")]
- AilingVillageOutskirts = 76154,
+ [Annotation(Name = "Ailing Village Outskirts", Description = "Weeping Peninsula")]
+ AilingVillageOutskirts = 76154,
- [Annotation(Name = "Beside the Crater-Pocked Glade", Description = "Weeping Peninsula")]
- BesideTheCraterPockedGlade = 76155,
+ [Annotation(Name = "Beside the Crater-Pocked Glade", Description = "Weeping Peninsula")]
+ BesideTheCraterPockedGlade = 76155,
- [Annotation(Name = "Isolated Merchant's Shack (Weeping Peninsula)", Description = "Weeping Peninsula")]
- IsolatedMerchantsShackWeepingPeninsula = 76156,
+ [Annotation(Name = "Isolated Merchant's Shack (Weeping Peninsula)", Description = "Weeping Peninsula")]
+ IsolatedMerchantsShackWeepingPeninsula = 76156,
- [Annotation(Name = "Bridge of Sacrifice", Description = "Weeping Peninsula")]
- BridgeOfSacrifice = 76157,
+ [Annotation(Name = "Bridge of Sacrifice", Description = "Weeping Peninsula")]
+ BridgeOfSacrifice = 76157,
- [Annotation(Name = "Castle Morne Lift", Description = "Weeping Peninsula")]
- CastleMorneLift = 76158,
+ [Annotation(Name = "Castle Morne Lift", Description = "Weeping Peninsula")]
+ CastleMorneLift = 76158,
- [Annotation(Name = "Behind the Castle", Description = "Weeping Peninsula")]
- BehindTheCastle = 76159,
+ [Annotation(Name = "Behind the Castle", Description = "Weeping Peninsula")]
+ BehindTheCastle = 76159,
- [Annotation(Name = "Beside the Rampart Gaol", Description = "Weeping Peninsula")]
- BesideTheRampartGaol = 76160,
+ [Annotation(Name = "Beside the Rampart Gaol", Description = "Weeping Peninsula")]
+ BesideTheRampartGaol = 76160,
- [Annotation(Name = "Morne Moangrave", Description = "Weeping Peninsula")]
- MorneMoangrave = 76161,
+ [Annotation(Name = "Morne Moangrave", Description = "Weeping Peninsula")]
+ MorneMoangrave = 76161,
- [Annotation(Name = "Fourth Church of Marika", Description = "Weeping Peninsula")]
- FourthChurchOfMarika = 76162,
+ [Annotation(Name = "Fourth Church of Marika", Description = "Weeping Peninsula")]
+ FourthChurchOfMarika = 76162,
- // The Realm of Shadow
- [Annotation(Name = "Theatre of the Divine Beast", Description = "Belurat, Tower Settlement")]
- TheatreoftheDivineBeast = 72000,
+ // The Realm of Shadow
+ [Annotation(Name = "Theatre of the Divine Beast", Description = "Belurat, Tower Settlement")]
+ TheatreoftheDivineBeast = 72000,
- [Annotation(Name = "Belurat, Tower Settlement", Description = "Belurat, Tower Settlement")]
- BeluratTowerSettlement = 72001,
+ [Annotation(Name = "Belurat, Tower Settlement", Description = "Belurat, Tower Settlement")]
+ BeluratTowerSettlement = 72001,
- [Annotation(Name = "Small Private Altar", Description = "Belurat, Tower Settlement")]
- SmallPrivateAltar = 72002,
+ [Annotation(Name = "Small Private Altar", Description = "Belurat, Tower Settlement")]
+ SmallPrivateAltar = 72002,
- [Annotation(Name = "Stagefront", Description = "Belurat, Tower Settlement")]
- Stagefront = 72003,
+ [Annotation(Name = "Stagefront", Description = "Belurat, Tower Settlement")]
+ Stagefront = 72003,
- [Annotation(Name = "Gate of Divinity", Description = "Enir-Ilim")]
- GateofDivinity = 72010,
+ [Annotation(Name = "Gate of Divinity", Description = "Enir-Ilim")]
+ GateofDivinity = 72010,
- [Annotation(Name = "Enir-Ilim: Outer Wall", Description = "Enir-Ilim")]
- EnirIlimOuterWall = 72012,
+ [Annotation(Name = "Enir-Ilim: Outer Wall", Description = "Enir-Ilim")]
+ EnirIlimOuterWall = 72012,
- [Annotation(Name = "First Rise", Description = "Enir-Ilim")]
- FirstRise = 72013,
+ [Annotation(Name = "First Rise", Description = "Enir-Ilim")]
+ FirstRise = 72013,
- [Annotation(Name = "Spiral Rise", Description = "Enir-Ilim")]
- SpiralRise = 72014,
+ [Annotation(Name = "Spiral Rise", Description = "Enir-Ilim")]
+ SpiralRise = 72014,
- [Annotation(Name = "Cleansing Chamber Anteroom", Description = "Enir-Ilim")]
- CleansingChamberAnteroom = 72015,
+ [Annotation(Name = "Cleansing Chamber Anteroom", Description = "Enir-Ilim")]
+ CleansingChamberAnteroom = 72015,
- [Annotation(Name = "Divine Gate Front Staircase", Description = "Enir-Ilim")]
- DivineGateFrontStaircase = 72016,
+ [Annotation(Name = "Divine Gate Front Staircase", Description = "Enir-Ilim")]
+ DivineGateFrontStaircase = 72016,
- [Annotation(Name = "Main Gate Plaza", Description = "Shadow Keep")]
- MainGatePlaza = 72101,
+ [Annotation(Name = "Main Gate Plaza", Description = "Shadow Keep")]
+ MainGatePlaza = 72101,
- [Annotation(Name = "Shadow Keep Main Gate", Description = "Shadow Keep")]
- ShadowKeepMainGate = 72102,
+ [Annotation(Name = "Shadow Keep Main Gate", Description = "Shadow Keep")]
+ ShadowKeepMainGate = 72102,
- [Annotation(Name = "Church District Entrance", Description = "Shadow Keep, Church District")]
- ChurchDistrictEntrance = 72106,
+ [Annotation(Name = "Church District Entrance", Description = "Shadow Keep, Church District")]
+ ChurchDistrictEntrance = 72106,
- [Annotation(Name = "Sunken Chapel", Description = "Shadow Keep, Church District")]
- SunkenChapel = 72107,
+ [Annotation(Name = "Sunken Chapel", Description = "Shadow Keep, Church District")]
+ SunkenChapel = 72107,
- [Annotation(Name = "Tree,Worship Passage", Description = "Shadow Keep, Church District")]
- TreeWorshipPassage = 72108,
+ [Annotation(Name = "Tree,Worship Passage", Description = "Shadow Keep, Church District")]
+ TreeWorshipPassage = 72108,
- [Annotation(Name = "Tree,Worship Sanctum", Description = "Shadow Keep, Church District")]
- TreeWorshipSanctum = 72109,
+ [Annotation(Name = "Tree,Worship Sanctum", Description = "Shadow Keep, Church District")]
+ TreeWorshipSanctum = 72109,
- [Annotation(Name = "Messmer's Dark Chamber", Description = "Specimen Storehouse")]
- MessmersDarkChamber = 72110,
+ [Annotation(Name = "Messmer's Dark Chamber", Description = "Specimen Storehouse")]
+ MessmersDarkChamber = 72110,
- [Annotation(Name = "Storehouse, First Floor", Description = "Specimen Storehouse")]
- StorehouseFirstFloor = 72111,
+ [Annotation(Name = "Storehouse, First Floor", Description = "Specimen Storehouse")]
+ StorehouseFirstFloor = 72111,
- [Annotation(Name = "Storehouse, Fourth Floor", Description = "Specimen Storehouse")]
- StorehouseFourthFloor = 72112,
+ [Annotation(Name = "Storehouse, Fourth Floor", Description = "Specimen Storehouse")]
+ StorehouseFourthFloor = 72112,
- [Annotation(Name = "Storehouse, Seventh Floor", Description = "Specimen Storehouse")]
- StorehouseSeventhFloor = 72113,
+ [Annotation(Name = "Storehouse, Seventh Floor", Description = "Specimen Storehouse")]
+ StorehouseSeventhFloor = 72113,
- [Annotation(Name = "Dark Chamber Entrance", Description = "Specimen Storehouse")]
- DarkChamberEntrance = 72114,
+ [Annotation(Name = "Dark Chamber Entrance", Description = "Specimen Storehouse")]
+ DarkChamberEntrance = 72114,
- [Annotation(Name = "Storehouse, Back Section", Description = "Specimen Storehouse")]
- StorehouseBackSection = 72116,
+ [Annotation(Name = "Storehouse, Back Section", Description = "Specimen Storehouse")]
+ StorehouseBackSection = 72116,
- [Annotation(Name = "Storehouse, Loft", Description = "Specimen Storehouse")]
- StorehouseLoft = 72117,
+ [Annotation(Name = "Storehouse, Loft", Description = "Specimen Storehouse")]
+ StorehouseLoft = 72117,
- [Annotation(Name = "West Rampart", Description = "Specimen Storehouse")]
- WestRampart = 72120,
+ [Annotation(Name = "West Rampart", Description = "Specimen Storehouse")]
+ WestRampart = 72120,
- [Annotation(Name = "Garden of Deep Purple", Description = "Stone Coffin Fissure")]
- GardenofDeepPurple = 72200,
+ [Annotation(Name = "Garden of Deep Purple", Description = "Stone Coffin Fissure")]
+ GardenofDeepPurple = 72200,
- [Annotation(Name = "Stone Coffin Fissure", Description = "Stone Coffin Fissure")]
- StoneCoffinFissure = 72201,
+ [Annotation(Name = "Stone Coffin Fissure", Description = "Stone Coffin Fissure")]
+ StoneCoffinFissure = 72201,
- [Annotation(Name = "Fissure Cross", Description = "Stone Coffin Fissure")]
- FissureCross = 72202,
+ [Annotation(Name = "Fissure Cross", Description = "Stone Coffin Fissure")]
+ FissureCross = 72202,
- [Annotation(Name = "Fissure Waypoint", Description = "Stone Coffin Fissure")]
- FissureWaypoint = 72203,
+ [Annotation(Name = "Fissure Waypoint", Description = "Stone Coffin Fissure")]
+ FissureWaypoint = 72203,
- [Annotation(Name = "Fissure Depths", Description = "Stone Coffin Fissure")]
- FissureDepths = 72204,
+ [Annotation(Name = "Fissure Depths", Description = "Stone Coffin Fissure")]
+ FissureDepths = 72204,
- [Annotation(Name = "Finger Birthing Grounds", Description = "Scadu Altus")]
- FingerBirthingGrounds = 72500,
+ [Annotation(Name = "Finger Birthing Grounds", Description = "Scadu Altus")]
+ FingerBirthingGrounds = 72500,
- [Annotation(Name = "Discussion Chamber", Description = "Midra's Manse")]
- DiscussionChamber = 72800,
+ [Annotation(Name = "Discussion Chamber", Description = "Midra's Manse")]
+ DiscussionChamber = 72800,
- [Annotation(Name = "Manse Hall", Description = "Midra's Manse")]
- ManseHall = 72801,
+ [Annotation(Name = "Manse Hall", Description = "Midra's Manse")]
+ ManseHall = 72801,
- [Annotation(Name = "Midra's Library", Description = "Midra's Manse")]
- MidrasLibrary = 72802,
+ [Annotation(Name = "Midra's Library", Description = "Midra's Manse")]
+ MidrasLibrary = 72802,
- [Annotation(Name = "Second Floor Chamber", Description = "Midra's Manse")]
- SecondFloorChamber = 72803,
+ [Annotation(Name = "Second Floor Chamber", Description = "Midra's Manse")]
+ SecondFloorChamber = 72803,
- [Annotation(Name = "Fog Rift Catacombs", Description = "Gravesite Plain")]
- FogRiftCatacombs = 74000,
+ [Annotation(Name = "Fog Rift Catacombs", Description = "Gravesite Plain")]
+ FogRiftCatacombs = 74000,
- [Annotation(Name = "Ruined Forge Lava Intake", Description = "Gravesite Plain")]
- RuinedForgeLavaIntake = 74200,
+ [Annotation(Name = "Ruined Forge Lava Intake", Description = "Gravesite Plain")]
+ RuinedForgeLavaIntake = 74200,
- [Annotation(Name = "Rivermouth Cave", Description = "Gravesite Plain")]
- RivermouthCave = 74300,
+ [Annotation(Name = "Rivermouth Cave", Description = "Gravesite Plain")]
+ RivermouthCave = 74300,
- [Annotation(Name = "Dragon's Pit", Description = "Gravesite Plain")]
- DragonsPit = 74301,
+ [Annotation(Name = "Dragon's Pit", Description = "Gravesite Plain")]
+ DragonsPit = 74301,
- [Annotation(Name = "Dragon's Pit Terminus", Description = "Gravesite Plain")]
- DragonsPitTerminus = 74351,
+ [Annotation(Name = "Dragon's Pit Terminus", Description = "Gravesite Plain")]
+ DragonsPitTerminus = 74351,
- [Annotation(Name = "Cliffroad Terminus", Description = "Gravesite Plain")]
- CliffroadTerminus = 76804,
+ [Annotation(Name = "Cliffroad Terminus", Description = "Gravesite Plain")]
+ CliffroadTerminus = 76804,
- [Annotation(Name = "Main Gate Cross", Description = "Gravesite Plain")]
- MainGateCross = 76803,
+ [Annotation(Name = "Main Gate Cross", Description = "Gravesite Plain")]
+ MainGateCross = 76803,
- [Annotation(Name = "Gravesite Plain", Description = "Gravesite Plain")]
- GravesitePlain = 76800,
+ [Annotation(Name = "Gravesite Plain", Description = "Gravesite Plain")]
+ GravesitePlain = 76800,
- [Annotation(Name = "Three,Path Cross", Description = "Gravesite Plain")]
- ThreePathCross = 76802,
+ [Annotation(Name = "Three,Path Cross", Description = "Gravesite Plain")]
+ ThreePathCross = 76802,
- [Annotation(Name = "Greatbridge, North", Description = "Gravesite Plain")]
- GreatbridgeNorth = 76805,
+ [Annotation(Name = "Greatbridge, North", Description = "Gravesite Plain")]
+ GreatbridgeNorth = 76805,
- [Annotation(Name = "Scorched Ruins", Description = "Gravesite Plain")]
- ScorchedRuins = 76801,
+ [Annotation(Name = "Scorched Ruins", Description = "Gravesite Plain")]
+ ScorchedRuins = 76801,
- [Annotation(Name = "Ellac River Cave", Description = "Gravesite Plain")]
- EllacRiverCave = 76812,
+ [Annotation(Name = "Ellac River Cave", Description = "Gravesite Plain")]
+ EllacRiverCave = 76812,
- [Annotation(Name = "Castle Front", Description = "Gravesite Plain")]
- CastleFront = 76813,
+ [Annotation(Name = "Castle Front", Description = "Gravesite Plain")]
+ CastleFront = 76813,
- [Annotation(Name = "Pillar Path Waypoint", Description = "Gravesite Plain")]
- PillarPathWaypoint = 76811,
+ [Annotation(Name = "Pillar Path Waypoint", Description = "Gravesite Plain")]
+ PillarPathWaypoint = 76811,
- [Annotation(Name = "Pillar Path Cross", Description = "Gravesite Plain")]
- PillarPathCross = 76810,
+ [Annotation(Name = "Pillar Path Cross", Description = "Gravesite Plain")]
+ PillarPathCross = 76810,
- [Annotation(Name = "Belurat Gaol", Description = "Gravesite Plain")]
- BeluratGaol = 74100,
+ [Annotation(Name = "Belurat Gaol", Description = "Gravesite Plain")]
+ BeluratGaol = 74100,
- [Annotation(Name = "Ellac River Downstream", Description = "Gravesite Plain")]
- EllacRiverDownstream = 76830,
+ [Annotation(Name = "Ellac River Downstream", Description = "Gravesite Plain")]
+ EllacRiverDownstream = 76830,
- [Annotation(Name = "Charo's Hidden Grave", Description = "Charo's Hidden Grave")]
- CharosHiddenGrave = 76841,
+ [Annotation(Name = "Charo's Hidden Grave", Description = "Charo's Hidden Grave")]
+ CharosHiddenGrave = 76841,
- [Annotation(Name = "Lamenter's Gaol", Description = "Charo's Hidden Grave")]
- LamentersGaol = 74102,
+ [Annotation(Name = "Lamenter's Gaol", Description = "Charo's Hidden Grave")]
+ LamentersGaol = 74102,
- [Annotation(Name = "Castle Ensis Checkpoint", Description = "Castle Ensis")]
- CastleEnsisCheckpoint = 76821,
+ [Annotation(Name = "Castle Ensis Checkpoint", Description = "Castle Ensis")]
+ CastleEnsisCheckpoint = 76821,
- [Annotation(Name = "Ensis Moongazing Grounds", Description = "Castle Ensis")]
- EnsisMoongazingGrounds = 76823,
+ [Annotation(Name = "Ensis Moongazing Grounds", Description = "Castle Ensis")]
+ EnsisMoongazingGrounds = 76823,
- [Annotation(Name = "Castle,Lord's Chamber", Description = "Castle Ensis")]
- CastleLordsChamber = 76822,
+ [Annotation(Name = "Castle,Lord's Chamber", Description = "Castle Ensis")]
+ CastleLordsChamber = 76822,
- [Annotation(Name = "Cerulean Coast West", Description = "Cerulean Coast")]
- CeruleanCoastWest = 76832,
+ [Annotation(Name = "Cerulean Coast West", Description = "Cerulean Coast")]
+ CeruleanCoastWest = 76832,
- [Annotation(Name = "The Fissure", Description = "Cerulean Coast")]
- TheFissure = 76833,
+ [Annotation(Name = "The Fissure", Description = "Cerulean Coast")]
+ TheFissure = 76833,
- [Annotation(Name = "Cerulean Coast Cross", Description = "Cerulean Coast")]
- CeruleanCoastCross = 76835,
+ [Annotation(Name = "Cerulean Coast Cross", Description = "Cerulean Coast")]
+ CeruleanCoastCross = 76835,
- [Annotation(Name = "Cerulean Coast", Description = "Cerulean Coast")]
- CeruleanCoast = 76831,
+ [Annotation(Name = "Cerulean Coast", Description = "Cerulean Coast")]
+ CeruleanCoast = 76831,
- [Annotation(Name = "Finger Ruins of Rhia", Description = "Cerulean Coast")]
- FingerRuinsofRhia = 76834,
+ [Annotation(Name = "Finger Ruins of Rhia", Description = "Cerulean Coast")]
+ FingerRuinsofRhia = 76834,
- [Annotation(Name = "Grand Altar of Dragon Communion", Description = "Foot of the Jagged Peak")]
- GrandAltarofDragonCommunion = 76840,
+ [Annotation(Name = "Grand Altar of Dragon Communion", Description = "Foot of the Jagged Peak")]
+ GrandAltarofDragonCommunion = 76840,
- [Annotation(Name = "Divided Falls", Description = "Abyssal Woods")]
- DividedFalls = 76861,
+ [Annotation(Name = "Divided Falls", Description = "Abyssal Woods")]
+ DividedFalls = 76861,
- [Annotation(Name = "Abyssal Woods", Description = "Abyssal Woods")]
- AbyssalWoods = 76860,
+ [Annotation(Name = "Abyssal Woods", Description = "Abyssal Woods")]
+ AbyssalWoods = 76860,
- [Annotation(Name = "Forsaken Graveyard", Description = "Abyssal Woods")]
- ForsakenGraveyard = 76862,
+ [Annotation(Name = "Forsaken Graveyard", Description = "Abyssal Woods")]
+ ForsakenGraveyard = 76862,
- [Annotation(Name = "Church Ruins", Description = "Abyssal Woods")]
- ChurchRuins = 76864,
+ [Annotation(Name = "Church Ruins", Description = "Abyssal Woods")]
+ ChurchRuins = 76864,
- [Annotation(Name = "Woodland Trail", Description = "Abyssal Woods")]
- WoodlandTrail = 76863,
+ [Annotation(Name = "Woodland Trail", Description = "Abyssal Woods")]
+ WoodlandTrail = 76863,
- [Annotation(Name = "Foot of the Jagged Peak", Description = "Foot of the Jagged Peak")]
- FootoftheJaggedPeak = 76850,
+ [Annotation(Name = "Foot of the Jagged Peak", Description = "Foot of the Jagged Peak")]
+ FootoftheJaggedPeak = 76850,
- [Annotation(Name = "Jagged Peak Mountainside", Description = "Jagged Peak")]
- JaggedPeakMountainside = 76851,
+ [Annotation(Name = "Jagged Peak Mountainside", Description = "Jagged Peak")]
+ JaggedPeakMountainside = 76851,
- [Annotation(Name = "Jagged Peak Summit", Description = "Jagged Peak")]
- JaggedPeakSummit = 76852,
+ [Annotation(Name = "Jagged Peak Summit", Description = "Jagged Peak")]
+ JaggedPeakSummit = 76852,
- [Annotation(Name = "Rest of the Dread Dragon", Description = "Jagged Peak")]
- RestoftheDreadDragon = 76853,
+ [Annotation(Name = "Rest of the Dread Dragon", Description = "Jagged Peak")]
+ RestoftheDreadDragon = 76853,
- [Annotation(Name = "Ancient Ruins, Grand Stairway", Description = "Ancient Ruins of Rauh")]
- AncientRuinsGrandStairway = 76944,
+ [Annotation(Name = "Ancient Ruins, Grand Stairway", Description = "Ancient Ruins of Rauh")]
+ AncientRuinsGrandStairway = 76944,
- [Annotation(Name = "Church of the Bud", Description = "Ancient Ruins of Rauh")]
- ChurchoftheBud = 76945,
+ [Annotation(Name = "Church of the Bud", Description = "Ancient Ruins of Rauh")]
+ ChurchoftheBud = 76945,
- [Annotation(Name = "Church of the Bud, Main Entrance", Description = "Ancient Ruins of Rauh")]
- ChurchoftheBudMainEntrance = 76943,
+ [Annotation(Name = "Church of the Bud, Main Entrance", Description = "Ancient Ruins of Rauh")]
+ ChurchoftheBudMainEntrance = 76943,
- [Annotation(Name = "Rauh Ancient Ruins, West", Description = "Ancient Ruins of Rauh")]
- RauhAncientRuinsWest = 76942,
+ [Annotation(Name = "Rauh Ancient Ruins, West", Description = "Ancient Ruins of Rauh")]
+ RauhAncientRuinsWest = 76942,
- [Annotation(Name = "Rauh Ancient Ruins, East", Description = "Ancient Ruins of Rauh")]
- RauhAncientRuinsEast = 76941,
+ [Annotation(Name = "Rauh Ancient Ruins, East", Description = "Ancient Ruins of Rauh")]
+ RauhAncientRuinsEast = 76941,
- [Annotation(Name = "Viaduct Minor Tower", Description = "Ancient Ruins of Rauh")]
- ViaductMinorTower = 76940,
+ [Annotation(Name = "Viaduct Minor Tower", Description = "Ancient Ruins of Rauh")]
+ ViaductMinorTower = 76940,
- [Annotation(Name = "Temple Town Ruins", Description = "Rauh Base")]
- TempleTownRuins = 76913,
+ [Annotation(Name = "Temple Town Ruins", Description = "Rauh Base")]
+ TempleTownRuins = 76913,
- [Annotation(Name = "Ravine North", Description = "Rauh Base")]
- RavineNorth = 76914,
+ [Annotation(Name = "Ravine North", Description = "Rauh Base")]
+ RavineNorth = 76914,
- [Annotation(Name = "Scorpion River Catacombs", Description = "Rauh Base")]
- ScorpionRiverCatacombs = 74001,
+ [Annotation(Name = "Scorpion River Catacombs", Description = "Rauh Base")]
+ ScorpionRiverCatacombs = 74001,
- [Annotation(Name = "Taylew's Ruined Forge", Description = "Rauh Base")]
- TaylewsRuinedForge = 74203,
+ [Annotation(Name = "Taylew's Ruined Forge", Description = "Rauh Base")]
+ TaylewsRuinedForge = 74203,
- [Annotation(Name = "Ancient Ruins Base", Description = "Rauh Base")]
- AncientRuinsBase = 76912,
+ [Annotation(Name = "Ancient Ruins Base", Description = "Rauh Base")]
+ AncientRuinsBase = 76912,
- [Annotation(Name = "Darklight Catacombs", Description = "Scadu Altus")]
- DarklightCatacombs = 74002,
+ [Annotation(Name = "Darklight Catacombs", Description = "Scadu Altus")]
+ DarklightCatacombs = 74002,
- [Annotation(Name = "Bonny Gaol", Description = "Scadu Altus")]
- BonnyGaol = 74101,
+ [Annotation(Name = "Bonny Gaol", Description = "Scadu Altus")]
+ BonnyGaol = 74101,
- [Annotation(Name = "Highroad Cross", Description = "Scadu Altus")]
- HighroadCross = 76900,
+ [Annotation(Name = "Highroad Cross", Description = "Scadu Altus")]
+ HighroadCross = 76900,
- [Annotation(Name = "Scadu Altus, West", Description = "Scadu Altus")]
- ScaduAltusWest = 76907,
+ [Annotation(Name = "Scadu Altus, West", Description = "Scadu Altus")]
+ ScaduAltusWest = 76907,
- [Annotation(Name = "Moorth Highway, South", Description = "Scadu Altus")]
- MoorthHighwaySouth = 76908,
+ [Annotation(Name = "Moorth Highway, South", Description = "Scadu Altus")]
+ MoorthHighwaySouth = 76908,
- [Annotation(Name = "Fort of Reprimand", Description = "Scadu Altus")]
- FortofReprimand = 76909,
+ [Annotation(Name = "Fort of Reprimand", Description = "Scadu Altus")]
+ FortofReprimand = 76909,
- [Annotation(Name = "Behind the Fort of Reprimand", Description = "Scadu Altus")]
- BehindtheFortofReprimand = 76910,
+ [Annotation(Name = "Behind the Fort of Reprimand", Description = "Scadu Altus")]
+ BehindtheFortofReprimand = 76910,
- [Annotation(Name = "Moorth Ruins", Description = "Scadu Altus")]
- MoorthRuins = 76902,
+ [Annotation(Name = "Moorth Ruins", Description = "Scadu Altus")]
+ MoorthRuins = 76902,
- [Annotation(Name = "Bonny Village", Description = "Scadu Altus")]
- BonnyVillage = 76903,
+ [Annotation(Name = "Bonny Village", Description = "Scadu Altus")]
+ BonnyVillage = 76903,
- [Annotation(Name = "Castle Watering Hole", Description = "Scadu Altus")]
- CastleWateringHole = 76916,
+ [Annotation(Name = "Castle Watering Hole", Description = "Scadu Altus")]
+ CastleWateringHole = 76916,
- [Annotation(Name = "Ruined Forge of Starfall Past", Description = "Scadu Altus")]
- RuinedForgeofStarfallPast = 74202,
+ [Annotation(Name = "Ruined Forge of Starfall Past", Description = "Scadu Altus")]
+ RuinedForgeofStarfallPast = 74202,
- [Annotation(Name = "Scaduview Cross", Description = "Scadu Altus")]
- ScaduviewCross = 76911,
+ [Annotation(Name = "Scaduview Cross", Description = "Scadu Altus")]
+ ScaduviewCross = 76911,
- [Annotation(Name = "Recluses' River Downstream", Description = "Scadu Altus")]
- ReclusesRiverDownstream = 76918,
+ [Annotation(Name = "Recluses' River Downstream", Description = "Scadu Altus")]
+ ReclusesRiverDownstream = 76918,
- [Annotation(Name = "Recluses' River Upstream", Description = "Scadu Altus")]
- ReclusesRiverUpstream = 76917,
+ [Annotation(Name = "Recluses' River Upstream", Description = "Scadu Altus")]
+ ReclusesRiverUpstream = 76917,
- [Annotation(Name = "Bridge Leading to the Village", Description = "Scadu Altus")]
- BridgeLeadingtotheVillage = 76904,
+ [Annotation(Name = "Bridge Leading to the Village", Description = "Scadu Altus")]
+ BridgeLeadingtotheVillage = 76904,
- [Annotation(Name = "Cathedral of Manus Metyr", Description = "Scadu Altus")]
- CathedralofManusMetyr = 76906,
+ [Annotation(Name = "Cathedral of Manus Metyr", Description = "Scadu Altus")]
+ CathedralofManusMetyr = 76906,
- [Annotation(Name = "Church District Highroad", Description = "Scadu Altus")]
- ChurchDistrictHighroad = 76905,
+ [Annotation(Name = "Church District Highroad", Description = "Scadu Altus")]
+ ChurchDistrictHighroad = 76905,
- [Annotation(Name = "Scaduview", Description = "Scaduview")]
- Scaduview = 76930,
+ [Annotation(Name = "Scaduview", Description = "Scaduview")]
+ Scaduview = 76930,
- [Annotation(Name = "Shadow Keep, Back Gate", Description = "Scaduview")]
- ShadowKeepBackGate = 76931,
+ [Annotation(Name = "Shadow Keep, Back Gate", Description = "Scaduview")]
+ ShadowKeepBackGate = 76931,
- [Annotation(Name = "Fingerstone Hill", Description = "Scaduview")]
- FingerstoneHill = 76936,
+ [Annotation(Name = "Fingerstone Hill", Description = "Scaduview")]
+ FingerstoneHill = 76936,
- [Annotation(Name = "Hinterland Bridge", Description = "Scaduview")]
- HinterlandBridge = 76937,
+ [Annotation(Name = "Hinterland Bridge", Description = "Scaduview")]
+ HinterlandBridge = 76937,
- [Annotation(Name = "Hinterland", Description = "Scaduview")]
- Hinterland = 76935,
+ [Annotation(Name = "Hinterland", Description = "Scaduview")]
+ Hinterland = 76935,
- [Annotation(Name = "Scadutree Base", Description = "Scaduview")]
- ScadutreeBase = 76960,
- }
+ [Annotation(Name = "Scadutree Base", Description = "Scaduview")]
+ ScadutreeBase = 76960,
}
diff --git a/src/SoulMemory/EldenRing/Item.cs b/src/SoulMemory/EldenRing/Item.cs
index 210f2cb4..75fe15b6 100644
--- a/src/SoulMemory/EldenRing/Item.cs
+++ b/src/SoulMemory/EldenRing/Item.cs
@@ -19,2695 +19,2694 @@
using System.Diagnostics.CodeAnalysis;
using System.Linq;
-namespace SoulMemory.EldenRing
+namespace SoulMemory.EldenRing;
+
+//Got some help from Nordgaren to read the inventory. Cheers!
+//https://github.com/Nordgaren/Erd-Tools
+//Lookup table is generated from the resource .txt files
+
+public enum Category : uint
{
- //Got some help from Nordgaren to read the inventory. Cheers!
- //https://github.com/Nordgaren/Erd-Tools
- //Lookup table is generated from the resource .txt files
+ Weapons = 0x00000000,
+ Protector = 0x10000000,
+ Accessory = 0x20000000,
+ Goods = 0x40000000,
+ Gem = 0x80000000
+}
- public enum Category : uint
- {
- Weapons = 0x00000000,
- Protector = 0x10000000,
- Accessory = 0x20000000,
- Goods = 0x40000000,
- Gem = 0x80000000
- }
+[ExcludeFromCodeCoverage]
+public class Item
+{
+ public Category Category;
+ public string GroupName = null!;
+ public string Name = null!;
+ public uint Id;
- [ExcludeFromCodeCoverage]
- public class Item
+ public static Item FromLookupTable(Category category, uint id)
{
- public Category Category;
- public string GroupName;
- public string Name;
- public uint Id;
-
- public static Item FromLookupTable(Category category, uint id)
- {
- return LookupTable.SingleOrDefault(i => i.Category == category && i.Id == id);
- }
+ return LookupTable.First(i => i.Category == category && i.Id == id);
+ }
- private readonly static ReadOnlyCollection
- LookupTable = new ReadOnlyCollection
- (new List
- ()
- {
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Iron Helmet", Id = 40000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Scale Armor", Id = 40100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Iron Gauntlets", Id = 40200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Leather Trousers", Id = 40300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Kaiden Helm", Id = 50000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Kaiden Armor", Id = 50100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Kaiden Gauntlets", Id = 50200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Kaiden Trousers", Id = 50300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Drake Knight Helm", Id = 60000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Drake Knight Armor", Id = 60100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Drake Knight Gauntlets", Id = 60200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Drake Knight Greaves", Id = 60300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Drake Knight Helm (Altered)", Id = 61000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Drake Knight Armor (Altered)", Id = 61100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Scaled Helm", Id = 80000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Scaled Armor", Id = 80100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Scaled Gauntlets", Id = 80200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Scaled Greaves", Id = 80300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Scaled Armor (Altered)", Id = 81100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Perfumer Hood", Id = 90000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Perfumer Robe", Id = 90100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Perfumer Gloves", Id = 90200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Perfumer Sarong", Id = 90300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Perfumer Robe (Altered)", Id = 91100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Traveler's Hat", Id = 100000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Perfumer's Traveling Garb", Id = 100100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Traveler's Gloves", Id = 100200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Traveler's Slops", Id = 100300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Perfumer's Traveling Garb (Altered)", Id = 101100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Alberich's Pointed Hat", Id = 120000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Alberich's Robe", Id = 120100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Alberich's Bracers", Id = 120200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Alberich's Trousers", Id = 120300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Alberich's Pointed Hat (Altered)", Id = 121000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Alberich's Robe (Altered)", Id = 121100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Spellblade's Pointed Hat", Id = 130000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Spellblade's Traveling Attire", Id = 130100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Spellblade's Gloves", Id = 130200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Spellblade's Trousers", Id = 130300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Spellblade's Traveling Attire (Altered)", Id = 131100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Bull-Goat Helm", Id = 140000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Bull-Goat Armor", Id = 140100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Bull-Goat Gauntlets", Id = 140200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Bull-Goat Greaves", Id = 140300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Iron Kasa", Id = 150000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Ronin's Armor", Id = 150100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Ronin's Gauntlets", Id = 150200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Ronin's Greaves", Id = 150300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Ronin's Armor (Altered)", Id = 151100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Guilty Hood", Id = 160000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Cloth Garb", Id = 160100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Cloth Trousers", Id = 160300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Black Wolf Mask", Id = 170000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Blaidd's Armor", Id = 170100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Blaidd's Gauntlets", Id = 170200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Blaidd's Greaves", Id = 170300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Blaidd's Armor (Altered)", Id = 171100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Black Knife Hood", Id = 180000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Black Knife Armor", Id = 180100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Black Knife Gauntlets", Id = 180200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Black Knife Greaves", Id = 180300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Black Knife Armor (Altered)", Id = 181100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Exile Hood", Id = 190000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Exile Armor", Id = 190100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Exile Gauntlets", Id = 190200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Exile Greaves", Id = 190300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Banished Knight Helm", Id = 200000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Banished Knight Armor", Id = 200100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Banished Knight Gauntlets", Id = 200200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Banished Knight Greaves", Id = 200300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Banished Knight Helm (Altered)", Id = 201000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Banished Knight Armor (Altered)", Id = 201100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Briar Helm", Id = 210000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Briar Armor", Id = 210100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Briar Gauntlets", Id = 210200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Briar Greaves", Id = 210300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Briar Armor (Altered)", Id = 211100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Page Hood", Id = 220000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Page Garb", Id = 220100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Page Trousers", Id = 220300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Page Garb (Altered)", Id = 221100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Night's Cavalry Helm", Id = 230000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Night's Cavalry Armor", Id = 230100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Night's Cavalry Gauntlets", Id = 230200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Night's Cavalry Greaves", Id = 230300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Night's Cavalry Helm (Altered)", Id = 231000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Night's Cavalry Armor (Altered)", Id = 231100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Blue Silver Mail Hood", Id = 240000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Blue Silver Mail Armor", Id = 240100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Blue Silver Bracelets", Id = 240200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Blue Silver Mail Skirt", Id = 240300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Blue Silver Mail Armor (Altered)", Id = 241100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Nomadic Merchant's Chapeau", Id = 250000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Nomadic Merchant's Finery", Id = 250100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Nomadic Merchant's Trousers", Id = 250300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Nomadic Merchant's Finery (Altered)", Id = 251100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Malformed Dragon Helm", Id = 260000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Malformed Dragon Armor", Id = 260100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Malformed Dragon Gauntlets", Id = 260200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Malformed Dragon Greaves", Id = 260300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Tree Sentinel Helm", Id = 270000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Tree Sentinel Armor", Id = 270100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Tree Sentinel Gauntlets", Id = 270200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Tree Sentinel Greaves", Id = 270300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Tree Sentinel Armor (Altered)", Id = 271100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Royal Knight Helm", Id = 280000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Royal Knight Armor", Id = 280100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Royal Knight Gauntlets", Id = 280200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Royal Knight Greaves", Id = 280300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Royal Knight Armor (Altered)", Id = 281100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Nox Monk Hood", Id = 290000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Nox Monk Armor", Id = 290100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Nox Monk Bracelets", Id = 290200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Nox Monk Greaves", Id = 290300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Nox Monk Hood (Altered)", Id = 291000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Nox Monk Armor (Altered)", Id = 291100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Nox Swordstress Crown", Id = 292000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Nox Swordstress Armor", Id = 292100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Night Maiden Twin Crown", Id = 293000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Night Maiden Armor", Id = 293100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Nox Swordstress Crown (Altered)", Id = 294000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Nox Swordstress Armor (Altered)", Id = 294100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Great Horned Headband", Id = 300000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Fur Raiment", Id = 300100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Fur Leggings", Id = 300300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Shining Horned Headband", Id = 301000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Shaman Furs", Id = 301100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Shaman Leggings", Id = 301300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Duelist Helm", Id = 310000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Gravekeeper Cloak", Id = 310100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Duelist Greaves", Id = 310300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Gravekeeper Cloak (Altered)", Id = 311100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Sanguine Noble Hood", Id = 320000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Sanguine Noble Robe", Id = 320100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Sanguine Noble Waistcloth", Id = 320300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Guardian Mask", Id = 330000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Guardian Garb (Full Bloom)", Id = 330100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Guardian Bracers", Id = 330200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Guardian Greaves", Id = 330300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Guardian Garb", Id = 331100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Cleanrot Helm", Id = 340000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Cleanrot Armor", Id = 340100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Cleanrot Gauntlets", Id = 340200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Cleanrot Greaves", Id = 340300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Cleanrot Helm (Altered)", Id = 341000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Cleanrot Armor (Altered)", Id = 341100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Fire Monk Hood", Id = 350000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Fire Monk Armor", Id = 350100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Fire Monk Gauntlets", Id = 350200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Fire Monk Greaves", Id = 350300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Blackflame Monk Hood", Id = 351000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Blackflame Monk Armor", Id = 351100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Blackflame Monk Gauntlets", Id = 351200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Blackflame Monk Greaves", Id = 351300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Fire Prelate Helm", Id = 360000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Fire Prelate Armor", Id = 360100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Fire Prelate Gauntlets", Id = 360200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Fire Prelate Greaves", Id = 360300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Fire Prelate Armor (Altered)", Id = 361100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Aristocrat Headband", Id = 370000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Aristocrat Garb", Id = 370100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Aristocrat Boots", Id = 370300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Aristocrat Garb (Altered)", Id = 371100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Aristocrat Hat", Id = 380000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Aristocrat Coat", Id = 380100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Old Aristocrat Cowl", Id = 390000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Old Aristocrat Gown", Id = 390100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Old Aristocrat Shoes", Id = 390300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Vulgar Militia Helm", Id = 420000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Vulgar Militia Armor", Id = 420100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Vulgar Militia Gauntlets", Id = 420200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Vulgar Militia Greaves", Id = 420300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Sage Hood", Id = 430000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Sage Robe", Id = 430100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Sage Trousers", Id = 430300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Pumpkin Helm", Id = 440000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Elden Lord Crown", Id = 460000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Elden Lord Armor", Id = 460100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Elden Lord Bracers", Id = 460200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Elden Lord Greaves", Id = 460300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Elden Lord Armor (Altered)", Id = 461100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Radahn's Redmane Helm", Id = 470000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Radahn's Lion Armor", Id = 470100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Radahn's Gauntlets", Id = 470200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Radahn's Greaves", Id = 470300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Radahn's Lion Armor (Altered)", Id = 471100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Lord of Blood's Robe", Id = 480100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Lord of Blood's Robe (Altered)", Id = 481100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Queen's Crescent Crown", Id = 510000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Queen's Robe", Id = 510100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Queen's Bracelets", Id = 510200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Queen's Leggings", Id = 510300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Godskin Apostle Hood", Id = 520000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Godskin Apostle Robe", Id = 520100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Godskin Apostle Bracelets", Id = 520200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Godskin Apostle Trousers", Id = 520300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Godskin Noble Hood", Id = 530000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Godskin Noble Robe", Id = 530100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Godskin Noble Bracelets", Id = 530200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Godskin Noble Trousers", Id = 530300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Depraved Perfumer Headscarf", Id = 540000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Depraved Perfumer Robe", Id = 540100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Depraved Perfumer Gloves", Id = 540200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Depraved Perfumer Trousers", Id = 540300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Depraved Perfumer Robe (Altered)", Id = 541100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Crucible Axe Helm", Id = 570000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Crucible Axe Armor", Id = 570100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Crucible Gauntlets", Id = 570200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Crucible Greaves", Id = 570300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Crucible Tree Helm", Id = 571000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Crucible Tree Armor", Id = 571100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Crucible Axe Armor (Altered)", Id = 572100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Crucible Tree Armor (Altered)", Id = 573100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Lusat's Glintstone Crown", Id = 580000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Lusat's Robe", Id = 580100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Lusat's Manchettes", Id = 580200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Old Sorcerer's Legwraps", Id = 580300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Azur's Glintstone Crown", Id = 581000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Azur's Glintstone Robe", Id = 581100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Azur's Manchettes", Id = 581200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "All-Knowing Helm", Id = 590000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "All-Knowing Armor", Id = 590100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "All-Knowing Gauntlets", Id = 590200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "All-Knowing Greaves", Id = 590300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "All-Knowing Armor (Altered)", Id = 591100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Twinned Helm", Id = 600000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Twinned Armor", Id = 600100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Twinned Gauntlets", Id = 600200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Twinned Greaves", Id = 600300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Twinned Armor (Altered)", Id = 601100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Ragged Hat", Id = 610000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Ragged Armor", Id = 610100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Ragged Gloves", Id = 610200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Ragged Loincloth", Id = 610300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Ragged Hat (Altered)", Id = 611000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Ragged Armor (Altered)", Id = 611100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Prophet Blindfold", Id = 620000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Corhyn's Robe", Id = 620100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Prophet Trousers", Id = 620300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Prophet Robe (Altered)", Id = 621100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Prophet Robe", Id = 622100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Astrologer Hood", Id = 630000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Astrologer Robe", Id = 630100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Astrologer Gloves", Id = 630200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Astrologer Trousers", Id = 630300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Astrologer Robe (Altered)", Id = 631100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Lionel's Helm", Id = 640000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Lionel's Armor", Id = 640100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Lionel's Gauntlets", Id = 640200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Lionel's Greaves", Id = 640300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Lionel's Armor (Altered)", Id = 641100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Hoslow's Helm", Id = 650000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Hoslow's Armor", Id = 650100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Hoslow's Gauntlets", Id = 650200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Hoslow's Greaves", Id = 650300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Diallos's Mask", Id = 651000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Hoslow's Armor (Altered)", Id = 652100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Vagabond Knight Helm", Id = 660000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Vagabond Knight Armor", Id = 660100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Vagabond Knight Gauntlets", Id = 660200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Vagabond Knight Greaves", Id = 660300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Vagabond Knight Armor (Altered)", Id = 661100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Blue Cloth Cowl", Id = 670000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Blue Cloth Vest", Id = 670100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Warrior Gauntlets", Id = 670200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Warrior Greaves", Id = 670300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "White Mask", Id = 680000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "War Surgeon Gown", Id = 680100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "War Surgeon Gloves", Id = 680200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "War Surgeon Trousers", Id = 680300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "War Surgeon Gown (Altered)", Id = 681100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Royal Remains Helm", Id = 690000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Royal Remains Armor", Id = 690100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Royal Remains Gauntlets", Id = 690200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Royal Remains Greaves", Id = 690300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Brave's Cord Circlet", Id = 700000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Brave's Battlewear", Id = 700100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Brave's Bracer", Id = 700200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Brave's Legwraps", Id = 700300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Brave's Leather Helm", Id = 701000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Brave's Battlewear (Altered)", Id = 702000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Beast Champion Helm", Id = 720000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Beast Champion Armor", Id = 720100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Beast Champion Gauntlets", Id = 720200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Beast Champion Greaves", Id = 720300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Beast Champion Armor (Altered)", Id = 721100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Champion Headband", Id = 730000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Champion Pauldron", Id = 730100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Champion Bracers", Id = 730200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Champion Gaiters", Id = 730300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Crimson Hood", Id = 740000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Noble's Traveling Garb", Id = 740100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Noble's Gloves", Id = 740200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Noble's Trousers", Id = 740300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Navy Hood", Id = 741000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Maliketh's Helm", Id = 760000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Maliketh's Armor", Id = 760100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Maliketh's Gauntlets", Id = 760200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Maliketh's Greaves", Id = 760300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Maliketh's Armor (Altered)", Id = 761100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Malenia's Winged Helm", Id = 770000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Malenia's Armor", Id = 770100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Malenia's Gauntlet", Id = 770200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Malenia's Greaves", Id = 770300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Malenia's Armor (Altered)", Id = 771100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Veteran's Helm", Id = 780000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Veteran's Armor", Id = 780100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Veteran's Gauntlets", Id = 780200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Veteran's Greaves", Id = 780300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Veteran's Armor (Altered)", Id = 781100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Bloodhound Knight Helm", Id = 790000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Bloodhound Knight Armor", Id = 790100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Bloodhound Knight Gauntlets", Id = 790200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Bloodhound Knight Greaves", Id = 790300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Bloodhound Knight Armor (Altered)", Id = 791100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Festive Hood", Id = 800000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Festive Garb", Id = 800100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Festive Hood (Altered)", Id = 801000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Festive Garb (Altered)", Id = 801100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Blue Festive Hood", Id = 802000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Blue Festive Garb", Id = 802100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Commoner's Headband", Id = 810000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Commoner's Garb", Id = 810100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Commoner's Shoes", Id = 810300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Commoner's Headband (Altered)", Id = 811000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Commoner's Garb (Altered)", Id = 811100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Commoner's Simple Garb", Id = 812000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Commoner's Simple Garb (Altered)", Id = 812100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Envoy Crown", Id = 820000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Twinsage Glintstone Crown", Id = 830000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Raya Lucarian Robe", Id = 830100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Sorcerer Manchettes", Id = 830200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Sorcerer Leggings", Id = 830300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Olivinus Glintstone Crown", Id = 831000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Lazuli Glintstone Crown", Id = 832000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Karolos Glintstone Crown", Id = 833000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Witch's Glintstone Crown", Id = 834000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Marionette Soldier Helm", Id = 840000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Marionette Soldier Armor", Id = 840100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Marionette Soldier Birdhelm", Id = 850000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Raging Wolf Helm", Id = 860000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Raging Wolf Armor", Id = 860100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Raging Wolf Gauntlets", Id = 860200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Raging Wolf Greaves", Id = 860300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Raging Wolf Armor (Altered)", Id = 861100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Land of Reeds Helm", Id = 870000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Land of Reeds Armor", Id = 870100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Land of Reeds Gauntlets", Id = 870200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Land of Reeds Greaves", Id = 870300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Land of Reeds Armor (Altered)", Id = 871100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Okina Mask", Id = 872000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "White Reed Armor", Id = 872100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "White Reed Gauntlets", Id = 872200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "White Reed Greaves", Id = 872300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Confessor Hood", Id = 880000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Confessor Armor", Id = 880100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Confessor Gloves", Id = 880200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Confessor Boots", Id = 880300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Confessor Hood (Altered)", Id = 881000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Confessor Armor (Altered)", Id = 881100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Prisoner Iron Mask", Id = 890000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Prisoner Clothing", Id = 890100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Prisoner Trousers", Id = 890300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Blackguard's Iron Mask", Id = 891000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Traveling Maiden Hood", Id = 900000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Traveling Maiden Robe", Id = 900100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Traveling Maiden Gloves", Id = 900200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Traveling Maiden Boots", Id = 900300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Traveling Maiden Robe (Altered)", Id = 901100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Finger Maiden Fillet", Id = 902000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Finger Maiden Robe", Id = 902100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Finger Maiden Shoes", Id = 902300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Finger Maiden Robe (Altered)", Id = 903100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Preceptor's Big Hat", Id = 910000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Preceptor's Long Gown", Id = 910100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Preceptor's Gloves", Id = 910200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Preceptor's Trousers", Id = 910300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Mask of Confidence", Id = 911000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Preceptor's Long Gown (Altered)", Id = 911100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Grass Hair Ornament", Id = 920000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Skeletal Mask", Id = 930000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Raptor's Black Feathers", Id = 930100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Bandit Manchettes", Id = 930200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Bandit Boots", Id = 930300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Bandit Garb", Id = 931100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Eccentric's Hood", Id = 940000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Eccentric's Armor", Id = 940100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Eccentric's Manchettes", Id = 940200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Eccentric's Breeches", Id = 940300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Eccentric's Hood (Altered)", Id = 941000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Fingerprint Helm", Id = 950000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Fingerprint Armor", Id = 950100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Fingerprint Gauntlets", Id = 950200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Fingerprint Greaves", Id = 950300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Fingerprint Armor (Altered)", Id = 951100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Consort's Mask", Id = 960000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Consort's Robe", Id = 960100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Consort's Trousers", Id = 960300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Ruler's Mask", Id = 961000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Ruler's Robe", Id = 961100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Upper-Class Robe", Id = 962100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Marais Mask", Id = 963000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Marais Robe", Id = 963100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Bloodsoaked Manchettes", Id = 963200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Bloodsoaked Mask", Id = 964000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Official's Attire", Id = 964100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Omen Helm", Id = 970000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Omen Armor", Id = 970100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Omen Gauntlets", Id = 970200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Omen Greaves", Id = 970300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Carian Knight Helm", Id = 980000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Carian Knight Armor", Id = 980100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Carian Knight Gauntlets", Id = 980200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Carian Knight Greaves", Id = 980300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Carian Knight Armor (Altered)", Id = 981100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Hierodas Glintstone Crown", Id = 990000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Errant Sorcerer Robe", Id = 990100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Errant Sorcerer Manchettes", Id = 990200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Errant Sorcerer Boots", Id = 990300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Errant Sorcerer Robe (Altered)", Id = 991100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Haima Glintstone Crown", Id = 1000000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Battlemage Robe", Id = 1000100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Battlemage Manchettes", Id = 1000200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Battlemage Legwraps", Id = 1000300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Snow Witch Hat", Id = 1010000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Snow Witch Robe", Id = 1010100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Snow Witch Skirt", Id = 1010300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Snow Witch Robe (Altered)", Id = 1011100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Traveler's Clothes", Id = 1020100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Traveler's Manchettes", Id = 1020200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Traveler's Boots", Id = 1020300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Juvenile Scholar Cap", Id = 1030000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Juvenile Scholar Robe", Id = 1030100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Radiant Gold Mask", Id = 1040000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Goldmask's Rags", Id = 1040100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Gold Bracelets", Id = 1040200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Gold Waistwrap", Id = 1040300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Fell Omen Cloak", Id = 1050100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Albinauric Mask", Id = 1060000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Dirty Chainmail", Id = 1060100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Zamor Mask", Id = 1070000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Zamor Armor", Id = 1070100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Zamor Bracelets", Id = 1070200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Zamor Legwraps", Id = 1070300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Imp Head (Cat)", Id = 1080000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Imp Head (Fanged)", Id = 1081000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Imp Head (Long-Tongued)", Id = 1082000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Imp Head (Corpse)", Id = 1083000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Imp Head (Wolf)", Id = 1084000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Imp Head (Elder)", Id = 1085000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Silver Tear Mask", Id = 1090000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Chain Coif", Id = 1100000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Chain Armor", Id = 1100100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Gauntlets", Id = 1100200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Chain Leggings", Id = 1100300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Greathelm", Id = 1101000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Eye Surcoat", Id = 1101100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Tree Surcoat", Id = 1102100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Octopus Head", Id = 1110000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Jar", Id = 1120000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Mushroom Head", Id = 1130000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Mushroom Body", Id = 1130100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Mushroom Arms", Id = 1130200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Mushroom Legs", Id = 1130300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Nox Mirrorhelm", Id = 1300000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Iji's Mirrorhelm", Id = 1301000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Black Hood", Id = 1400000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Leather Armor", Id = 1400100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Leather Gloves", Id = 1400200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Leather Boots", Id = 1400300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Bandit Mask", Id = 1401000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Knight Helm", Id = 1500000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Knight Armor", Id = 1500100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Knight Gauntlets", Id = 1500200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Knight Greaves", Id = 1500300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Greathood", Id = 1600000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Godrick Soldier Helm", Id = 1700000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Tree-and-Beast Surcoat", Id = 1700100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Godrick Soldier Gauntlets", Id = 1700200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Godrick Soldier Greaves", Id = 1700300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Raya Lucarian Helm", Id = 1710000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Cuckoo Surcoat", Id = 1710100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Raya Lucarian Gauntlets", Id = 1710200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Raya Lucarian Greaves", Id = 1710300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Leyndell Soldier Helm", Id = 1720000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Erdtree Surcoat", Id = 1720100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Leyndell Soldier Gauntlets", Id = 1720200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Leyndell Soldier Greaves", Id = 1720300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Radahn Soldier Helm", Id = 1730000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Redmane Surcoat", Id = 1730100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Radahn Soldier Gauntlets", Id = 1730200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Radahn Soldier Greaves", Id = 1730300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Mausoleum Surcoat", Id = 1740100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Mausoleum Gauntlets", Id = 1740200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Mausoleum Greaves", Id = 1740300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Haligtree Helm", Id = 1750000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Haligtree Crest Surcoat", Id = 1750100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Haligtree Gauntlets", Id = 1750200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Haligtree Greaves", Id = 1750300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Gelmir Knight Helm", Id = 1760000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Gelmir Knight Armor", Id = 1760100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Gelmir Knight Gauntlets", Id = 1760200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Gelmir Knight Greaves", Id = 1760300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Gelmir Knight Armor (Altered)", Id = 1761100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Godrick Knight Helm", Id = 1770000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Godrick Knight Armor", Id = 1770100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Godrick Knight Gauntlets", Id = 1770200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Godrick Knight Greaves", Id = 1770300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Godrick Knight Armor (Altered)", Id = 1771100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Cuckoo Knight Helm", Id = 1780000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Cuckoo Knight Armor", Id = 1780100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Cuckoo Knight Gauntlets", Id = 1780200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Cuckoo Knight Greaves", Id = 1780300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Cuckoo Knight Armor (Altered)", Id = 1781100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Leyndell Knight Helm", Id = 1790000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Leyndell Knight Armor", Id = 1790100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Leyndell Knight Gauntlets", Id = 1790200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Leyndell Knight Greaves", Id = 1790300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Leyndell Knight Armor (Altered)", Id = 1791100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Redmane Knight Helm", Id = 1800000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Redmane Knight Armor", Id = 1800100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Redmane Knight Gauntlets", Id = 1800200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Redmane Knight Greaves", Id = 1800300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Redmane Knight Armor (Altered)", Id = 1801100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Mausoleum Knight Armor", Id = 1810100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Mausoleum Knight Gauntlets", Id = 1810200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Mausoleum Knight Greaves", Id = 1810300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Mausoleum Knight Armor (Altered)", Id = 1811100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Haligtree Knight Helm", Id = 1820000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Haligtree Knight Armor", Id = 1820100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Haligtree Knight Gauntlets", Id = 1820200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Haligtree Knight Greaves", Id = 1820300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Haligtree Knight Armor (Altered)", Id = 1821100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Foot Soldier Cap", Id = 1830000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Chain-Draped Tabard", Id = 1830100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Foot Soldier Gauntlets", Id = 1830200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Foot Soldier Greaves", Id = 1830300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Foot Soldier Helmet", Id = 1840000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Foot Soldier Tabard", Id = 1840100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Gilded Foot Soldier Cap", Id = 1850000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Leather-Draped Tabard", Id = 1850100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Foot Soldier Helm", Id = 1860000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Scarlet Tabard", Id = 1860100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Bloodsoaked Tabard", Id = 1870100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Sacred Crown Helm", Id = 1880000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Ivory-Draped Tabard", Id = 1880100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Omensmirk Mask", Id = 1890000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Omenkiller Robe", Id = 1890100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Omenkiller Long Gloves", Id = 1890200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Omenkiller Boots", Id = 1890300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Ash-of-War Scarab", Id = 1900000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Incantation Scarab", Id = 1901000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Glintstone Scarab", Id = 1902000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Crimson Tear Scarab", Id = 1910000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Cerulean Tear Scarab", Id = 1920000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Deathbed Dress", Id = 1930100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Fia's Hood", Id = 1940000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Fia's Robe", Id = 1940100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Fia's Robe (Altered)", Id = 1941100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Highwayman Hood", Id = 1980000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Highwayman Cloth Armor", Id = 1980100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Highwayman Gauntlets", Id = 1980200 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "High Page Hood", Id = 1990000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "High Page Clothes", Id = 1990100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "High Page Clothes (Altered)", Id = 1991100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Rotten Duelist Helm", Id = 2000000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Rotten Gravekeeper Cloak", Id = 2000100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Rotten Duelist Greaves", Id = 2000300 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Rotten Gravekeeper Cloak (Altered)", Id = 2001100 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Mushroom Crown", Id = 2010000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Black Dumpling", Id = 2020000 },
- new Item() { Category = Category.Protector,GroupName = "Armor", Name = "Lazuli Robe", Id = 2030000 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Lion's Claw", Id = 10000 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Impaling Thrust", Id = 10100 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Piercing Fang", Id = 10200 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Spinning Slash", Id = 10300 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Charge Forth", Id = 10500 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Stamp (Upward Cut)", Id = 10600 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Stamp (Sweep)", Id = 10700 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Blood Tax", Id = 10800 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Repeating Thrust", Id = 10900 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Wild Strikes", Id = 11000 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Spinning Strikes", Id = 11100 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Double Slash", Id = 11200 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Prelate's Charge", Id = 11300 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Unsheathe", Id = 11400 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Square Off", Id = 11500 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Giant Hunt", Id = 11600 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Loretta's Slash", Id = 11800 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Poison Moth Flight", Id = 11900 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Spinning Weapon", Id = 12000 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Storm Assault", Id = 12200 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Stormcaller", Id = 12300 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Sword Dance", Id = 12400 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Glintblade Phalanx", Id = 20000 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Sacred Blade", Id = 20100 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Ice Spear", Id = 20200 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Glintstone Pebble", Id = 20300 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Bloody Slash", Id = 20400 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Lifesteal Fist", Id = 20500 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Eruption", Id = 20700 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Prayerful Strike", Id = 20800 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Gravitas", Id = 20900 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Storm Blade", Id = 21000 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Earthshaker", Id = 21200 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Golden Land", Id = 21300 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Flaming Strike", Id = 21400 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Thunderbolt", Id = 21600 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Lightning Slash", Id = 21700 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Carian Grandeur", Id = 21800 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Carian Greatsword", Id = 21900 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Vacuum Slice", Id = 22000 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Black Flame Tornado", Id = 22100 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Sacred Ring of Light", Id = 22200 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Blood Blade", Id = 22400 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Phantom Slash", Id = 22500 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Spectral Lance", Id = 22600 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Chilling Mist", Id = 22700 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Poisonous Mist", Id = 22800 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Shield Bash", Id = 30000 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Barricade Shield", Id = 30100 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Parry", Id = 30200 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Carian Retaliation", Id = 30500 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Storm Wall", Id = 30600 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Golden Parry", Id = 30700 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Shield Crash", Id = 30800 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: No Skill", Id = 30900 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Thops's Barrier", Id = 31000 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Through and Through", Id = 40000 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Barrage", Id = 40100 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Mighty Shot", Id = 40200 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Enchanted Shot", Id = 40400 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Sky Shot", Id = 40500 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Rain of Arrows", Id = 40600 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Hoarfrost Stomp", Id = 50100 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Storm Stomp", Id = 50200 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Kick", Id = 50300 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Lightning Ram", Id = 50400 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Flame of the Redmanes", Id = 50500 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Ground Slam", Id = 50600 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Golden Slam", Id = 50700 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Waves of Darkness", Id = 50800 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Hoarah Loux's Earthshaker", Id = 50900 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Determination", Id = 60000 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Royal Knight's Resolve", Id = 60100 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Assassin's Gambit", Id = 60200 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Golden Vow", Id = 60300 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Sacred Order", Id = 60400 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Shared Order", Id = 60500 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Seppuku", Id = 60600 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Cragblade", Id = 60700 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Barbaric Roar", Id = 65000 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: War Cry", Id = 65100 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Beast's Roar", Id = 65200 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Troll's Roar", Id = 65300 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Braggart's Roar", Id = 65400 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Endure", Id = 70000 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Vow of the Indomitable", Id = 70100 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Holy Ground", Id = 70200 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Quickstep", Id = 80000 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Bloodhound's Step", Id = 80100 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Raptor of the Mists", Id = 80200 },
- new Item() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: White Shadow's Lure", Id = 85000 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Glintstone Pebble", Id = 4000 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Great Glintstone Shard", Id = 4001 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Swift Glintstone Shard", Id = 4010 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Glintstone Cometshard", Id = 4020 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Comet", Id = 4021 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Shard Spiral", Id = 4030 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Glintstone Stars", Id = 4040 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Star Shower", Id = 4050 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Crystal Barrage", Id = 4060 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Glintstone Arc", Id = 4070 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Cannon of Haima", Id = 4080 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Crystal Burst", Id = 4090 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Shatter Earth", Id = 4100 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Rock Blaster", Id = 4110 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Gavel of Haima", Id = 4120 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Terra Magica", Id = 4130 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Starlight", Id = 4140 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Comet Azur", Id = 4200 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Founding Rain of Stars", Id = 4210 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Stars of Ruin", Id = 4220 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Glintblade Phalanx", Id = 4300 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Carian Phalanx", Id = 4301 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Greatblade Phalanx", Id = 4302 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Rennala's Full Moon", Id = 4360 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Ranni's Dark Moon", Id = 4361 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Magic Downpour", Id = 4370 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Loretta's Greatbow", Id = 4380 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Loretta's Mastery", Id = 4381 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Magic Glintblade", Id = 4390 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Glintstone Icecrag", Id = 4400 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Zamor Ice Storm", Id = 4410 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Freezing Mist", Id = 4420 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Carian Greatsword", Id = 4430 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Adula's Moonblade", Id = 4431 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Carian Slicer", Id = 4440 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Carian Piercer", Id = 4450 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Scholar's Armament", Id = 4460 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Scholar's Shield", Id = 4470 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Lucidity", Id = 4480 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Frozen Armament", Id = 4490 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Shattering Crystal", Id = 4500 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Crystal Release", Id = 4510 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Crystal Torrent", Id = 4520 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Ambush Shard", Id = 4600 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Night Shard", Id = 4610 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Night Comet", Id = 4620 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Thops's Barrier", Id = 4630 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Carian Retaliation", Id = 4640 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Eternal Darkness", Id = 4650 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Unseen Blade", Id = 4660 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Unseen Form", Id = 4670 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Meteorite", Id = 4700 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Meteorite of Astel", Id = 4701 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Rock Sling", Id = 4710 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Gravity Well", Id = 4720 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Collapsing Stars", Id = 4721 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Magma Shot", Id = 4800 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Gelmir's Fury", Id = 4810 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Roiling Magma", Id = 4820 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Rykard's Rancor", Id = 4830 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Briars of Sin", Id = 4900 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Briars of Punishment", Id = 4910 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Rancorcall", Id = 5000 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Ancient Death Rancor", Id = 5001 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Explosive Ghostflame", Id = 5010 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Fia's Mist", Id = 5020 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Tibia's Summons", Id = 5030 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Death Lightning", Id = 5040 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Oracle Bubbles", Id = 5100 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Great Oracular Bubble", Id = 5110 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Catch Flame", Id = 6000 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] O, Flame!", Id = 6001 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Flame Sling", Id = 6010 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Flame, Fall Upon Them", Id = 6020 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Whirl, O Flame!", Id = 6030 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Flame, Cleanse Me", Id = 6040 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Flame, Grant Me Strength", Id = 6050 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Flame, Protect Me", Id = 6060 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Giantsflame Take Thee", Id = 6100 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Flame of the Fell God", Id = 6110 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Burn, O Flame!", Id = 6120 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Black Flame", Id = 6210 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Surge, O Flame!", Id = 6220 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Scouring Black Flame", Id = 6230 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Black Flame Ritual", Id = 6240 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Black Flame Blade", Id = 6250 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Black Flame's Protection", Id = 6260 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Noble Presence", Id = 6270 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Bloodflame Talons", Id = 6300 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Bloodboon", Id = 6310 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Bloodflame Blade", Id = 6320 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Barrier of Gold", Id = 6330 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Protection of the Erdtree", Id = 6340 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Rejection", Id = 6400 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Wrath of Gold", Id = 6410 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Urgent Heal", Id = 6420 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Heal", Id = 6421 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Great Heal", Id = 6422 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Lord's Heal", Id = 6423 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Erdtree Heal", Id = 6424 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Blessing's Boon", Id = 6430 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Blessing of the Erdtree", Id = 6431 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Cure Poison", Id = 6440 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Lord's Aid", Id = 6441 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Flame Fortification", Id = 6450 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Magic Fortification", Id = 6460 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Lightning Fortification", Id = 6470 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Divine Fortification", Id = 6480 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Lord's Divine Fortification", Id = 6490 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Night Maiden's Mist", Id = 6500 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Assassin's Approach", Id = 6510 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Shadow Bait", Id = 6520 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Darkness", Id = 6530 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Golden Vow", Id = 6600 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Discus of Light", Id = 6700 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Triple Rings of Light", Id = 6701 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Radagon's Rings of Light", Id = 6710 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Elden Stars", Id = 6720 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Law of Regression", Id = 6730 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Immutable Shield", Id = 6740 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Litany of Proper Death", Id = 6750 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Law of Causality", Id = 6760 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Order's Blade", Id = 6770 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Order Healing", Id = 6780 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Bestial Sling", Id = 6800 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Stone of Gurranq", Id = 6810 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Beast Claw", Id = 6820 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Gurranq's Beast Claw", Id = 6830 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Bestial Vitality", Id = 6840 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Bestial Constitution", Id = 6850 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Lightning Spear", Id = 6900 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Ancient Dragons' Lightning Strike", Id = 6910 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Lightning Strike", Id = 6920 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Frozen Lightning Spear", Id = 6921 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Honed Bolt", Id = 6930 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Ancient Dragons' Lightning Spear", Id = 6940 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Fortissax's Lightning Spear", Id = 6941 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Lansseax's Glaive", Id = 6950 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Electrify Armament", Id = 6960 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Vyke's Dragonbolt", Id = 6970 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Dragonbolt Blessing", Id = 6971 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Dragonfire", Id = 7000 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Agheel's Flame", Id = 7001 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Magma Breath", Id = 7010 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Theodorix's Magma", Id = 7011 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Dragonice", Id = 7020 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Borealis's Mist", Id = 7021 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Rotten Breath", Id = 7030 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Ekzykes's Decay", Id = 7031 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Glintstone Breath", Id = 7040 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Smarag's Glintstone Breath", Id = 7041 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Placidusax's Ruin", Id = 7050 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Dragonclaw", Id = 7060 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Dragonmaw", Id = 7080 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Greyoll's Roar", Id = 7090 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Pest Threads", Id = 7200 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Swarm of Flies", Id = 7210 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Poison Mist", Id = 7220 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Poison Armament", Id = 7230 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Scarlet Aeonia", Id = 7240 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Inescapable Frenzy", Id = 7300 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] The Flame of Frenzy", Id = 7310 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Unendurable Frenzy", Id = 7311 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Frenzied Burst", Id = 7320 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Howl of Shabriri", Id = 7330 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Aspects of the Crucible: Tail", Id = 7500 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Aspects of the Crucible: Horns", Id = 7510 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Aspects of the Crucible: Breath", Id = 7520 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Black Blade", Id = 7530 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Fire's Deadly Sin", Id = 7900 },
- new Item() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Golden Lightning Fortification", Id = 7903 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Crimson Amber Medallion", Id = 1000 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Crimson Amber Medallion +1", Id = 1001 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Crimson Amber Medallion +2", Id = 1002 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Cerulean Amber Medallion", Id = 1010 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Cerulean Amber Medallion +1", Id = 1011 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Cerulean Amber Medallion +2", Id = 1012 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Viridian Amber Medallion", Id = 1020 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Viridian Amber Medallion +1", Id = 1021 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Viridian Amber Medallion +2", Id = 1022 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Arsenal Charm", Id = 1030 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Arsenal Charm +1", Id = 1031 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Great-Jar's Arsenal", Id = 1032 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Erdtree's Favor", Id = 1040 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Erdtree's Favor +1", Id = 1041 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Erdtree's Favor +2", Id = 1042 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Radagon's Scarseal", Id = 1050 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Radagon's Soreseal", Id = 1051 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Starscourge Heirloom", Id = 1060 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Prosthesis-Wearer Heirloom", Id = 1070 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Stargazer Heirloom", Id = 1080 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Two Fingers Heirloom", Id = 1090 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Silver Scarab", Id = 1100 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Gold Scarab", Id = 1110 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Moon of Nokstella", Id = 1140 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Green Turtle Talisman", Id = 1150 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Stalwart Horn Charm", Id = 1160 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Stalwart Horn Charm +1", Id = 1161 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Immunizing Horn Charm", Id = 1170 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Immunizing Horn Charm +1", Id = 1171 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Clarifying Horn Charm", Id = 1180 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Clarifying Horn Charm +1", Id = 1181 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Prince of Death's Pustule", Id = 1190 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Prince of Death's Cyst", Id = 1191 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Mottled Necklace", Id = 1200 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Mottled Necklace +1", Id = 1201 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Bull-Goat's Talisman", Id = 1210 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Marika's Scarseal", Id = 1220 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Marika's Soreseal", Id = 1221 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Warrior Jar Shard", Id = 1230 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Shard of Alexander", Id = 1231 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Millicent's Prosthesis", Id = 1250 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Magic Scorpion Charm", Id = 2000 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Lightning Scorpion Charm", Id = 2010 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Fire Scorpion Charm", Id = 2020 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Sacred Scorpion Charm", Id = 2030 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Red-Feathered Branchsword", Id = 2040 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Ritual Sword Talisman", Id = 2050 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Spear Talisman", Id = 2060 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Hammer Talisman", Id = 2070 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Winged Sword Insignia", Id = 2080 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Rotten Winged Sword Insignia", Id = 2081 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Dagger Talisman", Id = 2090 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Arrow's Reach Talisman", Id = 2100 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Blue Dancer Charm", Id = 2110 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Twinblade Talisman", Id = 2120 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Axe Talisman", Id = 2130 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Lance Talisman", Id = 2140 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Arrow's Sting Talisman", Id = 2150 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Lord of Blood's Exultation", Id = 2160 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Kindred of Rot's Exultation", Id = 2170 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Claw Talisman", Id = 2180 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Roar Medallion", Id = 2190 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Curved Sword Talisman", Id = 2200 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Companion Jar", Id = 2210 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Perfumer's Talisman", Id = 2220 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Graven-School Talisman", Id = 3000 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Graven-Mass Talisman", Id = 3001 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Faithful's Canvas Talisman", Id = 3040 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Flock's Canvas Talisman", Id = 3050 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Old Lord's Talisman", Id = 3060 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Radagon Icon", Id = 3070 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Primal Glintstone Blade", Id = 3080 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Godfrey Icon", Id = 3090 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Dragoncrest Shield Talisman", Id = 4000 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Dragoncrest Shield Talisman +1", Id = 4001 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Dragoncrest Shield Talisman +2", Id = 4002 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Dragoncrest Greatshield Talisman", Id = 4003 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Spelldrake Talisman", Id = 4010 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Spelldrake Talisman +1", Id = 4011 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Spelldrake Talisman +2", Id = 4012 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Flamedrake Talisman", Id = 4020 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Flamedrake Talisman +1", Id = 4021 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Flamedrake Talisman +2", Id = 4022 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Boltdrake Talisman", Id = 4030 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Boltdrake Talisman +1", Id = 4031 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Boltdrake Talisman +2", Id = 4032 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Haligdrake Talisman", Id = 4040 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Haligdrake Talisman +1", Id = 4041 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Haligdrake Talisman +2", Id = 4042 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Pearldrake Talisman", Id = 4050 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Pearldrake Talisman +1", Id = 4051 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Pearldrake Talisman +2", Id = 4052 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Crucible Scale Talisman", Id = 4060 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Crucible Feather Talisman", Id = 4070 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Blue-Feathered Branchsword", Id = 4080 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Ritual Shield Talisman", Id = 4090 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Greatshield Talisman", Id = 4100 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Crucible Knot Talisman", Id = 4110 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Crimson Seed Talisman", Id = 5000 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Cerulean Seed Talisman", Id = 5010 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Blessed Dew Talisman", Id = 5020 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Taker's Cameo", Id = 5030 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Godskin Swaddling Cloth", Id = 5040 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Assassin's Crimson Dagger", Id = 5050 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Assassin's Cerulean Dagger", Id = 5060 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Crepus's Vial", Id = 6000 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Concealing Veil", Id = 6010 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Carian Filigreed Crest", Id = 6020 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Longtail Cat Talisman", Id = 6040 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Shabriri's Woe", Id = 6050 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Daedicar's Woe", Id = 6060 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Sacrificial Twig", Id = 6070 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Furled Finger's Trick-Mirror", Id = 6080 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Host's Trick-Mirror", Id = 6090 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Entwining Umbilical Cord", Id = 6100 },
- new Item() { Category = Category.Accessory,GroupName = "Talismans", Name = "Ancestral Spirit's Horn", Id = 6110 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Black Knife Tiche", Id = 200000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Black Knife Tiche +1", Id = 200001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Black Knife Tiche +2", Id = 200002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Black Knife Tiche +3", Id = 200003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Black Knife Tiche +4", Id = 200004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Black Knife Tiche +5", Id = 200005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Black Knife Tiche +6", Id = 200006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Black Knife Tiche +7", Id = 200007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Black Knife Tiche +8", Id = 200008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Black Knife Tiche +9", Id = 200009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Black Knife Tiche +10", Id = 200010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Oleg", Id = 201000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Oleg +1", Id = 201001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Oleg +2", Id = 201002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Oleg +3", Id = 201003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Oleg +4", Id = 201004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Oleg +5", Id = 201005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Oleg +6", Id = 201006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Oleg +7", Id = 201007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Oleg +8", Id = 201008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Oleg +9", Id = 201009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Oleg +10", Id = 201010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Engvall", Id = 202000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Engvall +1", Id = 202001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Engvall +2", Id = 202002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Engvall +3", Id = 202003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Engvall +4", Id = 202004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Engvall +5", Id = 202005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Engvall +6", Id = 202006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Engvall +7", Id = 202007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Engvall +8", Id = 202008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Engvall +9", Id = 202009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Engvall +10", Id = 202010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Fanged Imp Ashes", Id = 203000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Fanged Imp Ashes +1", Id = 203001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Fanged Imp Ashes +2", Id = 203002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Fanged Imp Ashes +3", Id = 203003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Fanged Imp Ashes +4", Id = 203004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Fanged Imp Ashes +5", Id = 203005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Fanged Imp Ashes +6", Id = 203006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Fanged Imp Ashes +7", Id = 203007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Fanged Imp Ashes +8", Id = 203008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Fanged Imp Ashes +9", Id = 203009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Fanged Imp Ashes +10", Id = 203010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Latenna the Albinauric", Id = 204000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Latenna the Albinauric +1", Id = 204001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Latenna the Albinauric +2", Id = 204002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Latenna the Albinauric +3", Id = 204003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Latenna the Albinauric +4", Id = 204004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Latenna the Albinauric +5", Id = 204005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Latenna the Albinauric +6", Id = 204006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Latenna the Albinauric +7", Id = 204007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Latenna the Albinauric +8", Id = 204008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Latenna the Albinauric +9", Id = 204009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Latenna the Albinauric +10", Id = 204010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nomad Ashes", Id = 205000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nomad Ashes +1", Id = 205001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nomad Ashes +2", Id = 205002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nomad Ashes +3", Id = 205003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nomad Ashes +4", Id = 205004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nomad Ashes +5", Id = 205005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nomad Ashes +6", Id = 205006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nomad Ashes +7", Id = 205007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nomad Ashes +8", Id = 205008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nomad Ashes +9", Id = 205009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nomad Ashes +10", Id = 205010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nightmaiden & Swordstress Puppets", Id = 206000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nightmaiden & Swordstress Puppets +1", Id = 206001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nightmaiden & Swordstress Puppets +2", Id = 206002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nightmaiden & Swordstress Puppets +3", Id = 206003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nightmaiden & Swordstress Puppets +4", Id = 206004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nightmaiden & Swordstress Puppets +5", Id = 206005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nightmaiden & Swordstress Puppets +6", Id = 206006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nightmaiden & Swordstress Puppets +7", Id = 206007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nightmaiden & Swordstress Puppets +8", Id = 206008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nightmaiden & Swordstress Puppets +9", Id = 206009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nightmaiden & Swordstress Puppets +10", Id = 206010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mimic Tear Ashes", Id = 207000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mimic Tear Ashes +1", Id = 207001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mimic Tear Ashes +2", Id = 207002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mimic Tear Ashes +3", Id = 207003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mimic Tear Ashes +4", Id = 207004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mimic Tear Ashes +5", Id = 207005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mimic Tear Ashes +6", Id = 207006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mimic Tear Ashes +7", Id = 207007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mimic Tear Ashes +8", Id = 207008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mimic Tear Ashes +9", Id = 207009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mimic Tear Ashes +10", Id = 207010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Crystalian Ashes", Id = 208000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Crystalian Ashes +1", Id = 208001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Crystalian Ashes +2", Id = 208002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Crystalian Ashes +3", Id = 208003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Crystalian Ashes +4", Id = 208004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Crystalian Ashes +5", Id = 208005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Crystalian Ashes +6", Id = 208006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Crystalian Ashes +7", Id = 208007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Crystalian Ashes +8", Id = 208008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Crystalian Ashes +9", Id = 208009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Crystalian Ashes +10", Id = 208010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancestral Follower Ashes", Id = 209000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancestral Follower Ashes +1", Id = 209001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancestral Follower Ashes +2", Id = 209002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancestral Follower Ashes +3", Id = 209003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancestral Follower Ashes +4", Id = 209004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancestral Follower Ashes +5", Id = 209005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancestral Follower Ashes +6", Id = 209006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancestral Follower Ashes +7", Id = 209007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancestral Follower Ashes +8", Id = 209008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancestral Follower Ashes +9", Id = 209009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancestral Follower Ashes +10", Id = 209010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Winged Misbegotten Ashes", Id = 210000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Winged Misbegotten Ashes + 1", Id = 210001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Winged Misbegotten Ashes + 2", Id = 210002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Winged Misbegotten Ashes + 3", Id = 210003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Winged Misbegotten Ashes + 4", Id = 210004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Winged Misbegotten Ashes + 5", Id = 210005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Winged Misbegotten Ashes + 6", Id = 210006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Winged Misbegotten Ashes + 7", Id = 210007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Winged Misbegotten Ashes + 8", Id = 210008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Winged Misbegotten Ashes + 9", Id = 210009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Winged Misbegotten Ashes + 10", Id = 210010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Albinauric Ashes", Id = 211000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Albinauric Ashes +1", Id = 211001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Albinauric Ashes +2", Id = 211002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Albinauric Ashes +3", Id = 211003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Albinauric Ashes +4", Id = 211004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Albinauric Ashes +5", Id = 211005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Albinauric Ashes +6", Id = 211006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Albinauric Ashes +7", Id = 211007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Albinauric Ashes +8", Id = 211008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Albinauric Ashes +9", Id = 211009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Albinauric Ashes +10", Id = 211010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Militiaman Ashes", Id = 212000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Militiaman Ashes +1", Id = 212001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Militiaman Ashes +2", Id = 212002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Militiaman Ashes +3", Id = 212003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Militiaman Ashes +4", Id = 212004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Militiaman Ashes +5", Id = 212005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Militiaman Ashes +6", Id = 212006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Militiaman Ashes +7", Id = 212007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Militiaman Ashes +8", Id = 212008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Militiaman Ashes +9", Id = 212009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Militiaman Ashes +10", Id = 212010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Bandit Ashes", Id = 213000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Bandit Ashes +1", Id = 213001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Bandit Ashes +2", Id = 213002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Bandit Ashes +3", Id = 213003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Bandit Ashes +4", Id = 213004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Bandit Ashes +5", Id = 213005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Bandit Ashes +6", Id = 213006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Bandit Ashes +7", Id = 213007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Bandit Ashes +8", Id = 213008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Bandit Ashes +9", Id = 213009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Bandit Ashes +10", Id = 213010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Oracle Envoy Ashes", Id = 214000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Oracle Envoy Ashes +1", Id = 214001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Oracle Envoy Ashes +2", Id = 214002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Oracle Envoy Ashes +3", Id = 214003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Oracle Envoy Ashes +4", Id = 214004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Oracle Envoy Ashes +5", Id = 214005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Oracle Envoy Ashes +6", Id = 214006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Oracle Envoy Ashes +7", Id = 214007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Oracle Envoy Ashes +8", Id = 214008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Oracle Envoy Ashes +9", Id = 214009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Oracle Envoy Ashes +10", Id = 214010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Putrid Corpse Ashes", Id = 215000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Putrid Corpse Ashes +1", Id = 215001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Putrid Corpse Ashes +2", Id = 215002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Putrid Corpse Ashes +3", Id = 215003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Putrid Corpse Ashes +4", Id = 215004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Putrid Corpse Ashes +5", Id = 215005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Putrid Corpse Ashes +6", Id = 215006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Putrid Corpse Ashes +7", Id = 215007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Putrid Corpse Ashes +8", Id = 215008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Putrid Corpse Ashes +9", Id = 215009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Putrid Corpse Ashes +10", Id = 215010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Depraved Perfumer Carmaan", Id = 216000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Depraved Perfumer Carmaan +1", Id = 216001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Depraved Perfumer Carmaan +2", Id = 216002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Depraved Perfumer Carmaan +3", Id = 216003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Depraved Perfumer Carmaan +4", Id = 216004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Depraved Perfumer Carmaan +5", Id = 216005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Depraved Perfumer Carmaan +6", Id = 216006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Depraved Perfumer Carmaan +7", Id = 216007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Depraved Perfumer Carmaan +8", Id = 216008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Depraved Perfumer Carmaan +9", Id = 216009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Depraved Perfumer Carmaan +10", Id = 216010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Perfumer Tricia", Id = 217000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Perfumer Tricia +1", Id = 217001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Perfumer Tricia +2", Id = 217002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Perfumer Tricia +3", Id = 217003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Perfumer Tricia +4", Id = 217004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Perfumer Tricia +5", Id = 217005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Perfumer Tricia +6", Id = 217006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Perfumer Tricia +7", Id = 217007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Perfumer Tricia +8", Id = 217008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Perfumer Tricia +9", Id = 217009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Perfumer Tricia +10", Id = 217010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Glintstone Sorcerer Ashes", Id = 218000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Glintstone Sorcerer Ashes +1", Id = 218001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Glintstone Sorcerer Ashes +2", Id = 218002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Glintstone Sorcerer Ashes +3", Id = 218003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Glintstone Sorcerer Ashes +4", Id = 218004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Glintstone Sorcerer Ashes +5", Id = 218005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Glintstone Sorcerer Ashes +6", Id = 218006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Glintstone Sorcerer Ashes +7", Id = 218007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Glintstone Sorcerer Ashes +8", Id = 218008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Glintstone Sorcerer Ashes +9", Id = 218009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Glintstone Sorcerer Ashes +10", Id = 218010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Twinsage Sorcerer Ashes", Id = 219000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Twinsage Sorcerer Ashes +1", Id = 219001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Twinsage Sorcerer Ashes +2", Id = 219002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Twinsage Sorcerer Ashes +3", Id = 219003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Twinsage Sorcerer Ashes +4", Id = 219004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Twinsage Sorcerer Ashes +5", Id = 219005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Twinsage Sorcerer Ashes +6", Id = 219006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Twinsage Sorcerer Ashes +7", Id = 219007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Twinsage Sorcerer Ashes +8", Id = 219008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Twinsage Sorcerer Ashes +9", Id = 219009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Twinsage Sorcerer Ashes +10", Id = 219010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Page Ashes", Id = 220000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Page Ashes +1", Id = 220001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Page Ashes +2", Id = 220002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Page Ashes +3", Id = 220003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Page Ashes +4", Id = 220004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Page Ashes +5", Id = 220005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Page Ashes +6", Id = 220006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Page Ashes +7", Id = 220007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Page Ashes +8", Id = 220008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Page Ashes +9", Id = 220009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Page Ashes +10", Id = 220010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Battlemage Hugues", Id = 221000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Battlemage Hugues +1", Id = 221001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Battlemage Hugues +2", Id = 221002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Battlemage Hugues +3", Id = 221003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Battlemage Hugues +4", Id = 221004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Battlemage Hugues +5", Id = 221005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Battlemage Hugues +6", Id = 221006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Battlemage Hugues +7", Id = 221007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Battlemage Hugues +8", Id = 221008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Battlemage Hugues +9", Id = 221009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Battlemage Hugues +10", Id = 221010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Clayman Ashes", Id = 222000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Clayman Ashes +1", Id = 222001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Clayman Ashes +2", Id = 222002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Clayman Ashes +3", Id = 222003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Clayman Ashes +4", Id = 222004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Clayman Ashes +5", Id = 222005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Clayman Ashes +6", Id = 222006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Clayman Ashes +7", Id = 222007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Clayman Ashes +8", Id = 222008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Clayman Ashes +9", Id = 222009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Clayman Ashes +10", Id = 222010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Cleanrot Knight Finlay", Id = 223000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Cleanrot Knight Finlay +1", Id = 223001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Cleanrot Knight Finlay +2", Id = 223002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Cleanrot Knight Finlay +3", Id = 223003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Cleanrot Knight Finlay +4", Id = 223004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Cleanrot Knight Finlay +5", Id = 223005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Cleanrot Knight Finlay +6", Id = 223006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Cleanrot Knight Finlay +7", Id = 223007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Cleanrot Knight Finlay +8", Id = 223008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Cleanrot Knight Finlay +9", Id = 223009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Cleanrot Knight Finlay +10", Id = 223010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Kindred of Rot Ashes", Id = 224000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Kindred of Rot Ashes +1", Id = 224001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Kindred of Rot Ashes +2", Id = 224002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Kindred of Rot Ashes +3", Id = 224003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Kindred of Rot Ashes +4", Id = 224004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Kindred of Rot Ashes +5", Id = 224005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Kindred of Rot Ashes +6", Id = 224006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Kindred of Rot Ashes +7", Id = 224007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Kindred of Rot Ashes +8", Id = 224008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Kindred of Rot Ashes +9", Id = 224009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Kindred of Rot Ashes +10", Id = 224010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Marionette Soldier Ashes", Id = 225000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Marionette Soldier Ashes +1", Id = 225001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Marionette Soldier Ashes +2", Id = 225002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Marionette Soldier Ashes +3", Id = 225003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Marionette Soldier Ashes +4", Id = 225004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Marionette Soldier Ashes +5", Id = 225005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Marionette Soldier Ashes +6", Id = 225006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Marionette Soldier Ashes +7", Id = 225007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Marionette Soldier Ashes +8", Id = 225008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Marionette Soldier Ashes +9", Id = 225009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Marionette Soldier Ashes +10", Id = 225010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Avionette Soldier Ashes", Id = 226000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Avionette Soldier Ashes +1", Id = 226001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Avionette Soldier Ashes +2", Id = 226002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Avionette Soldier Ashes +3", Id = 226003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Avionette Soldier Ashes +4", Id = 226004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Avionette Soldier Ashes +5", Id = 226005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Avionette Soldier Ashes +6", Id = 226006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Avionette Soldier Ashes +7", Id = 226007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Avionette Soldier Ashes +8", Id = 226008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Avionette Soldier Ashes +9", Id = 226009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Avionette Soldier Ashes +10", Id = 226010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Fire Monk Ashes", Id = 227000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Fire Monk Ashes +1", Id = 227001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Fire Monk Ashes +2", Id = 227002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Fire Monk Ashes +3", Id = 227003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Fire Monk Ashes +4", Id = 227004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Fire Monk Ashes +5", Id = 227005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Fire Monk Ashes +6", Id = 227006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Fire Monk Ashes +7", Id = 227007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Fire Monk Ashes +8", Id = 227008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Fire Monk Ashes +9", Id = 227009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Fire Monk Ashes +10", Id = 227010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Blackflame Monk Amon", Id = 228000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Blackflame Monk Amon +1", Id = 228001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Blackflame Monk Amon +2", Id = 228002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Blackflame Monk Amon +3", Id = 228003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Blackflame Monk Amon +4", Id = 228004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Blackflame Monk Amon +5", Id = 228005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Blackflame Monk Amon +6", Id = 228006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Blackflame Monk Amon +7", Id = 228007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Blackflame Monk Amon +8", Id = 228008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Blackflame Monk Amon +9", Id = 228009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Blackflame Monk Amon +10", Id = 228010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Man-Serpent Ashes", Id = 229000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Man-Serpent Ashes +1", Id = 229001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Man-Serpent Ashes +2", Id = 229002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Man-Serpent Ashes +3", Id = 229003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Man-Serpent Ashes +4", Id = 229004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Man-Serpent Ashes +5", Id = 229005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Man-Serpent Ashes +6", Id = 229006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Man-Serpent Ashes +7", Id = 229007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Man-Serpent Ashes +8", Id = 229008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Man-Serpent Ashes +9", Id = 229009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Man-Serpent Ashes +10", Id = 229010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Azula Beastman Ashes", Id = 230000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Azula Beastman Ashes +1", Id = 230001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Azula Beastman Ashes +2", Id = 230002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Azula Beastman Ashes +3", Id = 230003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Azula Beastman Ashes +4", Id = 230004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Azula Beastman Ashes +5", Id = 230005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Azula Beastman Ashes +6", Id = 230006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Azula Beastman Ashes +7", Id = 230007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Azula Beastman Ashes +8", Id = 230008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Azula Beastman Ashes +9", Id = 230009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Azula Beastman Ashes +10", Id = 230010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Kaiden Sellsword Ashes", Id = 231000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Kaiden Sellsword Ashes +1", Id = 231001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Kaiden Sellsword Ashes +2", Id = 231002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Kaiden Sellsword Ashes +3", Id = 231003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Kaiden Sellsword Ashes +4", Id = 231004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Kaiden Sellsword Ashes +5", Id = 231005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Kaiden Sellsword Ashes +6", Id = 231006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Kaiden Sellsword Ashes +7", Id = 231007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Kaiden Sellsword Ashes +8", Id = 231008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Kaiden Sellsword Ashes +9", Id = 231009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Kaiden Sellsword Ashes +10", Id = 231010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Lone Wolf Ashes", Id = 232000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Lone Wolf Ashes +1", Id = 232001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Lone Wolf Ashes +2", Id = 232002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Lone Wolf Ashes +3", Id = 232003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Lone Wolf Ashes +4", Id = 232004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Lone Wolf Ashes +5", Id = 232005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Lone Wolf Ashes +6", Id = 232006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Lone Wolf Ashes +7", Id = 232007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Lone Wolf Ashes +8", Id = 232008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Lone Wolf Ashes +9", Id = 232009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Lone Wolf Ashes +10", Id = 232010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Giant Rat Ashes", Id = 233000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Giant Rat Ashes +1", Id = 233001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Giant Rat Ashes +2", Id = 233002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Giant Rat Ashes +3", Id = 233003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Giant Rat Ashes +4", Id = 233004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Giant Rat Ashes +5", Id = 233005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Giant Rat Ashes +6", Id = 233006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Giant Rat Ashes +7", Id = 233007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Giant Rat Ashes +8", Id = 233008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Giant Rat Ashes +9", Id = 233009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Giant Rat Ashes +10", Id = 233010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Demi-Human Ashes", Id = 234000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Demi-Human Ashes +1", Id = 234001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Demi-Human Ashes +2", Id = 234002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Demi-Human Ashes +3", Id = 234003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Demi-Human Ashes +4", Id = 234004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Demi-Human Ashes +5", Id = 234005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Demi-Human Ashes +6", Id = 234006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Demi-Human Ashes +7", Id = 234007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Demi-Human Ashes +8", Id = 234008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Demi-Human Ashes +9", Id = 234009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Demi-Human Ashes +10", Id = 234010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Rotten Stray Ashes", Id = 235000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Rotten Stray Ashes +1", Id = 235001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Rotten Stray Ashes +2", Id = 235002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Rotten Stray Ashes +3", Id = 235003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Rotten Stray Ashes +4", Id = 235004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Rotten Stray Ashes +5", Id = 235005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Rotten Stray Ashes +6", Id = 235006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Rotten Stray Ashes +7", Id = 235007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Rotten Stray Ashes +8", Id = 235008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Rotten Stray Ashes +9", Id = 235009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Rotten Stray Ashes +10", Id = 235010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Spirit Jellyfish Ashes", Id = 236000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Spirit Jellyfish Ashes +1", Id = 236001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Spirit Jellyfish Ashes +2", Id = 236002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Spirit Jellyfish Ashes +3", Id = 236003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Spirit Jellyfish Ashes +4", Id = 236004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Spirit Jellyfish Ashes +5", Id = 236005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Spirit Jellyfish Ashes +6", Id = 236006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Spirit Jellyfish Ashes +7", Id = 236007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Spirit Jellyfish Ashes +8", Id = 236008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Spirit Jellyfish Ashes +9", Id = 236009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Spirit Jellyfish Ashes +10", Id = 236010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Warhawk Ashes", Id = 237000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Warhawk Ashes +1", Id = 237001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Warhawk Ashes +2", Id = 237002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Warhawk Ashes +3", Id = 237003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Warhawk Ashes +4", Id = 237004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Warhawk Ashes +5", Id = 237005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Warhawk Ashes +6", Id = 237006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Warhawk Ashes +7", Id = 237007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Warhawk Ashes +8", Id = 237008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Warhawk Ashes +9", Id = 237009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Warhawk Ashes +10", Id = 237010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Stormhawk Deenh", Id = 238000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Stormhawk Deenh +1", Id = 238001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Stormhawk Deenh +2", Id = 238002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Stormhawk Deenh +3", Id = 238003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Stormhawk Deenh +4", Id = 238004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Stormhawk Deenh +5", Id = 238005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Stormhawk Deenh +6", Id = 238006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Stormhawk Deenh +7", Id = 238007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Stormhawk Deenh +8", Id = 238008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Stormhawk Deenh +9", Id = 238009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Stormhawk Deenh +10", Id = 238010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Bloodhound Knight Floh", Id = 239000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Bloodhound Knight Floh +1", Id = 239001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Bloodhound Knight Floh +2", Id = 239002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Bloodhound Knight Floh +3", Id = 239003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Bloodhound Knight Floh +4", Id = 239004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Bloodhound Knight Floh +5", Id = 239005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Bloodhound Knight Floh +6", Id = 239006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Bloodhound Knight Floh +7", Id = 239007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Bloodhound Knight Floh +8", Id = 239008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Bloodhound Knight Floh +9", Id = 239009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Bloodhound Knight Floh +10", Id = 239010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Wandering Noble Ashes", Id = 240000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Wandering Noble Ashes +1", Id = 240001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Wandering Noble Ashes +2", Id = 240002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Wandering Noble Ashes +3", Id = 240003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Wandering Noble Ashes +4", Id = 240004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Wandering Noble Ashes +5", Id = 240005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Wandering Noble Ashes +6", Id = 240006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Wandering Noble Ashes +7", Id = 240007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Wandering Noble Ashes +8", Id = 240008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Wandering Noble Ashes +9", Id = 240009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Wandering Noble Ashes +10", Id = 240010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Noble Sorcerer Ashes", Id = 241000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Noble Sorcerer Ashes +1", Id = 241001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Noble Sorcerer Ashes +2", Id = 241002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Noble Sorcerer Ashes +3", Id = 241003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Noble Sorcerer Ashes +4", Id = 241004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Noble Sorcerer Ashes +5", Id = 241005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Noble Sorcerer Ashes +6", Id = 241006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Noble Sorcerer Ashes +7", Id = 241007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Noble Sorcerer Ashes +8", Id = 241008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Noble Sorcerer Ashes +9", Id = 241009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Noble Sorcerer Ashes +10", Id = 241010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Vulgar Militia Ashes", Id = 242000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Vulgar Militia Ashes +1", Id = 242001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Vulgar Militia Ashes +2", Id = 242002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Vulgar Militia Ashes +3", Id = 242003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Vulgar Militia Ashes +4", Id = 242004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Vulgar Militia Ashes +5", Id = 242005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Vulgar Militia Ashes +6", Id = 242006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Vulgar Militia Ashes +7", Id = 242007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Vulgar Militia Ashes +8", Id = 242008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Vulgar Militia Ashes +9", Id = 242009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Vulgar Militia Ashes +10", Id = 242010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mad Pumpkin Head Ashes", Id = 243000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mad Pumpkin Head Ashes +1", Id = 243001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mad Pumpkin Head Ashes +2", Id = 243002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mad Pumpkin Head Ashes +3", Id = 243003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mad Pumpkin Head Ashes +4", Id = 243004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mad Pumpkin Head Ashes +5", Id = 243005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mad Pumpkin Head Ashes +6", Id = 243006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mad Pumpkin Head Ashes +7", Id = 243007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mad Pumpkin Head Ashes +8", Id = 243008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mad Pumpkin Head Ashes +9", Id = 243009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mad Pumpkin Head Ashes +10", Id = 243010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Land Squirt Ashes", Id = 244000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Land Squirt Ashes +1", Id = 244001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Land Squirt Ashes +2", Id = 244002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Land Squirt Ashes +3", Id = 244003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Land Squirt Ashes +4", Id = 244004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Land Squirt Ashes +5", Id = 244005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Land Squirt Ashes +6", Id = 244006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Land Squirt Ashes +7", Id = 244007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Land Squirt Ashes +8", Id = 244008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Land Squirt Ashes +9", Id = 244009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Land Squirt Ashes +10", Id = 244010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Miranda Sprout Ashes", Id = 245000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Miranda Sprout Ashes +1 ", Id = 245001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Miranda Sprout Ashes +2", Id = 245002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Miranda Sprout Ashes +3", Id = 245003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Miranda Sprout Ashes +4", Id = 245004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Miranda Sprout Ashes +5", Id = 245005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Miranda Sprout Ashes +6", Id = 245006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Miranda Sprout Ashes +7", Id = 245007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Miranda Sprout Ashes +8", Id = 245008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Miranda Sprout Ashes +9", Id = 245009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Miranda Sprout Ashes +10", Id = 245010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Soldjars of Fortune Ashes", Id = 246000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Soldjars of Fortune Ashes +1", Id = 246001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Soldjars of Fortune Ashes +2", Id = 246002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Soldjars of Fortune Ashes +3", Id = 246003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Soldjars of Fortune Ashes +4", Id = 246004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Soldjars of Fortune Ashes +5", Id = 246005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Soldjars of Fortune Ashes +6", Id = 246006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Soldjars of Fortune Ashes +7", Id = 246007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Soldjars of Fortune Ashes +8", Id = 246008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Soldjars of Fortune Ashes +9", Id = 246009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Soldjars of Fortune Ashes +10", Id = 246010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Omenkiller Rollo", Id = 247000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Omenkiller Rollo +1", Id = 247001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Omenkiller Rollo +2", Id = 247002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Omenkiller Rollo +3", Id = 247003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Omenkiller Rollo +4", Id = 247004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Omenkiller Rollo +5", Id = 247005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Omenkiller Rollo +6", Id = 247006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Omenkiller Rollo +7", Id = 247007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Omenkiller Rollo +8", Id = 247008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Omenkiller Rollo +9", Id = 247009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Omenkiller Rollo +10", Id = 247010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Greatshield Soldier Ashes", Id = 248000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Greatshield Soldier Ashes +1", Id = 248001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Greatshield Soldier Ashes +2", Id = 248002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Greatshield Soldier Ashes +3", Id = 248003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Greatshield Soldier Ashes +4", Id = 248004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Greatshield Soldier Ashes +5", Id = 248005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Greatshield Soldier Ashes +6", Id = 248006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Greatshield Soldier Ashes +7", Id = 248007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Greatshield Soldier Ashes +8", Id = 248008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Greatshield Soldier Ashes +9", Id = 248009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Greatshield Soldier Ashes +10", Id = 248010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Archer Ashes", Id = 249000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Archer Ashes +1", Id = 249001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Archer Ashes +2", Id = 249002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Archer Ashes +3", Id = 249003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Archer Ashes +4", Id = 249004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Archer Ashes +5", Id = 249005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Archer Ashes +6", Id = 249006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Archer Ashes +7", Id = 249007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Archer Ashes +8", Id = 249008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Archer Ashes +9", Id = 249009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Archer Ashes +10", Id = 249010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Godrick Soldier Ashes", Id = 250000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Godrick Soldier Ashes +1", Id = 250001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Godrick Soldier Ashes +2", Id = 250002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Godrick Soldier Ashes +3", Id = 250003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Godrick Soldier Ashes +4", Id = 250004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Godrick Soldier Ashes +5", Id = 250005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Godrick Soldier Ashes +6", Id = 250006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Godrick Soldier Ashes +7", Id = 250007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Godrick Soldier Ashes +8", Id = 250008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Godrick Soldier Ashes +9", Id = 250009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Godrick Soldier Ashes +10", Id = 250010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Raya Lucaria Soldier Ashes", Id = 251000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Raya Lucaria Soldier Ashes +1", Id = 251001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Raya Lucaria Soldier Ashes +2", Id = 251002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Raya Lucaria Soldier Ashes +3", Id = 251003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Raya Lucaria Soldier Ashes +4", Id = 251004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Raya Lucaria Soldier Ashes +5", Id = 251005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Raya Lucaria Soldier Ashes +6", Id = 251006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Raya Lucaria Soldier Ashes +7", Id = 251007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Raya Lucaria Soldier Ashes +8", Id = 251008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Raya Lucaria Soldier Ashes +9", Id = 251009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Raya Lucaria Soldier Ashes +10", Id = 251010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Leyndell Soldier Ashes", Id = 252000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Leyndell Soldier Ashes +1", Id = 252001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Leyndell Soldier Ashes +2", Id = 252002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Leyndell Soldier Ashes +3", Id = 252003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Leyndell Soldier Ashes +4", Id = 252004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Leyndell Soldier Ashes +5", Id = 252005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Leyndell Soldier Ashes +6", Id = 252006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Leyndell Soldier Ashes +7", Id = 252007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Leyndell Soldier Ashes +8", Id = 252008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Leyndell Soldier Ashes +9", Id = 252009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Leyndell Soldier Ashes +10", Id = 252010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Radahn Soldier Ashes", Id = 253000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Radahn Soldier Ashes +1", Id = 253001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Radahn Soldier Ashes +2", Id = 253002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Radahn Soldier Ashes +3", Id = 253003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Radahn Soldier Ashes +4", Id = 253004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Radahn Soldier Ashes +5", Id = 253005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Radahn Soldier Ashes +6", Id = 253006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Radahn Soldier Ashes +7", Id = 253007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Radahn Soldier Ashes +8", Id = 253008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Radahn Soldier Ashes +9", Id = 253009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Radahn Soldier Ashes +10", Id = 253010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mausoleum Soldier Ashes", Id = 254000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mausoleum Soldier Ashes +1", Id = 254001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mausoleum Soldier Ashes +2", Id = 254002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mausoleum Soldier Ashes +3", Id = 254003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mausoleum Soldier Ashes +4", Id = 254004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mausoleum Soldier Ashes +5", Id = 254005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mausoleum Soldier Ashes +6", Id = 254006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mausoleum Soldier Ashes +7", Id = 254007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mausoleum Soldier Ashes +8", Id = 254008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mausoleum Soldier Ashes +9", Id = 254009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Mausoleum Soldier Ashes +10", Id = 254010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Haligtree Soldier Ashes", Id = 255000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Haligtree Soldier Ashes +1", Id = 255001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Haligtree Soldier Ashes +2", Id = 255002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Haligtree Soldier Ashes +3", Id = 255003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Haligtree Soldier Ashes +4", Id = 255004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Haligtree Soldier Ashes +5", Id = 255005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Haligtree Soldier Ashes +6", Id = 255006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Haligtree Soldier Ashes +7", Id = 255007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Haligtree Soldier Ashes +8", Id = 255008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Haligtree Soldier Ashes +9", Id = 255009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Haligtree Soldier Ashes +10", Id = 255010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancient Dragon Knight Kristoff", Id = 256000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancient Dragon Knight Kristoff +1", Id = 256001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancient Dragon Knight Kristoff +2", Id = 256002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancient Dragon Knight Kristoff +3", Id = 256003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancient Dragon Knight Kristoff +4", Id = 256004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancient Dragon Knight Kristoff +5", Id = 256005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancient Dragon Knight Kristoff +6", Id = 256006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancient Dragon Knight Kristoff +7", Id = 256007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancient Dragon Knight Kristoff +8", Id = 256008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancient Dragon Knight Kristoff +9", Id = 256009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancient Dragon Knight Kristoff +10", Id = 256010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Redmane Knight Ogha", Id = 257000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Redmane Knight Ogha +1", Id = 257001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Redmane Knight Ogha +2", Id = 257002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Redmane Knight Ogha +3", Id = 257003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Redmane Knight Ogha +4", Id = 257004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Redmane Knight Ogha +5", Id = 257005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Redmane Knight Ogha +6", Id = 257006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Redmane Knight Ogha +7", Id = 257007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Redmane Knight Ogha +8", Id = 257008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Redmane Knight Ogha +9", Id = 257009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Redmane Knight Ogha +10", Id = 257010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Lhutel the Headless", Id = 258000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Lhutel the Headless +1", Id = 258001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Lhutel the Headless +2", Id = 258002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Lhutel the Headless +3", Id = 258003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Lhutel the Headless +4", Id = 258004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Lhutel the Headless +5", Id = 258005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Lhutel the Headless +6", Id = 258006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Lhutel the Headless +7", Id = 258007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Lhutel the Headless +8", Id = 258008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Lhutel the Headless +9", Id = 258009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Lhutel the Headless +10", Id = 258010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nepheli Loux Puppet", Id = 259000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nepheli Loux Puppet +1", Id = 259001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nepheli Loux Puppet +2", Id = 259002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nepheli Loux Puppet +3", Id = 259003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nepheli Loux Puppet +4", Id = 259004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nepheli Loux Puppet +5", Id = 259005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nepheli Loux Puppet +6", Id = 259006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nepheli Loux Puppet +7", Id = 259007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nepheli Loux Puppet +8", Id = 259008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nepheli Loux Puppet +9", Id = 259009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Nepheli Loux Puppet +10", Id = 259010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Dung Eater Puppet", Id = 260000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Dung Eater Puppet +1", Id = 260001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Dung Eater Puppet +2", Id = 260002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Dung Eater Puppet +3", Id = 260003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Dung Eater Puppet +4", Id = 260004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Dung Eater Puppet +5", Id = 260005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Dung Eater Puppet +6", Id = 260006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Dung Eater Puppet +7", Id = 260007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Dung Eater Puppet +8", Id = 260008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Dung Eater Puppet +9", Id = 260009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Dung Eater Puppet +10", Id = 260010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Finger Maiden Therolina Puppet", Id = 261000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Finger Maiden Therolina Puppet +1", Id = 261001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Finger Maiden Therolina Puppet +2", Id = 261002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Finger Maiden Therolina Puppet +3", Id = 261003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Finger Maiden Therolina Puppet +4", Id = 261004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Finger Maiden Therolina Puppet +5", Id = 261005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Finger Maiden Therolina Puppet +6", Id = 261006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Finger Maiden Therolina Puppet +7", Id = 261007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Finger Maiden Therolina Puppet +8", Id = 261008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Finger Maiden Therolina Puppet +9", Id = 261009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Finger Maiden Therolina Puppet +10", Id = 261010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Dolores the Sleeping Arrow Puppet", Id = 262000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Dolores the Sleeping Arrow Puppet +1", Id = 262001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Dolores the Sleeping Arrow Puppet +2", Id = 262002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Dolores the Sleeping Arrow Puppet +3", Id = 262003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Dolores the Sleeping Arrow Puppet +4", Id = 262004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Dolores the Sleeping Arrow Puppet +5", Id = 262005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Dolores the Sleeping Arrow Puppet +6", Id = 262006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Dolores the Sleeping Arrow Puppet +7", Id = 262007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Dolores the Sleeping Arrow Puppet +8", Id = 262008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Dolores the Sleeping Arrow Puppet +9", Id = 262009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Dolores the Sleeping Arrow Puppet +10", Id = 262010 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Jarwight Puppet", Id = 263000 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Jarwight Puppet +1", Id = 263001 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Jarwight Puppet +2", Id = 263002 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Jarwight Puppet +3", Id = 263003 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Jarwight Puppet +4", Id = 263004 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Jarwight Puppet +5", Id = 263005 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Jarwight Puppet +6", Id = 263006 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Jarwight Puppet +7", Id = 263007 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Jarwight Puppet +8", Id = 263008 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Jarwight Puppet +9", Id = 263009 },
- new Item() { Category = Category.Goods,GroupName = "Ashes", Name = "Jarwight Puppet +10", Id = 263010 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Furlcalling Finger Remedy", Id = 182 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Rune Arc", Id = 190 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Fire Pot", Id = 300 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Redmane Fire Pot", Id = 301 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Giantsflame Fire Pot", Id = 302 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Lightning Pot", Id = 320 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Ancient Dragonbolt Pot", Id = 321 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Fetid Pot", Id = 330 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Swarm Pot", Id = 340 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Holy Water Pot", Id = 350 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Sacred Order Pot", Id = 351 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Freezing Pot", Id = 360 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Poison Pot", Id = 370 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Oil Pot", Id = 380 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Alluring Pot", Id = 390 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Beastlure Pot", Id = 391 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Roped Fire Pot", Id = 400 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Roped Lightning Pot", Id = 420 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Roped Fetid Pot", Id = 430 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Roped Poison Pot", Id = 440 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Roped Oil Pot", Id = 450 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Roped Magic Pot", Id = 460 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Roped Fly Pot", Id = 470 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Roped Freezing Pot", Id = 480 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Roped Volcano Pot", Id = 490 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Roped Holy Water Pot", Id = 510 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Volcano Pot", Id = 600 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Albinauric Pot", Id = 610 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Cursed-Blood Pot", Id = 630 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Sleep Pot", Id = 640 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Rancor Pot", Id = 650 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Magic Pot", Id = 660 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Academy Magic Pot", Id = 661 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Rot Pot", Id = 670 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Boiled Crab", Id = 820 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Boiled Prawn", Id = 830 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Neutralizing Boluses", Id = 900 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Stanching Boluses", Id = 910 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Thawfrost Boluses", Id = 920 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Stimulating Boluses", Id = 930 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Preserving Boluses", Id = 940 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Rejuvenating Boluses", Id = 950 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Clarifying Boluses", Id = 960 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Pickled Turtle Neck", Id = 1100 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Immunizing Cured Meat", Id = 1110 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Invigorating Cured Meat", Id = 1120 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Clarifying Cured Meat", Id = 1130 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Dappled Cured Meat", Id = 1140 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Spellproof Dried Liver", Id = 1150 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Fireproof Dried Liver", Id = 1160 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Lightningproof Dried Liver", Id = 1170 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Holyproof Dried Liver", Id = 1180 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Silver-Pickled Fowl Foot", Id = 1190 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Gold-Pickled Fowl Foot", Id = 1200 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Exalted Flesh", Id = 1210 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Deathsbane Jerky", Id = 1220 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Raw Meat Dumpling", Id = 1235 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Shabriri Grape", Id = 1240 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Starlight Shards", Id = 1290 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Immunizing White Cured Meat", Id = 1310 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Invigorating White Cured Meat", Id = 1320 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Clarifying White Cured Meat", Id = 1330 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Dappled White Cured Meat", Id = 1340 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Deathsbane White Jerky", Id = 1350 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Fire Grease", Id = 1400 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Lightning Grease", Id = 1410 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Magic Grease", Id = 1420 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Holy Grease", Id = 1430 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Blood Grease", Id = 1440 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Soporific Grease", Id = 1450 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Poison Grease", Id = 1460 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Freezing Grease", Id = 1470 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Dragonwound Grease", Id = 1480 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Rot Grease", Id = 1490 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Drawstring Fire Grease", Id = 1500 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Drawstring Lightning Grease", Id = 1510 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Drawstring Magic Grease", Id = 1520 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Drawstring Holy Grease", Id = 1530 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Drawstring Blood Grease", Id = 1540 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Drawstring Soporific Grease", Id = 1550 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Drawstring Poison Grease", Id = 1560 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Drawstring Freezing Grease", Id = 1570 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Drawstring Rot Grease", Id = 1590 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Shield Grease", Id = 1690 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Throwing Dagger", Id = 1700 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Bone Dart", Id = 1710 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Poisonbone Dart", Id = 1720 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Kukri", Id = 1730 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Crystal Dart", Id = 1740 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Fan Daggers", Id = 1750 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Ruin Fragment", Id = 1760 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Explosive Stone", Id = 1830 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Explosive Stone Clump", Id = 1831 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Poisoned Stone", Id = 1840 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Poisoned Stone Clump", Id = 1841 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Rainbow Stone", Id = 2020 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Glowstone", Id = 2030 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Grace Mimic", Id = 2050 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Soft Cotton", Id = 2100 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Soap", Id = 2120 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Celestial Dew", Id = 2130 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Miquella's Needle", Id = 2190 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Golden Rune [1]", Id = 2900 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Golden Rune [2]", Id = 2901 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Golden Rune [3]", Id = 2902 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Golden Rune [4]", Id = 2903 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Golden Rune [5]", Id = 2904 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Golden Rune [6]", Id = 2905 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Golden Rune [7]", Id = 2906 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Golden Rune [8]", Id = 2907 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Golden Rune [9]", Id = 2908 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Golden Rune [10]", Id = 2909 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Golden Rune [11]", Id = 2910 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Golden Rune [12]", Id = 2911 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Golden Rune [13]", Id = 2912 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Numen's Rune", Id = 2913 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Hero's Rune [1]", Id = 2914 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Hero's Rune [2]", Id = 2915 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Hero's Rune [3]", Id = 2916 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Hero's Rune [4]", Id = 2917 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Hero's Rune [5]", Id = 2918 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Lord's Rune", Id = 2919 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Remembrance of the Grafted", Id = 2950 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Remembrance of the Starscourge", Id = 2951 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Remembrance of the Omen King", Id = 2952 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Remembrance of the Blasphemous", Id = 2953 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Remembrance of the Rot Goddess", Id = 2954 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Remembrance of the Blood Lord", Id = 2955 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Remembrance of the Black Blade", Id = 2956 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Remembrance of Hoarah Loux", Id = 2957 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Remembrance of the Dragonlord", Id = 2958 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Remembrance of the Full Moon Queen", Id = 2959 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Remembrance of the Lichdragon", Id = 2960 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Remembrance of the Fire Giant", Id = 2961 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Remembrance of the Regal Ancestor", Id = 2962 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Elden Remembrance", Id = 2963 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Remembrance of the Naturalborn", Id = 2964 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Lands Between Rune", Id = 2990 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Cuckoo Glintstone", Id = 3030 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Glintstone Scrap", Id = 3050 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Large Glintstone Scrap", Id = 3051 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Gravity Stone Fan", Id = 3060 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Gravity Stone Chunk", Id = 3070 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Wraith Calling Bell", Id = 3080 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Holy Water Grease", Id = 3300 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Warming Stone", Id = 3310 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Frenzyflame Stone", Id = 3311 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Scriptstone", Id = 3320 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Bewitching Branch", Id = 3350 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Baldachin's Blessing", Id = 3360 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Radiant Baldachin's Blessing", Id = 3361 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Uplifting Aromatic", Id = 3500 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Spark Aromatic", Id = 3510 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Ironjar Aromatic", Id = 3520 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Bloodboil Aromatic", Id = 3550 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Poison Spraymist", Id = 3580 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Acid Spraymist", Id = 3610 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Cracked Pot", Id = 9500 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Ritual Pot", Id = 9501 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Perfume Bottle", Id = 9510 },
- new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Glass Shard", Id = 10000 },
- //new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Great Rune of the Unborn", Id = 10080 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Rowa Raisin", Id = 810 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Sweet Raisin", Id = 811 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Frozen Raisin", Id = 812 },
- //new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Raw Meat Dumpling", Id = 1235 },
- //new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Ruin Fragment", Id = 1760 },
- //new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Soft Cotton", Id = 2100 },
- //new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Celestial Dew", Id = 2130 },
- //new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Cracked Pot", Id = 9500 },
- //new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Ritual Pot", Id = 9501 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Sliver of Meat", Id = 15000 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Beast Liver", Id = 15010 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Lump of Flesh", Id = 15020 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Beast Blood", Id = 15030 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Old Fang", Id = 15040 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Budding Horn", Id = 15050 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Flight Pinion", Id = 15060 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Four-Toed Fowl Foot", Id = 15080 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Turtle Neck Meat", Id = 15090 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Human Bone Shard", Id = 15100 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Great Dragonfly Head", Id = 15110 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Slumbering Egg", Id = 15120 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Crab Eggs", Id = 15130 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Land Octopus Ovary", Id = 15140 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Miranda Powder", Id = 15150 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Strip of White Flesh", Id = 15160 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Thin Beast Bones", Id = 15340 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Hefty Beast Bone", Id = 15341 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "String", Id = 15400 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Living Jar Shard", Id = 15410 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Albinauric Bloodclot", Id = 15420 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Stormhawk Feather", Id = 15430 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Poisonbloom", Id = 20650 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Trina's Lily", Id = 20651 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Fulgurbloom", Id = 20652 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Miquella's Lily", Id = 20653 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Grave Violet", Id = 20654 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Faded Erdleaf Flower", Id = 20660 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Erdleaf Flower", Id = 20680 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Altus Bloom", Id = 20681 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Fire Blossom", Id = 20682 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Golden Sunflower", Id = 20683 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Tarnished Golden Sunflower", Id = 20685 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Herba", Id = 20690 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Arteria Leaf", Id = 20691 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Dewkissed Herba", Id = 20710 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Rowa Fruit", Id = 20720 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Golden Rowa", Id = 20721 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Rimed Rowa", Id = 20722 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Bloodrose", Id = 20723 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Eye of Yelough", Id = 20740 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Crystal Bud", Id = 20750 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Rimed Crystal Bud", Id = 20751 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Sacramental Bud", Id = 20753 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Mushroom", Id = 20760 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Melted Mushroom", Id = 20761 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Toxic Mushroom", Id = 20770 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Root Resin", Id = 20775 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Cracked Crystal", Id = 20780 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Sanctuary Stone", Id = 20795 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Nascent Butterfly", Id = 20800 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Aeonian Butterfly", Id = 20801 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Smoldering Butterfly", Id = 20802 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Silver Firefly", Id = 20810 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Gold Firefly", Id = 20811 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Glintstone Firefly", Id = 20812 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Golden Centipede", Id = 20820 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Silver Tear Husk", Id = 20825 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Gold-Tinged Excrement", Id = 20830 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Blood-Tainted Excrement", Id = 20831 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Cave Moss", Id = 20840 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Budding Cave Moss", Id = 20841 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Crystal Cave Moss", Id = 20842 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Yellow Ember", Id = 20845 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Volcanic Stone", Id = 20850 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Formic Rock", Id = 20852 },
- new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Gravel Stone", Id = 20855 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Wondrous Physick (Empty)", Id = 250 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Wondrous Physick", Id = 251 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears (Empty)", Id = 1000 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears", Id = 1001 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +1 (Empty)", Id = 1002 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +1", Id = 1003 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +2 (Empty)", Id = 1004 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +2", Id = 1005 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +3 (Empty)", Id = 1006 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +3", Id = 1007 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +4 (Empty)", Id = 1008 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +4", Id = 1009 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +5 (Empty)", Id = 1010 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +5", Id = 1011 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +6 (Empty)", Id = 1012 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +6", Id = 1013 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +7 (Empty)", Id = 1014 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +7", Id = 1015 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +8 (Empty)", Id = 1016 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +8", Id = 1017 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +9 (Empty)", Id = 1018 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +9", Id = 1019 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +10 (Empty)", Id = 1020 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +10", Id = 1021 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +11 (Empty)", Id = 1022 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +11", Id = 1023 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +12 (Empty)", Id = 1024 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +12", Id = 1025 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears (Empty)", Id = 1050 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears", Id = 1051 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +1 (Empty)", Id = 1052 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +1", Id = 1053 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +2 (Empty)", Id = 1054 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +2", Id = 1055 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +3 (Empty)", Id = 1056 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +3", Id = 1057 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +4 (Empty)", Id = 1058 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +4", Id = 1059 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +5 (Empty)", Id = 1060 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +5", Id = 1061 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +6 (Empty)", Id = 1062 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +6", Id = 1063 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +7 (Empty)", Id = 1064 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +7", Id = 1065 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +8 (Empty)", Id = 1066 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +8", Id = 1067 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +9 (Empty)", Id = 1068 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +9", Id = 1069 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +10 (Empty)", Id = 1070 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +10", Id = 1071 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +11 (Empty)", Id = 1072 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +11", Id = 1073 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +12 (Empty)", Id = 1074 },
- new Item() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +12", Id = 1075 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Tarnished's Furled Finger", Id = 100 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Duelist's Furled Finger", Id = 101 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Bloody Finger", Id = 102 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Finger Severer", Id = 103 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "White Cipher Ring", Id = 104 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Blue Cipher Ring", Id = 105 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Tarnished's Wizened Finger", Id = 106 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Phantom Bloody Finger", Id = 107 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Taunter's Tongue", Id = 108 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Small Golden Effigy", Id = 109 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Small Red Effigy", Id = 110 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Festering Bloody Finger", Id = 111 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Recusant Finger", Id = 112 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Phantom Bloody Finger", Id = 113 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Phantom Recusant Finger", Id = 114 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Memory of Grace", Id = 115 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Spectral Steed Whistle", Id = 130 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Phantom Great Rune", Id = 135 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Godrick's Great Rune", Id = 191 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Radahn's Great Rune", Id = 192 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Morgott's Great Rune", Id = 193 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Rykard's Great Rune", Id = 194 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Mohg's Great Rune", Id = 195 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Malenia's Great Rune", Id = 196 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Stonesword Key", Id = 8000 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Rusty Key", Id = 8010 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Lucent Baldachin's Blessing", Id = 8102 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Dectus Medallion (Left)", Id = 8105 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Dectus Medallion (Right)", Id = 8106 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Rold Medallion", Id = 8107 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Academy Glintstone Key", Id = 8109 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Carian Inverted Statue", Id = 8111 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Dark Moon Ring", Id = 8121 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Fingerprint Grape", Id = 8126 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Letter from Volcano Manor", Id = 8127 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Tonic of Forgetfulness", Id = 8128 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Serpent's Amnion", Id = 8129 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Rya's Necklace", Id = 8130 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Irina's Letter", Id = 8131 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Letter from Volcano Manor", Id = 8132 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Red Letter", Id = 8133 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Drawing-Room Key", Id = 8134 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Rya's Necklace", Id = 8136 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Volcano Manor Invitation", Id = 8137 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Amber Starlight", Id = 8142 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Seluvis's Introduction", Id = 8143 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Sellen's Primal Glintstone", Id = 8144 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Miniature Ranni", Id = 8146 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Asimi, Silver Tear", Id = 8147 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Godrick's Great Rune (Unpowered)", Id = 8148 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Radahn's Great Rune (Unpowered)", Id = 8149 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Morgott's Great Rune (Unpowered)", Id = 8150 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Rykard's Great Rune (Unpowered)", Id = 8151 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Mohg's Great Rune (Unpowered)", Id = 8152 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Malenia's Great Rune (Unpowered)", Id = 8153 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Lord of Blood's Favor", Id = 8154 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Lord of Blood's Favor", Id = 8155 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Burial Crow's Letter", Id = 8156 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Spirit Calling Bell", Id = 8158 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Fingerslayer Blade", Id = 8159 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Sewing Needle", Id = 8161 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Gold Sewing Needle", Id = 8162 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Tailoring Tools", Id = 8163 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Seluvis's Potion", Id = 8164 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Amber Draught", Id = 8166 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Letter to Patches", Id = 8167 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Dancer's Castanets", Id = 8168 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Sellian Sealbreaker", Id = 8169 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Chrysalids' Memento", Id = 8171 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Black Knifeprint", Id = 8172 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Letter to Bernahl", Id = 8173 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Academy Glintstone Key", Id = 8174 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Haligtree Secret Medallion (Left)", Id = 8175 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Haligtree Secret Medallion (Right)", Id = 8176 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Burial Crow's Letter", Id = 8181 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Mending Rune of Perfect Order", Id = 8182 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Mending Rune of the Death-Prince", Id = 8183 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Mending Rune of the Fell Curse", Id = 8184 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Larval Tear", Id = 8185 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Imbued Sword Key", Id = 8186 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Miniature Ranni", Id = 8187 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Golden Tailoring Tools", Id = 8188 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Iji's Confession", Id = 8189 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Knifeprint Clue", Id = 8190 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Cursemark of Death", Id = 8191 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Asimi's Husk", Id = 8192 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Seedbed Curse", Id = 8193 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "The Stormhawk King", Id = 8194 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Asimi, Silver Chrysalid", Id = 8195 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Unalloyed Gold Needle", Id = 8196 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Sewer-Gaol Key", Id = 8197 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Meeting Place Map", Id = 8198 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Discarded Palace Key", Id = 8199 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Iron Whetblade", Id = 8970 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Red-Hot Whetblade", Id = 8971 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Sanctified Whetblade", Id = 8972 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Glintstone Whetblade", Id = 8973 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Black Whetblade", Id = 8974 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Unalloyed Gold Needle", Id = 8975 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Unalloyed Gold Needle", Id = 8976 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Valkyrie's Prosthesis", Id = 8977 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Sellia's Secret", Id = 8978 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Beast Eye", Id = 8979 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Weathered Dagger", Id = 8980 },
- new Item() { Category = Category.Goods,GroupName = "Key Items", Name = "Great Rune of the Unborn", Id = 10080 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Homing Instinct Painting", Id = 8200 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Resurrection Painting", Id = 8201 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Champion's Song Painting", Id = 8202 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Sorcerer Painting", Id = 8203 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Prophecy Painting", Id = 8204 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Flightless Bird Painting", Id = 8205 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Redmane Painting", Id = 8206 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Zorayas's Letter", Id = 8221 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Rogier's Letter", Id = 8223 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: The Preceptor's Secret", Id = 8224 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Weathered Map", Id = 8225 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: The Preceptor's Secret", Id = 8226 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Weathered Map", Id = 8227 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Limgrave, West", Id = 8600 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Weeping Peninsula", Id = 8601 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Limgrave, East", Id = 8602 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Liurnia, East", Id = 8603 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Liurnia, North", Id = 8604 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Liurnia, West", Id = 8605 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Altus Plateau", Id = 8606 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Leyndell, Royal Capital", Id = 8607 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Mt. Gelmir", Id = 8608 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Caelid", Id = 8609 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Dragonbarrow", Id = 8610 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Mountaintops of the Giants, West", Id = 8611 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Mountaintops of the Giants, East", Id = 8612 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Ainsel River", Id = 8613 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Lake of Rot", Id = 8614 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Siofra River", Id = 8615 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Mohgwyn Palace", Id = 8616 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Deeproot Depths", Id = 8617 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Consecrated Snowfield", Id = 8618 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Mirage Riddle", Id = 8660 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Hidden Cave", Id = 8700 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Imp Shades", Id = 8701 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Flask of Wondrous Physick", Id = 8702 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Stonedigger Trolls", Id = 8703 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Walking Mausoleum", Id = 8704 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Unseen Assassins", Id = 8705 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Great Coffins", Id = 8706 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Flame Chariots", Id = 8707 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Demi-human Mobs", Id = 8708 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Land Squirts", Id = 8709 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Gravity's Advantage", Id = 8710 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Revenants", Id = 8711 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Waypoint Ruins", Id = 8712 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Gateway", Id = 8713 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Miquella's Needle", Id = 8714 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Frenzied Flame Village", Id = 8715 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: The Lord of Frenzied Flame", Id = 8716 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Below the Capital", Id = 8717 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Hidden Cave", Id = 8750 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Imp Shades", Id = 8751 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Flask of Wondrous Physick", Id = 8752 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Stonedigger Trolls", Id = 8753 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Walking Mausoleum", Id = 8754 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Unseen Assassins", Id = 8755 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Great Coffins", Id = 8756 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Flame Chariots", Id = 8757 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Demi-human Mobs", Id = 8758 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Land Squirts", Id = 8759 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Gravity's Advantage", Id = 8760 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Revenants", Id = 8761 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Waypoint Ruins", Id = 8762 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Gateway", Id = 8763 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Frenzied Flame Village", Id = 8765 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Below the Capital", Id = 8767 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Sites of Grace", Id = 9100 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Sorceries and Incantations", Id = 9101 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Bows", Id = 9102 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Crouching", Id = 9103 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Stance-Breaking", Id = 9104 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Stakes of Marika", Id = 9105 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Guard Counters", Id = 9106 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About the Map", Id = 9107 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Guidance of Grace", Id = 9108 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Horseback Riding", Id = 9109 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Death", Id = 9110 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Summoning Spirits", Id = 9111 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Guarding", Id = 9112 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Item Crafting", Id = 9113 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Flask of Wondrous Physick", Id = 9115 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Adding Skills", Id = 9116 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Birdseye Telescopes", Id = 9117 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Spiritspring Jumping", Id = 9118 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Vanquishing Enemy Groups", Id = 9119 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Teardrop Scarabs", Id = 9120 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Summoning Other Players", Id = 9121 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Cooperative Multiplayer", Id = 9122 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Competitive Multiplayer", Id = 9123 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Invasion Multiplayer", Id = 9124 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Hunter Multiplayer", Id = 9125 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Summoning Pools", Id = 9126 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Monument Icon", Id = 9127 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Requesting Help from Hunters", Id = 9128 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Skills", Id = 9129 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Fast Travel to Sites of Grace", Id = 9130 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Strengthening Armaments", Id = 9131 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Roundtable Hold", Id = 9132 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Materials", Id = 9134 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Containers", Id = 9135 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Adding Affinities", Id = 9136 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Pouches", Id = 9137 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Dodging", Id = 9138 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Wielding Armaments", Id = 9140 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Great Runes", Id = 9141 },
- new Item() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Multiplayer", Id = 9195 },
- new Item() { Category = Category.Goods,GroupName = "Tools", Name = "Margit's Shackle", Id = 2140 },
- new Item() { Category = Category.Goods,GroupName = "Tools", Name = "Mohg's Shackle", Id = 2150 },
- new Item() { Category = Category.Goods,GroupName = "Tools", Name = "Pureblood Knight's Medal", Id = 2160 },
- new Item() { Category = Category.Goods,GroupName = "Tools", Name = "Prattling Pate Hello", Id = 2200 },
- new Item() { Category = Category.Goods,GroupName = "Tools", Name = "Prattling Pate Thank you", Id = 2201 },
- new Item() { Category = Category.Goods,GroupName = "Tools", Name = "Prattling Pate Apologies", Id = 2202 },
- new Item() { Category = Category.Goods,GroupName = "Tools", Name = "Prattling Pate Wonderful", Id = 2203 },
- new Item() { Category = Category.Goods,GroupName = "Tools", Name = "Prattling Pate Please help", Id = 2204 },
- new Item() { Category = Category.Goods,GroupName = "Tools", Name = "Prattling Pate My beloved", Id = 2205 },
- new Item() { Category = Category.Goods,GroupName = "Tools", Name = "Prattling Pate Let's get to it", Id = 2206 },
- new Item() { Category = Category.Goods,GroupName = "Tools", Name = "Prattling Pate You're beautiful", Id = 2207 },
- new Item() { Category = Category.Goods,GroupName = "Tools", Name = "Ancestral Infant's Head", Id = 3000 },
- new Item() { Category = Category.Goods,GroupName = "Tools", Name = "Omen Bairn", Id = 3010 },
- new Item() { Category = Category.Goods,GroupName = "Tools", Name = "Regal Omen Bairn", Id = 3011 },
- new Item() { Category = Category.Goods,GroupName = "Tools", Name = "Miranda's Prayer", Id = 3020 },
- new Item() { Category = Category.Goods,GroupName = "Tools", Name = "Mimic's Veil", Id = 3040 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Golden Seed", Id = 10010 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Sacred Tear", Id = 10020 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Memory Stone", Id = 10030 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Talisman Pouch", Id = 10040 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Dragon Heart", Id = 10060 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Lost Ashes of War", Id = 10070 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Smithing Stone [1]", Id = 10100 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Smithing Stone [2]", Id = 10101 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Smithing Stone [3]", Id = 10102 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Smithing Stone [4]", Id = 10103 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Smithing Stone [5]", Id = 10104 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Smithing Stone [6]", Id = 10105 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Smithing Stone [7]", Id = 10106 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Smithing Stone [8]", Id = 10107 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Ancient Dragon Smithing Stone", Id = 10140 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Somber Smithing Stone [1]", Id = 10160 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Somber Smithing Stone [2]", Id = 10161 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Somber Smithing Stone [3]", Id = 10162 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Somber Smithing Stone [4]", Id = 10163 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Somber Smithing Stone [5]", Id = 10164 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Somber Smithing Stone [6]", Id = 10165 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Somber Smithing Stone [7]", Id = 10166 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Somber Smithing Stone [8]", Id = 10167 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Somber Ancient Dragon Smithing Stone", Id = 10168 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Somber Smithing Stone [9]", Id = 10200 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Grave Glovewort [1]", Id = 10900 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Grave Glovewort [2]", Id = 10901 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Grave Glovewort [3]", Id = 10902 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Grave Glovewort [4]", Id = 10903 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Grave Glovewort [5]", Id = 10904 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Grave Glovewort [6]", Id = 10905 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Grave Glovewort [7]", Id = 10906 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Grave Glovewort [8]", Id = 10907 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Grave Glovewort [9]", Id = 10908 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Great Grave Glovewort", Id = 10909 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Ghost Glovewort [1]", Id = 10910 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Ghost Glovewort [2]", Id = 10911 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Ghost Glovewort [3]", Id = 10912 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Ghost Glovewort [4]", Id = 10913 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Ghost Glovewort [5]", Id = 10914 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Ghost Glovewort [6]", Id = 10915 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Ghost Glovewort [7]", Id = 10916 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Ghost Glovewort [8]", Id = 10917 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Ghost Glovewort [9]", Id = 10918 },
- new Item() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Great Ghost Glovewort", Id = 10919 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Arrow", Id = 50000000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Fire", Id = 50010000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Serpent", Id = 50020000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Bone (Fletched)", Id = 50030000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - St. Trina's", Id = 50040000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Shattershard (Fletched)", Id = 50060000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Rainbow Stone (Fletched)", Id = 50080000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Golden", Id = 50090000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Dwelling", Id = 50100000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Bone", Id = 50110000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Firebone (Fletched)", Id = 50130000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Firebone", Id = 50140000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Poisonbone (Fletched)", Id = 50150000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Poisonbone", Id = 50160000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Sleepbone (Fletched)", Id = 50170000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Sleepbone", Id = 50180000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Stormwing Bone", Id = 50190000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Lightningbone (Fletched)", Id = 50200000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Lightningbone", Id = 50210000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Rainbow Stone", Id = 50220000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Shattershard", Id = 50230000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Spiritflame", Id = 50240000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Magicbone (Fletched)", Id = 50260000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Magicbone", Id = 50270000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Haligbone (Fletched)", Id = 50280000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Haligbone", Id = 50290000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Bloodbone (Fletched)", Id = 50300000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Bloodbone", Id = 50310000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Coldbone (Fletched)", Id = 50320000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Coldbone", Id = 50330000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Rotbone (Fletched)", Id = 50340000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Rotbone", Id = 50350000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Golem's Magic", Id = 51030000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Bone (Fletched)", Id = 51050000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Bone", Id = 51060000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Bolt", Id = 52000000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Lightning ", Id = 52010000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Perfumer's ", Id = 52020000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Black-Key ", Id = 52030000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Burred ", Id = 52040000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Meteor ", Id = 52050000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Explosive ", Id = 52060000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Golden ", Id = 52070000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Lordsworn's ", Id = 52080000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Bone ", Id = 52090000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Firebone ", Id = 52100000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Lightningbone ", Id = 52110000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Magicbone ", Id = 52120000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Haligbone ", Id = 52130000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Poisonbone ", Id = 52140000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Bloodbone ", Id = 52150000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Coldbone ", Id = 52160000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Rotbone ", Id = 52170000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Sleepbone ", Id = 52180000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Flaming ", Id = 52190000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Great Arrow - Great Arrow", Id = 51000000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Great Arrow - Golem's", Id = 51010000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Great Arrow - Golden", Id = 51020000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Great Arrow - Radahn's Spear", Id = 51040000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Greatbolt - Ballista Bolt", Id = 53000000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Greatbolt - Lightning", Id = 53010000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Greatbolt - Explosive", Id = 53020000 },
- new Item() { Category = Category.Weapons,GroupName = "Ammo", Name = "Greatbolt - Bone Ballista Bolt", Id = 53030000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Dagger", Id = 1000000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Black Knife", Id = 1010000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Parrying Dagger", Id = 1020000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Miséricorde", Id = 1030000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Reduvia", Id = 1040000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Crystal Knife", Id = 1050000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Celebrant's Sickle", Id = 1060000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Glintstone Kris", Id = 1070000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Scorpion's Stinger", Id = 1080000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Great Knife", Id = 1090000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Wakizashi", Id = 1100000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Cinquedea", Id = 1110000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Ivory Sickle", Id = 1130000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Bloodstained Dagger", Id = 1140000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Erdsteel Dagger", Id = 1150000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Blade of Calling", Id = 1160000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Longsword", Id = 2000000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Short Sword", Id = 2010000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Broadsword", Id = 2020000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Lordsworn's Straight Sword", Id = 2040000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Weathered Straight Sword", Id = 2050000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Ornamental Straight Sword", Id = 2060000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Golden Epitaph", Id = 2070000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Nox Flowing Sword", Id = 2080000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Inseparable Sword", Id = 2090000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Coded Sword", Id = 2110000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Sword of Night and Flame", Id = 2140000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Crystal Sword", Id = 2150000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Carian Knight's Sword", Id = 2180000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Sword of St. Trina", Id = 2190000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Miquellan Knight's Sword", Id = 2200000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Cane Sword", Id = 2210000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Regalia of Eochaid", Id = 2220000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Noble's Slender Sword", Id = 2230000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Warhawk's Talon", Id = 2240000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Lazuli Glintstone Sword", Id = 2250000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Rotten Crystal Sword", Id = 2260000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Bastard Sword", Id = 3000000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Forked Greatsword", Id = 3010000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Iron Greatsword", Id = 3020000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Lordsworn's Greatsword", Id = 3030000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Knight's Greatsword", Id = 3040000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Flamberge", Id = 3050000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Ordovis's Greatsword", Id = 3060000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Alabaster Lord's Sword", Id = 3070000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Banished Knight's Greatsword", Id = 3080000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Dark Moon Greatsword", Id = 3090000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Sacred Relic Sword", Id = 3100000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Helphen's Steeple", Id = 3130000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Blasphemous Blade", Id = 3140000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Marais Executioner's Sword", Id = 3150000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Sword of Milos", Id = 3160000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Golden Order Greatsword", Id = 3170000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Claymore", Id = 3180000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Gargoyle's Greatsword", Id = 3190000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Death's Poker", Id = 3200000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Gargoyle's Blackblade", Id = 3210000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Greatsword", Id = 4000000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Watchdog's Greatsword", Id = 4010000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Maliketh's Black Blade", Id = 4020000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Troll's Golden Sword", Id = 4030000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Zweihander", Id = 4040000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Starscourge Greatsword", Id = 4050000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Royal Greatsword", Id = 4060000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Godslayer's Greatsword", Id = 4070000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Ruins Greatsword", Id = 4080000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Grafted Blade Greatsword", Id = 4100000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Troll Knight's Sword", Id = 4110000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Estoc", Id = 5000000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Cleanrot Knight's Sword", Id = 5010000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Rapier", Id = 5020000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Rogier's Rapier", Id = 5030000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Antspur Rapier", Id = 5040000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Frozen Needle", Id = 5050000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Noble's Estoc", Id = 5060000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Bloody Helice", Id = 6000000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Godskin Stitcher", Id = 6010000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Great Épée", Id = 6020000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Dragon King's Cragblade", Id = 6040000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Falchion", Id = 7000000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Beastman's Curved Sword", Id = 7010000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Shotel", Id = 7020000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Shamshir", Id = 7030000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Bandit's Curved Sword", Id = 7040000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Magma Blade", Id = 7050000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Flowing Curved Sword", Id = 7060000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Wing of Astel", Id = 7070000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Scavenger's Curved Sword", Id = 7080000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Eclipse Shotel", Id = 7100000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Serpent-God's Curved Sword", Id = 7110000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Mantis Blade", Id = 7120000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Scimitar", Id = 7140000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Grossmesser", Id = 7150000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Onyx Lord's Greatsword", Id = 8010000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Dismounter", Id = 8020000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Bloodhound's Fang", Id = 8030000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Magma Wyrm's Scalesword", Id = 8040000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Zamor Curved Sword", Id = 8050000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Omen Cleaver", Id = 8060000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Monk's Flameblade", Id = 8070000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Beastman's Cleaver", Id = 8080000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Morgott's Cursed Sword", Id = 8100000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Uchigatana", Id = 9000000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Nagakiba", Id = 9010000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Hand of Malenia", Id = 9020000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Meteoric Ore Blade", Id = 9030000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Rivers of Blood", Id = 9040000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Moonveil", Id = 9060000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Dragonscale Blade", Id = 9070000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Serpentbone Blade", Id = 9080000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Twinblade", Id = 10000000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Godskin Peeler", Id = 10010000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Twinned Knight Swords", Id = 10030000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Eleonora's Poleblade", Id = 10050000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Gargoyle's Twinblade", Id = 10080000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Gargoyle's Black Blades", Id = 10090000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Mace", Id = 11000000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Club", Id = 11010000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Curved Club", Id = 11030000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Warpick", Id = 11040000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Morning Star", Id = 11050000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Varré's Bouquet", Id = 11060000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Spiked Club", Id = 11070000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Hammer", Id = 11080000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Monk's Flamemace", Id = 11090000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Envoy's Horn", Id = 11100000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Scepter of the All-Knowing", Id = 11110000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Nox Flowing Hammer", Id = 11120000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Ringed Finger", Id = 11130000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Stone Club", Id = 11140000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Marika's Hammer", Id = 11150000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Large Club", Id = 12000000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Greathorn Hammer", Id = 12010000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Battle Hammer", Id = 12020000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Great Mace", Id = 12060000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Curved Great Club", Id = 12080000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Celebrant's Skull", Id = 12130000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Pickaxe", Id = 12140000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Beastclaw Greathammer", Id = 12150000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Envoy's Long Horn", Id = 12160000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Cranial Vessel Candlestand", Id = 12170000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Great Stars", Id = 12180000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Brick Hammer", Id = 12190000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Devourer's Scepter", Id = 12200000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Rotten Battle Hammer", Id = 12210000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Nightrider Flail", Id = 13000000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Flail", Id = 13010000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Family Heads", Id = 13020000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Bastard's Stars", Id = 13030000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Chainlink Flail", Id = 13040000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Battle Axe", Id = 14000000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Forked Hatchet", Id = 14010000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Hand Axe", Id = 14020000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Jawbone Axe", Id = 14030000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Iron Cleaver", Id = 14040000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Ripple Blade", Id = 14050000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Celebrant's Cleaver", Id = 14060000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Icerind Hatchet", Id = 14080000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Highland Axe", Id = 14100000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Sacrificial Axe", Id = 14110000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Rosus' Axe", Id = 14120000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Stormhawk Axe", Id = 14140000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Greataxe", Id = 15000000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Warped Axe", Id = 15010000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Great Omenkiller Cleaver", Id = 15020000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Crescent Moon Axe", Id = 15030000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Axe of Godrick", Id = 15040000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Longhaft Axe", Id = 15050000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Rusted Anchor", Id = 15060000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Executioner's Greataxe", Id = 15080000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Winged Greathorn", Id = 15110000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Butchering Knife", Id = 15120000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Gargoyle's Great Axe", Id = 15130000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Gargoyle's Black Axe", Id = 15140000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Short Spear", Id = 16000000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Spear", Id = 16010000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Crystal Spear", Id = 16020000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Clayman's Harpoon", Id = 16030000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Cleanrot Spear", Id = 16040000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Partisan", Id = 16050000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Celebrant's Rib-Rake", Id = 16060000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Pike", Id = 16070000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Torchpole", Id = 16080000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Bolt of Gransax", Id = 16090000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Cross-Naginata", Id = 16110000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Death Ritual Spear", Id = 16120000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Inquisitor's Girandole", Id = 16130000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Spiked Spear", Id = 16140000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Iron Spear", Id = 16150000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Rotten Crystal Spear", Id = 16160000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Mohgwyn's Sacred Spear", Id = 17010000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Siluria's Tree", Id = 17020000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Serpent-Hunter", Id = 17030000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Vyke's War Spear", Id = 17050000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Lance", Id = 17060000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Treespear", Id = 17070000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Halberd", Id = 18000000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Pest's Glaive", Id = 18010000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Lucerne", Id = 18020000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Banished Knight's Halberd", Id = 18030000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Commander's Standard", Id = 18040000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Nightrider Glaive", Id = 18050000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Ripple Crescent Halberd", Id = 18060000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Vulgar Militia Saw", Id = 18070000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Golden Halberd", Id = 18080000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Glaive", Id = 18090000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Loretta's War Sickle", Id = 18100000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Guardian's Swordspear", Id = 18110000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Vulgar Militia Shotel", Id = 18130000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Dragon Halberd", Id = 18140000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Gargoyle's Halberd", Id = 18150000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Gargoyle's Black Halberd", Id = 18160000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Scythe", Id = 19000000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Grave Scythe", Id = 19010000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Halo Scythe", Id = 19020000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Winged Scythe", Id = 19060000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Whip", Id = 20000000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Thorned Whip", Id = 20020000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Magma Whip Candlestick", Id = 20030000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Hoslow's Petal Whip", Id = 20050000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Giant's Red Braid", Id = 20060000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Urumi", Id = 20070000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Caestus", Id = 21000000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Spiked Caestus", Id = 21010000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Grafted Dragon", Id = 21060000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Iron Ball", Id = 21070000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Star Fist", Id = 21080000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Katar", Id = 21100000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Clinging Bone", Id = 21110000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Veteran's Prosthesis", Id = 21120000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Cipher Pata", Id = 21130000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Hookclaws", Id = 22000000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Venomous Fang", Id = 22010000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Bloodhound Claws", Id = 22020000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Raptor Talons", Id = 22030000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Prelate's Inferno Crozier", Id = 23000000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Watchdog's Staff", Id = 23010000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Great Club", Id = 23020000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Envoy's Greathorn", Id = 23030000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Duelist Greataxe", Id = 23040000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Axe of Godfrey", Id = 23050000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Dragon Greatclaw", Id = 23060000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Staff of the Avatar", Id = 23070000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Fallingstar Beast Jaw", Id = 23080000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Ghiza's Wheel", Id = 23100000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Giant-Crusher", Id = 23110000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Golem's Halberd", Id = 23120000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Troll's Hammer", Id = 23130000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Rotten Staff", Id = 23140000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Rotten Greataxe", Id = 23150000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Torch", Id = 24000000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Steel-Wire Torch", Id = 24020000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "St. Trina's Torch", Id = 24040000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Ghostflame Torch", Id = 24050000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Beast-Repellent Torch", Id = 24060000 },
- new Item() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Sentry's Torch", Id = 24070000 },
- new Item() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Shortbow", Id = 40000000 },
- new Item() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Misbegotten Shortbow", Id = 40010000 },
- new Item() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Red Branch Shortbow", Id = 40020000 },
- new Item() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Harp Bow", Id = 40030000 },
- new Item() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Composite Bow", Id = 40050000 },
- new Item() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Longbow", Id = 41000000 },
- new Item() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Albinauric Bow", Id = 41010000 },
- new Item() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Horn Bow", Id = 41020000 },
- new Item() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Erdtree Bow", Id = 41030000 },
- new Item() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Serpent Bow", Id = 41040000 },
- new Item() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Pulley Bow", Id = 41060000 },
- new Item() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Black Bow", Id = 41070000 },
- new Item() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Lion Greatbow", Id = 42000000 },
- new Item() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Golem Greatbow", Id = 42010000 },
- new Item() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Erdtree Greatbow", Id = 42030000 },
- new Item() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Greatbow", Id = 42040000 },
- new Item() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Soldier's Crossbow", Id = 43000000 },
- new Item() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Light Crossbow", Id = 43020000 },
- new Item() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Heavy Crossbow", Id = 43030000 },
- new Item() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Pulley Crossbow", Id = 43050000 },
- new Item() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Full Moon Crossbow", Id = 43060000 },
- new Item() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Arbalest", Id = 43080000 },
- new Item() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Crepus's Black-Key Crossbow", Id = 43110000 },
- new Item() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Hand Ballista", Id = 44000000 },
- new Item() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Jar Cannon", Id = 44010000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Buckler", Id = 30000000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Perfumer's Shield", Id = 30010000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Man-Serpent's Shield", Id = 30020000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Rickety Shield", Id = 30030000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Pillory Shield", Id = 30040000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Beastman's Jar-Shield", Id = 30060000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Red Thorn Roundshield", Id = 30070000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Scripture Wooden Shield", Id = 30080000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Riveted Wooden Shield", Id = 30090000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Blue-White Wooden Shield", Id = 30100000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Rift Shield", Id = 30110000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Iron Roundshield", Id = 30120000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Gilded Iron Shield", Id = 30130000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Ice Crest Shield", Id = 30140000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Smoldering Shield", Id = 30150000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Spiralhorn Shield", Id = 30190000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Coil Shield", Id = 30200000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Kite Shield", Id = 31000000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Marred Leather Shield", Id = 31010000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Marred Wooden Shield", Id = 31020000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Banished Knight's Shield", Id = 31030000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Albinauric Shield", Id = 31040000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Sun Realm Shield", Id = 31050000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Silver Mirrorshield", Id = 31060000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Round Shield", Id = 31070000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Scorpion Kite Shield", Id = 31080000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Twinbird Kite Shield", Id = 31090000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Blue-Gold Kite Shield", Id = 31100000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Brass Shield", Id = 31130000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Great Turtle Shell", Id = 31140000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Shield of the Guilty", Id = 31170000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Carian Knight's Shield", Id = 31190000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Large Leather Shield", Id = 31230000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Horse Crest Wooden Shield", Id = 31240000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Candletree Wooden Shield", Id = 31250000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Flame Crest Wooden Shield", Id = 31260000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Hawk Crest Wooden Shield", Id = 31270000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Beast Crest Heater Shield", Id = 31280000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Red Crest Heater Shield", Id = 31290000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Blue Crest Heater Shield", Id = 31300000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Eclipse Crest Heater Shield", Id = 31310000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Inverted Hawk Heater Shield", Id = 31320000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Heater Shield", Id = 31330000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Black Leather Shield", Id = 31340000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Dragon Towershield", Id = 32000000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Distinguished Greatshield", Id = 32020000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Crucible Hornshield", Id = 32030000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Dragonclaw Shield", Id = 32040000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Briar Greatshield", Id = 32050000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Erdtree Greatshield", Id = 32080000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Golden Beast Crest Shield", Id = 32090000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Jellyfish Shield", Id = 32120000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Fingerprint Stone Shield", Id = 32130000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Icon Shield", Id = 32140000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "One-Eyed Shield", Id = 32150000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Visage Shield", Id = 32160000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Spiked Palisade Shield", Id = 32170000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Manor Towershield", Id = 32190000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Crossed-Tree Towershield", Id = 32200000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Inverted Hawk Towershield", Id = 32210000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Ant's Skull Plate", Id = 32220000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Redmane Greatshield", Id = 32230000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Eclipse Crest Greatshield", Id = 32240000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Cuckoo Greatshield", Id = 32250000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Golden Greatshield", Id = 32260000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Gilded Greatshield", Id = 32270000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Haligtree Crest Greatshield", Id = 32280000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Wooden Greatshield", Id = 32290000 },
- new Item() { Category = Category.Weapons,GroupName = "Shields", Name = "Lordsworn's Shield", Id = 32300000 },
- new Item() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Glintstone Staff", Id = 33000000 },
- new Item() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Crystal Staff", Id = 33040000 },
- new Item() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Gelmir Glintstone Staff", Id = 33050000 },
- new Item() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Demi-Human Queen's Staff", Id = 33060000 },
- new Item() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Carian Regal Scepter", Id = 33090000 },
- new Item() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Digger's Staff", Id = 33120000 },
- new Item() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Astrologer's Staff", Id = 33130000 },
- new Item() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Carian Glintblade Staff", Id = 33170000 },
- new Item() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Prince of Death's Staff", Id = 33180000 },
- new Item() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Albinauric Staff", Id = 33190000 },
- new Item() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Academy Glintstone Staff", Id = 33200000 },
- new Item() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Carian Glintstone Staff", Id = 33210000 },
- new Item() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Azur's Glintstone Staff", Id = 33230000 },
- new Item() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Lusat's Glintstone Staff", Id = 33240000 },
- new Item() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Meteorite Staff", Id = 33250000 },
- new Item() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Staff of the Guilty", Id = 33260000 },
- new Item() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Rotten Crystal Staff", Id = 33270000 },
- new Item() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Staff of Loss", Id = 33280000 },
- new Item() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Finger Seal", Id = 34000000 },
- new Item() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Godslayer's Seal", Id = 34010000 },
- new Item() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Giant's Seal", Id = 34020000 },
- new Item() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Gravel Stone Seal", Id = 34030000 },
- new Item() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Clawmark Seal", Id = 34040000 },
- new Item() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Golden Order Seal", Id = 34060000 },
- new Item() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Erdtree Seal", Id = 34070000 },
- new Item() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Dragon Communion Seal", Id = 34080000 },
- new Item() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Frenzied Flame Seal", Id = 34090000 },
- });
- }
+ private readonly static ReadOnlyCollection
- LookupTable = new(new List
- ()
+ {
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Iron Helmet", Id = 40000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Scale Armor", Id = 40100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Iron Gauntlets", Id = 40200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Leather Trousers", Id = 40300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Kaiden Helm", Id = 50000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Kaiden Armor", Id = 50100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Kaiden Gauntlets", Id = 50200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Kaiden Trousers", Id = 50300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Drake Knight Helm", Id = 60000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Drake Knight Armor", Id = 60100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Drake Knight Gauntlets", Id = 60200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Drake Knight Greaves", Id = 60300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Drake Knight Helm (Altered)", Id = 61000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Drake Knight Armor (Altered)", Id = 61100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Scaled Helm", Id = 80000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Scaled Armor", Id = 80100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Scaled Gauntlets", Id = 80200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Scaled Greaves", Id = 80300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Scaled Armor (Altered)", Id = 81100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Perfumer Hood", Id = 90000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Perfumer Robe", Id = 90100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Perfumer Gloves", Id = 90200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Perfumer Sarong", Id = 90300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Perfumer Robe (Altered)", Id = 91100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Traveler's Hat", Id = 100000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Perfumer's Traveling Garb", Id = 100100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Traveler's Gloves", Id = 100200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Traveler's Slops", Id = 100300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Perfumer's Traveling Garb (Altered)", Id = 101100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Alberich's Pointed Hat", Id = 120000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Alberich's Robe", Id = 120100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Alberich's Bracers", Id = 120200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Alberich's Trousers", Id = 120300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Alberich's Pointed Hat (Altered)", Id = 121000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Alberich's Robe (Altered)", Id = 121100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Spellblade's Pointed Hat", Id = 130000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Spellblade's Traveling Attire", Id = 130100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Spellblade's Gloves", Id = 130200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Spellblade's Trousers", Id = 130300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Spellblade's Traveling Attire (Altered)", Id = 131100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Bull-Goat Helm", Id = 140000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Bull-Goat Armor", Id = 140100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Bull-Goat Gauntlets", Id = 140200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Bull-Goat Greaves", Id = 140300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Iron Kasa", Id = 150000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Ronin's Armor", Id = 150100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Ronin's Gauntlets", Id = 150200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Ronin's Greaves", Id = 150300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Ronin's Armor (Altered)", Id = 151100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Guilty Hood", Id = 160000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Cloth Garb", Id = 160100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Cloth Trousers", Id = 160300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Black Wolf Mask", Id = 170000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Blaidd's Armor", Id = 170100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Blaidd's Gauntlets", Id = 170200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Blaidd's Greaves", Id = 170300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Blaidd's Armor (Altered)", Id = 171100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Black Knife Hood", Id = 180000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Black Knife Armor", Id = 180100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Black Knife Gauntlets", Id = 180200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Black Knife Greaves", Id = 180300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Black Knife Armor (Altered)", Id = 181100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Exile Hood", Id = 190000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Exile Armor", Id = 190100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Exile Gauntlets", Id = 190200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Exile Greaves", Id = 190300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Banished Knight Helm", Id = 200000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Banished Knight Armor", Id = 200100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Banished Knight Gauntlets", Id = 200200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Banished Knight Greaves", Id = 200300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Banished Knight Helm (Altered)", Id = 201000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Banished Knight Armor (Altered)", Id = 201100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Briar Helm", Id = 210000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Briar Armor", Id = 210100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Briar Gauntlets", Id = 210200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Briar Greaves", Id = 210300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Briar Armor (Altered)", Id = 211100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Page Hood", Id = 220000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Page Garb", Id = 220100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Page Trousers", Id = 220300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Page Garb (Altered)", Id = 221100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Night's Cavalry Helm", Id = 230000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Night's Cavalry Armor", Id = 230100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Night's Cavalry Gauntlets", Id = 230200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Night's Cavalry Greaves", Id = 230300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Night's Cavalry Helm (Altered)", Id = 231000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Night's Cavalry Armor (Altered)", Id = 231100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Blue Silver Mail Hood", Id = 240000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Blue Silver Mail Armor", Id = 240100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Blue Silver Bracelets", Id = 240200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Blue Silver Mail Skirt", Id = 240300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Blue Silver Mail Armor (Altered)", Id = 241100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Nomadic Merchant's Chapeau", Id = 250000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Nomadic Merchant's Finery", Id = 250100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Nomadic Merchant's Trousers", Id = 250300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Nomadic Merchant's Finery (Altered)", Id = 251100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Malformed Dragon Helm", Id = 260000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Malformed Dragon Armor", Id = 260100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Malformed Dragon Gauntlets", Id = 260200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Malformed Dragon Greaves", Id = 260300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Tree Sentinel Helm", Id = 270000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Tree Sentinel Armor", Id = 270100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Tree Sentinel Gauntlets", Id = 270200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Tree Sentinel Greaves", Id = 270300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Tree Sentinel Armor (Altered)", Id = 271100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Royal Knight Helm", Id = 280000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Royal Knight Armor", Id = 280100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Royal Knight Gauntlets", Id = 280200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Royal Knight Greaves", Id = 280300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Royal Knight Armor (Altered)", Id = 281100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Nox Monk Hood", Id = 290000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Nox Monk Armor", Id = 290100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Nox Monk Bracelets", Id = 290200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Nox Monk Greaves", Id = 290300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Nox Monk Hood (Altered)", Id = 291000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Nox Monk Armor (Altered)", Id = 291100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Nox Swordstress Crown", Id = 292000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Nox Swordstress Armor", Id = 292100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Night Maiden Twin Crown", Id = 293000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Night Maiden Armor", Id = 293100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Nox Swordstress Crown (Altered)", Id = 294000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Nox Swordstress Armor (Altered)", Id = 294100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Great Horned Headband", Id = 300000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Fur Raiment", Id = 300100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Fur Leggings", Id = 300300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Shining Horned Headband", Id = 301000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Shaman Furs", Id = 301100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Shaman Leggings", Id = 301300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Duelist Helm", Id = 310000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Gravekeeper Cloak", Id = 310100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Duelist Greaves", Id = 310300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Gravekeeper Cloak (Altered)", Id = 311100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Sanguine Noble Hood", Id = 320000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Sanguine Noble Robe", Id = 320100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Sanguine Noble Waistcloth", Id = 320300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Guardian Mask", Id = 330000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Guardian Garb (Full Bloom)", Id = 330100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Guardian Bracers", Id = 330200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Guardian Greaves", Id = 330300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Guardian Garb", Id = 331100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Cleanrot Helm", Id = 340000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Cleanrot Armor", Id = 340100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Cleanrot Gauntlets", Id = 340200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Cleanrot Greaves", Id = 340300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Cleanrot Helm (Altered)", Id = 341000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Cleanrot Armor (Altered)", Id = 341100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Fire Monk Hood", Id = 350000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Fire Monk Armor", Id = 350100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Fire Monk Gauntlets", Id = 350200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Fire Monk Greaves", Id = 350300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Blackflame Monk Hood", Id = 351000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Blackflame Monk Armor", Id = 351100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Blackflame Monk Gauntlets", Id = 351200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Blackflame Monk Greaves", Id = 351300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Fire Prelate Helm", Id = 360000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Fire Prelate Armor", Id = 360100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Fire Prelate Gauntlets", Id = 360200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Fire Prelate Greaves", Id = 360300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Fire Prelate Armor (Altered)", Id = 361100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Aristocrat Headband", Id = 370000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Aristocrat Garb", Id = 370100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Aristocrat Boots", Id = 370300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Aristocrat Garb (Altered)", Id = 371100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Aristocrat Hat", Id = 380000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Aristocrat Coat", Id = 380100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Old Aristocrat Cowl", Id = 390000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Old Aristocrat Gown", Id = 390100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Old Aristocrat Shoes", Id = 390300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Vulgar Militia Helm", Id = 420000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Vulgar Militia Armor", Id = 420100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Vulgar Militia Gauntlets", Id = 420200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Vulgar Militia Greaves", Id = 420300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Sage Hood", Id = 430000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Sage Robe", Id = 430100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Sage Trousers", Id = 430300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Pumpkin Helm", Id = 440000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Elden Lord Crown", Id = 460000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Elden Lord Armor", Id = 460100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Elden Lord Bracers", Id = 460200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Elden Lord Greaves", Id = 460300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Elden Lord Armor (Altered)", Id = 461100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Radahn's Redmane Helm", Id = 470000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Radahn's Lion Armor", Id = 470100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Radahn's Gauntlets", Id = 470200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Radahn's Greaves", Id = 470300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Radahn's Lion Armor (Altered)", Id = 471100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Lord of Blood's Robe", Id = 480100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Lord of Blood's Robe (Altered)", Id = 481100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Queen's Crescent Crown", Id = 510000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Queen's Robe", Id = 510100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Queen's Bracelets", Id = 510200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Queen's Leggings", Id = 510300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Godskin Apostle Hood", Id = 520000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Godskin Apostle Robe", Id = 520100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Godskin Apostle Bracelets", Id = 520200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Godskin Apostle Trousers", Id = 520300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Godskin Noble Hood", Id = 530000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Godskin Noble Robe", Id = 530100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Godskin Noble Bracelets", Id = 530200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Godskin Noble Trousers", Id = 530300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Depraved Perfumer Headscarf", Id = 540000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Depraved Perfumer Robe", Id = 540100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Depraved Perfumer Gloves", Id = 540200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Depraved Perfumer Trousers", Id = 540300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Depraved Perfumer Robe (Altered)", Id = 541100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Crucible Axe Helm", Id = 570000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Crucible Axe Armor", Id = 570100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Crucible Gauntlets", Id = 570200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Crucible Greaves", Id = 570300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Crucible Tree Helm", Id = 571000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Crucible Tree Armor", Id = 571100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Crucible Axe Armor (Altered)", Id = 572100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Crucible Tree Armor (Altered)", Id = 573100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Lusat's Glintstone Crown", Id = 580000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Lusat's Robe", Id = 580100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Lusat's Manchettes", Id = 580200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Old Sorcerer's Legwraps", Id = 580300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Azur's Glintstone Crown", Id = 581000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Azur's Glintstone Robe", Id = 581100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Azur's Manchettes", Id = 581200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "All-Knowing Helm", Id = 590000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "All-Knowing Armor", Id = 590100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "All-Knowing Gauntlets", Id = 590200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "All-Knowing Greaves", Id = 590300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "All-Knowing Armor (Altered)", Id = 591100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Twinned Helm", Id = 600000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Twinned Armor", Id = 600100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Twinned Gauntlets", Id = 600200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Twinned Greaves", Id = 600300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Twinned Armor (Altered)", Id = 601100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Ragged Hat", Id = 610000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Ragged Armor", Id = 610100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Ragged Gloves", Id = 610200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Ragged Loincloth", Id = 610300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Ragged Hat (Altered)", Id = 611000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Ragged Armor (Altered)", Id = 611100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Prophet Blindfold", Id = 620000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Corhyn's Robe", Id = 620100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Prophet Trousers", Id = 620300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Prophet Robe (Altered)", Id = 621100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Prophet Robe", Id = 622100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Astrologer Hood", Id = 630000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Astrologer Robe", Id = 630100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Astrologer Gloves", Id = 630200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Astrologer Trousers", Id = 630300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Astrologer Robe (Altered)", Id = 631100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Lionel's Helm", Id = 640000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Lionel's Armor", Id = 640100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Lionel's Gauntlets", Id = 640200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Lionel's Greaves", Id = 640300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Lionel's Armor (Altered)", Id = 641100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Hoslow's Helm", Id = 650000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Hoslow's Armor", Id = 650100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Hoslow's Gauntlets", Id = 650200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Hoslow's Greaves", Id = 650300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Diallos's Mask", Id = 651000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Hoslow's Armor (Altered)", Id = 652100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Vagabond Knight Helm", Id = 660000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Vagabond Knight Armor", Id = 660100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Vagabond Knight Gauntlets", Id = 660200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Vagabond Knight Greaves", Id = 660300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Vagabond Knight Armor (Altered)", Id = 661100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Blue Cloth Cowl", Id = 670000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Blue Cloth Vest", Id = 670100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Warrior Gauntlets", Id = 670200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Warrior Greaves", Id = 670300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "White Mask", Id = 680000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "War Surgeon Gown", Id = 680100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "War Surgeon Gloves", Id = 680200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "War Surgeon Trousers", Id = 680300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "War Surgeon Gown (Altered)", Id = 681100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Royal Remains Helm", Id = 690000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Royal Remains Armor", Id = 690100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Royal Remains Gauntlets", Id = 690200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Royal Remains Greaves", Id = 690300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Brave's Cord Circlet", Id = 700000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Brave's Battlewear", Id = 700100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Brave's Bracer", Id = 700200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Brave's Legwraps", Id = 700300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Brave's Leather Helm", Id = 701000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Brave's Battlewear (Altered)", Id = 702000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Beast Champion Helm", Id = 720000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Beast Champion Armor", Id = 720100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Beast Champion Gauntlets", Id = 720200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Beast Champion Greaves", Id = 720300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Beast Champion Armor (Altered)", Id = 721100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Champion Headband", Id = 730000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Champion Pauldron", Id = 730100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Champion Bracers", Id = 730200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Champion Gaiters", Id = 730300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Crimson Hood", Id = 740000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Noble's Traveling Garb", Id = 740100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Noble's Gloves", Id = 740200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Noble's Trousers", Id = 740300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Navy Hood", Id = 741000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Maliketh's Helm", Id = 760000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Maliketh's Armor", Id = 760100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Maliketh's Gauntlets", Id = 760200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Maliketh's Greaves", Id = 760300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Maliketh's Armor (Altered)", Id = 761100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Malenia's Winged Helm", Id = 770000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Malenia's Armor", Id = 770100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Malenia's Gauntlet", Id = 770200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Malenia's Greaves", Id = 770300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Malenia's Armor (Altered)", Id = 771100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Veteran's Helm", Id = 780000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Veteran's Armor", Id = 780100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Veteran's Gauntlets", Id = 780200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Veteran's Greaves", Id = 780300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Veteran's Armor (Altered)", Id = 781100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Bloodhound Knight Helm", Id = 790000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Bloodhound Knight Armor", Id = 790100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Bloodhound Knight Gauntlets", Id = 790200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Bloodhound Knight Greaves", Id = 790300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Bloodhound Knight Armor (Altered)", Id = 791100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Festive Hood", Id = 800000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Festive Garb", Id = 800100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Festive Hood (Altered)", Id = 801000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Festive Garb (Altered)", Id = 801100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Blue Festive Hood", Id = 802000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Blue Festive Garb", Id = 802100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Commoner's Headband", Id = 810000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Commoner's Garb", Id = 810100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Commoner's Shoes", Id = 810300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Commoner's Headband (Altered)", Id = 811000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Commoner's Garb (Altered)", Id = 811100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Commoner's Simple Garb", Id = 812000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Commoner's Simple Garb (Altered)", Id = 812100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Envoy Crown", Id = 820000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Twinsage Glintstone Crown", Id = 830000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Raya Lucarian Robe", Id = 830100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Sorcerer Manchettes", Id = 830200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Sorcerer Leggings", Id = 830300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Olivinus Glintstone Crown", Id = 831000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Lazuli Glintstone Crown", Id = 832000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Karolos Glintstone Crown", Id = 833000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Witch's Glintstone Crown", Id = 834000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Marionette Soldier Helm", Id = 840000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Marionette Soldier Armor", Id = 840100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Marionette Soldier Birdhelm", Id = 850000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Raging Wolf Helm", Id = 860000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Raging Wolf Armor", Id = 860100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Raging Wolf Gauntlets", Id = 860200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Raging Wolf Greaves", Id = 860300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Raging Wolf Armor (Altered)", Id = 861100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Land of Reeds Helm", Id = 870000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Land of Reeds Armor", Id = 870100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Land of Reeds Gauntlets", Id = 870200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Land of Reeds Greaves", Id = 870300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Land of Reeds Armor (Altered)", Id = 871100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Okina Mask", Id = 872000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "White Reed Armor", Id = 872100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "White Reed Gauntlets", Id = 872200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "White Reed Greaves", Id = 872300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Confessor Hood", Id = 880000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Confessor Armor", Id = 880100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Confessor Gloves", Id = 880200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Confessor Boots", Id = 880300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Confessor Hood (Altered)", Id = 881000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Confessor Armor (Altered)", Id = 881100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Prisoner Iron Mask", Id = 890000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Prisoner Clothing", Id = 890100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Prisoner Trousers", Id = 890300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Blackguard's Iron Mask", Id = 891000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Traveling Maiden Hood", Id = 900000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Traveling Maiden Robe", Id = 900100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Traveling Maiden Gloves", Id = 900200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Traveling Maiden Boots", Id = 900300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Traveling Maiden Robe (Altered)", Id = 901100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Finger Maiden Fillet", Id = 902000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Finger Maiden Robe", Id = 902100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Finger Maiden Shoes", Id = 902300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Finger Maiden Robe (Altered)", Id = 903100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Preceptor's Big Hat", Id = 910000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Preceptor's Long Gown", Id = 910100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Preceptor's Gloves", Id = 910200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Preceptor's Trousers", Id = 910300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Mask of Confidence", Id = 911000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Preceptor's Long Gown (Altered)", Id = 911100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Grass Hair Ornament", Id = 920000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Skeletal Mask", Id = 930000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Raptor's Black Feathers", Id = 930100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Bandit Manchettes", Id = 930200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Bandit Boots", Id = 930300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Bandit Garb", Id = 931100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Eccentric's Hood", Id = 940000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Eccentric's Armor", Id = 940100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Eccentric's Manchettes", Id = 940200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Eccentric's Breeches", Id = 940300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Eccentric's Hood (Altered)", Id = 941000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Fingerprint Helm", Id = 950000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Fingerprint Armor", Id = 950100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Fingerprint Gauntlets", Id = 950200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Fingerprint Greaves", Id = 950300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Fingerprint Armor (Altered)", Id = 951100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Consort's Mask", Id = 960000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Consort's Robe", Id = 960100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Consort's Trousers", Id = 960300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Ruler's Mask", Id = 961000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Ruler's Robe", Id = 961100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Upper-Class Robe", Id = 962100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Marais Mask", Id = 963000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Marais Robe", Id = 963100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Bloodsoaked Manchettes", Id = 963200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Bloodsoaked Mask", Id = 964000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Official's Attire", Id = 964100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Omen Helm", Id = 970000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Omen Armor", Id = 970100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Omen Gauntlets", Id = 970200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Omen Greaves", Id = 970300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Carian Knight Helm", Id = 980000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Carian Knight Armor", Id = 980100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Carian Knight Gauntlets", Id = 980200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Carian Knight Greaves", Id = 980300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Carian Knight Armor (Altered)", Id = 981100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Hierodas Glintstone Crown", Id = 990000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Errant Sorcerer Robe", Id = 990100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Errant Sorcerer Manchettes", Id = 990200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Errant Sorcerer Boots", Id = 990300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Errant Sorcerer Robe (Altered)", Id = 991100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Haima Glintstone Crown", Id = 1000000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Battlemage Robe", Id = 1000100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Battlemage Manchettes", Id = 1000200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Battlemage Legwraps", Id = 1000300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Snow Witch Hat", Id = 1010000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Snow Witch Robe", Id = 1010100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Snow Witch Skirt", Id = 1010300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Snow Witch Robe (Altered)", Id = 1011100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Traveler's Clothes", Id = 1020100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Traveler's Manchettes", Id = 1020200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Traveler's Boots", Id = 1020300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Juvenile Scholar Cap", Id = 1030000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Juvenile Scholar Robe", Id = 1030100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Radiant Gold Mask", Id = 1040000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Goldmask's Rags", Id = 1040100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Gold Bracelets", Id = 1040200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Gold Waistwrap", Id = 1040300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Fell Omen Cloak", Id = 1050100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Albinauric Mask", Id = 1060000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Dirty Chainmail", Id = 1060100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Zamor Mask", Id = 1070000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Zamor Armor", Id = 1070100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Zamor Bracelets", Id = 1070200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Zamor Legwraps", Id = 1070300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Imp Head (Cat)", Id = 1080000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Imp Head (Fanged)", Id = 1081000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Imp Head (Long-Tongued)", Id = 1082000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Imp Head (Corpse)", Id = 1083000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Imp Head (Wolf)", Id = 1084000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Imp Head (Elder)", Id = 1085000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Silver Tear Mask", Id = 1090000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Chain Coif", Id = 1100000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Chain Armor", Id = 1100100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Gauntlets", Id = 1100200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Chain Leggings", Id = 1100300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Greathelm", Id = 1101000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Eye Surcoat", Id = 1101100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Tree Surcoat", Id = 1102100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Octopus Head", Id = 1110000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Jar", Id = 1120000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Mushroom Head", Id = 1130000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Mushroom Body", Id = 1130100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Mushroom Arms", Id = 1130200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Mushroom Legs", Id = 1130300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Nox Mirrorhelm", Id = 1300000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Iji's Mirrorhelm", Id = 1301000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Black Hood", Id = 1400000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Leather Armor", Id = 1400100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Leather Gloves", Id = 1400200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Leather Boots", Id = 1400300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Bandit Mask", Id = 1401000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Knight Helm", Id = 1500000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Knight Armor", Id = 1500100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Knight Gauntlets", Id = 1500200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Knight Greaves", Id = 1500300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Greathood", Id = 1600000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Godrick Soldier Helm", Id = 1700000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Tree-and-Beast Surcoat", Id = 1700100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Godrick Soldier Gauntlets", Id = 1700200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Godrick Soldier Greaves", Id = 1700300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Raya Lucarian Helm", Id = 1710000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Cuckoo Surcoat", Id = 1710100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Raya Lucarian Gauntlets", Id = 1710200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Raya Lucarian Greaves", Id = 1710300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Leyndell Soldier Helm", Id = 1720000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Erdtree Surcoat", Id = 1720100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Leyndell Soldier Gauntlets", Id = 1720200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Leyndell Soldier Greaves", Id = 1720300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Radahn Soldier Helm", Id = 1730000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Redmane Surcoat", Id = 1730100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Radahn Soldier Gauntlets", Id = 1730200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Radahn Soldier Greaves", Id = 1730300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Mausoleum Surcoat", Id = 1740100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Mausoleum Gauntlets", Id = 1740200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Mausoleum Greaves", Id = 1740300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Haligtree Helm", Id = 1750000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Haligtree Crest Surcoat", Id = 1750100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Haligtree Gauntlets", Id = 1750200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Haligtree Greaves", Id = 1750300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Gelmir Knight Helm", Id = 1760000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Gelmir Knight Armor", Id = 1760100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Gelmir Knight Gauntlets", Id = 1760200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Gelmir Knight Greaves", Id = 1760300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Gelmir Knight Armor (Altered)", Id = 1761100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Godrick Knight Helm", Id = 1770000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Godrick Knight Armor", Id = 1770100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Godrick Knight Gauntlets", Id = 1770200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Godrick Knight Greaves", Id = 1770300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Godrick Knight Armor (Altered)", Id = 1771100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Cuckoo Knight Helm", Id = 1780000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Cuckoo Knight Armor", Id = 1780100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Cuckoo Knight Gauntlets", Id = 1780200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Cuckoo Knight Greaves", Id = 1780300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Cuckoo Knight Armor (Altered)", Id = 1781100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Leyndell Knight Helm", Id = 1790000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Leyndell Knight Armor", Id = 1790100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Leyndell Knight Gauntlets", Id = 1790200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Leyndell Knight Greaves", Id = 1790300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Leyndell Knight Armor (Altered)", Id = 1791100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Redmane Knight Helm", Id = 1800000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Redmane Knight Armor", Id = 1800100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Redmane Knight Gauntlets", Id = 1800200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Redmane Knight Greaves", Id = 1800300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Redmane Knight Armor (Altered)", Id = 1801100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Mausoleum Knight Armor", Id = 1810100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Mausoleum Knight Gauntlets", Id = 1810200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Mausoleum Knight Greaves", Id = 1810300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Mausoleum Knight Armor (Altered)", Id = 1811100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Haligtree Knight Helm", Id = 1820000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Haligtree Knight Armor", Id = 1820100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Haligtree Knight Gauntlets", Id = 1820200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Haligtree Knight Greaves", Id = 1820300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Haligtree Knight Armor (Altered)", Id = 1821100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Foot Soldier Cap", Id = 1830000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Chain-Draped Tabard", Id = 1830100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Foot Soldier Gauntlets", Id = 1830200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Foot Soldier Greaves", Id = 1830300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Foot Soldier Helmet", Id = 1840000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Foot Soldier Tabard", Id = 1840100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Gilded Foot Soldier Cap", Id = 1850000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Leather-Draped Tabard", Id = 1850100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Foot Soldier Helm", Id = 1860000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Scarlet Tabard", Id = 1860100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Bloodsoaked Tabard", Id = 1870100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Sacred Crown Helm", Id = 1880000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Ivory-Draped Tabard", Id = 1880100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Omensmirk Mask", Id = 1890000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Omenkiller Robe", Id = 1890100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Omenkiller Long Gloves", Id = 1890200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Omenkiller Boots", Id = 1890300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Ash-of-War Scarab", Id = 1900000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Incantation Scarab", Id = 1901000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Glintstone Scarab", Id = 1902000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Crimson Tear Scarab", Id = 1910000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Cerulean Tear Scarab", Id = 1920000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Deathbed Dress", Id = 1930100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Fia's Hood", Id = 1940000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Fia's Robe", Id = 1940100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Fia's Robe (Altered)", Id = 1941100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Highwayman Hood", Id = 1980000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Highwayman Cloth Armor", Id = 1980100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Highwayman Gauntlets", Id = 1980200 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "High Page Hood", Id = 1990000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "High Page Clothes", Id = 1990100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "High Page Clothes (Altered)", Id = 1991100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Rotten Duelist Helm", Id = 2000000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Rotten Gravekeeper Cloak", Id = 2000100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Rotten Duelist Greaves", Id = 2000300 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Rotten Gravekeeper Cloak (Altered)", Id = 2001100 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Mushroom Crown", Id = 2010000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Black Dumpling", Id = 2020000 },
+ new() { Category = Category.Protector,GroupName = "Armor", Name = "Lazuli Robe", Id = 2030000 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Lion's Claw", Id = 10000 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Impaling Thrust", Id = 10100 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Piercing Fang", Id = 10200 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Spinning Slash", Id = 10300 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Charge Forth", Id = 10500 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Stamp (Upward Cut)", Id = 10600 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Stamp (Sweep)", Id = 10700 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Blood Tax", Id = 10800 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Repeating Thrust", Id = 10900 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Wild Strikes", Id = 11000 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Spinning Strikes", Id = 11100 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Double Slash", Id = 11200 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Prelate's Charge", Id = 11300 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Unsheathe", Id = 11400 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Square Off", Id = 11500 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Giant Hunt", Id = 11600 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Loretta's Slash", Id = 11800 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Poison Moth Flight", Id = 11900 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Spinning Weapon", Id = 12000 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Storm Assault", Id = 12200 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Stormcaller", Id = 12300 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Sword Dance", Id = 12400 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Glintblade Phalanx", Id = 20000 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Sacred Blade", Id = 20100 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Ice Spear", Id = 20200 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Glintstone Pebble", Id = 20300 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Bloody Slash", Id = 20400 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Lifesteal Fist", Id = 20500 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Eruption", Id = 20700 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Prayerful Strike", Id = 20800 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Gravitas", Id = 20900 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Storm Blade", Id = 21000 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Earthshaker", Id = 21200 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Golden Land", Id = 21300 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Flaming Strike", Id = 21400 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Thunderbolt", Id = 21600 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Lightning Slash", Id = 21700 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Carian Grandeur", Id = 21800 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Carian Greatsword", Id = 21900 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Vacuum Slice", Id = 22000 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Black Flame Tornado", Id = 22100 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Sacred Ring of Light", Id = 22200 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Blood Blade", Id = 22400 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Phantom Slash", Id = 22500 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Spectral Lance", Id = 22600 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Chilling Mist", Id = 22700 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Poisonous Mist", Id = 22800 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Shield Bash", Id = 30000 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Barricade Shield", Id = 30100 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Parry", Id = 30200 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Carian Retaliation", Id = 30500 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Storm Wall", Id = 30600 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Golden Parry", Id = 30700 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Shield Crash", Id = 30800 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: No Skill", Id = 30900 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Thops's Barrier", Id = 31000 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Through and Through", Id = 40000 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Barrage", Id = 40100 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Mighty Shot", Id = 40200 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Enchanted Shot", Id = 40400 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Sky Shot", Id = 40500 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Rain of Arrows", Id = 40600 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Hoarfrost Stomp", Id = 50100 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Storm Stomp", Id = 50200 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Kick", Id = 50300 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Lightning Ram", Id = 50400 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Flame of the Redmanes", Id = 50500 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Ground Slam", Id = 50600 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Golden Slam", Id = 50700 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Waves of Darkness", Id = 50800 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Hoarah Loux's Earthshaker", Id = 50900 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Determination", Id = 60000 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Royal Knight's Resolve", Id = 60100 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Assassin's Gambit", Id = 60200 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Golden Vow", Id = 60300 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Sacred Order", Id = 60400 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Shared Order", Id = 60500 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Seppuku", Id = 60600 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Cragblade", Id = 60700 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Barbaric Roar", Id = 65000 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: War Cry", Id = 65100 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Beast's Roar", Id = 65200 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Troll's Roar", Id = 65300 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Braggart's Roar", Id = 65400 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Endure", Id = 70000 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Vow of the Indomitable", Id = 70100 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Holy Ground", Id = 70200 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Quickstep", Id = 80000 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Bloodhound's Step", Id = 80100 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: Raptor of the Mists", Id = 80200 },
+ new() { Category = Category.Gem,GroupName = "Gems", Name = "Ash of War: White Shadow's Lure", Id = 85000 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Glintstone Pebble", Id = 4000 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Great Glintstone Shard", Id = 4001 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Swift Glintstone Shard", Id = 4010 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Glintstone Cometshard", Id = 4020 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Comet", Id = 4021 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Shard Spiral", Id = 4030 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Glintstone Stars", Id = 4040 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Star Shower", Id = 4050 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Crystal Barrage", Id = 4060 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Glintstone Arc", Id = 4070 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Cannon of Haima", Id = 4080 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Crystal Burst", Id = 4090 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Shatter Earth", Id = 4100 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Rock Blaster", Id = 4110 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Gavel of Haima", Id = 4120 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Terra Magica", Id = 4130 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Starlight", Id = 4140 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Comet Azur", Id = 4200 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Founding Rain of Stars", Id = 4210 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Stars of Ruin", Id = 4220 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Glintblade Phalanx", Id = 4300 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Carian Phalanx", Id = 4301 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Greatblade Phalanx", Id = 4302 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Rennala's Full Moon", Id = 4360 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Ranni's Dark Moon", Id = 4361 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Magic Downpour", Id = 4370 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Loretta's Greatbow", Id = 4380 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Loretta's Mastery", Id = 4381 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Magic Glintblade", Id = 4390 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Glintstone Icecrag", Id = 4400 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Zamor Ice Storm", Id = 4410 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Freezing Mist", Id = 4420 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Carian Greatsword", Id = 4430 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Adula's Moonblade", Id = 4431 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Carian Slicer", Id = 4440 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Carian Piercer", Id = 4450 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Scholar's Armament", Id = 4460 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Scholar's Shield", Id = 4470 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Lucidity", Id = 4480 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Frozen Armament", Id = 4490 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Shattering Crystal", Id = 4500 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Crystal Release", Id = 4510 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Crystal Torrent", Id = 4520 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Ambush Shard", Id = 4600 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Night Shard", Id = 4610 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Night Comet", Id = 4620 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Thops's Barrier", Id = 4630 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Carian Retaliation", Id = 4640 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Eternal Darkness", Id = 4650 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Unseen Blade", Id = 4660 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Unseen Form", Id = 4670 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Meteorite", Id = 4700 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Meteorite of Astel", Id = 4701 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Rock Sling", Id = 4710 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Gravity Well", Id = 4720 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Collapsing Stars", Id = 4721 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Magma Shot", Id = 4800 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Gelmir's Fury", Id = 4810 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Roiling Magma", Id = 4820 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Rykard's Rancor", Id = 4830 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Briars of Sin", Id = 4900 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Briars of Punishment", Id = 4910 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Rancorcall", Id = 5000 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Ancient Death Rancor", Id = 5001 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Explosive Ghostflame", Id = 5010 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Fia's Mist", Id = 5020 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Tibia's Summons", Id = 5030 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Death Lightning", Id = 5040 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Oracle Bubbles", Id = 5100 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Sorcery] Great Oracular Bubble", Id = 5110 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Catch Flame", Id = 6000 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] O, Flame!", Id = 6001 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Flame Sling", Id = 6010 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Flame, Fall Upon Them", Id = 6020 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Whirl, O Flame!", Id = 6030 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Flame, Cleanse Me", Id = 6040 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Flame, Grant Me Strength", Id = 6050 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Flame, Protect Me", Id = 6060 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Giantsflame Take Thee", Id = 6100 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Flame of the Fell God", Id = 6110 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Burn, O Flame!", Id = 6120 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Black Flame", Id = 6210 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Surge, O Flame!", Id = 6220 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Scouring Black Flame", Id = 6230 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Black Flame Ritual", Id = 6240 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Black Flame Blade", Id = 6250 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Black Flame's Protection", Id = 6260 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Noble Presence", Id = 6270 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Bloodflame Talons", Id = 6300 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Bloodboon", Id = 6310 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Bloodflame Blade", Id = 6320 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Barrier of Gold", Id = 6330 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Protection of the Erdtree", Id = 6340 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Rejection", Id = 6400 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Wrath of Gold", Id = 6410 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Urgent Heal", Id = 6420 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Heal", Id = 6421 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Great Heal", Id = 6422 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Lord's Heal", Id = 6423 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Erdtree Heal", Id = 6424 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Blessing's Boon", Id = 6430 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Blessing of the Erdtree", Id = 6431 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Cure Poison", Id = 6440 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Lord's Aid", Id = 6441 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Flame Fortification", Id = 6450 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Magic Fortification", Id = 6460 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Lightning Fortification", Id = 6470 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Divine Fortification", Id = 6480 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Lord's Divine Fortification", Id = 6490 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Night Maiden's Mist", Id = 6500 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Assassin's Approach", Id = 6510 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Shadow Bait", Id = 6520 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Darkness", Id = 6530 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Golden Vow", Id = 6600 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Discus of Light", Id = 6700 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Triple Rings of Light", Id = 6701 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Radagon's Rings of Light", Id = 6710 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Elden Stars", Id = 6720 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Law of Regression", Id = 6730 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Immutable Shield", Id = 6740 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Litany of Proper Death", Id = 6750 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Law of Causality", Id = 6760 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Order's Blade", Id = 6770 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Order Healing", Id = 6780 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Bestial Sling", Id = 6800 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Stone of Gurranq", Id = 6810 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Beast Claw", Id = 6820 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Gurranq's Beast Claw", Id = 6830 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Bestial Vitality", Id = 6840 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Bestial Constitution", Id = 6850 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Lightning Spear", Id = 6900 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Ancient Dragons' Lightning Strike", Id = 6910 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Lightning Strike", Id = 6920 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Frozen Lightning Spear", Id = 6921 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Honed Bolt", Id = 6930 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Ancient Dragons' Lightning Spear", Id = 6940 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Fortissax's Lightning Spear", Id = 6941 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Lansseax's Glaive", Id = 6950 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Electrify Armament", Id = 6960 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Vyke's Dragonbolt", Id = 6970 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Dragonbolt Blessing", Id = 6971 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Dragonfire", Id = 7000 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Agheel's Flame", Id = 7001 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Magma Breath", Id = 7010 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Theodorix's Magma", Id = 7011 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Dragonice", Id = 7020 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Borealis's Mist", Id = 7021 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Rotten Breath", Id = 7030 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Ekzykes's Decay", Id = 7031 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Glintstone Breath", Id = 7040 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Smarag's Glintstone Breath", Id = 7041 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Placidusax's Ruin", Id = 7050 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Dragonclaw", Id = 7060 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Dragonmaw", Id = 7080 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Greyoll's Roar", Id = 7090 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Pest Threads", Id = 7200 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Swarm of Flies", Id = 7210 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Poison Mist", Id = 7220 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Poison Armament", Id = 7230 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Scarlet Aeonia", Id = 7240 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Inescapable Frenzy", Id = 7300 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] The Flame of Frenzy", Id = 7310 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Unendurable Frenzy", Id = 7311 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Frenzied Burst", Id = 7320 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Howl of Shabriri", Id = 7330 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Aspects of the Crucible: Tail", Id = 7500 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Aspects of the Crucible: Horns", Id = 7510 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Aspects of the Crucible: Breath", Id = 7520 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Black Blade", Id = 7530 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Fire's Deadly Sin", Id = 7900 },
+ new() { Category = Category.Goods,GroupName = "Magic", Name = "[Incantation] Golden Lightning Fortification", Id = 7903 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Crimson Amber Medallion", Id = 1000 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Crimson Amber Medallion +1", Id = 1001 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Crimson Amber Medallion +2", Id = 1002 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Cerulean Amber Medallion", Id = 1010 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Cerulean Amber Medallion +1", Id = 1011 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Cerulean Amber Medallion +2", Id = 1012 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Viridian Amber Medallion", Id = 1020 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Viridian Amber Medallion +1", Id = 1021 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Viridian Amber Medallion +2", Id = 1022 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Arsenal Charm", Id = 1030 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Arsenal Charm +1", Id = 1031 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Great-Jar's Arsenal", Id = 1032 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Erdtree's Favor", Id = 1040 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Erdtree's Favor +1", Id = 1041 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Erdtree's Favor +2", Id = 1042 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Radagon's Scarseal", Id = 1050 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Radagon's Soreseal", Id = 1051 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Starscourge Heirloom", Id = 1060 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Prosthesis-Wearer Heirloom", Id = 1070 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Stargazer Heirloom", Id = 1080 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Two Fingers Heirloom", Id = 1090 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Silver Scarab", Id = 1100 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Gold Scarab", Id = 1110 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Moon of Nokstella", Id = 1140 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Green Turtle Talisman", Id = 1150 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Stalwart Horn Charm", Id = 1160 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Stalwart Horn Charm +1", Id = 1161 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Immunizing Horn Charm", Id = 1170 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Immunizing Horn Charm +1", Id = 1171 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Clarifying Horn Charm", Id = 1180 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Clarifying Horn Charm +1", Id = 1181 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Prince of Death's Pustule", Id = 1190 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Prince of Death's Cyst", Id = 1191 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Mottled Necklace", Id = 1200 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Mottled Necklace +1", Id = 1201 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Bull-Goat's Talisman", Id = 1210 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Marika's Scarseal", Id = 1220 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Marika's Soreseal", Id = 1221 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Warrior Jar Shard", Id = 1230 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Shard of Alexander", Id = 1231 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Millicent's Prosthesis", Id = 1250 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Magic Scorpion Charm", Id = 2000 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Lightning Scorpion Charm", Id = 2010 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Fire Scorpion Charm", Id = 2020 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Sacred Scorpion Charm", Id = 2030 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Red-Feathered Branchsword", Id = 2040 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Ritual Sword Talisman", Id = 2050 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Spear Talisman", Id = 2060 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Hammer Talisman", Id = 2070 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Winged Sword Insignia", Id = 2080 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Rotten Winged Sword Insignia", Id = 2081 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Dagger Talisman", Id = 2090 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Arrow's Reach Talisman", Id = 2100 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Blue Dancer Charm", Id = 2110 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Twinblade Talisman", Id = 2120 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Axe Talisman", Id = 2130 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Lance Talisman", Id = 2140 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Arrow's Sting Talisman", Id = 2150 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Lord of Blood's Exultation", Id = 2160 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Kindred of Rot's Exultation", Id = 2170 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Claw Talisman", Id = 2180 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Roar Medallion", Id = 2190 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Curved Sword Talisman", Id = 2200 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Companion Jar", Id = 2210 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Perfumer's Talisman", Id = 2220 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Graven-School Talisman", Id = 3000 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Graven-Mass Talisman", Id = 3001 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Faithful's Canvas Talisman", Id = 3040 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Flock's Canvas Talisman", Id = 3050 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Old Lord's Talisman", Id = 3060 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Radagon Icon", Id = 3070 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Primal Glintstone Blade", Id = 3080 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Godfrey Icon", Id = 3090 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Dragoncrest Shield Talisman", Id = 4000 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Dragoncrest Shield Talisman +1", Id = 4001 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Dragoncrest Shield Talisman +2", Id = 4002 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Dragoncrest Greatshield Talisman", Id = 4003 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Spelldrake Talisman", Id = 4010 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Spelldrake Talisman +1", Id = 4011 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Spelldrake Talisman +2", Id = 4012 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Flamedrake Talisman", Id = 4020 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Flamedrake Talisman +1", Id = 4021 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Flamedrake Talisman +2", Id = 4022 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Boltdrake Talisman", Id = 4030 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Boltdrake Talisman +1", Id = 4031 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Boltdrake Talisman +2", Id = 4032 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Haligdrake Talisman", Id = 4040 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Haligdrake Talisman +1", Id = 4041 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Haligdrake Talisman +2", Id = 4042 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Pearldrake Talisman", Id = 4050 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Pearldrake Talisman +1", Id = 4051 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Pearldrake Talisman +2", Id = 4052 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Crucible Scale Talisman", Id = 4060 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Crucible Feather Talisman", Id = 4070 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Blue-Feathered Branchsword", Id = 4080 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Ritual Shield Talisman", Id = 4090 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Greatshield Talisman", Id = 4100 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Crucible Knot Talisman", Id = 4110 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Crimson Seed Talisman", Id = 5000 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Cerulean Seed Talisman", Id = 5010 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Blessed Dew Talisman", Id = 5020 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Taker's Cameo", Id = 5030 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Godskin Swaddling Cloth", Id = 5040 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Assassin's Crimson Dagger", Id = 5050 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Assassin's Cerulean Dagger", Id = 5060 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Crepus's Vial", Id = 6000 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Concealing Veil", Id = 6010 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Carian Filigreed Crest", Id = 6020 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Longtail Cat Talisman", Id = 6040 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Shabriri's Woe", Id = 6050 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Daedicar's Woe", Id = 6060 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Sacrificial Twig", Id = 6070 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Furled Finger's Trick-Mirror", Id = 6080 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Host's Trick-Mirror", Id = 6090 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Entwining Umbilical Cord", Id = 6100 },
+ new() { Category = Category.Accessory,GroupName = "Talismans", Name = "Ancestral Spirit's Horn", Id = 6110 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Black Knife Tiche", Id = 200000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Black Knife Tiche +1", Id = 200001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Black Knife Tiche +2", Id = 200002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Black Knife Tiche +3", Id = 200003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Black Knife Tiche +4", Id = 200004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Black Knife Tiche +5", Id = 200005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Black Knife Tiche +6", Id = 200006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Black Knife Tiche +7", Id = 200007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Black Knife Tiche +8", Id = 200008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Black Knife Tiche +9", Id = 200009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Black Knife Tiche +10", Id = 200010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Oleg", Id = 201000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Oleg +1", Id = 201001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Oleg +2", Id = 201002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Oleg +3", Id = 201003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Oleg +4", Id = 201004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Oleg +5", Id = 201005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Oleg +6", Id = 201006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Oleg +7", Id = 201007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Oleg +8", Id = 201008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Oleg +9", Id = 201009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Oleg +10", Id = 201010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Engvall", Id = 202000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Engvall +1", Id = 202001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Engvall +2", Id = 202002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Engvall +3", Id = 202003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Engvall +4", Id = 202004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Engvall +5", Id = 202005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Engvall +6", Id = 202006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Engvall +7", Id = 202007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Engvall +8", Id = 202008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Engvall +9", Id = 202009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Banished Knight Engvall +10", Id = 202010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Fanged Imp Ashes", Id = 203000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Fanged Imp Ashes +1", Id = 203001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Fanged Imp Ashes +2", Id = 203002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Fanged Imp Ashes +3", Id = 203003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Fanged Imp Ashes +4", Id = 203004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Fanged Imp Ashes +5", Id = 203005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Fanged Imp Ashes +6", Id = 203006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Fanged Imp Ashes +7", Id = 203007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Fanged Imp Ashes +8", Id = 203008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Fanged Imp Ashes +9", Id = 203009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Fanged Imp Ashes +10", Id = 203010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Latenna the Albinauric", Id = 204000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Latenna the Albinauric +1", Id = 204001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Latenna the Albinauric +2", Id = 204002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Latenna the Albinauric +3", Id = 204003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Latenna the Albinauric +4", Id = 204004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Latenna the Albinauric +5", Id = 204005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Latenna the Albinauric +6", Id = 204006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Latenna the Albinauric +7", Id = 204007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Latenna the Albinauric +8", Id = 204008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Latenna the Albinauric +9", Id = 204009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Latenna the Albinauric +10", Id = 204010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nomad Ashes", Id = 205000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nomad Ashes +1", Id = 205001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nomad Ashes +2", Id = 205002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nomad Ashes +3", Id = 205003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nomad Ashes +4", Id = 205004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nomad Ashes +5", Id = 205005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nomad Ashes +6", Id = 205006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nomad Ashes +7", Id = 205007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nomad Ashes +8", Id = 205008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nomad Ashes +9", Id = 205009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nomad Ashes +10", Id = 205010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nightmaiden & Swordstress Puppets", Id = 206000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nightmaiden & Swordstress Puppets +1", Id = 206001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nightmaiden & Swordstress Puppets +2", Id = 206002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nightmaiden & Swordstress Puppets +3", Id = 206003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nightmaiden & Swordstress Puppets +4", Id = 206004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nightmaiden & Swordstress Puppets +5", Id = 206005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nightmaiden & Swordstress Puppets +6", Id = 206006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nightmaiden & Swordstress Puppets +7", Id = 206007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nightmaiden & Swordstress Puppets +8", Id = 206008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nightmaiden & Swordstress Puppets +9", Id = 206009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nightmaiden & Swordstress Puppets +10", Id = 206010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mimic Tear Ashes", Id = 207000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mimic Tear Ashes +1", Id = 207001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mimic Tear Ashes +2", Id = 207002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mimic Tear Ashes +3", Id = 207003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mimic Tear Ashes +4", Id = 207004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mimic Tear Ashes +5", Id = 207005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mimic Tear Ashes +6", Id = 207006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mimic Tear Ashes +7", Id = 207007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mimic Tear Ashes +8", Id = 207008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mimic Tear Ashes +9", Id = 207009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mimic Tear Ashes +10", Id = 207010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Crystalian Ashes", Id = 208000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Crystalian Ashes +1", Id = 208001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Crystalian Ashes +2", Id = 208002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Crystalian Ashes +3", Id = 208003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Crystalian Ashes +4", Id = 208004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Crystalian Ashes +5", Id = 208005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Crystalian Ashes +6", Id = 208006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Crystalian Ashes +7", Id = 208007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Crystalian Ashes +8", Id = 208008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Crystalian Ashes +9", Id = 208009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Crystalian Ashes +10", Id = 208010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancestral Follower Ashes", Id = 209000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancestral Follower Ashes +1", Id = 209001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancestral Follower Ashes +2", Id = 209002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancestral Follower Ashes +3", Id = 209003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancestral Follower Ashes +4", Id = 209004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancestral Follower Ashes +5", Id = 209005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancestral Follower Ashes +6", Id = 209006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancestral Follower Ashes +7", Id = 209007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancestral Follower Ashes +8", Id = 209008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancestral Follower Ashes +9", Id = 209009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancestral Follower Ashes +10", Id = 209010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Winged Misbegotten Ashes", Id = 210000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Winged Misbegotten Ashes + 1", Id = 210001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Winged Misbegotten Ashes + 2", Id = 210002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Winged Misbegotten Ashes + 3", Id = 210003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Winged Misbegotten Ashes + 4", Id = 210004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Winged Misbegotten Ashes + 5", Id = 210005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Winged Misbegotten Ashes + 6", Id = 210006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Winged Misbegotten Ashes + 7", Id = 210007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Winged Misbegotten Ashes + 8", Id = 210008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Winged Misbegotten Ashes + 9", Id = 210009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Winged Misbegotten Ashes + 10", Id = 210010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Albinauric Ashes", Id = 211000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Albinauric Ashes +1", Id = 211001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Albinauric Ashes +2", Id = 211002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Albinauric Ashes +3", Id = 211003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Albinauric Ashes +4", Id = 211004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Albinauric Ashes +5", Id = 211005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Albinauric Ashes +6", Id = 211006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Albinauric Ashes +7", Id = 211007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Albinauric Ashes +8", Id = 211008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Albinauric Ashes +9", Id = 211009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Albinauric Ashes +10", Id = 211010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Militiaman Ashes", Id = 212000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Militiaman Ashes +1", Id = 212001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Militiaman Ashes +2", Id = 212002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Militiaman Ashes +3", Id = 212003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Militiaman Ashes +4", Id = 212004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Militiaman Ashes +5", Id = 212005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Militiaman Ashes +6", Id = 212006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Militiaman Ashes +7", Id = 212007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Militiaman Ashes +8", Id = 212008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Militiaman Ashes +9", Id = 212009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Militiaman Ashes +10", Id = 212010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Bandit Ashes", Id = 213000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Bandit Ashes +1", Id = 213001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Bandit Ashes +2", Id = 213002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Bandit Ashes +3", Id = 213003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Bandit Ashes +4", Id = 213004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Bandit Ashes +5", Id = 213005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Bandit Ashes +6", Id = 213006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Bandit Ashes +7", Id = 213007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Bandit Ashes +8", Id = 213008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Bandit Ashes +9", Id = 213009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Skeletal Bandit Ashes +10", Id = 213010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Oracle Envoy Ashes", Id = 214000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Oracle Envoy Ashes +1", Id = 214001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Oracle Envoy Ashes +2", Id = 214002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Oracle Envoy Ashes +3", Id = 214003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Oracle Envoy Ashes +4", Id = 214004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Oracle Envoy Ashes +5", Id = 214005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Oracle Envoy Ashes +6", Id = 214006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Oracle Envoy Ashes +7", Id = 214007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Oracle Envoy Ashes +8", Id = 214008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Oracle Envoy Ashes +9", Id = 214009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Oracle Envoy Ashes +10", Id = 214010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Putrid Corpse Ashes", Id = 215000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Putrid Corpse Ashes +1", Id = 215001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Putrid Corpse Ashes +2", Id = 215002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Putrid Corpse Ashes +3", Id = 215003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Putrid Corpse Ashes +4", Id = 215004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Putrid Corpse Ashes +5", Id = 215005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Putrid Corpse Ashes +6", Id = 215006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Putrid Corpse Ashes +7", Id = 215007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Putrid Corpse Ashes +8", Id = 215008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Putrid Corpse Ashes +9", Id = 215009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Putrid Corpse Ashes +10", Id = 215010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Depraved Perfumer Carmaan", Id = 216000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Depraved Perfumer Carmaan +1", Id = 216001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Depraved Perfumer Carmaan +2", Id = 216002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Depraved Perfumer Carmaan +3", Id = 216003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Depraved Perfumer Carmaan +4", Id = 216004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Depraved Perfumer Carmaan +5", Id = 216005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Depraved Perfumer Carmaan +6", Id = 216006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Depraved Perfumer Carmaan +7", Id = 216007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Depraved Perfumer Carmaan +8", Id = 216008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Depraved Perfumer Carmaan +9", Id = 216009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Depraved Perfumer Carmaan +10", Id = 216010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Perfumer Tricia", Id = 217000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Perfumer Tricia +1", Id = 217001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Perfumer Tricia +2", Id = 217002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Perfumer Tricia +3", Id = 217003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Perfumer Tricia +4", Id = 217004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Perfumer Tricia +5", Id = 217005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Perfumer Tricia +6", Id = 217006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Perfumer Tricia +7", Id = 217007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Perfumer Tricia +8", Id = 217008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Perfumer Tricia +9", Id = 217009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Perfumer Tricia +10", Id = 217010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Glintstone Sorcerer Ashes", Id = 218000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Glintstone Sorcerer Ashes +1", Id = 218001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Glintstone Sorcerer Ashes +2", Id = 218002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Glintstone Sorcerer Ashes +3", Id = 218003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Glintstone Sorcerer Ashes +4", Id = 218004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Glintstone Sorcerer Ashes +5", Id = 218005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Glintstone Sorcerer Ashes +6", Id = 218006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Glintstone Sorcerer Ashes +7", Id = 218007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Glintstone Sorcerer Ashes +8", Id = 218008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Glintstone Sorcerer Ashes +9", Id = 218009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Glintstone Sorcerer Ashes +10", Id = 218010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Twinsage Sorcerer Ashes", Id = 219000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Twinsage Sorcerer Ashes +1", Id = 219001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Twinsage Sorcerer Ashes +2", Id = 219002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Twinsage Sorcerer Ashes +3", Id = 219003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Twinsage Sorcerer Ashes +4", Id = 219004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Twinsage Sorcerer Ashes +5", Id = 219005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Twinsage Sorcerer Ashes +6", Id = 219006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Twinsage Sorcerer Ashes +7", Id = 219007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Twinsage Sorcerer Ashes +8", Id = 219008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Twinsage Sorcerer Ashes +9", Id = 219009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Twinsage Sorcerer Ashes +10", Id = 219010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Page Ashes", Id = 220000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Page Ashes +1", Id = 220001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Page Ashes +2", Id = 220002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Page Ashes +3", Id = 220003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Page Ashes +4", Id = 220004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Page Ashes +5", Id = 220005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Page Ashes +6", Id = 220006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Page Ashes +7", Id = 220007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Page Ashes +8", Id = 220008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Page Ashes +9", Id = 220009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Page Ashes +10", Id = 220010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Battlemage Hugues", Id = 221000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Battlemage Hugues +1", Id = 221001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Battlemage Hugues +2", Id = 221002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Battlemage Hugues +3", Id = 221003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Battlemage Hugues +4", Id = 221004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Battlemage Hugues +5", Id = 221005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Battlemage Hugues +6", Id = 221006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Battlemage Hugues +7", Id = 221007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Battlemage Hugues +8", Id = 221008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Battlemage Hugues +9", Id = 221009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Battlemage Hugues +10", Id = 221010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Clayman Ashes", Id = 222000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Clayman Ashes +1", Id = 222001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Clayman Ashes +2", Id = 222002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Clayman Ashes +3", Id = 222003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Clayman Ashes +4", Id = 222004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Clayman Ashes +5", Id = 222005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Clayman Ashes +6", Id = 222006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Clayman Ashes +7", Id = 222007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Clayman Ashes +8", Id = 222008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Clayman Ashes +9", Id = 222009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Clayman Ashes +10", Id = 222010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Cleanrot Knight Finlay", Id = 223000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Cleanrot Knight Finlay +1", Id = 223001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Cleanrot Knight Finlay +2", Id = 223002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Cleanrot Knight Finlay +3", Id = 223003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Cleanrot Knight Finlay +4", Id = 223004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Cleanrot Knight Finlay +5", Id = 223005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Cleanrot Knight Finlay +6", Id = 223006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Cleanrot Knight Finlay +7", Id = 223007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Cleanrot Knight Finlay +8", Id = 223008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Cleanrot Knight Finlay +9", Id = 223009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Cleanrot Knight Finlay +10", Id = 223010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Kindred of Rot Ashes", Id = 224000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Kindred of Rot Ashes +1", Id = 224001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Kindred of Rot Ashes +2", Id = 224002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Kindred of Rot Ashes +3", Id = 224003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Kindred of Rot Ashes +4", Id = 224004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Kindred of Rot Ashes +5", Id = 224005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Kindred of Rot Ashes +6", Id = 224006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Kindred of Rot Ashes +7", Id = 224007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Kindred of Rot Ashes +8", Id = 224008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Kindred of Rot Ashes +9", Id = 224009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Kindred of Rot Ashes +10", Id = 224010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Marionette Soldier Ashes", Id = 225000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Marionette Soldier Ashes +1", Id = 225001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Marionette Soldier Ashes +2", Id = 225002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Marionette Soldier Ashes +3", Id = 225003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Marionette Soldier Ashes +4", Id = 225004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Marionette Soldier Ashes +5", Id = 225005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Marionette Soldier Ashes +6", Id = 225006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Marionette Soldier Ashes +7", Id = 225007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Marionette Soldier Ashes +8", Id = 225008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Marionette Soldier Ashes +9", Id = 225009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Marionette Soldier Ashes +10", Id = 225010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Avionette Soldier Ashes", Id = 226000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Avionette Soldier Ashes +1", Id = 226001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Avionette Soldier Ashes +2", Id = 226002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Avionette Soldier Ashes +3", Id = 226003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Avionette Soldier Ashes +4", Id = 226004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Avionette Soldier Ashes +5", Id = 226005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Avionette Soldier Ashes +6", Id = 226006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Avionette Soldier Ashes +7", Id = 226007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Avionette Soldier Ashes +8", Id = 226008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Avionette Soldier Ashes +9", Id = 226009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Avionette Soldier Ashes +10", Id = 226010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Fire Monk Ashes", Id = 227000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Fire Monk Ashes +1", Id = 227001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Fire Monk Ashes +2", Id = 227002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Fire Monk Ashes +3", Id = 227003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Fire Monk Ashes +4", Id = 227004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Fire Monk Ashes +5", Id = 227005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Fire Monk Ashes +6", Id = 227006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Fire Monk Ashes +7", Id = 227007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Fire Monk Ashes +8", Id = 227008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Fire Monk Ashes +9", Id = 227009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Fire Monk Ashes +10", Id = 227010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Blackflame Monk Amon", Id = 228000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Blackflame Monk Amon +1", Id = 228001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Blackflame Monk Amon +2", Id = 228002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Blackflame Monk Amon +3", Id = 228003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Blackflame Monk Amon +4", Id = 228004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Blackflame Monk Amon +5", Id = 228005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Blackflame Monk Amon +6", Id = 228006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Blackflame Monk Amon +7", Id = 228007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Blackflame Monk Amon +8", Id = 228008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Blackflame Monk Amon +9", Id = 228009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Blackflame Monk Amon +10", Id = 228010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Man-Serpent Ashes", Id = 229000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Man-Serpent Ashes +1", Id = 229001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Man-Serpent Ashes +2", Id = 229002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Man-Serpent Ashes +3", Id = 229003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Man-Serpent Ashes +4", Id = 229004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Man-Serpent Ashes +5", Id = 229005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Man-Serpent Ashes +6", Id = 229006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Man-Serpent Ashes +7", Id = 229007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Man-Serpent Ashes +8", Id = 229008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Man-Serpent Ashes +9", Id = 229009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Man-Serpent Ashes +10", Id = 229010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Azula Beastman Ashes", Id = 230000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Azula Beastman Ashes +1", Id = 230001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Azula Beastman Ashes +2", Id = 230002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Azula Beastman Ashes +3", Id = 230003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Azula Beastman Ashes +4", Id = 230004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Azula Beastman Ashes +5", Id = 230005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Azula Beastman Ashes +6", Id = 230006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Azula Beastman Ashes +7", Id = 230007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Azula Beastman Ashes +8", Id = 230008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Azula Beastman Ashes +9", Id = 230009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Azula Beastman Ashes +10", Id = 230010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Kaiden Sellsword Ashes", Id = 231000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Kaiden Sellsword Ashes +1", Id = 231001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Kaiden Sellsword Ashes +2", Id = 231002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Kaiden Sellsword Ashes +3", Id = 231003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Kaiden Sellsword Ashes +4", Id = 231004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Kaiden Sellsword Ashes +5", Id = 231005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Kaiden Sellsword Ashes +6", Id = 231006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Kaiden Sellsword Ashes +7", Id = 231007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Kaiden Sellsword Ashes +8", Id = 231008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Kaiden Sellsword Ashes +9", Id = 231009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Kaiden Sellsword Ashes +10", Id = 231010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Lone Wolf Ashes", Id = 232000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Lone Wolf Ashes +1", Id = 232001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Lone Wolf Ashes +2", Id = 232002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Lone Wolf Ashes +3", Id = 232003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Lone Wolf Ashes +4", Id = 232004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Lone Wolf Ashes +5", Id = 232005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Lone Wolf Ashes +6", Id = 232006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Lone Wolf Ashes +7", Id = 232007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Lone Wolf Ashes +8", Id = 232008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Lone Wolf Ashes +9", Id = 232009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Lone Wolf Ashes +10", Id = 232010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Giant Rat Ashes", Id = 233000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Giant Rat Ashes +1", Id = 233001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Giant Rat Ashes +2", Id = 233002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Giant Rat Ashes +3", Id = 233003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Giant Rat Ashes +4", Id = 233004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Giant Rat Ashes +5", Id = 233005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Giant Rat Ashes +6", Id = 233006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Giant Rat Ashes +7", Id = 233007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Giant Rat Ashes +8", Id = 233008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Giant Rat Ashes +9", Id = 233009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Giant Rat Ashes +10", Id = 233010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Demi-Human Ashes", Id = 234000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Demi-Human Ashes +1", Id = 234001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Demi-Human Ashes +2", Id = 234002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Demi-Human Ashes +3", Id = 234003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Demi-Human Ashes +4", Id = 234004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Demi-Human Ashes +5", Id = 234005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Demi-Human Ashes +6", Id = 234006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Demi-Human Ashes +7", Id = 234007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Demi-Human Ashes +8", Id = 234008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Demi-Human Ashes +9", Id = 234009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Demi-Human Ashes +10", Id = 234010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Rotten Stray Ashes", Id = 235000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Rotten Stray Ashes +1", Id = 235001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Rotten Stray Ashes +2", Id = 235002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Rotten Stray Ashes +3", Id = 235003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Rotten Stray Ashes +4", Id = 235004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Rotten Stray Ashes +5", Id = 235005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Rotten Stray Ashes +6", Id = 235006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Rotten Stray Ashes +7", Id = 235007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Rotten Stray Ashes +8", Id = 235008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Rotten Stray Ashes +9", Id = 235009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Rotten Stray Ashes +10", Id = 235010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Spirit Jellyfish Ashes", Id = 236000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Spirit Jellyfish Ashes +1", Id = 236001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Spirit Jellyfish Ashes +2", Id = 236002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Spirit Jellyfish Ashes +3", Id = 236003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Spirit Jellyfish Ashes +4", Id = 236004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Spirit Jellyfish Ashes +5", Id = 236005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Spirit Jellyfish Ashes +6", Id = 236006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Spirit Jellyfish Ashes +7", Id = 236007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Spirit Jellyfish Ashes +8", Id = 236008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Spirit Jellyfish Ashes +9", Id = 236009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Spirit Jellyfish Ashes +10", Id = 236010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Warhawk Ashes", Id = 237000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Warhawk Ashes +1", Id = 237001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Warhawk Ashes +2", Id = 237002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Warhawk Ashes +3", Id = 237003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Warhawk Ashes +4", Id = 237004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Warhawk Ashes +5", Id = 237005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Warhawk Ashes +6", Id = 237006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Warhawk Ashes +7", Id = 237007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Warhawk Ashes +8", Id = 237008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Warhawk Ashes +9", Id = 237009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Warhawk Ashes +10", Id = 237010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Stormhawk Deenh", Id = 238000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Stormhawk Deenh +1", Id = 238001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Stormhawk Deenh +2", Id = 238002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Stormhawk Deenh +3", Id = 238003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Stormhawk Deenh +4", Id = 238004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Stormhawk Deenh +5", Id = 238005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Stormhawk Deenh +6", Id = 238006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Stormhawk Deenh +7", Id = 238007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Stormhawk Deenh +8", Id = 238008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Stormhawk Deenh +9", Id = 238009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Stormhawk Deenh +10", Id = 238010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Bloodhound Knight Floh", Id = 239000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Bloodhound Knight Floh +1", Id = 239001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Bloodhound Knight Floh +2", Id = 239002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Bloodhound Knight Floh +3", Id = 239003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Bloodhound Knight Floh +4", Id = 239004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Bloodhound Knight Floh +5", Id = 239005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Bloodhound Knight Floh +6", Id = 239006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Bloodhound Knight Floh +7", Id = 239007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Bloodhound Knight Floh +8", Id = 239008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Bloodhound Knight Floh +9", Id = 239009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Bloodhound Knight Floh +10", Id = 239010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Wandering Noble Ashes", Id = 240000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Wandering Noble Ashes +1", Id = 240001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Wandering Noble Ashes +2", Id = 240002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Wandering Noble Ashes +3", Id = 240003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Wandering Noble Ashes +4", Id = 240004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Wandering Noble Ashes +5", Id = 240005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Wandering Noble Ashes +6", Id = 240006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Wandering Noble Ashes +7", Id = 240007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Wandering Noble Ashes +8", Id = 240008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Wandering Noble Ashes +9", Id = 240009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Wandering Noble Ashes +10", Id = 240010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Noble Sorcerer Ashes", Id = 241000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Noble Sorcerer Ashes +1", Id = 241001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Noble Sorcerer Ashes +2", Id = 241002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Noble Sorcerer Ashes +3", Id = 241003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Noble Sorcerer Ashes +4", Id = 241004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Noble Sorcerer Ashes +5", Id = 241005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Noble Sorcerer Ashes +6", Id = 241006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Noble Sorcerer Ashes +7", Id = 241007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Noble Sorcerer Ashes +8", Id = 241008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Noble Sorcerer Ashes +9", Id = 241009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Noble Sorcerer Ashes +10", Id = 241010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Vulgar Militia Ashes", Id = 242000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Vulgar Militia Ashes +1", Id = 242001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Vulgar Militia Ashes +2", Id = 242002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Vulgar Militia Ashes +3", Id = 242003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Vulgar Militia Ashes +4", Id = 242004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Vulgar Militia Ashes +5", Id = 242005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Vulgar Militia Ashes +6", Id = 242006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Vulgar Militia Ashes +7", Id = 242007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Vulgar Militia Ashes +8", Id = 242008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Vulgar Militia Ashes +9", Id = 242009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Vulgar Militia Ashes +10", Id = 242010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mad Pumpkin Head Ashes", Id = 243000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mad Pumpkin Head Ashes +1", Id = 243001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mad Pumpkin Head Ashes +2", Id = 243002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mad Pumpkin Head Ashes +3", Id = 243003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mad Pumpkin Head Ashes +4", Id = 243004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mad Pumpkin Head Ashes +5", Id = 243005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mad Pumpkin Head Ashes +6", Id = 243006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mad Pumpkin Head Ashes +7", Id = 243007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mad Pumpkin Head Ashes +8", Id = 243008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mad Pumpkin Head Ashes +9", Id = 243009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mad Pumpkin Head Ashes +10", Id = 243010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Land Squirt Ashes", Id = 244000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Land Squirt Ashes +1", Id = 244001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Land Squirt Ashes +2", Id = 244002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Land Squirt Ashes +3", Id = 244003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Land Squirt Ashes +4", Id = 244004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Land Squirt Ashes +5", Id = 244005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Land Squirt Ashes +6", Id = 244006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Land Squirt Ashes +7", Id = 244007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Land Squirt Ashes +8", Id = 244008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Land Squirt Ashes +9", Id = 244009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Land Squirt Ashes +10", Id = 244010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Miranda Sprout Ashes", Id = 245000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Miranda Sprout Ashes +1 ", Id = 245001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Miranda Sprout Ashes +2", Id = 245002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Miranda Sprout Ashes +3", Id = 245003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Miranda Sprout Ashes +4", Id = 245004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Miranda Sprout Ashes +5", Id = 245005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Miranda Sprout Ashes +6", Id = 245006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Miranda Sprout Ashes +7", Id = 245007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Miranda Sprout Ashes +8", Id = 245008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Miranda Sprout Ashes +9", Id = 245009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Miranda Sprout Ashes +10", Id = 245010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Soldjars of Fortune Ashes", Id = 246000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Soldjars of Fortune Ashes +1", Id = 246001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Soldjars of Fortune Ashes +2", Id = 246002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Soldjars of Fortune Ashes +3", Id = 246003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Soldjars of Fortune Ashes +4", Id = 246004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Soldjars of Fortune Ashes +5", Id = 246005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Soldjars of Fortune Ashes +6", Id = 246006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Soldjars of Fortune Ashes +7", Id = 246007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Soldjars of Fortune Ashes +8", Id = 246008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Soldjars of Fortune Ashes +9", Id = 246009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Soldjars of Fortune Ashes +10", Id = 246010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Omenkiller Rollo", Id = 247000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Omenkiller Rollo +1", Id = 247001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Omenkiller Rollo +2", Id = 247002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Omenkiller Rollo +3", Id = 247003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Omenkiller Rollo +4", Id = 247004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Omenkiller Rollo +5", Id = 247005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Omenkiller Rollo +6", Id = 247006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Omenkiller Rollo +7", Id = 247007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Omenkiller Rollo +8", Id = 247008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Omenkiller Rollo +9", Id = 247009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Omenkiller Rollo +10", Id = 247010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Greatshield Soldier Ashes", Id = 248000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Greatshield Soldier Ashes +1", Id = 248001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Greatshield Soldier Ashes +2", Id = 248002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Greatshield Soldier Ashes +3", Id = 248003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Greatshield Soldier Ashes +4", Id = 248004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Greatshield Soldier Ashes +5", Id = 248005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Greatshield Soldier Ashes +6", Id = 248006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Greatshield Soldier Ashes +7", Id = 248007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Greatshield Soldier Ashes +8", Id = 248008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Greatshield Soldier Ashes +9", Id = 248009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Greatshield Soldier Ashes +10", Id = 248010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Archer Ashes", Id = 249000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Archer Ashes +1", Id = 249001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Archer Ashes +2", Id = 249002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Archer Ashes +3", Id = 249003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Archer Ashes +4", Id = 249004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Archer Ashes +5", Id = 249005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Archer Ashes +6", Id = 249006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Archer Ashes +7", Id = 249007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Archer Ashes +8", Id = 249008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Archer Ashes +9", Id = 249009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Archer Ashes +10", Id = 249010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Godrick Soldier Ashes", Id = 250000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Godrick Soldier Ashes +1", Id = 250001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Godrick Soldier Ashes +2", Id = 250002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Godrick Soldier Ashes +3", Id = 250003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Godrick Soldier Ashes +4", Id = 250004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Godrick Soldier Ashes +5", Id = 250005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Godrick Soldier Ashes +6", Id = 250006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Godrick Soldier Ashes +7", Id = 250007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Godrick Soldier Ashes +8", Id = 250008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Godrick Soldier Ashes +9", Id = 250009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Godrick Soldier Ashes +10", Id = 250010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Raya Lucaria Soldier Ashes", Id = 251000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Raya Lucaria Soldier Ashes +1", Id = 251001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Raya Lucaria Soldier Ashes +2", Id = 251002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Raya Lucaria Soldier Ashes +3", Id = 251003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Raya Lucaria Soldier Ashes +4", Id = 251004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Raya Lucaria Soldier Ashes +5", Id = 251005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Raya Lucaria Soldier Ashes +6", Id = 251006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Raya Lucaria Soldier Ashes +7", Id = 251007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Raya Lucaria Soldier Ashes +8", Id = 251008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Raya Lucaria Soldier Ashes +9", Id = 251009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Raya Lucaria Soldier Ashes +10", Id = 251010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Leyndell Soldier Ashes", Id = 252000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Leyndell Soldier Ashes +1", Id = 252001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Leyndell Soldier Ashes +2", Id = 252002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Leyndell Soldier Ashes +3", Id = 252003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Leyndell Soldier Ashes +4", Id = 252004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Leyndell Soldier Ashes +5", Id = 252005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Leyndell Soldier Ashes +6", Id = 252006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Leyndell Soldier Ashes +7", Id = 252007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Leyndell Soldier Ashes +8", Id = 252008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Leyndell Soldier Ashes +9", Id = 252009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Leyndell Soldier Ashes +10", Id = 252010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Radahn Soldier Ashes", Id = 253000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Radahn Soldier Ashes +1", Id = 253001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Radahn Soldier Ashes +2", Id = 253002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Radahn Soldier Ashes +3", Id = 253003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Radahn Soldier Ashes +4", Id = 253004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Radahn Soldier Ashes +5", Id = 253005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Radahn Soldier Ashes +6", Id = 253006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Radahn Soldier Ashes +7", Id = 253007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Radahn Soldier Ashes +8", Id = 253008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Radahn Soldier Ashes +9", Id = 253009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Radahn Soldier Ashes +10", Id = 253010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mausoleum Soldier Ashes", Id = 254000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mausoleum Soldier Ashes +1", Id = 254001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mausoleum Soldier Ashes +2", Id = 254002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mausoleum Soldier Ashes +3", Id = 254003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mausoleum Soldier Ashes +4", Id = 254004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mausoleum Soldier Ashes +5", Id = 254005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mausoleum Soldier Ashes +6", Id = 254006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mausoleum Soldier Ashes +7", Id = 254007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mausoleum Soldier Ashes +8", Id = 254008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mausoleum Soldier Ashes +9", Id = 254009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Mausoleum Soldier Ashes +10", Id = 254010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Haligtree Soldier Ashes", Id = 255000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Haligtree Soldier Ashes +1", Id = 255001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Haligtree Soldier Ashes +2", Id = 255002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Haligtree Soldier Ashes +3", Id = 255003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Haligtree Soldier Ashes +4", Id = 255004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Haligtree Soldier Ashes +5", Id = 255005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Haligtree Soldier Ashes +6", Id = 255006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Haligtree Soldier Ashes +7", Id = 255007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Haligtree Soldier Ashes +8", Id = 255008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Haligtree Soldier Ashes +9", Id = 255009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Haligtree Soldier Ashes +10", Id = 255010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancient Dragon Knight Kristoff", Id = 256000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancient Dragon Knight Kristoff +1", Id = 256001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancient Dragon Knight Kristoff +2", Id = 256002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancient Dragon Knight Kristoff +3", Id = 256003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancient Dragon Knight Kristoff +4", Id = 256004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancient Dragon Knight Kristoff +5", Id = 256005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancient Dragon Knight Kristoff +6", Id = 256006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancient Dragon Knight Kristoff +7", Id = 256007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancient Dragon Knight Kristoff +8", Id = 256008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancient Dragon Knight Kristoff +9", Id = 256009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Ancient Dragon Knight Kristoff +10", Id = 256010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Redmane Knight Ogha", Id = 257000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Redmane Knight Ogha +1", Id = 257001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Redmane Knight Ogha +2", Id = 257002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Redmane Knight Ogha +3", Id = 257003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Redmane Knight Ogha +4", Id = 257004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Redmane Knight Ogha +5", Id = 257005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Redmane Knight Ogha +6", Id = 257006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Redmane Knight Ogha +7", Id = 257007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Redmane Knight Ogha +8", Id = 257008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Redmane Knight Ogha +9", Id = 257009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Redmane Knight Ogha +10", Id = 257010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Lhutel the Headless", Id = 258000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Lhutel the Headless +1", Id = 258001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Lhutel the Headless +2", Id = 258002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Lhutel the Headless +3", Id = 258003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Lhutel the Headless +4", Id = 258004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Lhutel the Headless +5", Id = 258005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Lhutel the Headless +6", Id = 258006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Lhutel the Headless +7", Id = 258007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Lhutel the Headless +8", Id = 258008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Lhutel the Headless +9", Id = 258009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Lhutel the Headless +10", Id = 258010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nepheli Loux Puppet", Id = 259000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nepheli Loux Puppet +1", Id = 259001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nepheli Loux Puppet +2", Id = 259002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nepheli Loux Puppet +3", Id = 259003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nepheli Loux Puppet +4", Id = 259004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nepheli Loux Puppet +5", Id = 259005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nepheli Loux Puppet +6", Id = 259006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nepheli Loux Puppet +7", Id = 259007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nepheli Loux Puppet +8", Id = 259008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nepheli Loux Puppet +9", Id = 259009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Nepheli Loux Puppet +10", Id = 259010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Dung Eater Puppet", Id = 260000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Dung Eater Puppet +1", Id = 260001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Dung Eater Puppet +2", Id = 260002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Dung Eater Puppet +3", Id = 260003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Dung Eater Puppet +4", Id = 260004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Dung Eater Puppet +5", Id = 260005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Dung Eater Puppet +6", Id = 260006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Dung Eater Puppet +7", Id = 260007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Dung Eater Puppet +8", Id = 260008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Dung Eater Puppet +9", Id = 260009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Dung Eater Puppet +10", Id = 260010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Finger Maiden Therolina Puppet", Id = 261000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Finger Maiden Therolina Puppet +1", Id = 261001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Finger Maiden Therolina Puppet +2", Id = 261002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Finger Maiden Therolina Puppet +3", Id = 261003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Finger Maiden Therolina Puppet +4", Id = 261004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Finger Maiden Therolina Puppet +5", Id = 261005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Finger Maiden Therolina Puppet +6", Id = 261006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Finger Maiden Therolina Puppet +7", Id = 261007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Finger Maiden Therolina Puppet +8", Id = 261008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Finger Maiden Therolina Puppet +9", Id = 261009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Finger Maiden Therolina Puppet +10", Id = 261010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Dolores the Sleeping Arrow Puppet", Id = 262000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Dolores the Sleeping Arrow Puppet +1", Id = 262001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Dolores the Sleeping Arrow Puppet +2", Id = 262002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Dolores the Sleeping Arrow Puppet +3", Id = 262003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Dolores the Sleeping Arrow Puppet +4", Id = 262004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Dolores the Sleeping Arrow Puppet +5", Id = 262005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Dolores the Sleeping Arrow Puppet +6", Id = 262006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Dolores the Sleeping Arrow Puppet +7", Id = 262007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Dolores the Sleeping Arrow Puppet +8", Id = 262008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Dolores the Sleeping Arrow Puppet +9", Id = 262009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Dolores the Sleeping Arrow Puppet +10", Id = 262010 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Jarwight Puppet", Id = 263000 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Jarwight Puppet +1", Id = 263001 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Jarwight Puppet +2", Id = 263002 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Jarwight Puppet +3", Id = 263003 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Jarwight Puppet +4", Id = 263004 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Jarwight Puppet +5", Id = 263005 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Jarwight Puppet +6", Id = 263006 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Jarwight Puppet +7", Id = 263007 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Jarwight Puppet +8", Id = 263008 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Jarwight Puppet +9", Id = 263009 },
+ new() { Category = Category.Goods,GroupName = "Ashes", Name = "Jarwight Puppet +10", Id = 263010 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Furlcalling Finger Remedy", Id = 182 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Rune Arc", Id = 190 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Fire Pot", Id = 300 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Redmane Fire Pot", Id = 301 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Giantsflame Fire Pot", Id = 302 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Lightning Pot", Id = 320 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Ancient Dragonbolt Pot", Id = 321 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Fetid Pot", Id = 330 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Swarm Pot", Id = 340 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Holy Water Pot", Id = 350 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Sacred Order Pot", Id = 351 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Freezing Pot", Id = 360 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Poison Pot", Id = 370 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Oil Pot", Id = 380 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Alluring Pot", Id = 390 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Beastlure Pot", Id = 391 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Roped Fire Pot", Id = 400 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Roped Lightning Pot", Id = 420 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Roped Fetid Pot", Id = 430 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Roped Poison Pot", Id = 440 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Roped Oil Pot", Id = 450 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Roped Magic Pot", Id = 460 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Roped Fly Pot", Id = 470 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Roped Freezing Pot", Id = 480 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Roped Volcano Pot", Id = 490 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Roped Holy Water Pot", Id = 510 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Volcano Pot", Id = 600 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Albinauric Pot", Id = 610 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Cursed-Blood Pot", Id = 630 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Sleep Pot", Id = 640 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Rancor Pot", Id = 650 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Magic Pot", Id = 660 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Academy Magic Pot", Id = 661 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Rot Pot", Id = 670 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Boiled Crab", Id = 820 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Boiled Prawn", Id = 830 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Neutralizing Boluses", Id = 900 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Stanching Boluses", Id = 910 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Thawfrost Boluses", Id = 920 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Stimulating Boluses", Id = 930 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Preserving Boluses", Id = 940 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Rejuvenating Boluses", Id = 950 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Clarifying Boluses", Id = 960 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Pickled Turtle Neck", Id = 1100 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Immunizing Cured Meat", Id = 1110 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Invigorating Cured Meat", Id = 1120 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Clarifying Cured Meat", Id = 1130 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Dappled Cured Meat", Id = 1140 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Spellproof Dried Liver", Id = 1150 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Fireproof Dried Liver", Id = 1160 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Lightningproof Dried Liver", Id = 1170 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Holyproof Dried Liver", Id = 1180 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Silver-Pickled Fowl Foot", Id = 1190 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Gold-Pickled Fowl Foot", Id = 1200 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Exalted Flesh", Id = 1210 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Deathsbane Jerky", Id = 1220 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Raw Meat Dumpling", Id = 1235 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Shabriri Grape", Id = 1240 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Starlight Shards", Id = 1290 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Immunizing White Cured Meat", Id = 1310 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Invigorating White Cured Meat", Id = 1320 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Clarifying White Cured Meat", Id = 1330 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Dappled White Cured Meat", Id = 1340 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Deathsbane White Jerky", Id = 1350 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Fire Grease", Id = 1400 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Lightning Grease", Id = 1410 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Magic Grease", Id = 1420 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Holy Grease", Id = 1430 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Blood Grease", Id = 1440 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Soporific Grease", Id = 1450 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Poison Grease", Id = 1460 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Freezing Grease", Id = 1470 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Dragonwound Grease", Id = 1480 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Rot Grease", Id = 1490 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Drawstring Fire Grease", Id = 1500 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Drawstring Lightning Grease", Id = 1510 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Drawstring Magic Grease", Id = 1520 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Drawstring Holy Grease", Id = 1530 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Drawstring Blood Grease", Id = 1540 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Drawstring Soporific Grease", Id = 1550 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Drawstring Poison Grease", Id = 1560 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Drawstring Freezing Grease", Id = 1570 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Drawstring Rot Grease", Id = 1590 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Shield Grease", Id = 1690 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Throwing Dagger", Id = 1700 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Bone Dart", Id = 1710 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Poisonbone Dart", Id = 1720 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Kukri", Id = 1730 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Crystal Dart", Id = 1740 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Fan Daggers", Id = 1750 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Ruin Fragment", Id = 1760 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Explosive Stone", Id = 1830 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Explosive Stone Clump", Id = 1831 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Poisoned Stone", Id = 1840 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Poisoned Stone Clump", Id = 1841 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Rainbow Stone", Id = 2020 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Glowstone", Id = 2030 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Grace Mimic", Id = 2050 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Soft Cotton", Id = 2100 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Soap", Id = 2120 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Celestial Dew", Id = 2130 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Miquella's Needle", Id = 2190 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Golden Rune [1]", Id = 2900 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Golden Rune [2]", Id = 2901 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Golden Rune [3]", Id = 2902 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Golden Rune [4]", Id = 2903 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Golden Rune [5]", Id = 2904 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Golden Rune [6]", Id = 2905 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Golden Rune [7]", Id = 2906 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Golden Rune [8]", Id = 2907 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Golden Rune [9]", Id = 2908 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Golden Rune [10]", Id = 2909 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Golden Rune [11]", Id = 2910 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Golden Rune [12]", Id = 2911 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Golden Rune [13]", Id = 2912 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Numen's Rune", Id = 2913 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Hero's Rune [1]", Id = 2914 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Hero's Rune [2]", Id = 2915 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Hero's Rune [3]", Id = 2916 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Hero's Rune [4]", Id = 2917 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Hero's Rune [5]", Id = 2918 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Lord's Rune", Id = 2919 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Remembrance of the Grafted", Id = 2950 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Remembrance of the Starscourge", Id = 2951 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Remembrance of the Omen King", Id = 2952 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Remembrance of the Blasphemous", Id = 2953 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Remembrance of the Rot Goddess", Id = 2954 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Remembrance of the Blood Lord", Id = 2955 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Remembrance of the Black Blade", Id = 2956 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Remembrance of Hoarah Loux", Id = 2957 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Remembrance of the Dragonlord", Id = 2958 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Remembrance of the Full Moon Queen", Id = 2959 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Remembrance of the Lichdragon", Id = 2960 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Remembrance of the Fire Giant", Id = 2961 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Remembrance of the Regal Ancestor", Id = 2962 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Elden Remembrance", Id = 2963 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Remembrance of the Naturalborn", Id = 2964 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Lands Between Rune", Id = 2990 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Cuckoo Glintstone", Id = 3030 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Glintstone Scrap", Id = 3050 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Large Glintstone Scrap", Id = 3051 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Gravity Stone Fan", Id = 3060 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Gravity Stone Chunk", Id = 3070 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Wraith Calling Bell", Id = 3080 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Holy Water Grease", Id = 3300 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Warming Stone", Id = 3310 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Frenzyflame Stone", Id = 3311 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Scriptstone", Id = 3320 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Bewitching Branch", Id = 3350 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Baldachin's Blessing", Id = 3360 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Radiant Baldachin's Blessing", Id = 3361 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Uplifting Aromatic", Id = 3500 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Spark Aromatic", Id = 3510 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Ironjar Aromatic", Id = 3520 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Bloodboil Aromatic", Id = 3550 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Poison Spraymist", Id = 3580 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Acid Spraymist", Id = 3610 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Cracked Pot", Id = 9500 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Ritual Pot", Id = 9501 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Perfume Bottle", Id = 9510 },
+ new() { Category = Category.Goods,GroupName = "Consumables", Name = "Glass Shard", Id = 10000 },
+ //new Item() { Category = Category.Goods,GroupName = "Consumables", Name = "Great Rune of the Unborn", Id = 10080 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Rowa Raisin", Id = 810 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Sweet Raisin", Id = 811 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Frozen Raisin", Id = 812 },
+ //new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Raw Meat Dumpling", Id = 1235 },
+ //new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Ruin Fragment", Id = 1760 },
+ //new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Soft Cotton", Id = 2100 },
+ //new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Celestial Dew", Id = 2130 },
+ //new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Cracked Pot", Id = 9500 },
+ //new Item() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Ritual Pot", Id = 9501 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Sliver of Meat", Id = 15000 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Beast Liver", Id = 15010 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Lump of Flesh", Id = 15020 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Beast Blood", Id = 15030 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Old Fang", Id = 15040 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Budding Horn", Id = 15050 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Flight Pinion", Id = 15060 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Four-Toed Fowl Foot", Id = 15080 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Turtle Neck Meat", Id = 15090 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Human Bone Shard", Id = 15100 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Great Dragonfly Head", Id = 15110 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Slumbering Egg", Id = 15120 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Crab Eggs", Id = 15130 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Land Octopus Ovary", Id = 15140 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Miranda Powder", Id = 15150 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Strip of White Flesh", Id = 15160 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Thin Beast Bones", Id = 15340 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Hefty Beast Bone", Id = 15341 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "String", Id = 15400 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Living Jar Shard", Id = 15410 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Albinauric Bloodclot", Id = 15420 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Stormhawk Feather", Id = 15430 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Poisonbloom", Id = 20650 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Trina's Lily", Id = 20651 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Fulgurbloom", Id = 20652 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Miquella's Lily", Id = 20653 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Grave Violet", Id = 20654 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Faded Erdleaf Flower", Id = 20660 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Erdleaf Flower", Id = 20680 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Altus Bloom", Id = 20681 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Fire Blossom", Id = 20682 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Golden Sunflower", Id = 20683 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Tarnished Golden Sunflower", Id = 20685 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Herba", Id = 20690 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Arteria Leaf", Id = 20691 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Dewkissed Herba", Id = 20710 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Rowa Fruit", Id = 20720 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Golden Rowa", Id = 20721 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Rimed Rowa", Id = 20722 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Bloodrose", Id = 20723 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Eye of Yelough", Id = 20740 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Crystal Bud", Id = 20750 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Rimed Crystal Bud", Id = 20751 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Sacramental Bud", Id = 20753 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Mushroom", Id = 20760 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Melted Mushroom", Id = 20761 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Toxic Mushroom", Id = 20770 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Root Resin", Id = 20775 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Cracked Crystal", Id = 20780 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Sanctuary Stone", Id = 20795 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Nascent Butterfly", Id = 20800 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Aeonian Butterfly", Id = 20801 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Smoldering Butterfly", Id = 20802 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Silver Firefly", Id = 20810 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Gold Firefly", Id = 20811 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Glintstone Firefly", Id = 20812 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Golden Centipede", Id = 20820 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Silver Tear Husk", Id = 20825 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Gold-Tinged Excrement", Id = 20830 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Blood-Tainted Excrement", Id = 20831 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Cave Moss", Id = 20840 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Budding Cave Moss", Id = 20841 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Crystal Cave Moss", Id = 20842 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Yellow Ember", Id = 20845 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Volcanic Stone", Id = 20850 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Formic Rock", Id = 20852 },
+ new() { Category = Category.Goods,GroupName = "Crafting Materials", Name = "Gravel Stone", Id = 20855 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Wondrous Physick (Empty)", Id = 250 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Wondrous Physick", Id = 251 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears (Empty)", Id = 1000 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears", Id = 1001 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +1 (Empty)", Id = 1002 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +1", Id = 1003 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +2 (Empty)", Id = 1004 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +2", Id = 1005 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +3 (Empty)", Id = 1006 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +3", Id = 1007 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +4 (Empty)", Id = 1008 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +4", Id = 1009 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +5 (Empty)", Id = 1010 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +5", Id = 1011 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +6 (Empty)", Id = 1012 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +6", Id = 1013 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +7 (Empty)", Id = 1014 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +7", Id = 1015 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +8 (Empty)", Id = 1016 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +8", Id = 1017 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +9 (Empty)", Id = 1018 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +9", Id = 1019 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +10 (Empty)", Id = 1020 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +10", Id = 1021 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +11 (Empty)", Id = 1022 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +11", Id = 1023 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +12 (Empty)", Id = 1024 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Crimson Tears +12", Id = 1025 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears (Empty)", Id = 1050 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears", Id = 1051 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +1 (Empty)", Id = 1052 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +1", Id = 1053 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +2 (Empty)", Id = 1054 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +2", Id = 1055 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +3 (Empty)", Id = 1056 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +3", Id = 1057 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +4 (Empty)", Id = 1058 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +4", Id = 1059 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +5 (Empty)", Id = 1060 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +5", Id = 1061 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +6 (Empty)", Id = 1062 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +6", Id = 1063 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +7 (Empty)", Id = 1064 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +7", Id = 1065 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +8 (Empty)", Id = 1066 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +8", Id = 1067 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +9 (Empty)", Id = 1068 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +9", Id = 1069 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +10 (Empty)", Id = 1070 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +10", Id = 1071 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +11 (Empty)", Id = 1072 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +11", Id = 1073 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +12 (Empty)", Id = 1074 },
+ new() { Category = Category.Goods,GroupName = "Flasks", Name = "Flask of Cerulean Tears +12", Id = 1075 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Tarnished's Furled Finger", Id = 100 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Duelist's Furled Finger", Id = 101 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Bloody Finger", Id = 102 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Finger Severer", Id = 103 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "White Cipher Ring", Id = 104 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Blue Cipher Ring", Id = 105 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Tarnished's Wizened Finger", Id = 106 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Phantom Bloody Finger", Id = 107 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Taunter's Tongue", Id = 108 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Small Golden Effigy", Id = 109 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Small Red Effigy", Id = 110 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Festering Bloody Finger", Id = 111 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Recusant Finger", Id = 112 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Phantom Bloody Finger", Id = 113 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Phantom Recusant Finger", Id = 114 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Memory of Grace", Id = 115 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Spectral Steed Whistle", Id = 130 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Phantom Great Rune", Id = 135 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Godrick's Great Rune", Id = 191 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Radahn's Great Rune", Id = 192 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Morgott's Great Rune", Id = 193 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Rykard's Great Rune", Id = 194 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Mohg's Great Rune", Id = 195 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Malenia's Great Rune", Id = 196 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Stonesword Key", Id = 8000 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Rusty Key", Id = 8010 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Lucent Baldachin's Blessing", Id = 8102 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Dectus Medallion (Left)", Id = 8105 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Dectus Medallion (Right)", Id = 8106 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Rold Medallion", Id = 8107 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Academy Glintstone Key", Id = 8109 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Carian Inverted Statue", Id = 8111 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Dark Moon Ring", Id = 8121 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Fingerprint Grape", Id = 8126 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Letter from Volcano Manor", Id = 8127 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Tonic of Forgetfulness", Id = 8128 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Serpent's Amnion", Id = 8129 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Rya's Necklace", Id = 8130 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Irina's Letter", Id = 8131 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Letter from Volcano Manor", Id = 8132 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Red Letter", Id = 8133 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Drawing-Room Key", Id = 8134 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Rya's Necklace", Id = 8136 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Volcano Manor Invitation", Id = 8137 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Amber Starlight", Id = 8142 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Seluvis's Introduction", Id = 8143 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Sellen's Primal Glintstone", Id = 8144 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Miniature Ranni", Id = 8146 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Asimi, Silver Tear", Id = 8147 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Godrick's Great Rune (Unpowered)", Id = 8148 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Radahn's Great Rune (Unpowered)", Id = 8149 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Morgott's Great Rune (Unpowered)", Id = 8150 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Rykard's Great Rune (Unpowered)", Id = 8151 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Mohg's Great Rune (Unpowered)", Id = 8152 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Malenia's Great Rune (Unpowered)", Id = 8153 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Lord of Blood's Favor", Id = 8154 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Lord of Blood's Favor", Id = 8155 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Burial Crow's Letter", Id = 8156 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Spirit Calling Bell", Id = 8158 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Fingerslayer Blade", Id = 8159 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Sewing Needle", Id = 8161 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Gold Sewing Needle", Id = 8162 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Tailoring Tools", Id = 8163 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Seluvis's Potion", Id = 8164 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Amber Draught", Id = 8166 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Letter to Patches", Id = 8167 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Dancer's Castanets", Id = 8168 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Sellian Sealbreaker", Id = 8169 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Chrysalids' Memento", Id = 8171 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Black Knifeprint", Id = 8172 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Letter to Bernahl", Id = 8173 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Academy Glintstone Key", Id = 8174 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Haligtree Secret Medallion (Left)", Id = 8175 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Haligtree Secret Medallion (Right)", Id = 8176 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Burial Crow's Letter", Id = 8181 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Mending Rune of Perfect Order", Id = 8182 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Mending Rune of the Death-Prince", Id = 8183 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Mending Rune of the Fell Curse", Id = 8184 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Larval Tear", Id = 8185 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Imbued Sword Key", Id = 8186 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Miniature Ranni", Id = 8187 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Golden Tailoring Tools", Id = 8188 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Iji's Confession", Id = 8189 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Knifeprint Clue", Id = 8190 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Cursemark of Death", Id = 8191 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Asimi's Husk", Id = 8192 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Seedbed Curse", Id = 8193 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "The Stormhawk King", Id = 8194 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Asimi, Silver Chrysalid", Id = 8195 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Unalloyed Gold Needle", Id = 8196 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Sewer-Gaol Key", Id = 8197 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Meeting Place Map", Id = 8198 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Discarded Palace Key", Id = 8199 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Iron Whetblade", Id = 8970 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Red-Hot Whetblade", Id = 8971 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Sanctified Whetblade", Id = 8972 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Glintstone Whetblade", Id = 8973 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Black Whetblade", Id = 8974 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Unalloyed Gold Needle", Id = 8975 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Unalloyed Gold Needle", Id = 8976 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Valkyrie's Prosthesis", Id = 8977 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Sellia's Secret", Id = 8978 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Beast Eye", Id = 8979 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Weathered Dagger", Id = 8980 },
+ new() { Category = Category.Goods,GroupName = "Key Items", Name = "Great Rune of the Unborn", Id = 10080 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Homing Instinct Painting", Id = 8200 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Resurrection Painting", Id = 8201 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Champion's Song Painting", Id = 8202 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Sorcerer Painting", Id = 8203 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Prophecy Painting", Id = 8204 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Flightless Bird Painting", Id = 8205 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Redmane Painting", Id = 8206 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Zorayas's Letter", Id = 8221 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Rogier's Letter", Id = 8223 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: The Preceptor's Secret", Id = 8224 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Weathered Map", Id = 8225 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: The Preceptor's Secret", Id = 8226 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Weathered Map", Id = 8227 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Limgrave, West", Id = 8600 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Weeping Peninsula", Id = 8601 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Limgrave, East", Id = 8602 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Liurnia, East", Id = 8603 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Liurnia, North", Id = 8604 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Liurnia, West", Id = 8605 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Altus Plateau", Id = 8606 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Leyndell, Royal Capital", Id = 8607 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Mt. Gelmir", Id = 8608 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Caelid", Id = 8609 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Dragonbarrow", Id = 8610 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Mountaintops of the Giants, West", Id = 8611 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Mountaintops of the Giants, East", Id = 8612 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Ainsel River", Id = 8613 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Lake of Rot", Id = 8614 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Siofra River", Id = 8615 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Mohgwyn Palace", Id = 8616 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Deeproot Depths", Id = 8617 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Map: Consecrated Snowfield", Id = 8618 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Mirage Riddle", Id = 8660 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Hidden Cave", Id = 8700 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Imp Shades", Id = 8701 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Flask of Wondrous Physick", Id = 8702 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Stonedigger Trolls", Id = 8703 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Walking Mausoleum", Id = 8704 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Unseen Assassins", Id = 8705 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Great Coffins", Id = 8706 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Flame Chariots", Id = 8707 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Demi-human Mobs", Id = 8708 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Land Squirts", Id = 8709 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Gravity's Advantage", Id = 8710 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Revenants", Id = 8711 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Waypoint Ruins", Id = 8712 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Gateway", Id = 8713 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Miquella's Needle", Id = 8714 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Frenzied Flame Village", Id = 8715 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: The Lord of Frenzied Flame", Id = 8716 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Below the Capital", Id = 8717 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Hidden Cave", Id = 8750 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Imp Shades", Id = 8751 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Flask of Wondrous Physick", Id = 8752 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Stonedigger Trolls", Id = 8753 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Walking Mausoleum", Id = 8754 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Unseen Assassins", Id = 8755 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Great Coffins", Id = 8756 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Flame Chariots", Id = 8757 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Demi-human Mobs", Id = 8758 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Land Squirts", Id = 8759 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Gravity's Advantage", Id = 8760 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Revenants", Id = 8761 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Waypoint Ruins", Id = 8762 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Gateway", Id = 8763 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Frenzied Flame Village", Id = 8765 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "Note: Below the Capital", Id = 8767 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Sites of Grace", Id = 9100 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Sorceries and Incantations", Id = 9101 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Bows", Id = 9102 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Crouching", Id = 9103 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Stance-Breaking", Id = 9104 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Stakes of Marika", Id = 9105 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Guard Counters", Id = 9106 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About the Map", Id = 9107 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Guidance of Grace", Id = 9108 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Horseback Riding", Id = 9109 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Death", Id = 9110 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Summoning Spirits", Id = 9111 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Guarding", Id = 9112 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Item Crafting", Id = 9113 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Flask of Wondrous Physick", Id = 9115 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Adding Skills", Id = 9116 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Birdseye Telescopes", Id = 9117 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Spiritspring Jumping", Id = 9118 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Vanquishing Enemy Groups", Id = 9119 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Teardrop Scarabs", Id = 9120 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Summoning Other Players", Id = 9121 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Cooperative Multiplayer", Id = 9122 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Competitive Multiplayer", Id = 9123 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Invasion Multiplayer", Id = 9124 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Hunter Multiplayer", Id = 9125 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Summoning Pools", Id = 9126 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Monument Icon", Id = 9127 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Requesting Help from Hunters", Id = 9128 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Skills", Id = 9129 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Fast Travel to Sites of Grace", Id = 9130 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Strengthening Armaments", Id = 9131 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Roundtable Hold", Id = 9132 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Materials", Id = 9134 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Containers", Id = 9135 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Adding Affinities", Id = 9136 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Pouches", Id = 9137 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Dodging", Id = 9138 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Wielding Armaments", Id = 9140 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Great Runes", Id = 9141 },
+ new() { Category = Category.Goods,GroupName = "Notes & Paintings", Name = "About Multiplayer", Id = 9195 },
+ new() { Category = Category.Goods,GroupName = "Tools", Name = "Margit's Shackle", Id = 2140 },
+ new() { Category = Category.Goods,GroupName = "Tools", Name = "Mohg's Shackle", Id = 2150 },
+ new() { Category = Category.Goods,GroupName = "Tools", Name = "Pureblood Knight's Medal", Id = 2160 },
+ new() { Category = Category.Goods,GroupName = "Tools", Name = "Prattling Pate Hello", Id = 2200 },
+ new() { Category = Category.Goods,GroupName = "Tools", Name = "Prattling Pate Thank you", Id = 2201 },
+ new() { Category = Category.Goods,GroupName = "Tools", Name = "Prattling Pate Apologies", Id = 2202 },
+ new() { Category = Category.Goods,GroupName = "Tools", Name = "Prattling Pate Wonderful", Id = 2203 },
+ new() { Category = Category.Goods,GroupName = "Tools", Name = "Prattling Pate Please help", Id = 2204 },
+ new() { Category = Category.Goods,GroupName = "Tools", Name = "Prattling Pate My beloved", Id = 2205 },
+ new() { Category = Category.Goods,GroupName = "Tools", Name = "Prattling Pate Let's get to it", Id = 2206 },
+ new() { Category = Category.Goods,GroupName = "Tools", Name = "Prattling Pate You're beautiful", Id = 2207 },
+ new() { Category = Category.Goods,GroupName = "Tools", Name = "Ancestral Infant's Head", Id = 3000 },
+ new() { Category = Category.Goods,GroupName = "Tools", Name = "Omen Bairn", Id = 3010 },
+ new() { Category = Category.Goods,GroupName = "Tools", Name = "Regal Omen Bairn", Id = 3011 },
+ new() { Category = Category.Goods,GroupName = "Tools", Name = "Miranda's Prayer", Id = 3020 },
+ new() { Category = Category.Goods,GroupName = "Tools", Name = "Mimic's Veil", Id = 3040 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Golden Seed", Id = 10010 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Sacred Tear", Id = 10020 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Memory Stone", Id = 10030 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Talisman Pouch", Id = 10040 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Dragon Heart", Id = 10060 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Lost Ashes of War", Id = 10070 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Smithing Stone [1]", Id = 10100 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Smithing Stone [2]", Id = 10101 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Smithing Stone [3]", Id = 10102 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Smithing Stone [4]", Id = 10103 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Smithing Stone [5]", Id = 10104 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Smithing Stone [6]", Id = 10105 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Smithing Stone [7]", Id = 10106 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Smithing Stone [8]", Id = 10107 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Ancient Dragon Smithing Stone", Id = 10140 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Somber Smithing Stone [1]", Id = 10160 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Somber Smithing Stone [2]", Id = 10161 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Somber Smithing Stone [3]", Id = 10162 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Somber Smithing Stone [4]", Id = 10163 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Somber Smithing Stone [5]", Id = 10164 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Somber Smithing Stone [6]", Id = 10165 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Somber Smithing Stone [7]", Id = 10166 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Somber Smithing Stone [8]", Id = 10167 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Somber Ancient Dragon Smithing Stone", Id = 10168 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Somber Smithing Stone [9]", Id = 10200 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Grave Glovewort [1]", Id = 10900 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Grave Glovewort [2]", Id = 10901 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Grave Glovewort [3]", Id = 10902 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Grave Glovewort [4]", Id = 10903 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Grave Glovewort [5]", Id = 10904 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Grave Glovewort [6]", Id = 10905 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Grave Glovewort [7]", Id = 10906 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Grave Glovewort [8]", Id = 10907 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Grave Glovewort [9]", Id = 10908 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Great Grave Glovewort", Id = 10909 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Ghost Glovewort [1]", Id = 10910 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Ghost Glovewort [2]", Id = 10911 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Ghost Glovewort [3]", Id = 10912 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Ghost Glovewort [4]", Id = 10913 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Ghost Glovewort [5]", Id = 10914 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Ghost Glovewort [6]", Id = 10915 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Ghost Glovewort [7]", Id = 10916 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Ghost Glovewort [8]", Id = 10917 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Ghost Glovewort [9]", Id = 10918 },
+ new() { Category = Category.Goods,GroupName = "Upgrade Materials", Name = "Great Ghost Glovewort", Id = 10919 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Arrow", Id = 50000000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Fire", Id = 50010000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Serpent", Id = 50020000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Bone (Fletched)", Id = 50030000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - St. Trina's", Id = 50040000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Shattershard (Fletched)", Id = 50060000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Rainbow Stone (Fletched)", Id = 50080000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Golden", Id = 50090000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Dwelling", Id = 50100000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Bone", Id = 50110000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Firebone (Fletched)", Id = 50130000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Firebone", Id = 50140000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Poisonbone (Fletched)", Id = 50150000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Poisonbone", Id = 50160000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Sleepbone (Fletched)", Id = 50170000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Sleepbone", Id = 50180000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Stormwing Bone", Id = 50190000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Lightningbone (Fletched)", Id = 50200000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Lightningbone", Id = 50210000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Rainbow Stone", Id = 50220000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Shattershard", Id = 50230000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Spiritflame", Id = 50240000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Magicbone (Fletched)", Id = 50260000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Magicbone", Id = 50270000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Haligbone (Fletched)", Id = 50280000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Haligbone", Id = 50290000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Bloodbone (Fletched)", Id = 50300000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Bloodbone", Id = 50310000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Coldbone (Fletched)", Id = 50320000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Coldbone", Id = 50330000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Rotbone (Fletched)", Id = 50340000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Rotbone", Id = 50350000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Golem's Magic", Id = 51030000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Bone (Fletched)", Id = 51050000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Arrow - Bone", Id = 51060000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Bolt", Id = 52000000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Lightning ", Id = 52010000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Perfumer's ", Id = 52020000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Black-Key ", Id = 52030000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Burred ", Id = 52040000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Meteor ", Id = 52050000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Explosive ", Id = 52060000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Golden ", Id = 52070000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Lordsworn's ", Id = 52080000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Bone ", Id = 52090000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Firebone ", Id = 52100000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Lightningbone ", Id = 52110000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Magicbone ", Id = 52120000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Haligbone ", Id = 52130000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Poisonbone ", Id = 52140000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Bloodbone ", Id = 52150000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Coldbone ", Id = 52160000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Rotbone ", Id = 52170000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Sleepbone ", Id = 52180000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Bolt - Flaming ", Id = 52190000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Great Arrow - Great Arrow", Id = 51000000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Great Arrow - Golem's", Id = 51010000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Great Arrow - Golden", Id = 51020000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Great Arrow - Radahn's Spear", Id = 51040000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Greatbolt - Ballista Bolt", Id = 53000000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Greatbolt - Lightning", Id = 53010000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Greatbolt - Explosive", Id = 53020000 },
+ new() { Category = Category.Weapons,GroupName = "Ammo", Name = "Greatbolt - Bone Ballista Bolt", Id = 53030000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Dagger", Id = 1000000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Black Knife", Id = 1010000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Parrying Dagger", Id = 1020000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Miséricorde", Id = 1030000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Reduvia", Id = 1040000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Crystal Knife", Id = 1050000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Celebrant's Sickle", Id = 1060000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Glintstone Kris", Id = 1070000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Scorpion's Stinger", Id = 1080000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Great Knife", Id = 1090000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Wakizashi", Id = 1100000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Cinquedea", Id = 1110000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Ivory Sickle", Id = 1130000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Bloodstained Dagger", Id = 1140000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Erdsteel Dagger", Id = 1150000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Blade of Calling", Id = 1160000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Longsword", Id = 2000000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Short Sword", Id = 2010000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Broadsword", Id = 2020000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Lordsworn's Straight Sword", Id = 2040000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Weathered Straight Sword", Id = 2050000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Ornamental Straight Sword", Id = 2060000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Golden Epitaph", Id = 2070000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Nox Flowing Sword", Id = 2080000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Inseparable Sword", Id = 2090000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Coded Sword", Id = 2110000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Sword of Night and Flame", Id = 2140000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Crystal Sword", Id = 2150000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Carian Knight's Sword", Id = 2180000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Sword of St. Trina", Id = 2190000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Miquellan Knight's Sword", Id = 2200000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Cane Sword", Id = 2210000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Regalia of Eochaid", Id = 2220000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Noble's Slender Sword", Id = 2230000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Warhawk's Talon", Id = 2240000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Lazuli Glintstone Sword", Id = 2250000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Rotten Crystal Sword", Id = 2260000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Bastard Sword", Id = 3000000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Forked Greatsword", Id = 3010000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Iron Greatsword", Id = 3020000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Lordsworn's Greatsword", Id = 3030000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Knight's Greatsword", Id = 3040000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Flamberge", Id = 3050000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Ordovis's Greatsword", Id = 3060000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Alabaster Lord's Sword", Id = 3070000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Banished Knight's Greatsword", Id = 3080000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Dark Moon Greatsword", Id = 3090000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Sacred Relic Sword", Id = 3100000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Helphen's Steeple", Id = 3130000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Blasphemous Blade", Id = 3140000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Marais Executioner's Sword", Id = 3150000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Sword of Milos", Id = 3160000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Golden Order Greatsword", Id = 3170000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Claymore", Id = 3180000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Gargoyle's Greatsword", Id = 3190000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Death's Poker", Id = 3200000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Gargoyle's Blackblade", Id = 3210000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Greatsword", Id = 4000000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Watchdog's Greatsword", Id = 4010000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Maliketh's Black Blade", Id = 4020000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Troll's Golden Sword", Id = 4030000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Zweihander", Id = 4040000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Starscourge Greatsword", Id = 4050000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Royal Greatsword", Id = 4060000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Godslayer's Greatsword", Id = 4070000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Ruins Greatsword", Id = 4080000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Grafted Blade Greatsword", Id = 4100000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Troll Knight's Sword", Id = 4110000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Estoc", Id = 5000000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Cleanrot Knight's Sword", Id = 5010000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Rapier", Id = 5020000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Rogier's Rapier", Id = 5030000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Antspur Rapier", Id = 5040000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Frozen Needle", Id = 5050000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Noble's Estoc", Id = 5060000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Bloody Helice", Id = 6000000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Godskin Stitcher", Id = 6010000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Great Épée", Id = 6020000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Dragon King's Cragblade", Id = 6040000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Falchion", Id = 7000000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Beastman's Curved Sword", Id = 7010000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Shotel", Id = 7020000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Shamshir", Id = 7030000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Bandit's Curved Sword", Id = 7040000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Magma Blade", Id = 7050000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Flowing Curved Sword", Id = 7060000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Wing of Astel", Id = 7070000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Scavenger's Curved Sword", Id = 7080000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Eclipse Shotel", Id = 7100000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Serpent-God's Curved Sword", Id = 7110000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Mantis Blade", Id = 7120000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Scimitar", Id = 7140000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Grossmesser", Id = 7150000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Onyx Lord's Greatsword", Id = 8010000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Dismounter", Id = 8020000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Bloodhound's Fang", Id = 8030000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Magma Wyrm's Scalesword", Id = 8040000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Zamor Curved Sword", Id = 8050000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Omen Cleaver", Id = 8060000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Monk's Flameblade", Id = 8070000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Beastman's Cleaver", Id = 8080000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Morgott's Cursed Sword", Id = 8100000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Uchigatana", Id = 9000000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Nagakiba", Id = 9010000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Hand of Malenia", Id = 9020000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Meteoric Ore Blade", Id = 9030000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Rivers of Blood", Id = 9040000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Moonveil", Id = 9060000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Dragonscale Blade", Id = 9070000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Serpentbone Blade", Id = 9080000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Twinblade", Id = 10000000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Godskin Peeler", Id = 10010000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Twinned Knight Swords", Id = 10030000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Eleonora's Poleblade", Id = 10050000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Gargoyle's Twinblade", Id = 10080000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Gargoyle's Black Blades", Id = 10090000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Mace", Id = 11000000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Club", Id = 11010000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Curved Club", Id = 11030000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Warpick", Id = 11040000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Morning Star", Id = 11050000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Varré's Bouquet", Id = 11060000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Spiked Club", Id = 11070000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Hammer", Id = 11080000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Monk's Flamemace", Id = 11090000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Envoy's Horn", Id = 11100000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Scepter of the All-Knowing", Id = 11110000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Nox Flowing Hammer", Id = 11120000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Ringed Finger", Id = 11130000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Stone Club", Id = 11140000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Marika's Hammer", Id = 11150000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Large Club", Id = 12000000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Greathorn Hammer", Id = 12010000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Battle Hammer", Id = 12020000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Great Mace", Id = 12060000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Curved Great Club", Id = 12080000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Celebrant's Skull", Id = 12130000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Pickaxe", Id = 12140000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Beastclaw Greathammer", Id = 12150000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Envoy's Long Horn", Id = 12160000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Cranial Vessel Candlestand", Id = 12170000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Great Stars", Id = 12180000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Brick Hammer", Id = 12190000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Devourer's Scepter", Id = 12200000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Rotten Battle Hammer", Id = 12210000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Nightrider Flail", Id = 13000000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Flail", Id = 13010000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Family Heads", Id = 13020000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Bastard's Stars", Id = 13030000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Chainlink Flail", Id = 13040000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Battle Axe", Id = 14000000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Forked Hatchet", Id = 14010000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Hand Axe", Id = 14020000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Jawbone Axe", Id = 14030000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Iron Cleaver", Id = 14040000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Ripple Blade", Id = 14050000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Celebrant's Cleaver", Id = 14060000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Icerind Hatchet", Id = 14080000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Highland Axe", Id = 14100000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Sacrificial Axe", Id = 14110000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Rosus' Axe", Id = 14120000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Stormhawk Axe", Id = 14140000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Greataxe", Id = 15000000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Warped Axe", Id = 15010000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Great Omenkiller Cleaver", Id = 15020000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Crescent Moon Axe", Id = 15030000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Axe of Godrick", Id = 15040000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Longhaft Axe", Id = 15050000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Rusted Anchor", Id = 15060000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Executioner's Greataxe", Id = 15080000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Winged Greathorn", Id = 15110000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Butchering Knife", Id = 15120000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Gargoyle's Great Axe", Id = 15130000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Gargoyle's Black Axe", Id = 15140000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Short Spear", Id = 16000000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Spear", Id = 16010000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Crystal Spear", Id = 16020000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Clayman's Harpoon", Id = 16030000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Cleanrot Spear", Id = 16040000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Partisan", Id = 16050000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Celebrant's Rib-Rake", Id = 16060000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Pike", Id = 16070000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Torchpole", Id = 16080000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Bolt of Gransax", Id = 16090000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Cross-Naginata", Id = 16110000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Death Ritual Spear", Id = 16120000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Inquisitor's Girandole", Id = 16130000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Spiked Spear", Id = 16140000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Iron Spear", Id = 16150000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Rotten Crystal Spear", Id = 16160000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Mohgwyn's Sacred Spear", Id = 17010000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Siluria's Tree", Id = 17020000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Serpent-Hunter", Id = 17030000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Vyke's War Spear", Id = 17050000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Lance", Id = 17060000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Treespear", Id = 17070000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Halberd", Id = 18000000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Pest's Glaive", Id = 18010000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Lucerne", Id = 18020000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Banished Knight's Halberd", Id = 18030000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Commander's Standard", Id = 18040000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Nightrider Glaive", Id = 18050000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Ripple Crescent Halberd", Id = 18060000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Vulgar Militia Saw", Id = 18070000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Golden Halberd", Id = 18080000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Glaive", Id = 18090000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Loretta's War Sickle", Id = 18100000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Guardian's Swordspear", Id = 18110000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Vulgar Militia Shotel", Id = 18130000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Dragon Halberd", Id = 18140000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Gargoyle's Halberd", Id = 18150000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Gargoyle's Black Halberd", Id = 18160000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Scythe", Id = 19000000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Grave Scythe", Id = 19010000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Halo Scythe", Id = 19020000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Winged Scythe", Id = 19060000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Whip", Id = 20000000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Thorned Whip", Id = 20020000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Magma Whip Candlestick", Id = 20030000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Hoslow's Petal Whip", Id = 20050000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Giant's Red Braid", Id = 20060000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Urumi", Id = 20070000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Caestus", Id = 21000000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Spiked Caestus", Id = 21010000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Grafted Dragon", Id = 21060000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Iron Ball", Id = 21070000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Star Fist", Id = 21080000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Katar", Id = 21100000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Clinging Bone", Id = 21110000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Veteran's Prosthesis", Id = 21120000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Cipher Pata", Id = 21130000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Hookclaws", Id = 22000000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Venomous Fang", Id = 22010000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Bloodhound Claws", Id = 22020000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Raptor Talons", Id = 22030000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Prelate's Inferno Crozier", Id = 23000000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Watchdog's Staff", Id = 23010000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Great Club", Id = 23020000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Envoy's Greathorn", Id = 23030000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Duelist Greataxe", Id = 23040000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Axe of Godfrey", Id = 23050000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Dragon Greatclaw", Id = 23060000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Staff of the Avatar", Id = 23070000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Fallingstar Beast Jaw", Id = 23080000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Ghiza's Wheel", Id = 23100000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Giant-Crusher", Id = 23110000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Golem's Halberd", Id = 23120000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Troll's Hammer", Id = 23130000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Rotten Staff", Id = 23140000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Rotten Greataxe", Id = 23150000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Torch", Id = 24000000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Steel-Wire Torch", Id = 24020000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "St. Trina's Torch", Id = 24040000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Ghostflame Torch", Id = 24050000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Beast-Repellent Torch", Id = 24060000 },
+ new() { Category = Category.Weapons,GroupName = "Melee Weapons", Name = "Sentry's Torch", Id = 24070000 },
+ new() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Shortbow", Id = 40000000 },
+ new() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Misbegotten Shortbow", Id = 40010000 },
+ new() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Red Branch Shortbow", Id = 40020000 },
+ new() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Harp Bow", Id = 40030000 },
+ new() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Composite Bow", Id = 40050000 },
+ new() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Longbow", Id = 41000000 },
+ new() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Albinauric Bow", Id = 41010000 },
+ new() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Horn Bow", Id = 41020000 },
+ new() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Erdtree Bow", Id = 41030000 },
+ new() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Serpent Bow", Id = 41040000 },
+ new() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Pulley Bow", Id = 41060000 },
+ new() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Black Bow", Id = 41070000 },
+ new() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Lion Greatbow", Id = 42000000 },
+ new() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Golem Greatbow", Id = 42010000 },
+ new() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Erdtree Greatbow", Id = 42030000 },
+ new() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Greatbow", Id = 42040000 },
+ new() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Soldier's Crossbow", Id = 43000000 },
+ new() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Light Crossbow", Id = 43020000 },
+ new() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Heavy Crossbow", Id = 43030000 },
+ new() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Pulley Crossbow", Id = 43050000 },
+ new() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Full Moon Crossbow", Id = 43060000 },
+ new() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Arbalest", Id = 43080000 },
+ new() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Crepus's Black-Key Crossbow", Id = 43110000 },
+ new() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Hand Ballista", Id = 44000000 },
+ new() { Category = Category.Weapons,GroupName = "Ranged Weapons", Name = "Jar Cannon", Id = 44010000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Buckler", Id = 30000000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Perfumer's Shield", Id = 30010000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Man-Serpent's Shield", Id = 30020000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Rickety Shield", Id = 30030000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Pillory Shield", Id = 30040000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Beastman's Jar-Shield", Id = 30060000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Red Thorn Roundshield", Id = 30070000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Scripture Wooden Shield", Id = 30080000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Riveted Wooden Shield", Id = 30090000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Blue-White Wooden Shield", Id = 30100000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Rift Shield", Id = 30110000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Iron Roundshield", Id = 30120000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Gilded Iron Shield", Id = 30130000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Ice Crest Shield", Id = 30140000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Smoldering Shield", Id = 30150000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Spiralhorn Shield", Id = 30190000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Coil Shield", Id = 30200000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Kite Shield", Id = 31000000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Marred Leather Shield", Id = 31010000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Marred Wooden Shield", Id = 31020000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Banished Knight's Shield", Id = 31030000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Albinauric Shield", Id = 31040000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Sun Realm Shield", Id = 31050000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Silver Mirrorshield", Id = 31060000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Round Shield", Id = 31070000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Scorpion Kite Shield", Id = 31080000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Twinbird Kite Shield", Id = 31090000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Blue-Gold Kite Shield", Id = 31100000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Brass Shield", Id = 31130000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Great Turtle Shell", Id = 31140000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Shield of the Guilty", Id = 31170000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Carian Knight's Shield", Id = 31190000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Large Leather Shield", Id = 31230000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Horse Crest Wooden Shield", Id = 31240000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Candletree Wooden Shield", Id = 31250000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Flame Crest Wooden Shield", Id = 31260000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Hawk Crest Wooden Shield", Id = 31270000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Beast Crest Heater Shield", Id = 31280000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Red Crest Heater Shield", Id = 31290000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Blue Crest Heater Shield", Id = 31300000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Eclipse Crest Heater Shield", Id = 31310000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Inverted Hawk Heater Shield", Id = 31320000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Heater Shield", Id = 31330000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Black Leather Shield", Id = 31340000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Dragon Towershield", Id = 32000000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Distinguished Greatshield", Id = 32020000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Crucible Hornshield", Id = 32030000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Dragonclaw Shield", Id = 32040000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Briar Greatshield", Id = 32050000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Erdtree Greatshield", Id = 32080000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Golden Beast Crest Shield", Id = 32090000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Jellyfish Shield", Id = 32120000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Fingerprint Stone Shield", Id = 32130000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Icon Shield", Id = 32140000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "One-Eyed Shield", Id = 32150000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Visage Shield", Id = 32160000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Spiked Palisade Shield", Id = 32170000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Manor Towershield", Id = 32190000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Crossed-Tree Towershield", Id = 32200000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Inverted Hawk Towershield", Id = 32210000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Ant's Skull Plate", Id = 32220000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Redmane Greatshield", Id = 32230000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Eclipse Crest Greatshield", Id = 32240000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Cuckoo Greatshield", Id = 32250000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Golden Greatshield", Id = 32260000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Gilded Greatshield", Id = 32270000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Haligtree Crest Greatshield", Id = 32280000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Wooden Greatshield", Id = 32290000 },
+ new() { Category = Category.Weapons,GroupName = "Shields", Name = "Lordsworn's Shield", Id = 32300000 },
+ new() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Glintstone Staff", Id = 33000000 },
+ new() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Crystal Staff", Id = 33040000 },
+ new() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Gelmir Glintstone Staff", Id = 33050000 },
+ new() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Demi-Human Queen's Staff", Id = 33060000 },
+ new() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Carian Regal Scepter", Id = 33090000 },
+ new() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Digger's Staff", Id = 33120000 },
+ new() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Astrologer's Staff", Id = 33130000 },
+ new() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Carian Glintblade Staff", Id = 33170000 },
+ new() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Prince of Death's Staff", Id = 33180000 },
+ new() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Albinauric Staff", Id = 33190000 },
+ new() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Academy Glintstone Staff", Id = 33200000 },
+ new() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Carian Glintstone Staff", Id = 33210000 },
+ new() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Azur's Glintstone Staff", Id = 33230000 },
+ new() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Lusat's Glintstone Staff", Id = 33240000 },
+ new() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Meteorite Staff", Id = 33250000 },
+ new() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Staff of the Guilty", Id = 33260000 },
+ new() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Rotten Crystal Staff", Id = 33270000 },
+ new() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Staff of Loss", Id = 33280000 },
+ new() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Finger Seal", Id = 34000000 },
+ new() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Godslayer's Seal", Id = 34010000 },
+ new() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Giant's Seal", Id = 34020000 },
+ new() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Gravel Stone Seal", Id = 34030000 },
+ new() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Clawmark Seal", Id = 34040000 },
+ new() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Golden Order Seal", Id = 34060000 },
+ new() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Erdtree Seal", Id = 34070000 },
+ new() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Dragon Communion Seal", Id = 34080000 },
+ new() { Category = Category.Weapons,GroupName = "Spell Tools", Name = "Frenzied Flame Seal", Id = 34090000 },
+ });
}
diff --git a/src/SoulMemory/EldenRing/ItemPickup.cs b/src/SoulMemory/EldenRing/ItemPickup.cs
index 143d349c..a2bee64b 100644
--- a/src/SoulMemory/EldenRing/ItemPickup.cs
+++ b/src/SoulMemory/EldenRing/ItemPickup.cs
@@ -14,10919 +14,10918 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-namespace SoulMemory.EldenRing
+namespace SoulMemory.EldenRing;
+
+public enum ItemPickup : uint
{
- public enum ItemPickup : uint
- {
- [Annotation(Name = "Flask of Crimson Tears 60000")]
- FlaskOfCrimsonTears = 60000,
+ [Annotation(Name = "Flask of Crimson Tears 60000")]
+ FlaskOfCrimsonTears = 60000,
- [Annotation(Name = "Roped Fire Pot 500010")]
- RopedFirePot = 500010,
+ [Annotation(Name = "Roped Fire Pot 500010")]
+ RopedFirePot = 500010,
- [Annotation(Name = "Small Golden Effigy 60230")]
- SmallGoldenEffigy = 60230,
+ [Annotation(Name = "Small Golden Effigy 60230")]
+ SmallGoldenEffigy = 60230,
- [Annotation(Name = "Flask of Wondrous Physick 6700")]
- FlaskOfWondrousPhysick = 6700,
+ [Annotation(Name = "Flask of Wondrous Physick 6700")]
+ FlaskOfWondrousPhysick = 6700,
- [Annotation(Name = "Baldachin's Blessing 0")]
- BaldachinsBlessing = 0,
+ [Annotation(Name = "Baldachin's Blessing 0")]
+ BaldachinsBlessing = 0,
- [Annotation(Name = "Mending Rune of Perfect Order 9500")]
- MendingRuneOfPerfectOrder = 9500,
+ [Annotation(Name = "Mending Rune of Perfect Order 9500")]
+ MendingRuneOfPerfectOrder = 9500,
- [Annotation(Name = "Mending Rune of the Death-Prince 9502")]
- MendingRuneOfTheDeathPrince = 9502,
+ [Annotation(Name = "Mending Rune of the Death-Prince 9502")]
+ MendingRuneOfTheDeathPrince = 9502,
- [Annotation(Name = "Mending Rune of the Fell Curse 9504")]
- MendingRuneOfTheFellCurse = 9504,
+ [Annotation(Name = "Mending Rune of the Fell Curse 9504")]
+ MendingRuneOfTheFellCurse = 9504,
- [Annotation(Name = "[Stormveil - Margit] Talisman Pouch 60510")]
- StormveilMargitTalismanPouch = 60510,
+ [Annotation(Name = "[Stormveil - Margit] Talisman Pouch 60510")]
+ StormveilMargitTalismanPouch = 60510,
- [Annotation(Name = "[Stormveil - Godrick] Godrick's Great Rune 171")]
- StormveilGodrickGodricksGreatRune = 171,
+ [Annotation(Name = "[Stormveil - Godrick] Godrick's Great Rune 171")]
+ StormveilGodrickGodricksGreatRune = 171,
- [Annotation(Name = "[Stormveil - Godrick] Remembrance of the Grafted 510010")]
- StormveilGodrickRemembranceOfTheGrafted = 510010,
+ [Annotation(Name = "[Stormveil - Godrick] Remembrance of the Grafted 510010")]
+ StormveilGodrickRemembranceOfTheGrafted = 510010,
- [Annotation(Name = "[Chapel of Anticipation - Grafed Scion] Ornamental Straight Sword 510030")]
- ChapelOfAnticipationGrafedScionOrnamentalStraightSword = 510030,
+ [Annotation(Name = "[Chapel of Anticipation - Grafed Scion] Ornamental Straight Sword 510030")]
+ ChapelOfAnticipationGrafedScionOrnamentalStraightSword = 510030,
- [Annotation(Name = "[Leyndell - Morgott] Remembrance of the Omen King 510040")]
- LeyndellMorgottRemembranceOfTheOmenKing = 510040,
+ [Annotation(Name = "[Leyndell - Morgott] Remembrance of the Omen King 510040")]
+ LeyndellMorgottRemembranceOfTheOmenKing = 510040,
- [Annotation(Name = "[Leyndell - Morgott] Morgott's Great Rune 173")]
- LeyndellMorgottMorgottsGreatRune = 173,
+ [Annotation(Name = "[Leyndell - Morgott] Morgott's Great Rune 173")]
+ LeyndellMorgottMorgottsGreatRune = 173,
- [Annotation(Name = "[Enia - 2 Great Runes] Talisman Pouch 60520")]
- Enia2GreatRunesTalismanPouch = 60520,
+ [Annotation(Name = "[Enia - 2 Great Runes] Talisman Pouch 60520")]
+ Enia2GreatRunesTalismanPouch = 60520,
- [Annotation(Name = "[Ashen Leyndell - Gideon] Scepter of the All-Knowing 510060")]
- AshenLeyndellGideonScepterOfTheAllKnowing = 510060,
+ [Annotation(Name = "[Ashen Leyndell - Gideon] Scepter of the All-Knowing 510060")]
+ AshenLeyndellGideonScepterOfTheAllKnowing = 510060,
- [Annotation(Name = "[Ashen Leyndell - Hoarah Loux] Remembrance of Hoarah Loux 510070")]
- AshenLeyndellHoarahLouxRemembranceOfHoarahLoux = 510070,
+ [Annotation(Name = "[Ashen Leyndell - Hoarah Loux] Remembrance of Hoarah Loux 510070")]
+ AshenLeyndellHoarahLouxRemembranceOfHoarahLoux = 510070,
- [Annotation(Name = "[Lake or Rot - Astel] Remembrance of the Naturalborn 510080")]
- LakeorRotAstelRemembranceOfTheNaturalborn = 510080,
+ [Annotation(Name = "[Lake or Rot - Astel] Remembrance of the Naturalborn 510080")]
+ LakeorRotAstelRemembranceOfTheNaturalborn = 510080,
- [Annotation(Name = "[Ainsel - Dragonkin Soldier] Frozen Lightning Spear 510090")]
- AinselDragonkinSoldierFrozenLightningSpear = 510090,
+ [Annotation(Name = "[Ainsel - Dragonkin Soldier] Frozen Lightning Spear 510090")]
+ AinselDragonkinSoldierFrozenLightningSpear = 510090,
- [Annotation(Name = "[Siofra - Valiant Gargoyle] Gargoyle's Greatsword 510100")]
- SiofraValiantGargoyleGargoylesGreatsword = 510100,
+ [Annotation(Name = "[Siofra - Valiant Gargoyle] Gargoyle's Greatsword 510100")]
+ SiofraValiantGargoyleGargoylesGreatsword = 510100,
- [Annotation(Name = "[Deeproot Depths - Fortissax] Remembrance of the Lichdragon 510110")]
- DeeprootDepthsFortissaxRemembranceOfTheLichdragon = 510110,
+ [Annotation(Name = "[Deeproot Depths - Fortissax] Remembrance of the Lichdragon 510110")]
+ DeeprootDepthsFortissaxRemembranceOfTheLichdragon = 510110,
- [Annotation(Name = "[Mohgwyn Palace - Mohg] Remembrance of the Blood Lord 510120")]
- MohgwynPalaceMohgRemembranceOfTheBloodLord = 510120,
+ [Annotation(Name = "[Mohgwyn Palace - Mohg] Remembrance of the Blood Lord 510120")]
+ MohgwynPalaceMohgRemembranceOfTheBloodLord = 510120,
- [Annotation(Name = "[Mohgwyn Palace - Mohg] Mohg's Great Rune 175")]
- MohgwynPalaceMohgMohgsGreatRune = 175,
+ [Annotation(Name = "[Mohgwyn Palace - Mohg] Mohg's Great Rune 175")]
+ MohgwynPalaceMohgMohgsGreatRune = 175,
- [Annotation(Name = "[Farum Azula - Godskin Duo] Smithing-Stone Miner's Bell Bearing [4] 510140")]
- FarumAzulaGodskinDuoSmithingStoneMinersBellBearing4 = 510140,
+ [Annotation(Name = "[Farum Azula - Godskin Duo] Smithing-Stone Miner's Bell Bearing [4] 510140")]
+ FarumAzulaGodskinDuoSmithingStoneMinersBellBearing4 = 510140,
- [Annotation(Name = "[Farum Azula - Dragonlord Placidusax] Remembrance of the Dragonlord 510150")]
- FarumAzulaDragonlordPlacidusaxRemembranceOfTheDragonlord = 510150,
+ [Annotation(Name = "[Farum Azula - Dragonlord Placidusax] Remembrance of the Dragonlord 510150")]
+ FarumAzulaDragonlordPlacidusaxRemembranceOfTheDragonlord = 510150,
- [Annotation(Name = "[Farum Azula - Maliketh] Remembrance of the Black Blade 510160")]
- FarumAzulaMalikethRemembranceOfTheBlackBlade = 510160,
+ [Annotation(Name = "[Farum Azula - Maliketh] Remembrance of the Black Blade 510160")]
+ FarumAzulaMalikethRemembranceOfTheBlackBlade = 510160,
- [Annotation(Name = "[Raya Lucaria - Red Wolf of Radagon] Memory Stone 60440")]
- RayaLucariaRedWolfOfRadagonMemoryStone = 60440,
+ [Annotation(Name = "[Raya Lucaria - Red Wolf of Radagon] Memory Stone 60440")]
+ RayaLucariaRedWolfOfRadagonMemoryStone = 60440,
- [Annotation(Name = "[Raya Lucaria - Rennala] Remembrance of the Full Moon Queen 197")]
- RayaLucariaRennalaRemembranceOfTheFullMoonQueen = 197,
+ [Annotation(Name = "[Raya Lucaria - Rennala] Remembrance of the Full Moon Queen 197")]
+ RayaLucariaRennalaRemembranceOfTheFullMoonQueen = 197,
- [Annotation(Name = "[Raya Lucaria - Rennala] None 177")]
- RayaLucariaRennalaNone = 177,
+ [Annotation(Name = "[Raya Lucaria - Rennala] None 177")]
+ RayaLucariaRennalaNone = 177,
- [Annotation(Name = "[Haligtree - Loretta] Loretta's Mastery 510190")]
- HaligtreeLorettaLorettasMastery = 510190,
+ [Annotation(Name = "[Haligtree - Loretta] Loretta's Mastery 510190")]
+ HaligtreeLorettaLorettasMastery = 510190,
- [Annotation(Name = "[Haligtree - Malenia] Remembrance of the Rot Goddess 510200")]
- HaligtreeMaleniaRemembranceOfTheRotGoddess = 510200,
+ [Annotation(Name = "[Haligtree - Malenia] Remembrance of the Rot Goddess 510200")]
+ HaligtreeMaleniaRemembranceOfTheRotGoddess = 510200,
- [Annotation(Name = "[Haligtree - Malenia] Malenia's Great Rune 176")]
- HaligtreeMaleniaMaleniasGreatRune = 176,
+ [Annotation(Name = "[Haligtree - Malenia] Malenia's Great Rune 176")]
+ HaligtreeMaleniaMaleniasGreatRune = 176,
- [Annotation(Name = "[Volcano Manor - Godskin Noble] Godskin Stitcher 510210")]
- VolcanoManorGodskinNobleGodskinStitcher = 510210,
+ [Annotation(Name = "[Volcano Manor - Godskin Noble] Godskin Stitcher 510210")]
+ VolcanoManorGodskinNobleGodskinStitcher = 510210,
- [Annotation(Name = "[Mt. Gelmir - Rykard] Remembrance of the Blasphemous 510220")]
- MtGelmirRykardRemembranceOfTheBlasphemous = 510220,
+ [Annotation(Name = "[Mt. Gelmir - Rykard] Remembrance of the Blasphemous 510220")]
+ MtGelmirRykardRemembranceOfTheBlasphemous = 510220,
- [Annotation(Name = "[Mt. Gelmir - Rykard] Rykard's Great Rune 174")]
- MtGelmirRykardRykardsGreatRune = 174,
+ [Annotation(Name = "[Mt. Gelmir - Rykard] Rykard's Great Rune 174")]
+ MtGelmirRykardRykardsGreatRune = 174,
- [Annotation(Name = "[Erdtree - Elden Beast] Elden Remembrance 510230")]
- ErdtreeEldenBeastEldenRemembrance = 510230,
+ [Annotation(Name = "[Erdtree - Elden Beast] Elden Remembrance 510230")]
+ ErdtreeEldenBeastEldenRemembrance = 510230,
- [Annotation(Name = "[Mohgwyn Palace - Mohg] Bloodflame Talons 510250")]
- MohgwynPalaceMohgBloodflameTalons = 510250,
+ [Annotation(Name = "[Mohgwyn Palace - Mohg] Bloodflame Talons 510250")]
+ MohgwynPalaceMohgBloodflameTalons = 510250,
- [Annotation(Name = "[Ruin-Strewn Precipice - Magma Wyrm Makar] Magma Wyrm's Scalesword 510260")]
- RuinStrewnPrecipiceMagmaWyrmMakarMagmaWyrmsScalesword = 510260,
+ [Annotation(Name = "[Ruin-Strewn Precipice - Magma Wyrm Makar] Magma Wyrm's Scalesword 510260")]
+ RuinStrewnPrecipiceMagmaWyrmMakarMagmaWyrmsScalesword = 510260,
- [Annotation(Name = "[Fringefolk Hero's Grave - Ulcerated Tree Spirit] Golden Seed 510280")]
- FringefolkHerosGraveUlceratedTreeSpiritGoldenSeed = 510280,
+ [Annotation(Name = "[Fringefolk Hero's Grave - Ulcerated Tree Spirit] Golden Seed 510280")]
+ FringefolkHerosGraveUlceratedTreeSpiritGoldenSeed = 510280,
- [Annotation(Name = "[Volcano Manor - Abducator Virgins] Inquisitor's Girandole 510290")]
- VolcanoManorAbducatorVirginsInquisitorsGirandole = 510290,
+ [Annotation(Name = "[Volcano Manor - Abducator Virgins] Inquisitor's Girandole 510290")]
+ VolcanoManorAbducatorVirginsInquisitorsGirandole = 510290,
- [Annotation(Name = "[Caelid - Radahn] Remembrance of the Starscourge 510300")]
- CaelidRadahnRemembranceOfTheStarscourge = 510300,
+ [Annotation(Name = "[Caelid - Radahn] Remembrance of the Starscourge 510300")]
+ CaelidRadahnRemembranceOfTheStarscourge = 510300,
- [Annotation(Name = "[Caelid - Radahn] Radahn's Great Rune 172")]
- CaelidRadahnRadahnsGreatRune = 172,
+ [Annotation(Name = "[Caelid - Radahn] Radahn's Great Rune 172")]
+ CaelidRadahnRadahnsGreatRune = 172,
- [Annotation(Name = "[Mountaintops - Fire Giant] Remembrance of the Fire Giant 510310")]
- MountaintopsFireGiantRemembranceOfTheFireGiant = 510310,
+ [Annotation(Name = "[Mountaintops - Fire Giant] Remembrance of the Fire Giant 510310")]
+ MountaintopsFireGiantRemembranceOfTheFireGiant = 510310,
- [Annotation(Name = "[Siofra - Ancestor Spirit] Ancestral Follower Ashes 510320")]
- SiofraAncestorSpiritAncestralFollowerAshes = 510320,
+ [Annotation(Name = "[Siofra - Ancestor Spirit] Ancestral Follower Ashes 510320")]
+ SiofraAncestorSpiritAncestralFollowerAshes = 510320,
- [Annotation(Name = "[Nokron - Regal Ancestor Spirit] Remembrance of the Regal Ancestor 510330")]
- NokronRegalAncestorSpiritRemembranceOfTheRegalAncestor = 510330,
+ [Annotation(Name = "[Nokron - Regal Ancestor Spirit] Remembrance of the Regal Ancestor 510330")]
+ NokronRegalAncestorSpiritRemembranceOfTheRegalAncestor = 510330,
- [Annotation(Name = "[Nokron - Mimic Tear] Larval Tear 510340")]
- NokronMimicTearLarvalTear = 510340,
+ [Annotation(Name = "[Nokron - Mimic Tear] Larval Tear 510340")]
+ NokronMimicTearLarvalTear = 510340,
- [Annotation(Name = "[Deeproot Depths - Fia's Champions] Fia's Mist 510350")]
- DeeprootDepthsFiasChampionsFiasMist = 510350,
+ [Annotation(Name = "[Deeproot Depths - Fia's Champions] Fia's Mist 510350")]
+ DeeprootDepthsFiasChampionsFiasMist = 510350,
- [Annotation(Name = "[Mountaintops - Sanguine Noble] Sanguine Noble Hood 510730")]
- MountaintopsSanguineNobleSanguineNobleHood = 510730,
+ [Annotation(Name = "[Mountaintops - Sanguine Noble] Sanguine Noble Hood 510730")]
+ MountaintopsSanguineNobleSanguineNobleHood = 510730,
- [Annotation(Name = "[Capital Outskirts - Fell Twins] Omenkiller Rollo 510740")]
- CapitalOutskirtsFellTwinsOmenkillerRollo = 510740,
+ [Annotation(Name = "[Capital Outskirts - Fell Twins] Omenkiller Rollo 510740")]
+ CapitalOutskirtsFellTwinsOmenkillerRollo = 510740,
- [Annotation(Name = "[Weeping Penisula - Leonine Misbegotten] Blade Greatsword 510800")]
- WeepingPenisulaLeonineMisbegottenBladeGreatsword = 510800,
+ [Annotation(Name = "[Weeping Penisula - Leonine Misbegotten] Blade Greatsword 510800")]
+ WeepingPenisulaLeonineMisbegottenBladeGreatsword = 510800,
- [Annotation(Name = "[Caria Manor - Loretta] Loretta's Greatbow 510810")]
- CariaManorLorettaLorettasGreatbow = 510810,
+ [Annotation(Name = "[Caria Manor - Loretta] Loretta's Greatbow 510810")]
+ CariaManorLorettaLorettasGreatbow = 510810,
- [Annotation(Name = "[Shaded Castle - Elemer of the Briar] Marais Executioner's Sword 510820")]
- ShadedCastleElemerOfTheBriarMaraisExecutionersSword = 510820,
+ [Annotation(Name = "[Shaded Castle - Elemer of the Briar] Marais Executioner's Sword 510820")]
+ ShadedCastleElemerOfTheBriarMaraisExecutionersSword = 510820,
- [Annotation(Name = "[Redmane Castle - Misbegotten Warrior/Crucible Knight] Ruins Greatsword 510830")]
- RedmaneCastleMisbegottenWarriorCrucibleKnightRuinsGreatsword = 510830,
+ [Annotation(Name = "[Redmane Castle - Misbegotten Warrior/Crucible Knight] Ruins Greatsword 510830")]
+ RedmaneCastleMisbegottenWarriorCrucibleKnightRuinsGreatsword = 510830,
- [Annotation(Name = "[Castle Sol - Commander Niall] Veteran's Prosthesis 510840")]
- CastleSolCommanderNiallVeteransProsthesis = 510840,
+ [Annotation(Name = "[Castle Sol - Commander Niall] Veteran's Prosthesis 510840")]
+ CastleSolCommanderNiallVeteransProsthesis = 510840,
- [Annotation(Name = "[Tombsward Catacombs - Cemetery Shade] Lhutel the Headless 520000")]
- TombswardCatacombsCemeteryShadeLhutelTheHeadless = 520000,
+ [Annotation(Name = "[Tombsward Catacombs - Cemetery Shade] Lhutel the Headless 520000")]
+ TombswardCatacombsCemeteryShadeLhutelTheHeadless = 520000,
- [Annotation(Name = "[Impaler's Catacombs - Erdtree Burial Watchdog] Demi-Human Ashes 520010")]
- ImpalersCatacombsErdtreeBurialWatchdogDemiHumanAshes = 520010,
+ [Annotation(Name = "[Impaler's Catacombs - Erdtree Burial Watchdog] Demi-Human Ashes 520010")]
+ ImpalersCatacombsErdtreeBurialWatchdogDemiHumanAshes = 520010,
- [Annotation(Name = "[Stormfoot Catacombs - Erdtree Burial Watchdog] Noble Sorcerer Ashes 520020")]
- StormfootCatacombsErdtreeBurialWatchdogNobleSorcererAshes = 520020,
+ [Annotation(Name = "[Stormfoot Catacombs - Erdtree Burial Watchdog] Noble Sorcerer Ashes 520020")]
+ StormfootCatacombsErdtreeBurialWatchdogNobleSorcererAshes = 520020,
- [Annotation(Name = "[Deathtouched Catacombs - Black Knife Assassin] Assassin's Crimson Dagger 520030")]
- DeathtouchedCatacombsBlackKnifeAssassinAssassinsCrimsonDagger = 520030,
+ [Annotation(Name = "[Deathtouched Catacombs - Black Knife Assassin] Assassin's Crimson Dagger 520030")]
+ DeathtouchedCatacombsBlackKnifeAssassinAssassinsCrimsonDagger = 520030,
- [Annotation(Name = "[Murkwater Catacombs - Grave Warden Duelist] Battle Hammer 520040")]
- MurkwaterCatacombsGraveWardenDuelistBattleHammer = 520040,
+ [Annotation(Name = "[Murkwater Catacombs - Grave Warden Duelist] Battle Hammer 520040")]
+ MurkwaterCatacombsGraveWardenDuelistBattleHammer = 520040,
- [Annotation(Name = "[Black Knife Catacombs - Cemetery Shade] Twinsage Sorcerer Ashes 520050")]
- BlackKnifeCatacombsCemeteryShadeTwinsageSorcererAshes = 520050,
+ [Annotation(Name = "[Black Knife Catacombs - Cemetery Shade] Twinsage Sorcerer Ashes 520050")]
+ BlackKnifeCatacombsCemeteryShadeTwinsageSorcererAshes = 520050,
- [Annotation(Name = "[Road's End Catacombs - Spirit-caller Snail] Glintstone Sorcerer Ashes 520060")]
- RoadsEndCatacombsSpiritcallerSnailGlintstoneSorcererAshes = 520060,
+ [Annotation(Name = "[Road's End Catacombs - Spirit-caller Snail] Glintstone Sorcerer Ashes 520060")]
+ RoadsEndCatacombsSpiritcallerSnailGlintstoneSorcererAshes = 520060,
- [Annotation(Name = "[Cliffbottom Catacombs - Erdtree Burial Watchdog] Kaiden Sellsword Ashes 520070")]
- CliffbottomCatacombsErdtreeBurialWatchdogKaidenSellswordAshes = 520070,
+ [Annotation(Name = "[Cliffbottom Catacombs - Erdtree Burial Watchdog] Kaiden Sellsword Ashes 520070")]
+ CliffbottomCatacombsErdtreeBurialWatchdogKaidenSellswordAshes = 520070,
- [Annotation(Name = "[Sainted Hero's Grave - Leyndell] Ancient Dragon Knight Kristoff 520080")]
- SaintedHerosGraveLeyndellAncientDragonKnightKristoff = 520080,
+ [Annotation(Name = "[Sainted Hero's Grave - Leyndell] Ancient Dragon Knight Kristoff 520080")]
+ SaintedHerosGraveLeyndellAncientDragonKnightKristoff = 520080,
- [Annotation(Name = "[Gelmir's Heo's Grave - Mt. Gelmir] Bloodhound Knight Floh 520090")]
- GelmirsHeosGraveMtGelmirBloodhoundKnightFloh = 520090,
+ [Annotation(Name = "[Gelmir's Heo's Grave - Mt. Gelmir] Bloodhound Knight Floh 520090")]
+ GelmirsHeosGraveMtGelmirBloodhoundKnightFloh = 520090,
- [Annotation(Name = "[Auriza Hero's Grave - Crucible Knigh Ordovis] Ordovis's Greatsword 520100")]
- AurizaHerosGraveCrucibleKnighOrdovisOrdovissGreatsword = 520100,
+ [Annotation(Name = "[Auriza Hero's Grave - Crucible Knigh Ordovis] Ordovis's Greatsword 520100")]
+ AurizaHerosGraveCrucibleKnighOrdovisOrdovissGreatsword = 520100,
- [Annotation(Name = "[Unslightly Catacombs - Perfumer Tricia] Perfumer Tricia 520110")]
- UnslightlyCatacombsPerfumerTriciaPerfumerTricia = 520110,
+ [Annotation(Name = "[Unslightly Catacombs - Perfumer Tricia] Perfumer Tricia 520110")]
+ UnslightlyCatacombsPerfumerTriciaPerfumerTricia = 520110,
- [Annotation(Name = "[Wyndham Catacombs - Erdtree Burial Watchdog] Glovewort Picker's Bell Bearing [1] 520120")]
- WyndhamCatacombsErdtreeBurialWatchdogGlovewortPickersBellBearing1 = 520120,
+ [Annotation(Name = "[Wyndham Catacombs - Erdtree Burial Watchdog] Glovewort Picker's Bell Bearing [1] 520120")]
+ WyndhamCatacombsErdtreeBurialWatchdogGlovewortPickersBellBearing1 = 520120,
- [Annotation(Name = "[Auriza Side Tomb - Grave Warden Duelist] Soldjars of Fortune Ashes 520130")]
- AurizaSideTombGraveWardenDuelistSoldjarsOfFortuneAshes = 520130,
+ [Annotation(Name = "[Auriza Side Tomb - Grave Warden Duelist] Soldjars of Fortune Ashes 520130")]
+ AurizaSideTombGraveWardenDuelistSoldjarsOfFortuneAshes = 520130,
- [Annotation(Name = "[Minor Erdtree Catacombs - Erdtree Burial Watchdog] Mad Pumpkin Head Ashes 520140")]
- MinorErdtreeCatacombsErdtreeBurialWatchdogMadPumpkinHeadAshes = 520140,
+ [Annotation(Name = "[Minor Erdtree Catacombs - Erdtree Burial Watchdog] Mad Pumpkin Head Ashes 520140")]
+ MinorErdtreeCatacombsErdtreeBurialWatchdogMadPumpkinHeadAshes = 520140,
- [Annotation(Name = "[Caelid Catacombs - Cemetery Shade] Kindred of Rot Ashes 520150")]
- CaelidCatacombsCemeteryShadeKindredOfRotAshes = 520150,
+ [Annotation(Name = "[Caelid Catacombs - Cemetery Shade] Kindred of Rot Ashes 520150")]
+ CaelidCatacombsCemeteryShadeKindredOfRotAshes = 520150,
- [Annotation(Name = "[War-Dead Catacombs - Putrid Tree Spirit] Redmane Knight Ogha 520160")]
- WarDeadCatacombsPutridTreeSpiritRedmaneKnightOgha = 520160,
+ [Annotation(Name = "[War-Dead Catacombs - Putrid Tree Spirit] Redmane Knight Ogha 520160")]
+ WarDeadCatacombsPutridTreeSpiritRedmaneKnightOgha = 520160,
- [Annotation(Name = "[Giant-Conquering Hero's Grave - Ancient Hero of Zamor] Zamor Curved Sword 520170")]
- GiantConqueringHerosGraveAncientHeroOfZamorZamorCurvedSword = 520170,
+ [Annotation(Name = "[Giant-Conquering Hero's Grave - Ancient Hero of Zamor] Zamor Curved Sword 520170")]
+ GiantConqueringHerosGraveAncientHeroOfZamorZamorCurvedSword = 520170,
- [Annotation(Name = "[Giants' Mountaintop Catacombs - Ulcerated Tree Spirit] Golden Seed 520180")]
- GiantsMountaintopCatacombsUlceratedTreeSpiritGoldenSeed = 520180,
+ [Annotation(Name = "[Giants' Mountaintop Catacombs - Ulcerated Tree Spirit] Golden Seed 520180")]
+ GiantsMountaintopCatacombsUlceratedTreeSpiritGoldenSeed = 520180,
- [Annotation(Name = "[Consecrated Snowfiled Catacombs - Putrid Grave Warden Duelist] Great Grave Glovewort 520190")]
- ConsecratedSnowfiledCatacombsPutridGraveWardenDuelistGreatGraveGlovewort = 520190,
+ [Annotation(Name = "[Consecrated Snowfiled Catacombs - Putrid Grave Warden Duelist] Great Grave Glovewort 520190")]
+ ConsecratedSnowfiledCatacombsPutridGraveWardenDuelistGreatGraveGlovewort = 520190,
- [Annotation(Name = "[Hidden Path ot the Haligtree - Stray Mimic Tear] Blackflame Monk Amon 520200")]
- HiddenPathotTheHaligtreeStrayMimicTearBlackflameMonkAmon = 520200,
+ [Annotation(Name = "[Hidden Path ot the Haligtree - Stray Mimic Tear] Blackflame Monk Amon 520200")]
+ HiddenPathotTheHaligtreeStrayMimicTearBlackflameMonkAmon = 520200,
- [Annotation(Name = "[Black Knife Catacombs - Black Knife Assassin] Assassin's Cerulean Dagger 520210")]
- BlackKnifeCatacombsBlackKnifeAssassinAssassinsCeruleanDagger = 520210,
+ [Annotation(Name = "[Black Knife Catacombs - Black Knife Assassin] Assassin's Cerulean Dagger 520210")]
+ BlackKnifeCatacombsBlackKnifeAssassinAssassinsCeruleanDagger = 520210,
- [Annotation(Name = "[Leyndell Catacombs - Esgar, Priest of Blood] Lord of Blood's Exultation 520220")]
- LeyndellCatacombsEsgarPriestOfBloodLordOfBloodsExultation = 520220,
+ [Annotation(Name = "[Leyndell Catacombs - Esgar, Priest of Blood] Lord of Blood's Exultation 520220")]
+ LeyndellCatacombsEsgarPriestOfBloodLordOfBloodsExultation = 520220,
- [Annotation(Name = "[Tombsward Cave - Miranda the Blighted Bloom] Viridian Amber Medallion 520300")]
- TombswardCaveMirandaTheBlightedBloomViridianAmberMedallion = 520300,
+ [Annotation(Name = "[Tombsward Cave - Miranda the Blighted Bloom] Viridian Amber Medallion 520300")]
+ TombswardCaveMirandaTheBlightedBloomViridianAmberMedallion = 520300,
- [Annotation(Name = "[Earthbore Cave - Runebear] Spelldrake Talisman 520310")]
- EarthboreCaveRunebearSpelldrakeTalisman = 520310,
+ [Annotation(Name = "[Earthbore Cave - Runebear] Spelldrake Talisman 520310")]
+ EarthboreCaveRunebearSpelldrakeTalisman = 520310,
- [Annotation(Name = "[Groveside Cave - Beastman of Farum Azula] Flamedrake Talisman 520330")]
- GrovesideCaveBeastmanOfFarumAzulaFlamedrakeTalisman = 520330,
+ [Annotation(Name = "[Groveside Cave - Beastman of Farum Azula] Flamedrake Talisman 520330")]
+ GrovesideCaveBeastmanOfFarumAzulaFlamedrakeTalisman = 520330,
- [Annotation(Name = "[Coastal Cave - Demi-Human Chief] Sewing Needle 520340")]
- CoastalCaveDemiHumanChiefSewingNeedle = 520340,
+ [Annotation(Name = "[Coastal Cave - Demi-Human Chief] Sewing Needle 520340")]
+ CoastalCaveDemiHumanChiefSewingNeedle = 520340,
- [Annotation(Name = "[Coastal Cave - Demi-Human Chief] Tailoring Tools 60140")]
- CoastalCaveDemiHumanChiefTailoringTools = 60140,
+ [Annotation(Name = "[Coastal Cave - Demi-Human Chief] Tailoring Tools 60140")]
+ CoastalCaveDemiHumanChiefTailoringTools = 60140,
- [Annotation(Name = "[Highroad Cave - Guardian Golem] Blue Dancer Charm 520350")]
- HighroadCaveGuardianGolemBlueDancerCharm = 520350,
+ [Annotation(Name = "[Highroad Cave - Guardian Golem] Blue Dancer Charm 520350")]
+ HighroadCaveGuardianGolemBlueDancerCharm = 520350,
- [Annotation(Name = "[Stillwater Cave - Cleanrot Knight] Winged Sword Insignia 520360")]
- StillwaterCaveCleanrotKnightWingedSwordInsignia = 520360,
+ [Annotation(Name = "[Stillwater Cave - Cleanrot Knight] Winged Sword Insignia 520360")]
+ StillwaterCaveCleanrotKnightWingedSwordInsignia = 520360,
- [Annotation(Name = "[Lakeside Crystal Cave - Bloodhound Knight] Cerulean Amber Medallion 520370")]
- LakesideCrystalCaveBloodhoundKnightCeruleanAmberMedallion = 520370,
+ [Annotation(Name = "[Lakeside Crystal Cave - Bloodhound Knight] Cerulean Amber Medallion 520370")]
+ LakesideCrystalCaveBloodhoundKnightCeruleanAmberMedallion = 520370,
- [Annotation(Name = "[Academy Crystal Cave - Crystalians] Crystal Release 520380")]
- AcademyCrystalCaveCrystaliansCrystalRelease = 520380,
+ [Annotation(Name = "[Academy Crystal Cave - Crystalians] Crystal Release 520380")]
+ AcademyCrystalCaveCrystaliansCrystalRelease = 520380,
- [Annotation(Name = "[Seethewater Cave - Kindred of Rot] Kindred of Rot's Exultation 520390")]
- SeethewaterCaveKindredOfRotKindredOfRotsExultation = 520390,
+ [Annotation(Name = "[Seethewater Cave - Kindred of Rot] Kindred of Rot's Exultation 520390")]
+ SeethewaterCaveKindredOfRotKindredOfRotsExultation = 520390,
- [Annotation(Name = "[Volcano Cave - Demi-human Queen Margot] Jar Cannon 520400")]
- VolcanoCaveDemihumanQueenMargotJarCannon = 520400,
+ [Annotation(Name = "[Volcano Cave - Demi-human Queen Margot] Jar Cannon 520400")]
+ VolcanoCaveDemihumanQueenMargotJarCannon = 520400,
- [Annotation(Name = "[Omenkiller - Perfumer's Grotto] Great Omenkiller Cleaver 520410")]
- OmenkillerPerfumersGrottoGreatOmenkillerCleaver = 520410,
+ [Annotation(Name = "[Omenkiller - Perfumer's Grotto] Great Omenkiller Cleaver 520410")]
+ OmenkillerPerfumersGrottoGreatOmenkillerCleaver = 520410,
- [Annotation(Name = "[Sage's Cave - Black Knife Assassin] Concealing Veil 520420")]
- SagesCaveBlackKnifeAssassinConcealingVeil = 520420,
+ [Annotation(Name = "[Sage's Cave - Black Knife Assassin] Concealing Veil 520420")]
+ SagesCaveBlackKnifeAssassinConcealingVeil = 520420,
- [Annotation(Name = "[Goal Cave - Frenzied Duelist] Putrid Corpse Ashes 520430")]
- GoalCaveFrenziedDuelistPutridCorpseAshes = 520430,
+ [Annotation(Name = "[Goal Cave - Frenzied Duelist] Putrid Corpse Ashes 520430")]
+ GoalCaveFrenziedDuelistPutridCorpseAshes = 520430,
- [Annotation(Name = "[Dragonbarrow Cave - Beastman of Farum Azula] Flamedrake Talisman +2 520440")]
- DragonbarrowCaveBeastmanOfFarumAzulaFlamedrakeTalisman2 = 520440,
+ [Annotation(Name = "[Dragonbarrow Cave - Beastman of Farum Azula] Flamedrake Talisman +2 520440")]
+ DragonbarrowCaveBeastmanOfFarumAzulaFlamedrakeTalisman2 = 520440,
- [Annotation(Name = "[Abandoned Cave - Cleanrot Knight Duo] Gold Scarab 520450")]
- AbandonedCaveCleanrotKnightDuoGoldScarab = 520450,
+ [Annotation(Name = "[Abandoned Cave - Cleanrot Knight Duo] Gold Scarab 520450")]
+ AbandonedCaveCleanrotKnightDuoGoldScarab = 520450,
- [Annotation(Name = "[Sellia Hideaway - Putrid Crystalians] Crystal Torrent 520460")]
- SelliaHideawayPutridCrystaliansCrystalTorrent = 520460,
+ [Annotation(Name = "[Sellia Hideaway - Putrid Crystalians] Crystal Torrent 520460")]
+ SelliaHideawayPutridCrystaliansCrystalTorrent = 520460,
- [Annotation(Name = "[Cave of the Forlorn - Misbegotten Crusader] Golden Order Greatsword 520470")]
- CaveOfTheForlornMisbegottenCrusaderGoldenOrderGreatsword = 520470,
+ [Annotation(Name = "[Cave of the Forlorn - Misbegotten Crusader] Golden Order Greatsword 520470")]
+ CaveOfTheForlornMisbegottenCrusaderGoldenOrderGreatsword = 520470,
- [Annotation(Name = "[Spiritcaller's Cave - Godskin Apostle/Noble] Godskin Swaddling Cloth 520480")]
- SpiritcallersCaveGodskinApostleNobleGodskinSwaddlingCloth = 520480,
+ [Annotation(Name = "[Spiritcaller's Cave - Godskin Apostle/Noble] Godskin Swaddling Cloth 520480")]
+ SpiritcallersCaveGodskinApostleNobleGodskinSwaddlingCloth = 520480,
- [Annotation(Name = "[Sage's Cave - Necromancer Garris] Family Heads 520490")]
- SagesCaveNecromancerGarrisFamilyHeads = 520490,
+ [Annotation(Name = "[Sage's Cave - Necromancer Garris] Family Heads 520490")]
+ SagesCaveNecromancerGarrisFamilyHeads = 520490,
- [Annotation(Name = "[Morne Tunnel - Scaly Misbegotten] Rusted Anchor 520600")]
- MorneTunnelScalyMisbegottenRustedAnchor = 520600,
+ [Annotation(Name = "[Morne Tunnel - Scaly Misbegotten] Rusted Anchor 520600")]
+ MorneTunnelScalyMisbegottenRustedAnchor = 520600,
- [Annotation(Name = "[Limgrave Tunnels - Stonedigger Troll] Roar Medallion 520610")]
- LimgraveTunnelsStonediggerTrollRoarMedallion = 520610,
+ [Annotation(Name = "[Limgrave Tunnels - Stonedigger Troll] Roar Medallion 520610")]
+ LimgraveTunnelsStonediggerTrollRoarMedallion = 520610,
- [Annotation(Name = "[Raya Lucaria Crystal Tunnel - Crystalian] Smithing-Stone Miner's Bell Bearing [1] 520620")]
- RayaLucariaCrystalTunnelCrystalianSmithingStoneMinersBellBearing1 = 520620,
+ [Annotation(Name = "[Raya Lucaria Crystal Tunnel - Crystalian] Smithing-Stone Miner's Bell Bearing [1] 520620")]
+ RayaLucariaCrystalTunnelCrystalianSmithingStoneMinersBellBearing1 = 520620,
- [Annotation(Name = "[Old Altus Tunnel - Stonedigger Troll] Great Club 520630")]
- OldAltusTunnelStonediggerTrollGreatClub = 520630,
+ [Annotation(Name = "[Old Altus Tunnel - Stonedigger Troll] Great Club 520630")]
+ OldAltusTunnelStonediggerTrollGreatClub = 520630,
- [Annotation(Name = "[Sealed Tunnel - Onyx Lord] Onyx Lord's Greatsword 520640")]
- SealedTunnelOnyxLordOnyxLordsGreatsword = 520640,
+ [Annotation(Name = "[Sealed Tunnel - Onyx Lord] Onyx Lord's Greatsword 520640")]
+ SealedTunnelOnyxLordOnyxLordsGreatsword = 520640,
- [Annotation(Name = "[Altus Tunnel - Crystalians] Somberstone Miner's Bell Bearing [2] 520650")]
- AltusTunnelCrystaliansSomberstoneMinersBellBearing2 = 520650,
+ [Annotation(Name = "[Altus Tunnel - Crystalians] Somberstone Miner's Bell Bearing [2] 520650")]
+ AltusTunnelCrystaliansSomberstoneMinersBellBearing2 = 520650,
- [Annotation(Name = "[Gael Tunnel - Magma Wyrm] Dragon Heart 520660")]
- GaelTunnelMagmaWyrmDragonHeart = 520660,
+ [Annotation(Name = "[Gael Tunnel - Magma Wyrm] Dragon Heart 520660")]
+ GaelTunnelMagmaWyrmDragonHeart = 520660,
- [Annotation(Name = "[Sellia Crystal Tunnel - Fallingstar Beast] Somber Smithing Stone [6] 520670")]
- SelliaCrystalTunnelFallingstarBeastSomberSmithingStone6 = 520670,
+ [Annotation(Name = "[Sellia Crystal Tunnel - Fallingstar Beast] Somber Smithing Stone [6] 520670")]
+ SelliaCrystalTunnelFallingstarBeastSomberSmithingStone6 = 520670,
- [Annotation(Name = "[Yelough Anix Tunnel - Astel] Meteorite of Astel 520680")]
- YeloughAnixTunnelAstelMeteoriteOfAstel = 520680,
+ [Annotation(Name = "[Yelough Anix Tunnel - Astel] Meteorite of Astel 520680")]
+ YeloughAnixTunnelAstelMeteoriteOfAstel = 520680,
- [Annotation(Name = "[Limgrave - Field - Tree Sentinel] Golden Halberd 530100")]
- LimgraveFieldTreeSentinelGoldenHalberd = 530100,
+ [Annotation(Name = "[Limgrave - Field - Tree Sentinel] Golden Halberd 530100")]
+ LimgraveFieldTreeSentinelGoldenHalberd = 530100,
- [Annotation(Name = "[Limgrave - Field - Flying Dragon Agheel] Dragon Heart 530110")]
- LimgraveFieldFlyingDragonAgheelDragonHeart = 530110,
+ [Annotation(Name = "[Limgrave - Field - Flying Dragon Agheel] Dragon Heart 530110")]
+ LimgraveFieldFlyingDragonAgheelDragonHeart = 530110,
- [Annotation(Name = "[Limgrave - Evergaol - Crucible Knight] Aspects of the Crucible: Tail 530120")]
- LimgraveEvergaolCrucibleKnightAspectsOfTheCrucibleTail = 530120,
+ [Annotation(Name = "[Limgrave - Evergaol - Crucible Knight] Aspects of the Crucible: Tail 530120")]
+ LimgraveEvergaolCrucibleKnightAspectsOfTheCrucibleTail = 530120,
- [Annotation(Name = "[Limgrave - Evergaol - Bloodhound Knight Darriwil] Bloodhound's Fang 530130")]
- LimgraveEvergaolBloodhoundKnightDarriwilBloodhoundsFang = 530130,
+ [Annotation(Name = "[Limgrave - Evergaol - Bloodhound Knight Darriwil] Bloodhound's Fang 530130")]
+ LimgraveEvergaolBloodhoundKnightDarriwilBloodhoundsFang = 530130,
- [Annotation(Name = "[Limgrave - Field - Tibia Mariner] Deathroot 530170")]
- LimgraveFieldTibiaMarinerDeathroot = 530170,
+ [Annotation(Name = "[Limgrave - Field - Tibia Mariner] Deathroot 530170")]
+ LimgraveFieldTibiaMarinerDeathroot = 530170,
- [Annotation(Name = "[Weeping Penisula - Field - Erdtree Avatar] Crimsonburst Crystal Tear 65090")]
- WeepingPenisulaFieldErdtreeAvatarCrimsonburstCrystalTear = 65090,
+ [Annotation(Name = "[Weeping Penisula - Field - Erdtree Avatar] Crimsonburst Crystal Tear 65090")]
+ WeepingPenisulaFieldErdtreeAvatarCrimsonburstCrystalTear = 65090,
- [Annotation(Name = "[Weeping Penisula - Field - Erdtree Avatar] Opaline Bubbletear 65080")]
- WeepingPenisulaFieldErdtreeAvatarOpalineBubbletear = 65080,
+ [Annotation(Name = "[Weeping Penisula - Field - Erdtree Avatar] Opaline Bubbletear 65080")]
+ WeepingPenisulaFieldErdtreeAvatarOpalineBubbletear = 65080,
- [Annotation(Name = "[Liurnia - Field - Erdtree Avatar] Magic-Shrouding Cracked Tear 65290")]
- LiurniaFieldErdtreeAvatarMagicShroudingCrackedTear = 65290,
+ [Annotation(Name = "[Liurnia - Field - Erdtree Avatar] Magic-Shrouding Cracked Tear 65290")]
+ LiurniaFieldErdtreeAvatarMagicShroudingCrackedTear = 65290,
- [Annotation(Name = "[Liurnia - Field - Erdtree Avatar] Lightning-Shrouding Cracked Tear 65300")]
- LiurniaFieldErdtreeAvatarLightningShroudingCrackedTear = 65300,
+ [Annotation(Name = "[Liurnia - Field - Erdtree Avatar] Lightning-Shrouding Cracked Tear 65300")]
+ LiurniaFieldErdtreeAvatarLightningShroudingCrackedTear = 65300,
- [Annotation(Name = "[Liurnia - Field - Erdtree Avatar] Holy-Shrouding Cracked Tear 65310")]
- LiurniaFieldErdtreeAvatarHolyShroudingCrackedTear = 65310,
+ [Annotation(Name = "[Liurnia - Field - Erdtree Avatar] Holy-Shrouding Cracked Tear 65310")]
+ LiurniaFieldErdtreeAvatarHolyShroudingCrackedTear = 65310,
- [Annotation(Name = "[Liurnia - Field - Erdtree Avatar] Cerulean Crystal Tear 65040")]
- LiurniaFieldErdtreeAvatarCeruleanCrystalTear = 65040,
+ [Annotation(Name = "[Liurnia - Field - Erdtree Avatar] Cerulean Crystal Tear 65040")]
+ LiurniaFieldErdtreeAvatarCeruleanCrystalTear = 65040,
- [Annotation(Name = "[Liurnia - Field - Erdtree Avatar] Ruptured Crystal Tear 65160")]
- LiurniaFieldErdtreeAvatarRupturedCrystalTear = 65160,
+ [Annotation(Name = "[Liurnia - Field - Erdtree Avatar] Ruptured Crystal Tear 65160")]
+ LiurniaFieldErdtreeAvatarRupturedCrystalTear = 65160,
- [Annotation(Name = "[Liurnia - Field - Glintstone Dragon Smarag] Dragon Heart 530210")]
- LiurniaFieldGlintstoneDragonSmaragDragonHeart = 530210,
+ [Annotation(Name = "[Liurnia - Field - Glintstone Dragon Smarag] Dragon Heart 530210")]
+ LiurniaFieldGlintstoneDragonSmaragDragonHeart = 530210,
- [Annotation(Name = "[Liurnia - Field - Omenkiller] Crucible Knot Talisman 530225")]
- LiurniaFieldOmenkillerCrucibleKnotTalisman = 530225,
+ [Annotation(Name = "[Liurnia - Field - Omenkiller] Crucible Knot Talisman 530225")]
+ LiurniaFieldOmenkillerCrucibleKnotTalisman = 530225,
- [Annotation(Name = "[Liurnia - Field - Tibia Mariner] Deathroot 530240")]
- LiurniaFieldTibiaMarinerDeathroot = 530240,
+ [Annotation(Name = "[Liurnia - Field - Tibia Mariner] Deathroot 530240")]
+ LiurniaFieldTibiaMarinerDeathroot = 530240,
- [Annotation(Name = "[Liurnia - Evergaol - Adan, Thief of Fire] Flame of the Fell God 530245")]
- LiurniaEvergaolAdanThiefOfFireFlameOfTheFellGod = 530245,
+ [Annotation(Name = "[Liurnia - Evergaol - Adan, Thief of Fire] Flame of the Fell God 530245")]
+ LiurniaEvergaolAdanThiefOfFireFlameOfTheFellGod = 530245,
- [Annotation(Name = "[Liurnia - Evergaol - Bols, Carian Knight] Greatblade Phalanx 530250")]
- LiurniaEvergaolBolsCarianKnightGreatbladePhalanx = 530250,
+ [Annotation(Name = "[Liurnia - Evergaol - Bols, Carian Knight] Greatblade Phalanx 530250")]
+ LiurniaEvergaolBolsCarianKnightGreatbladePhalanx = 530250,
- [Annotation(Name = "[Liurnia - Evergaol - Onyx Lord] Meteorite 530255")]
- LiurniaEvergaolOnyxLordMeteorite = 530255,
+ [Annotation(Name = "[Liurnia - Evergaol - Onyx Lord] Meteorite 530255")]
+ LiurniaEvergaolOnyxLordMeteorite = 530255,
- [Annotation(Name = "[Liurnia - Field - Glintstone Dragon Adula] Dragon Heart 530260")]
- LiurniaFieldGlintstoneDragonAdulaDragonHeart = 530260,
+ [Annotation(Name = "[Liurnia - Field - Glintstone Dragon Adula] Dragon Heart 530260")]
+ LiurniaFieldGlintstoneDragonAdulaDragonHeart = 530260,
- [Annotation(Name = "[Liurnia - Evergaol - Alecto, Black Knife Ringleader] Black Knife Tiche 530265")]
- LiurniaEvergaolAlectoBlackKnifeRingleaderBlackKnifeTiche = 530265,
+ [Annotation(Name = "[Liurnia - Evergaol - Alecto, Black Knife Ringleader] Black Knife Tiche 530265")]
+ LiurniaEvergaolAlectoBlackKnifeRingleaderBlackKnifeTiche = 530265,
- [Annotation(Name = "[Altus Plateau - Field - Ancient Dragon Lansseax] Lansseax's Glaive 530300")]
- AltusPlateauFieldAncientDragonLansseaxLansseaxsGlaive = 530300,
+ [Annotation(Name = "[Altus Plateau - Field - Ancient Dragon Lansseax] Lansseax's Glaive 530300")]
+ AltusPlateauFieldAncientDragonLansseaxLansseaxsGlaive = 530300,
- [Annotation(Name = "[Altus Plateau - Field - Fallingstar Beast] Somber Smithing Stone [5] 530310")]
- AltusPlateauFieldFallingstarBeastSomberSmithingStone5 = 530310,
+ [Annotation(Name = "[Altus Plateau - Field - Fallingstar Beast] Somber Smithing Stone [5] 530310")]
+ AltusPlateauFieldFallingstarBeastSomberSmithingStone5 = 530310,
- [Annotation(Name = "[Capital Outskirts - Field - Draconic Tree Sentinel] Dragon Greatclaw 530315")]
- CapitalOutskirtsFieldDraconicTreeSentinelDragonGreatclaw = 530315,
+ [Annotation(Name = "[Capital Outskirts - Field - Draconic Tree Sentinel] Dragon Greatclaw 530315")]
+ CapitalOutskirtsFieldDraconicTreeSentinelDragonGreatclaw = 530315,
- [Annotation(Name = "[Altus Plateau - Field - Wormface] Speckled Hardtear 65060")]
- AltusPlateauFieldWormfaceSpeckledHardtear = 65060,
+ [Annotation(Name = "[Altus Plateau - Field - Wormface] Speckled Hardtear 65060")]
+ AltusPlateauFieldWormfaceSpeckledHardtear = 65060,
- [Annotation(Name = "[Altus Plateau - Field - Wormface] Crimsonspill Crystal Tear 65000")]
- AltusPlateauFieldWormfaceCrimsonspillCrystalTear = 65000,
+ [Annotation(Name = "[Altus Plateau - Field - Wormface] Crimsonspill Crystal Tear 65000")]
+ AltusPlateauFieldWormfaceCrimsonspillCrystalTear = 65000,
- [Annotation(Name = "[Altus Plateau - Field - Godskin Apostle] Godskin Peeler 530325")]
- AltusPlateauFieldGodskinApostleGodskinPeeler = 530325,
+ [Annotation(Name = "[Altus Plateau - Field - Godskin Apostle] Godskin Peeler 530325")]
+ AltusPlateauFieldGodskinApostleGodskinPeeler = 530325,
- [Annotation(Name = "[Capital Outskirts - Field - Tree Sentinel Duo] Erdtree Greatshield 530335")]
- CapitalOutskirtsFieldTreeSentinelDuoErdtreeGreatshield = 530335,
+ [Annotation(Name = "[Capital Outskirts - Field - Tree Sentinel Duo] Erdtree Greatshield 530335")]
+ CapitalOutskirtsFieldTreeSentinelDuoErdtreeGreatshield = 530335,
- [Annotation(Name = "[Altus Plateau - Field - Black Knife Assassin] Black Knife 530350")]
- AltusPlateauFieldBlackKnifeAssassinBlackKnife = 530350,
+ [Annotation(Name = "[Altus Plateau - Field - Black Knife Assassin] Black Knife 530350")]
+ AltusPlateauFieldBlackKnifeAssassinBlackKnife = 530350,
- [Annotation(Name = "[Mt. Gelmir - Field - Full-grown Fallingstar Beast] Somber Smithing Stone [6] 530375")]
- MtGelmirFieldFullgrownFallingstarBeastSomberSmithingStone6 = 530375,
+ [Annotation(Name = "[Mt. Gelmir - Field - Full-grown Fallingstar Beast] Somber Smithing Stone [6] 530375")]
+ MtGelmirFieldFullgrownFallingstarBeastSomberSmithingStone6 = 530375,
- [Annotation(Name = "[Mt. Gelmir - Field - Ulcerated Tree Spirit] Leaden Hardtear 65180")]
- MtGelmirFieldUlceratedTreeSpiritLeadenHardtear = 65180,
+ [Annotation(Name = "[Mt. Gelmir - Field - Ulcerated Tree Spirit] Leaden Hardtear 65180")]
+ MtGelmirFieldUlceratedTreeSpiritLeadenHardtear = 65180,
- [Annotation(Name = "[Mt. Gelmir - Field - Ulcerated Tree Spirit] Cerulean Hidden Tear 65250")]
- MtGelmirFieldUlceratedTreeSpiritCeruleanHiddenTear = 65250,
+ [Annotation(Name = "[Mt. Gelmir - Field - Ulcerated Tree Spirit] Cerulean Hidden Tear 65250")]
+ MtGelmirFieldUlceratedTreeSpiritCeruleanHiddenTear = 65250,
- [Annotation(Name = "[Altus Plateau - Field - Tibia Mariner] Deathroot 530385")]
- AltusPlateauFieldTibiaMarinerDeathroot = 530385,
+ [Annotation(Name = "[Altus Plateau - Field - Tibia Mariner] Deathroot 530385")]
+ AltusPlateauFieldTibiaMarinerDeathroot = 530385,
- [Annotation(Name = "[Mt. Gelmir - Field - Magma Wyrm] Dragon Heart 530390")]
- MtGelmirFieldMagmaWyrmDragonHeart = 530390,
+ [Annotation(Name = "[Mt. Gelmir - Field - Magma Wyrm] Dragon Heart 530390")]
+ MtGelmirFieldMagmaWyrmDragonHeart = 530390,
- [Annotation(Name = "[Mt. Gelmir - Field - Demi-Human Queen Maggie] Memory Stone 60450")]
- MtGelmirFieldDemiHumanQueenMaggieMemoryStone = 60450,
+ [Annotation(Name = "[Mt. Gelmir - Field - Demi-Human Queen Maggie] Memory Stone 60450")]
+ MtGelmirFieldDemiHumanQueenMaggieMemoryStone = 60450,
- [Annotation(Name = "[Mt. Gelmir - Field - Magma Wyrm] Dragon Heart 530400")]
- MtGelmirFieldMagmaWyrmDragonHeart_ = 530400,
+ [Annotation(Name = "[Mt. Gelmir - Field - Magma Wyrm] Dragon Heart 530400")]
+ MtGelmirFieldMagmaWyrmDragonHeart_ = 530400,
- [Annotation(Name = "[Caelid - Field - Commander O'Neil] Commander's Standard 530405")]
- CaelidFieldCommanderONeilCommandersStandard = 530405,
+ [Annotation(Name = "[Caelid - Field - Commander O'Neil] Commander's Standard 530405")]
+ CaelidFieldCommanderONeilCommandersStandard = 530405,
- [Annotation(Name = "[Caelid - Field - Erdtree Avatar] Greenburst Crystal Tear 65100")]
- CaelidFieldErdtreeAvatarGreenburstCrystalTear = 65100,
+ [Annotation(Name = "[Caelid - Field - Erdtree Avatar] Greenburst Crystal Tear 65100")]
+ CaelidFieldErdtreeAvatarGreenburstCrystalTear = 65100,
- [Annotation(Name = "[Caelid - Field - Erdtree Avatar] Flame-Shrouding Cracked Tear 65280")]
- CaelidFieldErdtreeAvatarFlameShroudingCrackedTear = 65280,
+ [Annotation(Name = "[Caelid - Field - Erdtree Avatar] Flame-Shrouding Cracked Tear 65280")]
+ CaelidFieldErdtreeAvatarFlameShroudingCrackedTear = 65280,
- [Annotation(Name = "[Caelid - Field - Putrid Avatar] Opaline Hardtear 65110")]
- CaelidFieldPutridAvatarOpalineHardtear = 65110,
+ [Annotation(Name = "[Caelid - Field - Putrid Avatar] Opaline Hardtear 65110")]
+ CaelidFieldPutridAvatarOpalineHardtear = 65110,
- [Annotation(Name = "[Caelid - Field - Putrid Avatar] Stonebarb Cracked Tear 65260")]
- CaelidFieldPutridAvatarStonebarbCrackedTear = 65260,
+ [Annotation(Name = "[Caelid - Field - Putrid Avatar] Stonebarb Cracked Tear 65260")]
+ CaelidFieldPutridAvatarStonebarbCrackedTear = 65260,
- [Annotation(Name = "[Caelid - Field - Flying Dragon Greyll] Dragon Heart 530420")]
- CaelidFieldFlyingDragonGreyllDragonHeart = 530420,
+ [Annotation(Name = "[Caelid - Field - Flying Dragon Greyll] Dragon Heart 530420")]
+ CaelidFieldFlyingDragonGreyllDragonHeart = 530420,
- [Annotation(Name = "[Caelid - Field - Blade Blade Kindred] Gargoyle's Blackblade 530425")]
- CaelidFieldBladeBladeKindredGargoylesBlackblade = 530425,
+ [Annotation(Name = "[Caelid - Field - Blade Blade Kindred] Gargoyle's Blackblade 530425")]
+ CaelidFieldBladeBladeKindredGargoylesBlackblade = 530425,
- [Annotation(Name = "[Forbidden Lands - Field - Black Blade Kindred] Gargoyle's Black Blades 530505")]
- ForbiddenLandsFieldBlackBladeKindredGargoylesBlackBlades = 530505,
+ [Annotation(Name = "[Forbidden Lands - Field - Black Blade Kindred] Gargoyle's Black Blades 530505")]
+ ForbiddenLandsFieldBlackBladeKindredGargoylesBlackBlades = 530505,
- [Annotation(Name = "[Mountaintops of the Giants - Field - Borealis, the Freezing Fog] Dragon Heart 530510")]
- MountaintopsOfTheGiantsFieldBorealisTheFreezingFogDragonHeart = 530510,
+ [Annotation(Name = "[Mountaintops of the Giants - Field - Borealis, the Freezing Fog] Dragon Heart 530510")]
+ MountaintopsOfTheGiantsFieldBorealisTheFreezingFogDragonHeart = 530510,
- [Annotation(Name = "[Mountaintops of the Giants - Evergaol - Roundtable Knight Vyke] Vyke's Dragonbolt 530515")]
- MountaintopsOfTheGiantsEvergaolRoundtableKnightVykeVykesDragonbolt = 530515,
+ [Annotation(Name = "[Mountaintops of the Giants - Evergaol - Roundtable Knight Vyke] Vyke's Dragonbolt 530515")]
+ MountaintopsOfTheGiantsEvergaolRoundtableKnightVykeVykesDragonbolt = 530515,
- [Annotation(Name = "[Mountaintops of the Giants - Field - Erdtree Avatar] Cerulean Crystal Tear 65050")]
- MountaintopsOfTheGiantsFieldErdtreeAvatarCeruleanCrystalTear = 65050,
+ [Annotation(Name = "[Mountaintops of the Giants - Field - Erdtree Avatar] Cerulean Crystal Tear 65050")]
+ MountaintopsOfTheGiantsFieldErdtreeAvatarCeruleanCrystalTear = 65050,
- [Annotation(Name = "[Mountaintops of the Giants - Field - Erdtree Avatar] Crimson Bubbletear 65070")]
- MountaintopsOfTheGiantsFieldErdtreeAvatarCrimsonBubbletear = 65070,
+ [Annotation(Name = "[Mountaintops of the Giants - Field - Erdtree Avatar] Crimson Bubbletear 65070")]
+ MountaintopsOfTheGiantsFieldErdtreeAvatarCrimsonBubbletear = 65070,
- [Annotation(Name = "[Mountaintops of the Giants - Field - Death Rite Bird] Death Ritual Spear 530530")]
- MountaintopsOfTheGiantsFieldDeathRiteBirdDeathRitualSpear = 530530,
+ [Annotation(Name = "[Mountaintops of the Giants - Field - Death Rite Bird] Death Ritual Spear 530530")]
+ MountaintopsOfTheGiantsFieldDeathRiteBirdDeathRitualSpear = 530530,
- [Annotation(Name = "[Mountaintops of the Giants - Field - Great Wyrm Theodorix] Dragon Heart 530550")]
- MountaintopsOfTheGiantsFieldGreatWyrmTheodorixDragonHeart = 530550,
+ [Annotation(Name = "[Mountaintops of the Giants - Field - Great Wyrm Theodorix] Dragon Heart 530550")]
+ MountaintopsOfTheGiantsFieldGreatWyrmTheodorixDragonHeart = 530550,
- [Annotation(Name = "[Consecrated Snowfield - Field - Putrid Avatar] Thorny Cracked Tear 65130")]
- ConsecratedSnowfieldFieldPutridAvatarThornyCrackedTear = 65130,
+ [Annotation(Name = "[Consecrated Snowfield - Field - Putrid Avatar] Thorny Cracked Tear 65130")]
+ ConsecratedSnowfieldFieldPutridAvatarThornyCrackedTear = 65130,
- [Annotation(Name = "[Consecrated Snowfield - Field - Putrid Avatar] Ruptured Crystal Tear 65170")]
- ConsecratedSnowfieldFieldPutridAvatarRupturedCrystalTear = 65170,
+ [Annotation(Name = "[Consecrated Snowfield - Field - Putrid Avatar] Ruptured Crystal Tear 65170")]
+ ConsecratedSnowfieldFieldPutridAvatarRupturedCrystalTear = 65170,
- [Annotation(Name = "[Lake of Rot - Dragonkin Soldier] Dragonscale Blade 530600")]
- LakeOfRotDragonkinSoldierDragonscaleBlade = 530600,
+ [Annotation(Name = "[Lake of Rot - Dragonkin Soldier] Dragonscale Blade 530600")]
+ LakeOfRotDragonkinSoldierDragonscaleBlade = 530600,
- [Annotation(Name = "[Siofra River - Dragonkin Soldier] Dragon Halberd 530620")]
- SiofraRiverDragonkinSoldierDragonHalberd = 530620,
+ [Annotation(Name = "[Siofra River - Dragonkin Soldier] Dragon Halberd 530620")]
+ SiofraRiverDragonkinSoldierDragonHalberd = 530620,
- [Annotation(Name = "[Teardrop Scarab - Stormhill] Ash of War: Storm Wall 540100")]
- TeardropScarabStormhillAshOfWarStormWall = 540100,
+ [Annotation(Name = "[Teardrop Scarab - Stormhill] Ash of War: Storm Wall 540100")]
+ TeardropScarabStormhillAshOfWarStormWall = 540100,
- [Annotation(Name = "[Teardrop Scarab - Stormhill] Ash of War: Wild Strikes 540104")]
- TeardropScarabStormhillAshOfWarWildStrikes = 540104,
+ [Annotation(Name = "[Teardrop Scarab - Stormhill] Ash of War: Wild Strikes 540104")]
+ TeardropScarabStormhillAshOfWarWildStrikes = 540104,
- [Annotation(Name = "[Teardrop Scarab - Agheel Lake] Ash of War: Determination 540108")]
- TeardropScarabAgheelLakeAshOfWarDetermination = 540108,
+ [Annotation(Name = "[Teardrop Scarab - Agheel Lake] Ash of War: Determination 540108")]
+ TeardropScarabAgheelLakeAshOfWarDetermination = 540108,
- [Annotation(Name = "[Teardrop Scarab - Agheel Lake] Ash of War: Unsheathe 540112")]
- TeardropScarabAgheelLakeAshOfWarUnsheathe = 540112,
+ [Annotation(Name = "[Teardrop Scarab - Agheel Lake] Ash of War: Unsheathe 540112")]
+ TeardropScarabAgheelLakeAshOfWarUnsheathe = 540112,
- [Annotation(Name = "[Teardrop Scarab - Mistwood] Ash of War: Ground Slam 540116")]
- TeardropScarabMistwoodAshOfWarGroundSlam = 540116,
+ [Annotation(Name = "[Teardrop Scarab - Mistwood] Ash of War: Ground Slam 540116")]
+ TeardropScarabMistwoodAshOfWarGroundSlam = 540116,
- [Annotation(Name = "[Teardrop Scarab - Third Chuch of Marika] Ash of War: Sacred Blade 540118")]
- TeardropScarabThirdChuchOfMarikaAshOfWarSacredBlade = 540118,
+ [Annotation(Name = "[Teardrop Scarab - Third Chuch of Marika] Ash of War: Sacred Blade 540118")]
+ TeardropScarabThirdChuchOfMarikaAshOfWarSacredBlade = 540118,
- [Annotation(Name = "[Teardrop Scarab - Limgrave Coast] Ash of War: Stamp (Sweep) 540120")]
- TeardropScarabLimgraveCoastAshOfWarStampSweep = 540120,
+ [Annotation(Name = "[Teardrop Scarab - Limgrave Coast] Ash of War: Stamp (Sweep) 540120")]
+ TeardropScarabLimgraveCoastAshOfWarStampSweep = 540120,
- [Annotation(Name = "[Teardrop Scarab - Weeping Peninsula] Divine Fortification 540132")]
- TeardropScarabWeepingPeninsulaDivineFortification = 540132,
+ [Annotation(Name = "[Teardrop Scarab - Weeping Peninsula] Divine Fortification 540132")]
+ TeardropScarabWeepingPeninsulaDivineFortification = 540132,
- [Annotation(Name = "[Teardrop Scarab - Weeping Peninsula] Lightning Strike 540136")]
- TeardropScarabWeepingPeninsulaLightningStrike = 540136,
+ [Annotation(Name = "[Teardrop Scarab - Weeping Peninsula] Lightning Strike 540136")]
+ TeardropScarabWeepingPeninsulaLightningStrike = 540136,
- [Annotation(Name = "[Teardrop Scarab - Weeping Peninsula] Poison Mist 540138")]
- TeardropScarabWeepingPeninsulaPoisonMist = 540138,
+ [Annotation(Name = "[Teardrop Scarab - Weeping Peninsula] Poison Mist 540138")]
+ TeardropScarabWeepingPeninsulaPoisonMist = 540138,
- [Annotation(Name = "[Teardrop Scarab - Weeping Peninsula] Ash of War: Mighty Shot 540140")]
- TeardropScarabWeepingPeninsulaAshOfWarMightyShot = 540140,
+ [Annotation(Name = "[Teardrop Scarab - Weeping Peninsula] Ash of War: Mighty Shot 540140")]
+ TeardropScarabWeepingPeninsulaAshOfWarMightyShot = 540140,
- [Annotation(Name = "[Teardrop Scarab - Limgrave] Somber Smithing Stone [1] 540142")]
- TeardropScarabLimgraveSomberSmithingStone1 = 540142,
+ [Annotation(Name = "[Teardrop Scarab - Limgrave] Somber Smithing Stone [1] 540142")]
+ TeardropScarabLimgraveSomberSmithingStone1 = 540142,
- [Annotation(Name = "[Teardrop Scarab - Limgrave] Somber Smithing Stone [1] 540144")]
- TeardropScarabLimgraveSomberSmithingStone1_ = 540144,
+ [Annotation(Name = "[Teardrop Scarab - Limgrave] Somber Smithing Stone [1] 540144")]
+ TeardropScarabLimgraveSomberSmithingStone1_ = 540144,
- [Annotation(Name = "[Teardrop Scarab - Limgrave] Somber Smithing Stone [1] 540146")]
- TeardropScarabLimgraveSomberSmithingStone1__ = 540146,
+ [Annotation(Name = "[Teardrop Scarab - Limgrave] Somber Smithing Stone [1] 540146")]
+ TeardropScarabLimgraveSomberSmithingStone1__ = 540146,
- [Annotation(Name = "[Teardrop Scarab - Stormveil Castle] Ash of War: Storm Assault 540170")]
- TeardropScarabStormveilCastleAshOfWarStormAssault = 540170,
+ [Annotation(Name = "[Teardrop Scarab - Stormveil Castle] Ash of War: Storm Assault 540170")]
+ TeardropScarabStormveilCastleAshOfWarStormAssault = 540170,
- [Annotation(Name = "[Teardrop Scarab - Stormveil Castle] Ash of War: Stormcaller 540172")]
- TeardropScarabStormveilCastleAshOfWarStormcaller = 540172,
+ [Annotation(Name = "[Teardrop Scarab - Stormveil Castle] Ash of War: Stormcaller 540172")]
+ TeardropScarabStormveilCastleAshOfWarStormcaller = 540172,
- [Annotation(Name = "[Teardrop Scarab - Stormveil Castle] Rancorcall 540174")]
- TeardropScarabStormveilCastleRancorcall = 540174,
+ [Annotation(Name = "[Teardrop Scarab - Stormveil Castle] Rancorcall 540174")]
+ TeardropScarabStormveilCastleRancorcall = 540174,
- [Annotation(Name = "[Teardrop Scarab - Three Sisters] Ash of War: Chilling Mist 540200")]
- TeardropScarabThreeSistersAshOfWarChillingMist = 540200,
+ [Annotation(Name = "[Teardrop Scarab - Three Sisters] Ash of War: Chilling Mist 540200")]
+ TeardropScarabThreeSistersAshOfWarChillingMist = 540200,
- [Annotation(Name = "[Teardrop Scarab - Liurnia] Ash of War: Charge Forth 540202")]
- TeardropScarabLiurniaAshOfWarChargeForth = 540202,
+ [Annotation(Name = "[Teardrop Scarab - Liurnia] Ash of War: Charge Forth 540202")]
+ TeardropScarabLiurniaAshOfWarChargeForth = 540202,
- [Annotation(Name = "[Teardrop Scarab - Liurnia] Ash of War: Hoarfrost Stomp 540204")]
- TeardropScarabLiurniaAshOfWarHoarfrostStomp = 540204,
+ [Annotation(Name = "[Teardrop Scarab - Liurnia] Ash of War: Hoarfrost Stomp 540204")]
+ TeardropScarabLiurniaAshOfWarHoarfrostStomp = 540204,
- [Annotation(Name = "[Teardrop Scarab - Liurnia] Ash of War: Thops's Barrier 540206")]
- TeardropScarabLiurniaAshOfWarThopssBarrier = 540206,
+ [Annotation(Name = "[Teardrop Scarab - Liurnia] Ash of War: Thops's Barrier 540206")]
+ TeardropScarabLiurniaAshOfWarThopssBarrier = 540206,
- [Annotation(Name = "[Teardrop Scarab - Liurnia] Ash of War: Vow of the Indomitable 540208")]
- TeardropScarabLiurniaAshOfWarVowOfTheIndomitable = 540208,
+ [Annotation(Name = "[Teardrop Scarab - Liurnia] Ash of War: Vow of the Indomitable 540208")]
+ TeardropScarabLiurniaAshOfWarVowOfTheIndomitable = 540208,
- [Annotation(Name = "[Teardrop Scarab - Liurnia] Ash of War: Shield Bash 540210")]
- TeardropScarabLiurniaAshOfWarShieldBash = 540210,
+ [Annotation(Name = "[Teardrop Scarab - Liurnia] Ash of War: Shield Bash 540210")]
+ TeardropScarabLiurniaAshOfWarShieldBash = 540210,
- [Annotation(Name = "[Teardrop Scarab - Liurnia] Bloodflame Blade 540218")]
- TeardropScarabLiurniaBloodflameBlade = 540218,
+ [Annotation(Name = "[Teardrop Scarab - Liurnia] Bloodflame Blade 540218")]
+ TeardropScarabLiurniaBloodflameBlade = 540218,
- [Annotation(Name = "[Teardrop Scarab - Caria Manor] Carian Piercer 540220")]
- TeardropScarabCariaManorCarianPiercer = 540220,
+ [Annotation(Name = "[Teardrop Scarab - Caria Manor] Carian Piercer 540220")]
+ TeardropScarabCariaManorCarianPiercer = 540220,
- [Annotation(Name = "[Teardrop Scarab - Liurnia] Ash of War: Barbaric Roar 540224")]
- TeardropScarabLiurniaAshOfWarBarbaricRoar = 540224,
+ [Annotation(Name = "[Teardrop Scarab - Liurnia] Ash of War: Barbaric Roar 540224")]
+ TeardropScarabLiurniaAshOfWarBarbaricRoar = 540224,
- [Annotation(Name = "[Teardrop Scarab - Liurnia] Frenzied Burst 540236")]
- TeardropScarabLiurniaFrenziedBurst = 540236,
+ [Annotation(Name = "[Teardrop Scarab - Liurnia] Frenzied Burst 540236")]
+ TeardropScarabLiurniaFrenziedBurst = 540236,
- [Annotation(Name = "[Teardrop Scarab - Liurnia] Ash of War: Sword Dance 540238")]
- TeardropScarabLiurniaAshOfWarSwordDance = 540238,
+ [Annotation(Name = "[Teardrop Scarab - Liurnia] Ash of War: Sword Dance 540238")]
+ TeardropScarabLiurniaAshOfWarSwordDance = 540238,
- [Annotation(Name = "[Teardrop Scarab - Caria Manor] Frozen Armament 540250")]
- TeardropScarabCariaManorFrozenArmament = 540250,
+ [Annotation(Name = "[Teardrop Scarab - Caria Manor] Frozen Armament 540250")]
+ TeardropScarabCariaManorFrozenArmament = 540250,
- [Annotation(Name = "[Teardrop Scarab - Liurnia] Somber Smithing Stone [2] 540252")]
- TeardropScarabLiurniaSomberSmithingStone2 = 540252,
+ [Annotation(Name = "[Teardrop Scarab - Liurnia] Somber Smithing Stone [2] 540252")]
+ TeardropScarabLiurniaSomberSmithingStone2 = 540252,
- [Annotation(Name = "[Teardrop Scarab - Liurnia] Somber Smithing Stone [2] 540254")]
- TeardropScarabLiurniaSomberSmithingStone2_ = 540254,
+ [Annotation(Name = "[Teardrop Scarab - Liurnia] Somber Smithing Stone [2] 540254")]
+ TeardropScarabLiurniaSomberSmithingStone2_ = 540254,
- [Annotation(Name = "[Teardrop Scarab - Liurnia] Somber Smithing Stone [3] 540256")]
- TeardropScarabLiurniaSomberSmithingStone3 = 540256,
+ [Annotation(Name = "[Teardrop Scarab - Liurnia] Somber Smithing Stone [3] 540256")]
+ TeardropScarabLiurniaSomberSmithingStone3 = 540256,
- [Annotation(Name = "[Teardrop Scarab - Liurnia] Somber Smithing Stone [3] 540258")]
- TeardropScarabLiurniaSomberSmithingStone3_ = 540258,
+ [Annotation(Name = "[Teardrop Scarab - Liurnia] Somber Smithing Stone [3] 540258")]
+ TeardropScarabLiurniaSomberSmithingStone3_ = 540258,
- [Annotation(Name = "[Teardrop Scarab - Liurnia] Somber Smithing Stone [2] 540260")]
- TeardropScarabLiurniaSomberSmithingStone2__ = 540260,
+ [Annotation(Name = "[Teardrop Scarab - Liurnia] Somber Smithing Stone [2] 540260")]
+ TeardropScarabLiurniaSomberSmithingStone2__ = 540260,
- [Annotation(Name = "[Teardrop Scarab - Liurnia] Somber Smithing Stone [2] 540262")]
- TeardropScarabLiurniaSomberSmithingStone2___ = 540262,
+ [Annotation(Name = "[Teardrop Scarab - Liurnia] Somber Smithing Stone [2] 540262")]
+ TeardropScarabLiurniaSomberSmithingStone2___ = 540262,
- [Annotation(Name = "[Teardrop Scarab - Liurnia] Somber Smithing Stone [2] 540264")]
- TeardropScarabLiurniaSomberSmithingStone2____ = 540264,
+ [Annotation(Name = "[Teardrop Scarab - Liurnia] Somber Smithing Stone [2] 540264")]
+ TeardropScarabLiurniaSomberSmithingStone2____ = 540264,
- [Annotation(Name = "[Teardrop Scarab - Raya Lucaria Academy] Ash of War: Spectral Lance 540272")]
- TeardropScarabRayaLucariaAcademyAshOfWarSpectralLance = 540272,
+ [Annotation(Name = "[Teardrop Scarab - Raya Lucaria Academy] Ash of War: Spectral Lance 540272")]
+ TeardropScarabRayaLucariaAcademyAshOfWarSpectralLance = 540272,
- [Annotation(Name = "[Teardrop Scarab - Raya Lucaria Academy] Somber Smithing Stone [4] 540290")]
- TeardropScarabRayaLucariaAcademySomberSmithingStone4 = 540290,
+ [Annotation(Name = "[Teardrop Scarab - Raya Lucaria Academy] Somber Smithing Stone [4] 540290")]
+ TeardropScarabRayaLucariaAcademySomberSmithingStone4 = 540290,
- [Annotation(Name = "[Teardrop Scarab - Altus Plateau] Ash of War: Sacred Order 540300")]
- TeardropScarabAltusPlateauAshOfWarSacredOrder = 540300,
+ [Annotation(Name = "[Teardrop Scarab - Altus Plateau] Ash of War: Sacred Order 540300")]
+ TeardropScarabAltusPlateauAshOfWarSacredOrder = 540300,
- [Annotation(Name = "[Teardrop Scarab - Altus Plateau] Ash of War: Shield Crash 540302")]
- TeardropScarabAltusPlateauAshOfWarShieldCrash = 540302,
+ [Annotation(Name = "[Teardrop Scarab - Altus Plateau] Ash of War: Shield Crash 540302")]
+ TeardropScarabAltusPlateauAshOfWarShieldCrash = 540302,
- [Annotation(Name = "[Teardrop Scarab - Altus Plateau] Ash of War: Earthshaker 540304")]
- TeardropScarabAltusPlateauAshOfWarEarthshaker = 540304,
+ [Annotation(Name = "[Teardrop Scarab - Altus Plateau] Ash of War: Earthshaker 540304")]
+ TeardropScarabAltusPlateauAshOfWarEarthshaker = 540304,
- [Annotation(Name = "[Teardrop Scarab - Altus Plateau] Ash of War: Blood Blade 540306")]
- TeardropScarabAltusPlateauAshOfWarBloodBlade = 540306,
+ [Annotation(Name = "[Teardrop Scarab - Altus Plateau] Ash of War: Blood Blade 540306")]
+ TeardropScarabAltusPlateauAshOfWarBloodBlade = 540306,
- [Annotation(Name = "[Teardrop Scarab - Altus Plateau] Ash of War: Golden Slam 540308")]
- TeardropScarabAltusPlateauAshOfWarGoldenSlam = 540308,
+ [Annotation(Name = "[Teardrop Scarab - Altus Plateau] Ash of War: Golden Slam 540308")]
+ TeardropScarabAltusPlateauAshOfWarGoldenSlam = 540308,
- [Annotation(Name = "[Teardrop Scarab - Altus Plateau] Ash of War: Lightning Ram 540310")]
- TeardropScarabAltusPlateauAshOfWarLightningRam = 540310,
+ [Annotation(Name = "[Teardrop Scarab - Altus Plateau] Ash of War: Lightning Ram 540310")]
+ TeardropScarabAltusPlateauAshOfWarLightningRam = 540310,
- [Annotation(Name = "[Teardrop Scarab - Altus Plateau] Protection of the Erdtree 540312")]
- TeardropScarabAltusPlateauProtectionOfTheErdtree = 540312,
+ [Annotation(Name = "[Teardrop Scarab - Altus Plateau] Protection of the Erdtree 540312")]
+ TeardropScarabAltusPlateauProtectionOfTheErdtree = 540312,
- [Annotation(Name = "[Teardrop Scarab - Capital Outskirts] Ash of War: Prayerful Strike 540314")]
- TeardropScarabCapitalOutskirtsAshOfWarPrayerfulStrike = 540314,
+ [Annotation(Name = "[Teardrop Scarab - Capital Outskirts] Ash of War: Prayerful Strike 540314")]
+ TeardropScarabCapitalOutskirtsAshOfWarPrayerfulStrike = 540314,
- [Annotation(Name = "[Teardrop Scarab - Capital Outskirts] Ash of War: Golden Parry 540316")]
- TeardropScarabCapitalOutskirtsAshOfWarGoldenParry = 540316,
+ [Annotation(Name = "[Teardrop Scarab - Capital Outskirts] Ash of War: Golden Parry 540316")]
+ TeardropScarabCapitalOutskirtsAshOfWarGoldenParry = 540316,
- [Annotation(Name = "[Teardrop Scarab - Capital Outskirts] Ash of War: Lightning Slash 540318")]
- TeardropScarabCapitalOutskirtsAshOfWarLightningSlash = 540318,
+ [Annotation(Name = "[Teardrop Scarab - Capital Outskirts] Ash of War: Lightning Slash 540318")]
+ TeardropScarabCapitalOutskirtsAshOfWarLightningSlash = 540318,
- [Annotation(Name = "[Teardrop Scarab - Capital Outskirts] Somber Smithing Stone [5] 540320")]
- TeardropScarabCapitalOutskirtsSomberSmithingStone5 = 540320,
+ [Annotation(Name = "[Teardrop Scarab - Capital Outskirts] Somber Smithing Stone [5] 540320")]
+ TeardropScarabCapitalOutskirtsSomberSmithingStone5 = 540320,
- [Annotation(Name = "[Teardrop Scarab - Mt. Gelmir] Ash of War: Barrage 540332")]
- TeardropScarabMtGelmirAshOfWarBarrage = 540332,
+ [Annotation(Name = "[Teardrop Scarab - Mt. Gelmir] Ash of War: Barrage 540332")]
+ TeardropScarabMtGelmirAshOfWarBarrage = 540332,
- [Annotation(Name = "[Teardrop Scarab - Mt. Gelmir] Ash of War: Through and Through 540334")]
- TeardropScarabMtGelmirAshOfWarThroughandThrough = 540334,
+ [Annotation(Name = "[Teardrop Scarab - Mt. Gelmir] Ash of War: Through and Through 540334")]
+ TeardropScarabMtGelmirAshOfWarThroughandThrough = 540334,
- [Annotation(Name = "[Teardrop Scarab - Leyndell] Barrier of Gold 540370")]
- TeardropScarabLeyndellBarrierOfGold = 540370,
+ [Annotation(Name = "[Teardrop Scarab - Leyndell] Barrier of Gold 540370")]
+ TeardropScarabLeyndellBarrierOfGold = 540370,
- [Annotation(Name = "[Teardrop Scarab - Leyndell] Ash of War: Thunderbolt 540372")]
- TeardropScarabLeyndellAshOfWarThunderbolt = 540372,
+ [Annotation(Name = "[Teardrop Scarab - Leyndell] Ash of War: Thunderbolt 540372")]
+ TeardropScarabLeyndellAshOfWarThunderbolt = 540372,
- [Annotation(Name = "[Teardrop Scarab - Caelid] Whirl, O Flame! 540400")]
- TeardropScarabCaelidWhirlOFlame = 540400,
+ [Annotation(Name = "[Teardrop Scarab - Caelid] Whirl, O Flame! 540400")]
+ TeardropScarabCaelidWhirlOFlame = 540400,
- [Annotation(Name = "[Teardrop Scarab - Caelid] Ash of War: Lifesteal Fist 540402")]
- TeardropScarabCaelidAshOfWarLifestealFist = 540402,
+ [Annotation(Name = "[Teardrop Scarab - Caelid] Ash of War: Lifesteal Fist 540402")]
+ TeardropScarabCaelidAshOfWarLifestealFist = 540402,
- [Annotation(Name = "[Teardrop Scarab - Caelid] Ash of War: Sacred Ring of Light 540404")]
- TeardropScarabCaelidAshOfWarSacredRingOfLight = 540404,
+ [Annotation(Name = "[Teardrop Scarab - Caelid] Ash of War: Sacred Ring of Light 540404")]
+ TeardropScarabCaelidAshOfWarSacredRingOfLight = 540404,
- [Annotation(Name = "[Teardrop Scarab - Caelid] Ash of War: Poisonous Mist 540406")]
- TeardropScarabCaelidAshOfWarPoisonousMist = 540406,
+ [Annotation(Name = "[Teardrop Scarab - Caelid] Ash of War: Poisonous Mist 540406")]
+ TeardropScarabCaelidAshOfWarPoisonousMist = 540406,
- [Annotation(Name = "[Teardrop Scarab - Redmane Castle] Ash of War: Flaming Strike 540408")]
- TeardropScarabRedmaneCastleAshOfWarFlamingStrike = 540408,
+ [Annotation(Name = "[Teardrop Scarab - Redmane Castle] Ash of War: Flaming Strike 540408")]
+ TeardropScarabRedmaneCastleAshOfWarFlamingStrike = 540408,
- [Annotation(Name = "[Teardrop Scarab - Caelid] Ash of War: Flame of the Redmanes 540410")]
- TeardropScarabCaelidAshOfWarFlameOfTheRedmanes = 540410,
+ [Annotation(Name = "[Teardrop Scarab - Caelid] Ash of War: Flame of the Redmanes 540410")]
+ TeardropScarabCaelidAshOfWarFlameOfTheRedmanes = 540410,
- [Annotation(Name = "[Teardrop Scarab - Dragonbarrow] Ash of War: Sky Shot 540412")]
- TeardropScarabDragonbarrowAshOfWarSkyShot = 540412,
+ [Annotation(Name = "[Teardrop Scarab - Dragonbarrow] Ash of War: Sky Shot 540412")]
+ TeardropScarabDragonbarrowAshOfWarSkyShot = 540412,
- [Annotation(Name = "[Teardrop Scarab - Dragonbarrow] Ash of War: Cragblade 540414")]
- TeardropScarabDragonbarrowAshOfWarCragblade = 540414,
+ [Annotation(Name = "[Teardrop Scarab - Dragonbarrow] Ash of War: Cragblade 540414")]
+ TeardropScarabDragonbarrowAshOfWarCragblade = 540414,
- [Annotation(Name = "[Teardrop Scarab - Caelid] Poison Armament 540416")]
- TeardropScarabCaelidPoisonArmament = 540416,
+ [Annotation(Name = "[Teardrop Scarab - Caelid] Poison Armament 540416")]
+ TeardropScarabCaelidPoisonArmament = 540416,
- [Annotation(Name = "[Teardrop Scarab - Caelid] Ash of War: Double Slash 540418")]
- TeardropScarabCaelidAshOfWarDoubleSlash = 540418,
+ [Annotation(Name = "[Teardrop Scarab - Caelid] Ash of War: Double Slash 540418")]
+ TeardropScarabCaelidAshOfWarDoubleSlash = 540418,
- [Annotation(Name = "[Teardrop Scarab - Caelid] Bestial Constitution 540420")]
- TeardropScarabCaelidBestialConstitution = 540420,
+ [Annotation(Name = "[Teardrop Scarab - Caelid] Bestial Constitution 540420")]
+ TeardropScarabCaelidBestialConstitution = 540420,
- [Annotation(Name = "[Teardrop Scarab - Caelid] Somber Smithing Stone [4] 540422")]
- TeardropScarabCaelidSomberSmithingStone4 = 540422,
+ [Annotation(Name = "[Teardrop Scarab - Caelid] Somber Smithing Stone [4] 540422")]
+ TeardropScarabCaelidSomberSmithingStone4 = 540422,
- [Annotation(Name = "[Teardrop Scarab - Caelid] Somber Smithing Stone [4] 540424")]
- TeardropScarabCaelidSomberSmithingStone4_ = 540424,
+ [Annotation(Name = "[Teardrop Scarab - Caelid] Somber Smithing Stone [4] 540424")]
+ TeardropScarabCaelidSomberSmithingStone4_ = 540424,
- [Annotation(Name = "[Teardrop Scarab - Caelid] Somber Smithing Stone [8] 540426")]
- TeardropScarabCaelidSomberSmithingStone8 = 540426,
+ [Annotation(Name = "[Teardrop Scarab - Caelid] Somber Smithing Stone [8] 540426")]
+ TeardropScarabCaelidSomberSmithingStone8 = 540426,
- [Annotation(Name = "[Teardrop Scarab - Caelid] Somber Smithing Stone [9] 540428")]
- TeardropScarabCaelidSomberSmithingStone9 = 540428,
+ [Annotation(Name = "[Teardrop Scarab - Caelid] Somber Smithing Stone [9] 540428")]
+ TeardropScarabCaelidSomberSmithingStone9 = 540428,
- [Annotation(Name = "Smithing Stone [1] 540500")]
- SmithingStone1 = 540500,
+ [Annotation(Name = "Smithing Stone [1] 540500")]
+ SmithingStone1 = 540500,
- [Annotation(Name = "Smithing Stone [1] 540502")]
- SmithingStone1_ = 540502,
+ [Annotation(Name = "Smithing Stone [1] 540502")]
+ SmithingStone1_ = 540502,
- [Annotation(Name = "Smithing Stone [1] 540504")]
- SmithingStone1__ = 540504,
+ [Annotation(Name = "Smithing Stone [1] 540504")]
+ SmithingStone1__ = 540504,
- [Annotation(Name = "Smithing Stone [1] 540506")]
- SmithingStone1___ = 540506,
+ [Annotation(Name = "Smithing Stone [1] 540506")]
+ SmithingStone1___ = 540506,
- [Annotation(Name = "Smithing Stone [1] 540508")]
- SmithingStone1____ = 540508,
+ [Annotation(Name = "Smithing Stone [1] 540508")]
+ SmithingStone1____ = 540508,
- [Annotation(Name = "[Teardrop Scarab - Mountaintops of the Giants] Ash of War: Seppuku 540510")]
- TeardropScarabMountaintopsOfTheGiantsAshOfWarSeppuku = 540510,
+ [Annotation(Name = "[Teardrop Scarab - Mountaintops of the Giants] Ash of War: Seppuku 540510")]
+ TeardropScarabMountaintopsOfTheGiantsAshOfWarSeppuku = 540510,
- [Annotation(Name = "[Teardrop Scarab - Mountaintops of the Giants] Ash of War: Troll's Roar 540512")]
- TeardropScarabMountaintopsOfTheGiantsAshOfWarTrollsRoar = 540512,
+ [Annotation(Name = "[Teardrop Scarab - Mountaintops of the Giants] Ash of War: Troll's Roar 540512")]
+ TeardropScarabMountaintopsOfTheGiantsAshOfWarTrollsRoar = 540512,
- [Annotation(Name = "[Teardrop Scarab - Giant-Conquering Hero's Grave] Flame, Protect Me 540514")]
- TeardropScarabGiantConqueringHerosGraveFlameProtectMe = 540514,
+ [Annotation(Name = "[Teardrop Scarab - Giant-Conquering Hero's Grave] Flame, Protect Me 540514")]
+ TeardropScarabGiantConqueringHerosGraveFlameProtectMe = 540514,
- [Annotation(Name = "[Teardrop Scarab - Forbidden Lands] Ash of War: Prelate's Charge 540516")]
- TeardropScarabForbiddenLandsAshOfWarPrelatesCharge = 540516,
+ [Annotation(Name = "[Teardrop Scarab - Forbidden Lands] Ash of War: Prelate's Charge 540516")]
+ TeardropScarabForbiddenLandsAshOfWarPrelatesCharge = 540516,
- [Annotation(Name = "Smithing Stone [1] 540520")]
- SmithingStone1_____ = 540520,
+ [Annotation(Name = "Smithing Stone [1] 540520")]
+ SmithingStone1_____ = 540520,
- [Annotation(Name = "Smithing Stone [1] 540522")]
- SmithingStone1______ = 540522,
+ [Annotation(Name = "Smithing Stone [1] 540522")]
+ SmithingStone1______ = 540522,
- [Annotation(Name = "[Teardrop Scarab - Consecrated Snowfield] Ash of War: White Shadow's Lure 540524")]
- TeardropScarabConsecratedSnowfieldAshOfWarWhiteShadowsLure = 540524,
+ [Annotation(Name = "[Teardrop Scarab - Consecrated Snowfield] Ash of War: White Shadow's Lure 540524")]
+ TeardropScarabConsecratedSnowfieldAshOfWarWhiteShadowsLure = 540524,
- [Annotation(Name = "Smithing Stone [1] 540526")]
- SmithingStone1_______ = 540526,
+ [Annotation(Name = "Smithing Stone [1] 540526")]
+ SmithingStone1_______ = 540526,
- [Annotation(Name = "Smithing Stone [1] 540528")]
- SmithingStone1________ = 540528,
+ [Annotation(Name = "Smithing Stone [1] 540528")]
+ SmithingStone1________ = 540528,
- [Annotation(Name = "Golden Rune [1] 540570")]
- GoldenRune1 = 540570,
+ [Annotation(Name = "Golden Rune [1] 540570")]
+ GoldenRune1 = 540570,
- [Annotation(Name = "Golden Rune [1] 540572")]
- GoldenRune1_ = 540572,
+ [Annotation(Name = "Golden Rune [1] 540572")]
+ GoldenRune1_ = 540572,
- [Annotation(Name = "Golden Rune [1] 540574")]
- GoldenRune1__ = 540574,
+ [Annotation(Name = "Golden Rune [1] 540574")]
+ GoldenRune1__ = 540574,
- [Annotation(Name = "Golden Rune [1] 540576")]
- GoldenRune1___ = 540576,
+ [Annotation(Name = "Golden Rune [1] 540576")]
+ GoldenRune1___ = 540576,
- [Annotation(Name = "[Teardrop Scarab - Siofra River] Somber Smithing Stone [5] 540590")]
- TeardropScarabSiofraRiverSomberSmithingStone5 = 540590,
+ [Annotation(Name = "[Teardrop Scarab - Siofra River] Somber Smithing Stone [5] 540590")]
+ TeardropScarabSiofraRiverSomberSmithingStone5 = 540590,
- [Annotation(Name = "[Teardrop Scarab - Siofra River] Somber Smithing Stone [5] 540592")]
- TeardropScarabSiofraRiverSomberSmithingStone5_ = 540592,
+ [Annotation(Name = "[Teardrop Scarab - Siofra River] Somber Smithing Stone [5] 540592")]
+ TeardropScarabSiofraRiverSomberSmithingStone5_ = 540592,
- [Annotation(Name = "[Teardrop Scarab - Siofra River] Somber Smithing Stone [6] 540600")]
- TeardropScarabSiofraRiverSomberSmithingStone6 = 540600,
+ [Annotation(Name = "[Teardrop Scarab - Siofra River] Somber Smithing Stone [6] 540600")]
+ TeardropScarabSiofraRiverSomberSmithingStone6 = 540600,
- [Annotation(Name = "[Teardrop Scarab - Siofra River] Somber Smithing Stone [6] 540602")]
- TeardropScarabSiofraRiverSomberSmithingStone6_ = 540602,
+ [Annotation(Name = "[Teardrop Scarab - Siofra River] Somber Smithing Stone [6] 540602")]
+ TeardropScarabSiofraRiverSomberSmithingStone6_ = 540602,
- [Annotation(Name = "[Teardrop Scarab - Siofra River] Great Oracular Bubble 540610")]
- TeardropScarabSiofraRiverGreatOracularBubble = 540610,
+ [Annotation(Name = "[Teardrop Scarab - Siofra River] Great Oracular Bubble 540610")]
+ TeardropScarabSiofraRiverGreatOracularBubble = 540610,
- [Annotation(Name = "Golden Rune [1] 540612")]
- GoldenRune1____ = 540612,
+ [Annotation(Name = "Golden Rune [1] 540612")]
+ GoldenRune1____ = 540612,
- [Annotation(Name = "Golden Rune [1] 540614")]
- GoldenRune1_____ = 540614,
+ [Annotation(Name = "Golden Rune [1] 540614")]
+ GoldenRune1_____ = 540614,
- [Annotation(Name = "Golden Rune [1] 540616")]
- GoldenRune1______ = 540616,
+ [Annotation(Name = "Golden Rune [1] 540616")]
+ GoldenRune1______ = 540616,
- [Annotation(Name = "Golden Rune [1] 540618")]
- GoldenRune1_______ = 540618,
+ [Annotation(Name = "Golden Rune [1] 540618")]
+ GoldenRune1_______ = 540618,
- [Annotation(Name = "[Teardrop Scarab - Siofra River] Ash of War: Square Off 540630")]
- TeardropScarabSiofraRiverAshOfWarSquareOff = 540630,
+ [Annotation(Name = "[Teardrop Scarab - Siofra River] Ash of War: Square Off 540630")]
+ TeardropScarabSiofraRiverAshOfWarSquareOff = 540630,
- [Annotation(Name = "Golden Rune [1] 540632")]
- GoldenRune1________ = 540632,
+ [Annotation(Name = "Golden Rune [1] 540632")]
+ GoldenRune1________ = 540632,
- [Annotation(Name = "Golden Rune [1] 540634")]
- GoldenRune1_________ = 540634,
+ [Annotation(Name = "Golden Rune [1] 540634")]
+ GoldenRune1_________ = 540634,
- [Annotation(Name = "Golden Rune [1] 540636")]
- GoldenRune1__________ = 540636,
+ [Annotation(Name = "Golden Rune [1] 540636")]
+ GoldenRune1__________ = 540636,
- [Annotation(Name = "Golden Rune [1] 540638")]
- GoldenRune1___________ = 540638,
+ [Annotation(Name = "Golden Rune [1] 540638")]
+ GoldenRune1___________ = 540638,
- [Annotation(Name = "Golden Rune [1] 540640")]
- GoldenRune1____________ = 540640,
+ [Annotation(Name = "Golden Rune [1] 540640")]
+ GoldenRune1____________ = 540640,
- [Annotation(Name = "[Teardrop Scarab - Nokron] Somber Smithing Stone [5] 540642")]
- TeardropScarabNokronSomberSmithingStone5 = 540642,
+ [Annotation(Name = "[Teardrop Scarab - Nokron] Somber Smithing Stone [5] 540642")]
+ TeardropScarabNokronSomberSmithingStone5 = 540642,
- [Annotation(Name = "Golden Rune [1] 540644")]
- GoldenRune1_____________ = 540644,
+ [Annotation(Name = "Golden Rune [1] 540644")]
+ GoldenRune1_____________ = 540644,
- [Annotation(Name = "[Teardrop Scarab - Nokron] Ash of War: Enchanted Shot 540646")]
- TeardropScarabNokronAshOfWarEnchantedShot = 540646,
+ [Annotation(Name = "[Teardrop Scarab - Nokron] Ash of War: Enchanted Shot 540646")]
+ TeardropScarabNokronAshOfWarEnchantedShot = 540646,
- [Annotation(Name = "[Teardrop Scarab - Nokron] Order Healing 540648")]
- TeardropScarabNokronOrderHealing = 540648,
+ [Annotation(Name = "[Teardrop Scarab - Nokron] Order Healing 540648")]
+ TeardropScarabNokronOrderHealing = 540648,
- [Annotation(Name = "Golden Rune [1] 540650")]
- GoldenRune1______________ = 540650,
+ [Annotation(Name = "Golden Rune [1] 540650")]
+ GoldenRune1______________ = 540650,
- [Annotation(Name = "[Teardrop Scarab - Siofra River] Oracle Bubbles 540652")]
- TeardropScarabSiofraRiverOracleBubbles = 540652,
+ [Annotation(Name = "[Teardrop Scarab - Siofra River] Oracle Bubbles 540652")]
+ TeardropScarabSiofraRiverOracleBubbles = 540652,
- [Annotation(Name = "[Teardrop Scarab - Deeproot Depths] Ash of War: Golden Land 540660")]
- TeardropScarabDeeprootDepthsAshOfWarGoldenLand = 540660,
+ [Annotation(Name = "[Teardrop Scarab - Deeproot Depths] Ash of War: Golden Land 540660")]
+ TeardropScarabDeeprootDepthsAshOfWarGoldenLand = 540660,
- [Annotation(Name = "Golden Rune [1] 540662")]
- GoldenRune1_______________ = 540662,
+ [Annotation(Name = "Golden Rune [1] 540662")]
+ GoldenRune1_______________ = 540662,
- [Annotation(Name = "Golden Rune [1] 540664")]
- GoldenRune1________________ = 540664,
+ [Annotation(Name = "Golden Rune [1] 540664")]
+ GoldenRune1________________ = 540664,
- [Annotation(Name = "Golden Rune [1] 540666")]
- GoldenRune1_________________ = 540666,
+ [Annotation(Name = "Golden Rune [1] 540666")]
+ GoldenRune1_________________ = 540666,
- [Annotation(Name = "Somber Smithing Stone [6] 540668")]
- SomberSmithingStone6 = 540668,
+ [Annotation(Name = "Somber Smithing Stone [6] 540668")]
+ SomberSmithingStone6 = 540668,
- [Annotation(Name = "Somber Smithing Stone [6] 540670")]
- SomberSmithingStone6_ = 540670,
+ [Annotation(Name = "Somber Smithing Stone [6] 540670")]
+ SomberSmithingStone6_ = 540670,
- [Annotation(Name = "Golden Rune [1] 540680")]
- GoldenRune1__________________ = 540680,
+ [Annotation(Name = "Golden Rune [1] 540680")]
+ GoldenRune1__________________ = 540680,
- [Annotation(Name = "Golden Rune [1] 540682")]
- GoldenRune1___________________ = 540682,
+ [Annotation(Name = "Golden Rune [1] 540682")]
+ GoldenRune1___________________ = 540682,
- [Annotation(Name = "Golden Rune [1] 540684")]
- GoldenRune1____________________ = 540684,
+ [Annotation(Name = "Golden Rune [1] 540684")]
+ GoldenRune1____________________ = 540684,
- [Annotation(Name = "[Teardrop Scarab - Mohgwyn Dynasty] Ash of War: Blood Tax 540686")]
- TeardropScarabMohgwynDynastyAshOfWarBloodTax = 540686,
+ [Annotation(Name = "[Teardrop Scarab - Mohgwyn Dynasty] Ash of War: Blood Tax 540686")]
+ TeardropScarabMohgwynDynastyAshOfWarBloodTax = 540686,
- [Annotation(Name = "[Teardrop Scarab - Crumbling Farum Azula] Golden Lightning Fortification 540772")]
- TeardropScarabCrumblingFarumAzulaGoldenLightningFortification = 540772,
+ [Annotation(Name = "[Teardrop Scarab - Crumbling Farum Azula] Golden Lightning Fortification 540772")]
+ TeardropScarabCrumblingFarumAzulaGoldenLightningFortification = 540772,
- [Annotation(Name = "[Info Item] About Sites of Grace 550000")]
- InfoItemAboutSitesOfGrace = 550000,
+ [Annotation(Name = "[Info Item] About Sites of Grace 550000")]
+ InfoItemAboutSitesOfGrace = 550000,
- [Annotation(Name = "[Info Item] About Sorceries and Incantations 550010")]
- InfoItemAboutSorceriesandIncantations = 550010,
+ [Annotation(Name = "[Info Item] About Sorceries and Incantations 550010")]
+ InfoItemAboutSorceriesandIncantations = 550010,
- [Annotation(Name = "[Info Item] About Bows 550020")]
- InfoItemAboutBows = 550020,
+ [Annotation(Name = "[Info Item] About Bows 550020")]
+ InfoItemAboutBows = 550020,
- [Annotation(Name = "[Info Item] About Crouching 550030")]
- InfoItemAboutCrouching = 550030,
+ [Annotation(Name = "[Info Item] About Crouching 550030")]
+ InfoItemAboutCrouching = 550030,
- [Annotation(Name = "[Info Item] About Stance-Breaking 550040")]
- InfoItemAboutStanceBreaking = 550040,
+ [Annotation(Name = "[Info Item] About Stance-Breaking 550040")]
+ InfoItemAboutStanceBreaking = 550040,
- [Annotation(Name = "[Info Item] About Stakes of Marika 550050")]
- InfoItemAboutStakesOfMarika = 550050,
+ [Annotation(Name = "[Info Item] About Stakes of Marika 550050")]
+ InfoItemAboutStakesOfMarika = 550050,
- [Annotation(Name = "[Info Item] About Guard Counters 550060")]
- InfoItemAboutGuardCounters = 550060,
+ [Annotation(Name = "[Info Item] About Guard Counters 550060")]
+ InfoItemAboutGuardCounters = 550060,
- [Annotation(Name = "[Info Item] About the Map 550070")]
- InfoItemAboutTheMap = 550070,
+ [Annotation(Name = "[Info Item] About the Map 550070")]
+ InfoItemAboutTheMap = 550070,
- [Annotation(Name = "[Info Item] About Guidance of Grace 550080")]
- InfoItemAboutGuidanceOfGrace = 550080,
+ [Annotation(Name = "[Info Item] About Guidance of Grace 550080")]
+ InfoItemAboutGuidanceOfGrace = 550080,
- [Annotation(Name = "[Info Item] About Horseback Riding 550090")]
- InfoItemAboutHorsebackRiding = 550090,
+ [Annotation(Name = "[Info Item] About Horseback Riding 550090")]
+ InfoItemAboutHorsebackRiding = 550090,
- [Annotation(Name = "[Info Item] About Death 550100")]
- InfoItemAboutDeath = 550100,
+ [Annotation(Name = "[Info Item] About Death 550100")]
+ InfoItemAboutDeath = 550100,
- [Annotation(Name = "[Info Item] About Summoning Spirits 550110")]
- InfoItemAboutSummoningSpirits = 550110,
+ [Annotation(Name = "[Info Item] About Summoning Spirits 550110")]
+ InfoItemAboutSummoningSpirits = 550110,
- [Annotation(Name = "[Info Item] About Guarding 550120")]
- InfoItemAboutGuarding = 550120,
+ [Annotation(Name = "[Info Item] About Guarding 550120")]
+ InfoItemAboutGuarding = 550120,
- [Annotation(Name = "[Info Item] About Item Crafting 550130")]
- InfoItemAboutItemCrafting = 550130,
+ [Annotation(Name = "[Info Item] About Item Crafting 550130")]
+ InfoItemAboutItemCrafting = 550130,
- [Annotation(Name = "[Info Item] About Flask of Wondrous Physick 550150")]
- InfoItemAboutFlaskOfWondrousPhysick = 550150,
+ [Annotation(Name = "[Info Item] About Flask of Wondrous Physick 550150")]
+ InfoItemAboutFlaskOfWondrousPhysick = 550150,
- [Annotation(Name = "[Info Item] About Adding Skills 550160")]
- InfoItemAboutAddingSkills = 550160,
+ [Annotation(Name = "[Info Item] About Adding Skills 550160")]
+ InfoItemAboutAddingSkills = 550160,
- [Annotation(Name = "[Info Item] About Birdseye Telescopes 550170")]
- InfoItemAboutBirdseyeTelescopes = 550170,
+ [Annotation(Name = "[Info Item] About Birdseye Telescopes 550170")]
+ InfoItemAboutBirdseyeTelescopes = 550170,
- [Annotation(Name = "[Info Item] About Spiritspring Jumping 550180")]
- InfoItemAboutSpiritspringJumping = 550180,
+ [Annotation(Name = "[Info Item] About Spiritspring Jumping 550180")]
+ InfoItemAboutSpiritspringJumping = 550180,
- [Annotation(Name = "[Info Item] About Vanquishing Enemy Groups 550190")]
- InfoItemAboutVanquishingEnemyGroups = 550190,
+ [Annotation(Name = "[Info Item] About Vanquishing Enemy Groups 550190")]
+ InfoItemAboutVanquishingEnemyGroups = 550190,
- [Annotation(Name = "[Info Item] About Teardrop Scarabs 550200")]
- InfoItemAboutTeardropScarabs = 550200,
+ [Annotation(Name = "[Info Item] About Teardrop Scarabs 550200")]
+ InfoItemAboutTeardropScarabs = 550200,
- [Annotation(Name = "[Info Item] About Summoning Other Players 550210")]
- InfoItemAboutSummoningOtherPlayers = 550210,
+ [Annotation(Name = "[Info Item] About Summoning Other Players 550210")]
+ InfoItemAboutSummoningOtherPlayers = 550210,
- [Annotation(Name = "[Info Item] About Cooperative Multiplayer 550220")]
- InfoItemAboutCooperativeMultiplayer = 550220,
+ [Annotation(Name = "[Info Item] About Cooperative Multiplayer 550220")]
+ InfoItemAboutCooperativeMultiplayer = 550220,
- [Annotation(Name = "[Info Item] About Competitive Multiplayer 550230")]
- InfoItemAboutCompetitiveMultiplayer = 550230,
+ [Annotation(Name = "[Info Item] About Competitive Multiplayer 550230")]
+ InfoItemAboutCompetitiveMultiplayer = 550230,
- [Annotation(Name = "[Info Item] About Invasion Multiplayer 550240")]
- InfoItemAboutInvasionMultiplayer = 550240,
+ [Annotation(Name = "[Info Item] About Invasion Multiplayer 550240")]
+ InfoItemAboutInvasionMultiplayer = 550240,
- [Annotation(Name = "[Info Item] About Hunter Multiplayer 550250")]
- InfoItemAboutHunterMultiplayer = 550250,
+ [Annotation(Name = "[Info Item] About Hunter Multiplayer 550250")]
+ InfoItemAboutHunterMultiplayer = 550250,
- [Annotation(Name = "[Info Item] About Summoning Pools 550260")]
- InfoItemAboutSummoningPools = 550260,
+ [Annotation(Name = "[Info Item] About Summoning Pools 550260")]
+ InfoItemAboutSummoningPools = 550260,
- [Annotation(Name = "[Info Item] About Monument Icon 550270")]
- InfoItemAboutMonumentIcon = 550270,
+ [Annotation(Name = "[Info Item] About Monument Icon 550270")]
+ InfoItemAboutMonumentIcon = 550270,
- [Annotation(Name = "[Info Item] About Requesting Help from Hunters 550280")]
- InfoItemAboutRequestingHelpfromHunters = 550280,
+ [Annotation(Name = "[Info Item] About Requesting Help from Hunters 550280")]
+ InfoItemAboutRequestingHelpfromHunters = 550280,
- [Annotation(Name = "[Info Item] About Skills 550290")]
- InfoItemAboutSkills = 550290,
+ [Annotation(Name = "[Info Item] About Skills 550290")]
+ InfoItemAboutSkills = 550290,
- [Annotation(Name = "[Limgrave - Artist's Shack] \"Homing Instinct\" Painting 580000")]
- LimgraveArtistsShackHomingInstinctPainting = 580000,
+ [Annotation(Name = "[Limgrave - Artist's Shack] \"Homing Instinct\" Painting 580000")]
+ LimgraveArtistsShackHomingInstinctPainting = 580000,
- [Annotation(Name = "[Liurnia - Artist's Shack] \"Resurrection\" Painting 580010")]
- LiurniaArtistsShackResurrectionPainting = 580010,
+ [Annotation(Name = "[Liurnia - Artist's Shack] \"Resurrection\" Painting 580010")]
+ LiurniaArtistsShackResurrectionPainting = 580010,
- [Annotation(Name = "[Altus Plateau - Shaded Castle] \"Champion's Song\" Painting 580020")]
- AltusPlateauShadedCastleChampionsSongPainting = 580020,
+ [Annotation(Name = "[Altus Plateau - Shaded Castle] \"Champion's Song\" Painting 580020")]
+ AltusPlateauShadedCastleChampionsSongPainting = 580020,
- [Annotation(Name = "[Consecrated Snowfield - Castle Sol] \"Sorcerer\" Painting 580030")]
- ConsecratedSnowfieldCastleSolSorcererPainting = 580030,
+ [Annotation(Name = "[Consecrated Snowfield - Castle Sol] \"Sorcerer\" Painting 580030")]
+ ConsecratedSnowfieldCastleSolSorcererPainting = 580030,
- [Annotation(Name = "[Stormveil Castle] \"Prophecy\" Painting 580040")]
- StormveilCastleProphecyPainting = 580040,
+ [Annotation(Name = "[Stormveil Castle] \"Prophecy\" Painting 580040")]
+ StormveilCastleProphecyPainting = 580040,
- [Annotation(Name = "[Leyndell - Fortifed Manor] \"Flightless Bird\" Painting 580050")]
- LeyndellFortifedManorFlightlessBirdPainting = 580050,
+ [Annotation(Name = "[Leyndell - Fortifed Manor] \"Flightless Bird\" Painting 580050")]
+ LeyndellFortifedManorFlightlessBirdPainting = 580050,
- [Annotation(Name = "[Caelid - Sellia] \"Redmane\" Painting 580060")]
- CaelidSelliaRedmanePainting = 580060,
+ [Annotation(Name = "[Caelid - Sellia] \"Redmane\" Painting 580060")]
+ CaelidSelliaRedmanePainting = 580060,
- [Annotation(Name = "[Reward - \"Homing Instinct\" Painting] Incantation Scarab 580300")]
- RewardHomingInstinctPaintingIncantationScarab = 580300,
+ [Annotation(Name = "[Reward - \"Homing Instinct\" Painting] Incantation Scarab 580300")]
+ RewardHomingInstinctPaintingIncantationScarab = 580300,
- [Annotation(Name = "[Reward - \"Resurrection\" Painting] Juvenile Scholar Cap 580310")]
- RewardResurrectionPaintingJuvenileScholarCap = 580310,
+ [Annotation(Name = "[Reward - \"Resurrection\" Painting] Juvenile Scholar Cap 580310")]
+ RewardResurrectionPaintingJuvenileScholarCap = 580310,
- [Annotation(Name = "[Reward - \"Champion's Song\" Painting] Harp Bow 580320")]
- RewardChampionsSongPaintingHarpBow = 580320,
+ [Annotation(Name = "[Reward - \"Champion's Song\" Painting] Harp Bow 580320")]
+ RewardChampionsSongPaintingHarpBow = 580320,
- [Annotation(Name = "[Reward - \"Sorcerer\" Painting] Greathood 580330")]
- RewardSorcererPaintingGreathood = 580330,
+ [Annotation(Name = "[Reward - \"Sorcerer\" Painting] Greathood 580330")]
+ RewardSorcererPaintingGreathood = 580330,
- [Annotation(Name = "[Reward - \"Prophecy\" Painting] Warhawk Ashes 580340")]
- RewardProphecyPaintingWarhawkAshes = 580340,
+ [Annotation(Name = "[Reward - \"Prophecy\" Painting] Warhawk Ashes 580340")]
+ RewardProphecyPaintingWarhawkAshes = 580340,
- [Annotation(Name = "[Reward - \"Flightless Bird\" Painting] Fire's Deadly Sin 580350")]
- RewardFlightlessBirdPaintingFiresDeadlySin = 580350,
+ [Annotation(Name = "[Reward - \"Flightless Bird\" Painting] Fire's Deadly Sin 580350")]
+ RewardFlightlessBirdPaintingFiresDeadlySin = 580350,
- [Annotation(Name = "[Reward - \"Redmane\" Painting] Ash of War: Rain of Arrows 580360")]
- RewardRedmanePaintingAshOfWarRainOfArrows = 580360,
+ [Annotation(Name = "[Reward - \"Redmane\" Painting] Ash of War: Rain of Arrows 580360")]
+ RewardRedmanePaintingAshOfWarRainOfArrows = 580360,
- [Annotation(Name = "[Melina - Third Grace Found] Spectral Steed Whistle 60100")]
- MelinaThirdGraceFoundSpectralSteedWhistle = 60100,
+ [Annotation(Name = "[Melina - Third Grace Found] Spectral Steed Whistle 60100")]
+ MelinaThirdGraceFoundSpectralSteedWhistle = 60100,
- [Annotation(Name = "[Melina - Morgott Killed] Rold Medallion 400001")]
- MelinaMorgottKilledRoldMedallion = 400001,
+ [Annotation(Name = "[Melina - Morgott Killed] Rold Medallion 400001")]
+ MelinaMorgottKilledRoldMedallion = 400001,
- [Annotation(Name = "[Unknown] 400010")]
- Unknown = 400010,
+ [Annotation(Name = "[Unknown] 400010")]
+ Unknown = 400010,
- [Annotation(Name = "[Unknown] Neutralizing Boluses 400020")]
- UnknownNeutralizingBoluses = 400020,
+ [Annotation(Name = "[Unknown] Neutralizing Boluses 400020")]
+ UnknownNeutralizingBoluses = 400020,
- [Annotation(Name = "[Unknown] 400021")]
- Unknown_ = 400021,
+ [Annotation(Name = "[Unknown] 400021")]
+ Unknown_ = 400021,
- [Annotation(Name = "[White-Faced Varre - ?] Festering Bloody Finger 400030")]
- WhiteFacedVarreFesteringBloodyFinger = 400030,
+ [Annotation(Name = "[White-Faced Varre - ?] Festering Bloody Finger 400030")]
+ WhiteFacedVarreFesteringBloodyFinger = 400030,
- [Annotation(Name = "[White-Faced Varre - Maiden Kill] Lord of Blood's Favor 400031")]
- WhiteFacedVarreMaidenKillLordOfBloodsFavor = 400031,
+ [Annotation(Name = "[White-Faced Varre - Maiden Kill] Lord of Blood's Favor 400031")]
+ WhiteFacedVarreMaidenKillLordOfBloodsFavor = 400031,
- [Annotation(Name = "[White-Faced Varre - 3 Invasions] Pureblood Knight's Medal 400032")]
- WhiteFacedVarre3InvasionsPurebloodKnightsMedal = 400032,
+ [Annotation(Name = "[White-Faced Varre - 3 Invasions] Pureblood Knight's Medal 400032")]
+ WhiteFacedVarre3InvasionsPurebloodKnightsMedal = 400032,
- [Annotation(Name = "[White-Faced Varre - Maiden Kill] Lord of Blood's Favor 400033")]
- WhiteFacedVarreMaidenKillLordOfBloodsFavor_ = 400033,
+ [Annotation(Name = "[White-Faced Varre - Maiden Kill] Lord of Blood's Favor 400033")]
+ WhiteFacedVarreMaidenKillLordOfBloodsFavor_ = 400033,
- [Annotation(Name = "[White-Faced Varre - Returned Oath-Cloth] Bloody Finger 60270")]
- WhiteFacedVarreReturnedOathClothBloodyFinger = 60270,
+ [Annotation(Name = "[White-Faced Varre - Returned Oath-Cloth] Bloody Finger 60270")]
+ WhiteFacedVarreReturnedOathClothBloodyFinger = 60270,
- [Annotation(Name = "[White-Faced Varre] 400035")]
- WhiteFacedVarre = 400035,
+ [Annotation(Name = "[White-Faced Varre] 400035")]
+ WhiteFacedVarre = 400035,
- [Annotation(Name = "[White-Faced Varre - Invasion] Varre's Bouquet 400037")]
- WhiteFacedVarreInvasionVarresBouquet = 400037,
+ [Annotation(Name = "[White-Faced Varre - Invasion] Varre's Bouquet 400037")]
+ WhiteFacedVarreInvasionVarresBouquet = 400037,
- [Annotation(Name = "[White-Faced Varre - Invasion] Festering Bloody Finger 400036")]
- WhiteFacedVarreInvasionFesteringBloodyFinger = 400036,
+ [Annotation(Name = "[White-Faced Varre - Invasion] Festering Bloody Finger 400036")]
+ WhiteFacedVarreInvasionFesteringBloodyFinger = 400036,
- [Annotation(Name = "[Unknown] 400040")]
- Unknown__ = 400040,
+ [Annotation(Name = "[Unknown] 400040")]
+ Unknown__ = 400040,
- [Annotation(Name = "[Unknown] Perfume Bottle 400041")]
- UnknownPerfumeBottle = 400041,
+ [Annotation(Name = "[Unknown] Perfume Bottle 400041")]
+ UnknownPerfumeBottle = 400041,
- [Annotation(Name = "[Unknown] Glowstone 400042")]
- UnknownGlowstone = 400042,
+ [Annotation(Name = "[Unknown] Glowstone 400042")]
+ UnknownGlowstone = 400042,
- [Annotation(Name = "[Gatekeeper Gostoc - First Meeting] Grace Mimic 400050")]
- GatekeeperGostocFirstMeetingGraceMimic = 400050,
+ [Annotation(Name = "[Gatekeeper Gostoc - First Meeting] Grace Mimic 400050")]
+ GatekeeperGostocFirstMeetingGraceMimic = 400050,
- [Annotation(Name = "[Gatekeeper Gostoc - Gostoc Killed] Gostoc's Bell Bearing 400051")]
- GatekeeperGostocGostocKilledGostocsBellBearing = 400051,
+ [Annotation(Name = "[Gatekeeper Gostoc - Gostoc Killed] Gostoc's Bell Bearing 400051")]
+ GatekeeperGostocGostocKilledGostocsBellBearing = 400051,
- [Annotation(Name = "[Edgar] Sacrificial Twig 400060")]
- EdgarSacrificialTwig = 400060,
+ [Annotation(Name = "[Edgar] Sacrificial Twig 400060")]
+ EdgarSacrificialTwig = 400060,
- [Annotation(Name = "[Edgar] Shabriri Grape 400061")]
- EdgarShabririGrape = 400061,
+ [Annotation(Name = "[Edgar] Shabriri Grape 400061")]
+ EdgarShabririGrape = 400061,
- [Annotation(Name = "[Tanith] Tonic of Forgetfulness 400070")]
- TanithTonicOfForgetfulness = 400070,
+ [Annotation(Name = "[Tanith] Tonic of Forgetfulness 400070")]
+ TanithTonicOfForgetfulness = 400070,
- [Annotation(Name = "[Tanith] Consort's Mask 400071")]
- TanithConsortsMask = 400071,
+ [Annotation(Name = "[Tanith] Consort's Mask 400071")]
+ TanithConsortsMask = 400071,
- [Annotation(Name = "[Tanith] Drawing-Room Key 400072")]
- TanithDrawingRoomKey = 400072,
+ [Annotation(Name = "[Tanith] Drawing-Room Key 400072")]
+ TanithDrawingRoomKey = 400072,
- [Annotation(Name = "[Tanith] Letter from Volcano Manor 400073")]
- TanithLetterfromVolcanoManor = 400073,
+ [Annotation(Name = "[Tanith] Letter from Volcano Manor 400073")]
+ TanithLetterfromVolcanoManor = 400073,
- [Annotation(Name = "[Tanith] Letter from Volcano Manor 400074")]
- TanithLetterfromVolcanoManor_ = 400074,
+ [Annotation(Name = "[Tanith] Letter from Volcano Manor 400074")]
+ TanithLetterfromVolcanoManor_ = 400074,
- [Annotation(Name = "[Tanith] Red Letter 400075")]
- TanithRedLetter = 400075,
+ [Annotation(Name = "[Tanith] Red Letter 400075")]
+ TanithRedLetter = 400075,
- [Annotation(Name = "[Tanith] Magma Shot 400076")]
- TanithMagmaShot = 400076,
+ [Annotation(Name = "[Tanith] Magma Shot 400076")]
+ TanithMagmaShot = 400076,
- [Annotation(Name = "[Tanith] Serpentbone Blade 400077")]
- TanithSerpentboneBlade = 400077,
+ [Annotation(Name = "[Tanith] Serpentbone Blade 400077")]
+ TanithSerpentboneBlade = 400077,
- [Annotation(Name = "[Tanith] Taker's Cameo 400078")]
- TanithTakersCameo = 400078,
+ [Annotation(Name = "[Tanith] Taker's Cameo 400078")]
+ TanithTakersCameo = 400078,
- [Annotation(Name = "[Tanith] Aspects of the Crucible: Breath 400079")]
- TanithAspectsOfTheCrucibleBreath = 400079,
+ [Annotation(Name = "[Tanith] Aspects of the Crucible: Breath 400079")]
+ TanithAspectsOfTheCrucibleBreath = 400079,
- [Annotation(Name = "[Irina] Irina's Letter 400080")]
- IrinaIrinasLetter = 400080,
+ [Annotation(Name = "[Irina] Irina's Letter 400080")]
+ IrinaIrinasLetter = 400080,
- [Annotation(Name = "[Rya] Rya's Necklace 400081")]
- RyaRyasNecklace = 400081,
+ [Annotation(Name = "[Rya] Rya's Necklace 400081")]
+ RyaRyasNecklace = 400081,
- [Annotation(Name = "[Hyetta] Frenzied Flame Seal 400089")]
- HyettaFrenziedFlameSeal = 400089,
+ [Annotation(Name = "[Hyetta] Frenzied Flame Seal 400089")]
+ HyettaFrenziedFlameSeal = 400089,
- [Annotation(Name = "[Rya] Volcano Manor Invitation 400090")]
- RyaVolcanoManorInvitation = 400090,
+ [Annotation(Name = "[Rya] Volcano Manor Invitation 400090")]
+ RyaVolcanoManorInvitation = 400090,
- [Annotation(Name = "[Rya] Zorayas's Letter 400091")]
- RyaZorayassLetter = 400091,
+ [Annotation(Name = "[Rya] Zorayas's Letter 400091")]
+ RyaZorayassLetter = 400091,
- [Annotation(Name = "[Sorceress Sellen] Sellen's Primal Glintstone 400100")]
- SorceressSellenSellensPrimalGlintstone = 400100,
+ [Annotation(Name = "[Sorceress Sellen] Sellen's Primal Glintstone 400100")]
+ SorceressSellenSellensPrimalGlintstone = 400100,
- [Annotation(Name = "[Sorceress Sellen] Glintstone Kris 400101")]
- SorceressSellenGlintstoneKris = 400101,
+ [Annotation(Name = "[Sorceress Sellen] Glintstone Kris 400101")]
+ SorceressSellenGlintstoneKris = 400101,
- [Annotation(Name = "[Sorceress Sellen] Sellian Sealbreaker 400102")]
- SorceressSellenSellianSealbreaker = 400102,
+ [Annotation(Name = "[Sorceress Sellen] Sellian Sealbreaker 400102")]
+ SorceressSellenSellianSealbreaker = 400102,
- [Annotation(Name = "[Sorceress Sellen] Starlight Shards 400103")]
- SorceressSellenStarlightShards = 400103,
+ [Annotation(Name = "[Sorceress Sellen] Starlight Shards 400103")]
+ SorceressSellenStarlightShards = 400103,
- [Annotation(Name = "[Sorceress Sellen] Comet Azur 400104")]
- SorceressSellenCometAzur = 400104,
+ [Annotation(Name = "[Sorceress Sellen] Comet Azur 400104")]
+ SorceressSellenCometAzur = 400104,
- [Annotation(Name = "[Sorceress Sellen] Stars of Ruin 400105")]
- SorceressSellenStarsOfRuin = 400105,
+ [Annotation(Name = "[Sorceress Sellen] Stars of Ruin 400105")]
+ SorceressSellenStarsOfRuin = 400105,
- [Annotation(Name = "[Sorceress Sellen] Sellen's Bell Bearing 400106")]
- SorceressSellenSellensBellBearing = 400106,
+ [Annotation(Name = "[Sorceress Sellen] Sellen's Bell Bearing 400106")]
+ SorceressSellenSellensBellBearing = 400106,
- [Annotation(Name = "[Sorceress Sellen] Witch's Glintstone Crown 400107")]
- SorceressSellenWitchsGlintstoneCrown = 400107,
+ [Annotation(Name = "[Sorceress Sellen] Witch's Glintstone Crown 400107")]
+ SorceressSellenWitchsGlintstoneCrown = 400107,
- [Annotation(Name = "[Finger Reader Enia - Godfrey] Talisman Pouch 60500")]
- FingerReaderEniaGodfreyTalismanPouch = 60500,
+ [Annotation(Name = "[Finger Reader Enia - Godfrey] Talisman Pouch 60500")]
+ FingerReaderEniaGodfreyTalismanPouch = 60500,
- [Annotation(Name = "[Unknown] Glowstone 400120")]
- UnknownGlowstone_ = 400120,
+ [Annotation(Name = "[Unknown] Glowstone 400120")]
+ UnknownGlowstone_ = 400120,
- [Annotation(Name = "[Unknown] Glowstone 400121")]
- UnknownGlowstone__ = 400121,
+ [Annotation(Name = "[Unknown] Glowstone 400121")]
+ UnknownGlowstone__ = 400121,
- [Annotation(Name = "[Albus] Haligtree Secret Medallion (Right) 400130")]
- AlbusHaligtreeSecretMedallionRight = 400130,
+ [Annotation(Name = "[Albus] Haligtree Secret Medallion (Right) 400130")]
+ AlbusHaligtreeSecretMedallionRight = 400130,
- [Annotation(Name = "[Seluvis] Seluvis's Potion 400140")]
- SeluvisSeluvissPotion = 400140,
+ [Annotation(Name = "[Seluvis] Seluvis's Potion 400140")]
+ SeluvisSeluvissPotion = 400140,
- [Annotation(Name = "[Seluvis] Magic Scorpion Charm 400141")]
- SeluvisMagicScorpionCharm = 400141,
+ [Annotation(Name = "[Seluvis] Magic Scorpion Charm 400141")]
+ SeluvisMagicScorpionCharm = 400141,
- [Annotation(Name = "[Seluvis] 400142")]
- Seluvis = 400142,
+ [Annotation(Name = "[Seluvis] 400142")]
+ Seluvis = 400142,
- [Annotation(Name = "[Seluvis] Seluvis's Introduction 400143")]
- SeluvisSeluvissIntroduction = 400143,
+ [Annotation(Name = "[Seluvis] Seluvis's Introduction 400143")]
+ SeluvisSeluvissIntroduction = 400143,
- [Annotation(Name = "[Seluvis] Glowstone 400144")]
- SeluvisGlowstone = 400144,
+ [Annotation(Name = "[Seluvis] Glowstone 400144")]
+ SeluvisGlowstone = 400144,
- [Annotation(Name = "[Seluvis] Amber Draught 400145")]
- SeluvisAmberDraught = 400145,
+ [Annotation(Name = "[Seluvis] Amber Draught 400145")]
+ SeluvisAmberDraught = 400145,
- [Annotation(Name = "[Seluvis] 400146")]
- Seluvis_ = 400146,
+ [Annotation(Name = "[Seluvis] 400146")]
+ Seluvis_ = 400146,
- [Annotation(Name = "[Seluvis] Seluvis's Bell Bearing 400148")]
- SeluvisSeluvissBellBearing = 400148,
+ [Annotation(Name = "[Seluvis] Seluvis's Bell Bearing 400148")]
+ SeluvisSeluvissBellBearing = 400148,
- [Annotation(Name = "[Pidia, Carian Servant] Pidia's Bell Bearing 400149")]
- PidiaCarianServantPidiasBellBearing = 400149,
+ [Annotation(Name = "[Pidia, Carian Servant] Pidia's Bell Bearing 400149")]
+ PidiaCarianServantPidiasBellBearing = 400149,
- [Annotation(Name = "[Blaidd is the Half-Wolf] Somber Smithing Stone [2] 400150")]
- BlaiddisTheHalfWolfSomberSmithingStone2 = 400150,
+ [Annotation(Name = "[Blaidd is the Half-Wolf] Somber Smithing Stone [2] 400150")]
+ BlaiddisTheHalfWolfSomberSmithingStone2 = 400150,
- [Annotation(Name = "[Blaidd is the Half-Wolf] Royal Greatsword 400158")]
- BlaiddisTheHalfWolfRoyalGreatsword = 400158,
+ [Annotation(Name = "[Blaidd is the Half-Wolf] Royal Greatsword 400158")]
+ BlaiddisTheHalfWolfRoyalGreatsword = 400158,
- [Annotation(Name = "[Blaidd is the Half-Wolf] Discarded Palace Key 400159")]
- BlaiddisTheHalfWolfDiscardedPalaceKey = 400159,
+ [Annotation(Name = "[Blaidd is the Half-Wolf] Discarded Palace Key 400159")]
+ BlaiddisTheHalfWolfDiscardedPalaceKey = 400159,
- [Annotation(Name = "[Unknown] White Cipher Ring 60280")]
- UnknownWhiteCipherRing = 60280,
+ [Annotation(Name = "[Unknown] White Cipher Ring 60280")]
+ UnknownWhiteCipherRing = 60280,
- [Annotation(Name = "[Unknown] Smithing Stone [5] 400161")]
- UnknownSmithingStone5 = 400161,
+ [Annotation(Name = "[Unknown] Smithing Stone [5] 400161")]
+ UnknownSmithingStone5 = 400161,
- [Annotation(Name = "[Eleonora, Violet Bloody Finger] Purifying Crystal Tear 65270")]
- EleonoraVioletBloodyFingerPurifyingCrystalTear = 65270,
+ [Annotation(Name = "[Eleonora, Violet Bloody Finger] Purifying Crystal Tear 65270")]
+ EleonoraVioletBloodyFingerPurifyingCrystalTear = 65270,
- [Annotation(Name = "[Eleonora, Violet Bloody Finger] Eleonora's Poleblade 400162")]
- EleonoraVioletBloodyFingerEleonorasPoleblade = 400162,
+ [Annotation(Name = "[Eleonora, Violet Bloody Finger] Eleonora's Poleblade 400162")]
+ EleonoraVioletBloodyFingerEleonorasPoleblade = 400162,
- [Annotation(Name = "[Bloody Finger Hunter Yura] Nagakiba +0 - Piercing Fang 400163")]
- BloodyFingerHunterYuraNagakiba0PiercingFang = 400163,
+ [Annotation(Name = "[Bloody Finger Hunter Yura] Nagakiba +0 - Piercing Fang 400163")]
+ BloodyFingerHunterYuraNagakiba0PiercingFang = 400163,
- [Annotation(Name = "[Bloody Finger Hunter Yura] Iron Kasa 400164")]
- BloodyFingerHunterYuraIronKasa = 400164,
+ [Annotation(Name = "[Bloody Finger Hunter Yura] Iron Kasa 400164")]
+ BloodyFingerHunterYuraIronKasa = 400164,
- [Annotation(Name = "[Iron Fist Alexander] Exalted Flesh 400170")]
- IronFistAlexanderExaltedFlesh = 400170,
+ [Annotation(Name = "[Iron Fist Alexander] Exalted Flesh 400170")]
+ IronFistAlexanderExaltedFlesh = 400170,
- [Annotation(Name = "[Iron Fist Alexander] Exalted Flesh 400171")]
- IronFistAlexanderExaltedFlesh_ = 400171,
+ [Annotation(Name = "[Iron Fist Alexander] Exalted Flesh 400171")]
+ IronFistAlexanderExaltedFlesh_ = 400171,
- [Annotation(Name = "[Iron Fist Alexander] Jar 400172")]
- IronFistAlexanderJar = 400172,
+ [Annotation(Name = "[Iron Fist Alexander] Jar 400172")]
+ IronFistAlexanderJar = 400172,
- [Annotation(Name = "[Iron Fist Alexander] Warrior Jar Shard 400173")]
- IronFistAlexanderWarriorJarShard = 400173,
+ [Annotation(Name = "[Iron Fist Alexander] Warrior Jar Shard 400173")]
+ IronFistAlexanderWarriorJarShard = 400173,
- [Annotation(Name = "[Iron Fist Alexander] Shard of Alexander 400174")]
- IronFistAlexanderShardOfAlexander = 400174,
+ [Annotation(Name = "[Iron Fist Alexander] Shard of Alexander 400174")]
+ IronFistAlexanderShardOfAlexander = 400174,
- [Annotation(Name = "[Unknown] 400179")]
- Unknown___ = 400179,
+ [Annotation(Name = "[Unknown] 400179")]
+ Unknown___ = 400179,
- [Annotation(Name = "[Patches] Letter to Patches 400180")]
- PatchesLettertoPatches = 400180,
+ [Annotation(Name = "[Patches] Letter to Patches 400180")]
+ PatchesLettertoPatches = 400180,
- [Annotation(Name = "[Patches] Dancer's Castanets 400181")]
- PatchesDancersCastanets = 400181,
+ [Annotation(Name = "[Patches] Dancer's Castanets 400181")]
+ PatchesDancersCastanets = 400181,
- [Annotation(Name = "[Patches] Magma Whip Candlestick 400182")]
- PatchesMagmaWhipCandlestick = 400182,
+ [Annotation(Name = "[Patches] Magma Whip Candlestick 400182")]
+ PatchesMagmaWhipCandlestick = 400182,
- [Annotation(Name = "[Patches] Golden Rune [1] 400183")]
- PatchesGoldenRune1 = 400183,
+ [Annotation(Name = "[Patches] Golden Rune [1] 400183")]
+ PatchesGoldenRune1 = 400183,
- [Annotation(Name = "[Patches] Spear+7 400184")]
- PatchesSpear7 = 400184,
+ [Annotation(Name = "[Patches] Spear+7 400184")]
+ PatchesSpear7 = 400184,
- [Annotation(Name = "[Roderika] Spirit Jellyfish Ashes 400190")]
- RoderikaSpiritJellyfishAshes = 400190,
+ [Annotation(Name = "[Roderika] Spirit Jellyfish Ashes 400190")]
+ RoderikaSpiritJellyfishAshes = 400190,
- [Annotation(Name = "[Roderika] Golden Seed 400191")]
- RoderikaGoldenSeed = 400191,
+ [Annotation(Name = "[Roderika] Golden Seed 400191")]
+ RoderikaGoldenSeed = 400191,
- [Annotation(Name = "[Chest - Gatefront Ruins] Whetstone Knife 400210")]
- ChestGatefrontRuinsWhetstoneKnife = 400210,
+ [Annotation(Name = "[Chest - Gatefront Ruins] Whetstone Knife 400210")]
+ ChestGatefrontRuinsWhetstoneKnife = 400210,
- [Annotation(Name = "[Kenneth Haight] Erdsteel Dagger 400221")]
- KennethHaightErdsteelDagger = 400221,
+ [Annotation(Name = "[Kenneth Haight] Erdsteel Dagger 400221")]
+ KennethHaightErdsteelDagger = 400221,
- [Annotation(Name = "[Gurranq - 4th Deathroot] Ash of War: Beast's Roar 400235")]
- Gurranq4thDeathrootAshOfWarBeastsRoar = 400235,
+ [Annotation(Name = "[Gurranq - 4th Deathroot] Ash of War: Beast's Roar 400235")]
+ Gurranq4thDeathrootAshOfWarBeastsRoar = 400235,
- [Annotation(Name = "[Gurranq - 3rd Deathroot] Bestial Vitality 400236")]
- Gurranq3rdDeathrootBestialVitality = 400236,
+ [Annotation(Name = "[Gurranq - 3rd Deathroot] Bestial Vitality 400236")]
+ Gurranq3rdDeathrootBestialVitality = 400236,
- [Annotation(Name = "[Gurranq - 2nd Deathroot] Bestial Sling 400237")]
- Gurranq2ndDeathrootBestialSling = 400237,
+ [Annotation(Name = "[Gurranq - 2nd Deathroot] Bestial Sling 400237")]
+ Gurranq2ndDeathrootBestialSling = 400237,
- [Annotation(Name = "[Gurranq - 1st Deathroot] Clawmark Seal 400238")]
- Gurranq1stDeathrootClawmarkSeal = 400238,
+ [Annotation(Name = "[Gurranq - 1st Deathroot] Clawmark Seal 400238")]
+ Gurranq1stDeathrootClawmarkSeal = 400238,
- [Annotation(Name = "[Gurranq - 1st Deathroot] Beast Eye 400239")]
- Gurranq1stDeathrootBeastEye = 400239,
+ [Annotation(Name = "[Gurranq - 1st Deathroot] Beast Eye 400239")]
+ Gurranq1stDeathrootBeastEye = 400239,
- [Annotation(Name = "[Gurranq - 9th Deathroot] Dragon Smithing Stone 400230")]
- Gurranq9thDeathrootDragonSmithingStone = 400230,
+ [Annotation(Name = "[Gurranq - 9th Deathroot] Dragon Smithing Stone 400230")]
+ Gurranq9thDeathrootDragonSmithingStone = 400230,
- [Annotation(Name = "[Gurranq - 8th Deathroot] Gurranq's Beast Claw 400231")]
- Gurranq8thDeathrootGurranqsBeastClaw = 400231,
+ [Annotation(Name = "[Gurranq - 8th Deathroot] Gurranq's Beast Claw 400231")]
+ Gurranq8thDeathrootGurranqsBeastClaw = 400231,
- [Annotation(Name = "[Gurranq - 7th Deathroot] Beastclaw Greathammer 400232")]
- Gurranq7thDeathrootBeastclawGreathammer = 400232,
+ [Annotation(Name = "[Gurranq - 7th Deathroot] Beastclaw Greathammer 400232")]
+ Gurranq7thDeathrootBeastclawGreathammer = 400232,
- [Annotation(Name = "[Gurranq - 6th Deathroot] Stone of Gurranq 400233")]
- Gurranq6thDeathrootStoneOfGurranq = 400233,
+ [Annotation(Name = "[Gurranq - 6th Deathroot] Stone of Gurranq 400233")]
+ Gurranq6thDeathrootStoneOfGurranq = 400233,
- [Annotation(Name = "[Gurranq - 5th Deathroot] Beast Claw 400234")]
- Gurranq5thDeathrootBeastClaw = 400234,
+ [Annotation(Name = "[Gurranq - 5th Deathroot] Beast Claw 400234")]
+ Gurranq5thDeathrootBeastClaw = 400234,
- [Annotation(Name = "[War Counselor Iji] Iji's Bell Bearing 400240")]
- WarCounselorIjiIjisBellBearing = 400240,
+ [Annotation(Name = "[War Counselor Iji] Iji's Bell Bearing 400240")]
+ WarCounselorIjiIjisBellBearing = 400240,
- [Annotation(Name = "[War Counselor Iji] Iji's Mirrorhelm 400241")]
- WarCounselorIjiIjisMirrorhelm = 400241,
+ [Annotation(Name = "[War Counselor Iji] Iji's Mirrorhelm 400241")]
+ WarCounselorIjiIjisMirrorhelm = 400241,
- [Annotation(Name = "[Unknown] Glowstone 400260")]
- UnknownGlowstone___ = 400260,
+ [Annotation(Name = "[Unknown] Glowstone 400260")]
+ UnknownGlowstone___ = 400260,
- [Annotation(Name = "[Unknown] Mushroom 400271")]
- UnknownMushroom = 400271,
+ [Annotation(Name = "[Unknown] Mushroom 400271")]
+ UnknownMushroom = 400271,
- //duplicate of 1051587800
- //[Annotation(Name = "[Castle Sol] Haligtree Secret Medallion (Left) 400280")]
- //CastleSolHaligtreeSecretMedallionLeft = 400280,
+ //duplicate of 1051587800
+ //[Annotation(Name = "[Castle Sol] Haligtree Secret Medallion (Left) 400280")]
+ //CastleSolHaligtreeSecretMedallionLeft = 400280,
- [Annotation(Name = "[Unknown] 400281")]
- Unknown____ = 400281,
+ [Annotation(Name = "[Unknown] 400281")]
+ Unknown____ = 400281,
- [Annotation(Name = "[Gideon Ofnir - Secret Medallion] Black Flame's Protection 400282")]
- GideonOfnirSecretMedallionBlackFlamesProtection = 400282,
+ [Annotation(Name = "[Gideon Ofnir - Secret Medallion] Black Flame's Protection 400282")]
+ GideonOfnirSecretMedallionBlackFlamesProtection = 400282,
- [Annotation(Name = "[Gideon Ofnir - Haligtree] Lord's Divine Fortification 400283")]
- GideonOfnirHaligtreeLordsDivineFortification = 400283,
+ [Annotation(Name = "[Gideon Ofnir - Haligtree] Lord's Divine Fortification 400283")]
+ GideonOfnirHaligtreeLordsDivineFortification = 400283,
- [Annotation(Name = "[Gideon Ofnir - Mohgwyn Dynasty Mausoleum] Fevor's Cookbook [3] 68210")]
- GideonOfnirMohgwynDynastyMausoleumFevorsCookbook3 = 68210,
+ [Annotation(Name = "[Gideon Ofnir - Mohgwyn Dynasty Mausoleum] Fevor's Cookbook [3] 68210")]
+ GideonOfnirMohgwynDynastyMausoleumFevorsCookbook3 = 68210,
- [Annotation(Name = "[Gideon Ofnir - Mohg Killed] Law of Causality 400285")]
- GideonOfnirMohgKilledLawOfCausality = 400285,
+ [Annotation(Name = "[Gideon Ofnir - Mohg Killed] Law of Causality 400285")]
+ GideonOfnirMohgKilledLawOfCausality = 400285,
- [Annotation(Name = "[Gideon Ofnir - Boss Drop] All-Knowing Gauntlets 400284")]
- GideonOfnirBossDropAllKnowingGauntlets = 400284,
+ [Annotation(Name = "[Gideon Ofnir - Boss Drop] All-Knowing Gauntlets 400284")]
+ GideonOfnirBossDropAllKnowingGauntlets = 400284,
- [Annotation(Name = "[Knight Bernahl] Letter to Bernahl 400290")]
- KnightBernahlLettertoBernahl = 400290,
+ [Annotation(Name = "[Knight Bernahl] Letter to Bernahl 400290")]
+ KnightBernahlLettertoBernahl = 400290,
- [Annotation(Name = "[Knight Bernahl] Gelmir's Fury 400291")]
- KnightBernahlGelmirsFury = 400291,
+ [Annotation(Name = "[Knight Bernahl] Gelmir's Fury 400291")]
+ KnightBernahlGelmirsFury = 400291,
- [Annotation(Name = "[Knight Bernahl] Blasphemous Claw 400292")]
- KnightBernahlBlasphemousClaw = 400292,
+ [Annotation(Name = "[Knight Bernahl] Blasphemous Claw 400292")]
+ KnightBernahlBlasphemousClaw = 400292,
- [Annotation(Name = "[Knight Bernahl] Devourer's Scepter 400293")]
- KnightBernahlDevourersScepter = 400293,
+ [Annotation(Name = "[Knight Bernahl] Devourer's Scepter 400293")]
+ KnightBernahlDevourersScepter = 400293,
- [Annotation(Name = "[Knight Bernahl] Beast Champion Helm 400294")]
- KnightBernahlBeastChampionHelm = 400294,
+ [Annotation(Name = "[Knight Bernahl] Beast Champion Helm 400294")]
+ KnightBernahlBeastChampionHelm = 400294,
- [Annotation(Name = "[Knight Bernahl] Gelmir's Fury 400295")]
- KnightBernahlGelmirsFury_ = 400295,
+ [Annotation(Name = "[Knight Bernahl] Gelmir's Fury 400295")]
+ KnightBernahlGelmirsFury_ = 400295,
- [Annotation(Name = "[Big Boggart] Rya's Necklace 400300")]
- BigBoggartRyasNecklace = 400300,
+ [Annotation(Name = "[Big Boggart] Rya's Necklace 400300")]
+ BigBoggartRyasNecklace = 400300,
- [Annotation(Name = "[Big Boggart] Iron Ball +0 - Braggart's Roar 400309")]
- BigBoggartIronBall0BraggartsRoar = 400309,
+ [Annotation(Name = "[Big Boggart] Iron Ball +0 - Braggart's Roar 400309")]
+ BigBoggartIronBall0BraggartsRoar = 400309,
- [Annotation(Name = "[Big Boggart] Seedbed Curse 400308")]
- BigBoggartSeedbedCurse = 400308,
+ [Annotation(Name = "[Big Boggart] Seedbed Curse 400308")]
+ BigBoggartSeedbedCurse = 400308,
- [Annotation(Name = "[Gowry] Unalloyed Gold Needle 400310")]
- GowryUnalloyedGoldNeedle = 400310,
+ [Annotation(Name = "[Gowry] Unalloyed Gold Needle 400310")]
+ GowryUnalloyedGoldNeedle = 400310,
- [Annotation(Name = "[Gowry] Sellia's Secret 400311")]
- GowrySelliasSecret = 400311,
+ [Annotation(Name = "[Gowry] Sellia's Secret 400311")]
+ GowrySelliasSecret = 400311,
- [Annotation(Name = "[Gowry] Flock's Canvas Talisman 400312")]
- GowryFlocksCanvasTalisman = 400312,
+ [Annotation(Name = "[Gowry] Flock's Canvas Talisman 400312")]
+ GowryFlocksCanvasTalisman = 400312,
- [Annotation(Name = "[Millicent] Prosthesis-Wearer Heirloom 400320")]
- MillicentProsthesisWearerHeirloom = 400320,
+ [Annotation(Name = "[Millicent] Prosthesis-Wearer Heirloom 400320")]
+ MillicentProsthesisWearerHeirloom = 400320,
- [Annotation(Name = "[Millicent] Unalloyed Gold Needle 400321")]
- MillicentUnalloyedGoldNeedle = 400321,
+ [Annotation(Name = "[Millicent] Unalloyed Gold Needle 400321")]
+ MillicentUnalloyedGoldNeedle = 400321,
- [Annotation(Name = "[Millicent] Millicent's Prosthesis 400323")]
- MillicentMillicentsProsthesis = 400323,
+ [Annotation(Name = "[Millicent] Millicent's Prosthesis 400323")]
+ MillicentMillicentsProsthesis = 400323,
- [Annotation(Name = "[Millicent] Miquella's Needle 400324")]
- MillicentMiquellasNeedle = 400324,
+ [Annotation(Name = "[Millicent] Miquella's Needle 400324")]
+ MillicentMiquellasNeedle = 400324,
- [Annotation(Name = "[Millicent] Somber Ancient Dragon Smithing Stone 400325")]
- MillicentSomberAncientDragonSmithingStone = 400325,
+ [Annotation(Name = "[Millicent] Somber Ancient Dragon Smithing Stone 400325")]
+ MillicentSomberAncientDragonSmithingStone = 400325,
- [Annotation(Name = "[Fia] Weathered Dagger 400331")]
- FiaWeatheredDagger = 400331,
+ [Annotation(Name = "[Fia] Weathered Dagger 400331")]
+ FiaWeatheredDagger = 400331,
- [Annotation(Name = "[Fia] Sacrificial Twig 400332")]
- FiaSacrificialTwig = 400332,
+ [Annotation(Name = "[Fia] Sacrificial Twig 400332")]
+ FiaSacrificialTwig = 400332,
- [Annotation(Name = "[Fia] Radiant Baldachin's Blessing 400333")]
- FiaRadiantBaldachinsBlessing = 400333,
+ [Annotation(Name = "[Fia] Radiant Baldachin's Blessing 400333")]
+ FiaRadiantBaldachinsBlessing = 400333,
- [Annotation(Name = "[Fia] Knifeprint Clue 400334")]
- FiaKnifeprintClue = 400334,
+ [Annotation(Name = "[Fia] Knifeprint Clue 400334")]
+ FiaKnifeprintClue = 400334,
- [Annotation(Name = "[D, Hunter of the Dead] D's Bell Bearing 400349")]
- DHunterOfTheDeadDsBellBearing = 400349,
+ [Annotation(Name = "[D, Hunter of the Dead] D's Bell Bearing 400349")]
+ DHunterOfTheDeadDsBellBearing = 400349,
- [Annotation(Name = "[Prince of Death's Throne] Inseparable Sword 400348")]
- PrinceOfDeathsThroneInseparableSword = 400348,
+ [Annotation(Name = "[Prince of Death's Throne] Inseparable Sword 400348")]
+ PrinceOfDeathsThroneInseparableSword = 400348,
- [Annotation(Name = "[Sorcerer Rogier] Rogier's Rapier +8 - Glintblade Phalanx 400358")]
- SorcererRogierRogiersRapier8GlintbladePhalanx = 400358,
+ [Annotation(Name = "[Sorcerer Rogier] Rogier's Rapier +8 - Glintblade Phalanx 400358")]
+ SorcererRogierRogiersRapier8GlintbladePhalanx = 400358,
- [Annotation(Name = "[Sorcerer Rogier] Black Knifeprint 400357")]
- SorcererRogierBlackKnifeprint = 400357,
+ [Annotation(Name = "[Sorcerer Rogier] Black Knifeprint 400357")]
+ SorcererRogierBlackKnifeprint = 400357,
- [Annotation(Name = "[Sorcerer Rogier] Rogier's Letter 400356")]
- SorcererRogierRogiersLetter = 400356,
+ [Annotation(Name = "[Sorcerer Rogier] Rogier's Letter 400356")]
+ SorcererRogierRogiersLetter = 400356,
- [Annotation(Name = "[Sorcerer Rogier] Rogier's Bell Bearing 400359")]
- SorcererRogierRogiersBellBearing = 400359,
+ [Annotation(Name = "[Sorcerer Rogier] Rogier's Bell Bearing 400359")]
+ SorcererRogierRogiersBellBearing = 400359,
- [Annotation(Name = "[Thops] Thops's Bell Bearing 400360")]
- ThopsThopssBellBearing = 400360,
+ [Annotation(Name = "[Thops] Thops's Bell Bearing 400360")]
+ ThopsThopssBellBearing = 400360,
- [Annotation(Name = "[Thops] Academy Glintstone Staff 400361")]
- ThopsAcademyGlintstoneStaff = 400361,
+ [Annotation(Name = "[Thops] Academy Glintstone Staff 400361")]
+ ThopsAcademyGlintstoneStaff = 400361,
- [Annotation(Name = "[Thops] Thops's Barrier 400362")]
- ThopsThopssBarrier = 400362,
+ [Annotation(Name = "[Thops] Thops's Barrier 400362")]
+ ThopsThopssBarrier = 400362,
- [Annotation(Name = "[Brother Corhyn] Corhyn's Bell Bearing 400370")]
- BrotherCorhynCorhynsBellBearing = 400370,
+ [Annotation(Name = "[Brother Corhyn] Corhyn's Bell Bearing 400370")]
+ BrotherCorhynCorhynsBellBearing = 400370,
- [Annotation(Name = "[Dung Eater] Sewer-Gaol Key 400380")]
- DungEaterSewerGaolKey = 400380,
+ [Annotation(Name = "[Dung Eater] Sewer-Gaol Key 400380")]
+ DungEaterSewerGaolKey = 400380,
- [Annotation(Name = "[Dung Eater] Omen Helm 400382")]
- DungEaterOmenHelm = 400382,
+ [Annotation(Name = "[Dung Eater] Omen Helm 400382")]
+ DungEaterOmenHelm = 400382,
- [Annotation(Name = "[Ranni the Witch] Spirit Calling Bell 60110")]
- RanniTheWitchSpiritCallingBell = 60110,
+ [Annotation(Name = "[Ranni the Witch] Spirit Calling Bell 60110")]
+ RanniTheWitchSpiritCallingBell = 60110,
- [Annotation(Name = "[Ranni the Witch] Lone Wolf Ashes 400390")]
- RanniTheWitchLoneWolfAshes = 400390,
+ [Annotation(Name = "[Ranni the Witch] Lone Wolf Ashes 400390")]
+ RanniTheWitchLoneWolfAshes = 400390,
- [Annotation(Name = "[Ranni the Witch] Carian Inverted Statue 400391")]
- RanniTheWitchCarianInvertedStatue = 400391,
+ [Annotation(Name = "[Ranni the Witch] Carian Inverted Statue 400391")]
+ RanniTheWitchCarianInvertedStatue = 400391,
- [Annotation(Name = "[Ranni the Witch] Dark Moon Greatsword 400393")]
- RanniTheWitchDarkMoonGreatsword = 400393,
+ [Annotation(Name = "[Ranni the Witch] Dark Moon Greatsword 400393")]
+ RanniTheWitchDarkMoonGreatsword = 400393,
- [Annotation(Name = "[Ranni the Witch] Miniature Ranni 400394")]
- RanniTheWitchMiniatureRanni = 400394,
+ [Annotation(Name = "[Ranni the Witch] Miniature Ranni 400394")]
+ RanniTheWitchMiniatureRanni = 400394,
- [Annotation(Name = "[Ranni the Witch] Fingerslayer Blade 400395")]
- RanniTheWitchFingerslayerBlade = 400395,
+ [Annotation(Name = "[Ranni the Witch] Fingerslayer Blade 400395")]
+ RanniTheWitchFingerslayerBlade = 400395,
- [Annotation(Name = "[Witch-Hunter Jerren] Ancient Dragon Smithing Stone 400400")]
- WitchHunterJerrenAncientDragonSmithingStone = 400400,
+ [Annotation(Name = "[Witch-Hunter Jerren] Ancient Dragon Smithing Stone 400400")]
+ WitchHunterJerrenAncientDragonSmithingStone = 400400,
- [Annotation(Name = "[Witch-Hunter Jerren] Eccentric's Hood 400401")]
- WitchHunterJerrenEccentricsHood = 400401,
+ [Annotation(Name = "[Witch-Hunter Jerren] Eccentric's Hood 400401")]
+ WitchHunterJerrenEccentricsHood = 400401,
- [Annotation(Name = "[Latenna] Latenna the Albinauric 400410")]
- LatennaLatennaTheAlbinauric = 400410,
+ [Annotation(Name = "[Latenna] Latenna the Albinauric 400410")]
+ LatennaLatennaTheAlbinauric = 400410,
- [Annotation(Name = "[Latenna] Somber Ancient Dragon Smithing Stone 400411")]
- LatennaSomberAncientDragonSmithingStone = 400411,
+ [Annotation(Name = "[Latenna] Somber Ancient Dragon Smithing Stone 400411")]
+ LatennaSomberAncientDragonSmithingStone = 400411,
- [Annotation(Name = "[Latenna] Blue Silver Mail Hood 400412")]
- LatennaBlueSilverMailHood = 400412,
+ [Annotation(Name = "[Latenna] Blue Silver Mail Hood 400412")]
+ LatennaBlueSilverMailHood = 400412,
- [Annotation(Name = "[Nepheli Loux] Arsenal Charm 400420")]
- NepheliLouxArsenalCharm = 400420,
+ [Annotation(Name = "[Nepheli Loux] Arsenal Charm 400420")]
+ NepheliLouxArsenalCharm = 400420,
- [Annotation(Name = "[Nepheli Loux] Ancient Dragon Smithing Stone 400422")]
- NepheliLouxAncientDragonSmithingStone = 400422,
+ [Annotation(Name = "[Nepheli Loux] Ancient Dragon Smithing Stone 400422")]
+ NepheliLouxAncientDragonSmithingStone = 400422,
- [Annotation(Name = "[Master Lusat] Stars of Ruin 400430")]
- MasterLusatStarsOfRuin = 400430,
+ [Annotation(Name = "[Master Lusat] Stars of Ruin 400430")]
+ MasterLusatStarsOfRuin = 400430,
- [Annotation(Name = "[Master Azur] Comet Azur 400440")]
- MasterAzurCometAzur = 400440,
+ [Annotation(Name = "[Master Azur] Comet Azur 400440")]
+ MasterAzurCometAzur = 400440,
- [Annotation(Name = "[Juno Hoslow] Hoslow's Petal Whip 400451")]
- JunoHoslowHoslowsPetalWhip = 400451,
+ [Annotation(Name = "[Juno Hoslow] Hoslow's Petal Whip 400451")]
+ JunoHoslowHoslowsPetalWhip = 400451,
- [Annotation(Name = "[Juno Hoslow] Companion Jar 400452")]
- JunoHoslowCompanionJar = 400452,
+ [Annotation(Name = "[Juno Hoslow] Companion Jar 400452")]
+ JunoHoslowCompanionJar = 400452,
- [Annotation(Name = "[Jar Bairn] Companion Jar 400460")]
- JarBairnCompanionJar = 400460,
+ [Annotation(Name = "[Jar Bairn] Companion Jar 400460")]
+ JarBairnCompanionJar = 400460,
- [Annotation(Name = "[The Great-Jar] Great-Jar's Arsenal 400470")]
- TheGreatJarGreatJarsArsenal = 400470,
+ [Annotation(Name = "[The Great-Jar] Great-Jar's Arsenal 400470")]
+ TheGreatJarGreatJarsArsenal = 400470,
- [Annotation(Name = "[Millicent - Killed Sisters] Rotten Winged Sword Insignia 400480")]
- MillicentKilledSistersRottenWingedSwordInsignia = 400480,
+ [Annotation(Name = "[Millicent - Killed Sisters] Rotten Winged Sword Insignia 400480")]
+ MillicentKilledSistersRottenWingedSwordInsignia = 400480,
- [Annotation(Name = "[Ensha of the Royal Remains] Royal Remains Helm 400490")]
- EnshaOfTheRoyalRemainsRoyalRemainsHelm = 400490,
+ [Annotation(Name = "[Ensha of the Royal Remains] Royal Remains Helm 400490")]
+ EnshaOfTheRoyalRemainsRoyalRemainsHelm = 400490,
- [Annotation(Name = "[Goldmask] Goldmask's Rags 400500")]
- GoldmaskGoldmasksRags = 400500,
+ [Annotation(Name = "[Goldmask] Goldmask's Rags 400500")]
+ GoldmaskGoldmasksRags = 400500,
- [Annotation(Name = "[Magnus the Beast Claw - Writheblood Ruins] Great Stars 400510")]
- MagnustheBeastClawWrithebloodRuinsGreatStars = 400510,
+ [Annotation(Name = "[Magnus the Beast Claw - Writheblood Ruins] Great Stars 400510")]
+ MagnustheBeastClawWrithebloodRuinsGreatStars = 400510,
- [Annotation(Name = "[Merchant Kale] Kale's Bell Bearing 400049")]
- MerchantKaleKalesBellBearing = 400049,
+ [Annotation(Name = "[Merchant Kale] Kale's Bell Bearing 400049")]
+ MerchantKaleKalesBellBearing = 400049,
- [Annotation(Name = "[Corpse - Edgar] Banished Knight's Halberd +8 - Spinning Strikes 400069")]
- CorpseEdgarBanishedKnightsHalberd8SpinningStrikes = 400069,
+ [Annotation(Name = "[Corpse - Edgar] Banished Knight's Halberd +8 - Spinning Strikes 400069")]
+ CorpseEdgarBanishedKnightsHalberd8SpinningStrikes = 400069,
- [Annotation(Name = "[Corpse - Unknown] Glowstone 400108")]
- CorpseUnknownGlowstone = 400108,
+ [Annotation(Name = "[Corpse - Unknown] Glowstone 400108")]
+ CorpseUnknownGlowstone = 400108,
- [Annotation(Name = "[Corpse - Unknown] Glowstone 400109")]
- CorpseUnknownGlowstone_ = 400109,
+ [Annotation(Name = "[Corpse - Unknown] Glowstone 400109")]
+ CorpseUnknownGlowstone_ = 400109,
- [Annotation(Name = "[Corpse - Iron Fist Alexander] Warrior Jar Shard 400175")]
- CorpseIronFistAlexanderWarriorJarShard = 400175,
+ [Annotation(Name = "[Corpse - Iron Fist Alexander] Warrior Jar Shard 400175")]
+ CorpseIronFistAlexanderWarriorJarShard = 400175,
- [Annotation(Name = "[Corpse - Patches] Patches' Bell Bearing 400189")]
- CorpsePatchesPatchesBellBearing = 400189,
+ [Annotation(Name = "[Corpse - Patches] Patches' Bell Bearing 400189")]
+ CorpsePatchesPatchesBellBearing = 400189,
- [Annotation(Name = "[Corpse - Unknown] Glowstone 400209")]
- CorpseUnknownGlowstone__ = 400209,
+ [Annotation(Name = "[Corpse - Unknown] Glowstone 400209")]
+ CorpseUnknownGlowstone__ = 400209,
- [Annotation(Name = "[Corpse - Unknown] Golden Seed 400220")]
- CorpseUnknownGoldenSeed = 400220,
+ [Annotation(Name = "[Corpse - Unknown] Golden Seed 400220")]
+ CorpseUnknownGoldenSeed = 400220,
- [Annotation(Name = "[Corpse - Knight Bernahl] Bernahl's Bell Bearing 400299")]
- CorpseKnightBernahlBernahlsBellBearing = 400299,
+ [Annotation(Name = "[Corpse - Knight Bernahl] Bernahl's Bell Bearing 400299")]
+ CorpseKnightBernahlBernahlsBellBearing = 400299,
- [Annotation(Name = "[Corpse - Fia] Fia's Hood 400339")]
- CorpseFiaFiasHood = 400339,
+ [Annotation(Name = "[Corpse - Fia] Fia's Hood 400339")]
+ CorpseFiaFiasHood = 400339,
- [Annotation(Name = "[Corpse - Dung Eater] Sword of Milos 400381")]
- CorpseDungEaterSwordOfMilos = 400381,
+ [Annotation(Name = "[Corpse - Dung Eater] Sword of Milos 400381")]
+ CorpseDungEaterSwordOfMilos = 400381,
- [Annotation(Name = "[Corpse - Nepheli Loux] Stormhawk Axe 400421")]
- CorpseNepheliLouxStormhawkAxe = 400421,
+ [Annotation(Name = "[Corpse - Nepheli Loux] Stormhawk Axe 400421")]
+ CorpseNepheliLouxStormhawkAxe = 400421,
- [Annotation(Name = "[Corpse - Master Lusat] Lusat's Glintstone Crown 400431")]
- CorpseMasterLusatLusatsGlintstoneCrown = 400431,
+ [Annotation(Name = "[Corpse - Master Lusat] Lusat's Glintstone Crown 400431")]
+ CorpseMasterLusatLusatsGlintstoneCrown = 400431,
- [Annotation(Name = "[Corpse - Master Azur] Azur's Glintstone Crown 400441")]
- CorpseMasterAzurAzursGlintstoneCrown = 400441,
+ [Annotation(Name = "[Corpse - Master Azur] Azur's Glintstone Crown 400441")]
+ CorpseMasterAzurAzursGlintstoneCrown = 400441,
- [Annotation(Name = "[Corpse - Merchant] Nomadic Merchant's Bell Bearing [1] 400901")]
- CorpseMerchantNomadicMerchantsBellBearing1 = 400901,
+ [Annotation(Name = "[Corpse - Merchant] Nomadic Merchant's Bell Bearing [1] 400901")]
+ CorpseMerchantNomadicMerchantsBellBearing1 = 400901,
- [Annotation(Name = "[Corpse - Merchant] Nomadic Merchant's Bell Bearing [2] 400902")]
- CorpseMerchantNomadicMerchantsBellBearing2 = 400902,
+ [Annotation(Name = "[Corpse - Merchant] Nomadic Merchant's Bell Bearing [2] 400902")]
+ CorpseMerchantNomadicMerchantsBellBearing2 = 400902,
- [Annotation(Name = "[Corpse - Merchant] Nomadic Merchant's Bell Bearing [3] 400903")]
- CorpseMerchantNomadicMerchantsBellBearing3 = 400903,
+ [Annotation(Name = "[Corpse - Merchant] Nomadic Merchant's Bell Bearing [3] 400903")]
+ CorpseMerchantNomadicMerchantsBellBearing3 = 400903,
- [Annotation(Name = "[Corpse - Merchant] Nomadic Merchant's Bell Bearing [4] 400904")]
- CorpseMerchantNomadicMerchantsBellBearing4 = 400904,
+ [Annotation(Name = "[Corpse - Merchant] Nomadic Merchant's Bell Bearing [4] 400904")]
+ CorpseMerchantNomadicMerchantsBellBearing4 = 400904,
- [Annotation(Name = "[Corpse - Merchant] Nomadic Merchant's Bell Bearing [5] 400905")]
- CorpseMerchantNomadicMerchantsBellBearing5 = 400905,
+ [Annotation(Name = "[Corpse - Merchant] Nomadic Merchant's Bell Bearing [5] 400905")]
+ CorpseMerchantNomadicMerchantsBellBearing5 = 400905,
- [Annotation(Name = "[Corpse - Merchant] Isolated Merchant's Bell Bearing [1] 400906")]
- CorpseMerchantIsolatedMerchantsBellBearing1 = 400906,
+ [Annotation(Name = "[Corpse - Merchant] Isolated Merchant's Bell Bearing [1] 400906")]
+ CorpseMerchantIsolatedMerchantsBellBearing1 = 400906,
- [Annotation(Name = "[Corpse - Merchant] Isolated Merchant's Bell Bearing [2] 400907")]
- CorpseMerchantIsolatedMerchantsBellBearing2 = 400907,
+ [Annotation(Name = "[Corpse - Merchant] Isolated Merchant's Bell Bearing [2] 400907")]
+ CorpseMerchantIsolatedMerchantsBellBearing2 = 400907,
- [Annotation(Name = "[Corpse - Merchant] Nomadic Merchant's Bell Bearing [6] 400908")]
- CorpseMerchantNomadicMerchantsBellBearing6 = 400908,
+ [Annotation(Name = "[Corpse - Merchant] Nomadic Merchant's Bell Bearing [6] 400908")]
+ CorpseMerchantNomadicMerchantsBellBearing6 = 400908,
- [Annotation(Name = "[Corpse - Merchant] Hermit Merchant's Bell Bearing [1] 400909")]
- CorpseMerchantHermitMerchantsBellBearing1 = 400909,
+ [Annotation(Name = "[Corpse - Merchant] Hermit Merchant's Bell Bearing [1] 400909")]
+ CorpseMerchantHermitMerchantsBellBearing1 = 400909,
- [Annotation(Name = "[Corpse - Merchant] Nomadic Merchant's Bell Bearing [7] 400910")]
- CorpseMerchantNomadicMerchantsBellBearing7 = 400910,
+ [Annotation(Name = "[Corpse - Merchant] Nomadic Merchant's Bell Bearing [7] 400910")]
+ CorpseMerchantNomadicMerchantsBellBearing7 = 400910,
- [Annotation(Name = "[Corpse - Merchant] Nomadic Merchant's Bell Bearing [8] 400911")]
- CorpseMerchantNomadicMerchantsBellBearing8 = 400911,
+ [Annotation(Name = "[Corpse - Merchant] Nomadic Merchant's Bell Bearing [8] 400911")]
+ CorpseMerchantNomadicMerchantsBellBearing8 = 400911,
- [Annotation(Name = "[Corpse - Merchant] Nomadic Merchant's Bell Bearing [9] 400912")]
- CorpseMerchantNomadicMerchantsBellBearing9 = 400912,
+ [Annotation(Name = "[Corpse - Merchant] Nomadic Merchant's Bell Bearing [9] 400912")]
+ CorpseMerchantNomadicMerchantsBellBearing9 = 400912,
- [Annotation(Name = "[Corpse - Merchant] Nomadic Merchant's Bell Bearing [10] 400913")]
- CorpseMerchantNomadicMerchantsBellBearing10 = 400913,
+ [Annotation(Name = "[Corpse - Merchant] Nomadic Merchant's Bell Bearing [10] 400913")]
+ CorpseMerchantNomadicMerchantsBellBearing10 = 400913,
- [Annotation(Name = "[Corpse - Merchant] Nomadic Merchant's Bell Bearing [11] 400914")]
- CorpseMerchantNomadicMerchantsBellBearing11 = 400914,
+ [Annotation(Name = "[Corpse - Merchant] Nomadic Merchant's Bell Bearing [11] 400914")]
+ CorpseMerchantNomadicMerchantsBellBearing11 = 400914,
- [Annotation(Name = "[Corpse - Merchant] Isolated Merchant's Bell Bearing [3] 400915")]
- CorpseMerchantIsolatedMerchantsBellBearing3 = 400915,
+ [Annotation(Name = "[Corpse - Merchant] Isolated Merchant's Bell Bearing [3] 400915")]
+ CorpseMerchantIsolatedMerchantsBellBearing3 = 400915,
- [Annotation(Name = "[Corpse - Merchant] Hermit Merchant's Bell Bearing [2] 400916")]
- CorpseMerchantHermitMerchantsBellBearing2 = 400916,
+ [Annotation(Name = "[Corpse - Merchant] Hermit Merchant's Bell Bearing [2] 400916")]
+ CorpseMerchantHermitMerchantsBellBearing2 = 400916,
- [Annotation(Name = "[Corpse - Merchant] Abandoned Merchant's Bell Bearing 400917")]
- CorpseMerchantAbandonedMerchantsBellBearing = 400917,
+ [Annotation(Name = "[Corpse - Merchant] Abandoned Merchant's Bell Bearing 400917")]
+ CorpseMerchantAbandonedMerchantsBellBearing = 400917,
- [Annotation(Name = "[Corpse - Merchant] Hermit Merchant's Bell Bearing [3] 400918")]
- CorpseMerchantHermitMerchantsBellBearing3 = 400918,
+ [Annotation(Name = "[Corpse - Merchant] Hermit Merchant's Bell Bearing [3] 400918")]
+ CorpseMerchantHermitMerchantsBellBearing3 = 400918,
- [Annotation(Name = "[Corpse - Merchant] Imprisoned Merchant's Bell Bearing 400919")]
- CorpseMerchantImprisonedMerchantsBellBearing = 400919,
+ [Annotation(Name = "[Corpse - Merchant] Imprisoned Merchant's Bell Bearing 400919")]
+ CorpseMerchantImprisonedMerchantsBellBearing = 400919,
- [Annotation(Name = "[LD - Stormveil] Furlcalling Finger Remedy 10007030")]
- LDStormveilFurlcallingFingerRemedy = 10007030,
+ [Annotation(Name = "[LD - Stormveil] Furlcalling Finger Remedy 10007030")]
+ LDStormveilFurlcallingFingerRemedy = 10007030,
- [Annotation(Name = "[LD - Stormveil] Fire Grease 10007040")]
- LDStormveilFireGrease = 10007040,
+ [Annotation(Name = "[LD - Stormveil] Fire Grease 10007040")]
+ LDStormveilFireGrease = 10007040,
- [Annotation(Name = "[LD - Stormveil] Gold-Pickled Fowl Foot 10007050")]
- LDStormveilGoldPickledFowlFoot = 10007050,
+ [Annotation(Name = "[LD - Stormveil] Gold-Pickled Fowl Foot 10007050")]
+ LDStormveilGoldPickledFowlFoot = 10007050,
- [Annotation(Name = "[LD - Stormveil] Festering Bloody Finger 10007060")]
- LDStormveilFesteringBloodyFinger = 10007060,
+ [Annotation(Name = "[LD - Stormveil] Festering Bloody Finger 10007060")]
+ LDStormveilFesteringBloodyFinger = 10007060,
- [Annotation(Name = "[LD - Stormveil] Arrow 10007080")]
- LDStormveilArrow = 10007080,
+ [Annotation(Name = "[LD - Stormveil] Arrow 10007080")]
+ LDStormveilArrow = 10007080,
- [Annotation(Name = "[LD - Stormveil] Manor Towershield 10007090")]
- LDStormveilManorTowershield = 10007090,
+ [Annotation(Name = "[LD - Stormveil] Manor Towershield 10007090")]
+ LDStormveilManorTowershield = 10007090,
- [Annotation(Name = "[LD - Stormveil] Marred Leather Shield 10007100")]
- LDStormveilMarredLeatherShield = 10007100,
+ [Annotation(Name = "[LD - Stormveil] Marred Leather Shield 10007100")]
+ LDStormveilMarredLeatherShield = 10007100,
- [Annotation(Name = "[LD - Stormveil] Golden Rune [1] 10007110")]
- LDStormveilGoldenRune1 = 10007110,
+ [Annotation(Name = "[LD - Stormveil] Golden Rune [1] 10007110")]
+ LDStormveilGoldenRune1 = 10007110,
- [Annotation(Name = "[LD - Stormveil] Bolt 10007120")]
- LDStormveilBolt = 10007120,
+ [Annotation(Name = "[LD - Stormveil] Bolt 10007120")]
+ LDStormveilBolt = 10007120,
- [Annotation(Name = "[LD - Stormveil] Smithing Stone [3] 10007130")]
- LDStormveilSmithingStone3 = 10007130,
+ [Annotation(Name = "[LD - Stormveil] Smithing Stone [3] 10007130")]
+ LDStormveilSmithingStone3 = 10007130,
- [Annotation(Name = "[LD - Stormveil] Ruin Fragment 10007140")]
- LDStormveilRuinFragment = 10007140,
+ [Annotation(Name = "[LD - Stormveil] Ruin Fragment 10007140")]
+ LDStormveilRuinFragment = 10007140,
- [Annotation(Name = "[LD - Stormveil] Smithing Stone [2] 10007150")]
- LDStormveilSmithingStone2 = 10007150,
+ [Annotation(Name = "[LD - Stormveil] Smithing Stone [2] 10007150")]
+ LDStormveilSmithingStone2 = 10007150,
- [Annotation(Name = "[LD - Stormveil] Silver-Pickled Fowl Foot 10007160")]
- LDStormveilSilverPickledFowlFoot = 10007160,
+ [Annotation(Name = "[LD - Stormveil] Silver-Pickled Fowl Foot 10007160")]
+ LDStormveilSilverPickledFowlFoot = 10007160,
- [Annotation(Name = "[LD - Stormveil] Golden Rune [2] 10007170")]
- LDStormveilGoldenRune2 = 10007170,
+ [Annotation(Name = "[LD - Stormveil] Golden Rune [2] 10007170")]
+ LDStormveilGoldenRune2 = 10007170,
- [Annotation(Name = "[LD - Stormveil] Hookclaws 10007180")]
- LDStormveilHookclaws = 10007180,
+ [Annotation(Name = "[LD - Stormveil] Hookclaws 10007180")]
+ LDStormveilHookclaws = 10007180,
- [Annotation(Name = "[LD - Stormveil] Throwing Dagger 10007190")]
- LDStormveilThrowingDagger = 10007190,
+ [Annotation(Name = "[LD - Stormveil] Throwing Dagger 10007190")]
+ LDStormveilThrowingDagger = 10007190,
- [Annotation(Name = "[LD - Stormveil] St. Trina's Arrow 10007200")]
- LDStormveilStTrinasArrow = 10007200,
+ [Annotation(Name = "[LD - Stormveil] St. Trina's Arrow 10007200")]
+ LDStormveilStTrinasArrow = 10007200,
- [Annotation(Name = "[LD - Stormveil] Smoldering Butterfly 10007210")]
- LDStormveilSmolderingButterfly = 10007210,
+ [Annotation(Name = "[LD - Stormveil] Smoldering Butterfly 10007210")]
+ LDStormveilSmolderingButterfly = 10007210,
- [Annotation(Name = "[LD - Stormveil] Fire Grease 10007220")]
- LDStormveilFireGrease_ = 10007220,
+ [Annotation(Name = "[LD - Stormveil] Fire Grease 10007220")]
+ LDStormveilFireGrease_ = 10007220,
- [Annotation(Name = "[LD - Stormveil] Claw Talisman 10007230")]
- LDStormveilClawTalisman = 10007230,
+ [Annotation(Name = "[LD - Stormveil] Claw Talisman 10007230")]
+ LDStormveilClawTalisman = 10007230,
- [Annotation(Name = "[LD - Stormveil] Golden Rune [2] 10007240")]
- LDStormveilGoldenRune2_ = 10007240,
+ [Annotation(Name = "[LD - Stormveil] Golden Rune [2] 10007240")]
+ LDStormveilGoldenRune2_ = 10007240,
- [Annotation(Name = "[LD - Stormveil] Arteria Leaf 10007250")]
- LDStormveilArteriaLeaf = 10007250,
+ [Annotation(Name = "[LD - Stormveil] Arteria Leaf 10007250")]
+ LDStormveilArteriaLeaf = 10007250,
- [Annotation(Name = "[LD - Stormveil] Throwing Dagger 10007260")]
- LDStormveilThrowingDagger_ = 10007260,
+ [Annotation(Name = "[LD - Stormveil] Throwing Dagger 10007260")]
+ LDStormveilThrowingDagger_ = 10007260,
- [Annotation(Name = "[LD - Stormveil] Mushroom 10007270")]
- LDStormveilMushroom = 10007270,
+ [Annotation(Name = "[LD - Stormveil] Mushroom 10007270")]
+ LDStormveilMushroom = 10007270,
- [Annotation(Name = "[LD - Stormveil] Drawstring Fire Grease 10007280")]
- LDStormveilDrawstringFireGrease = 10007280,
+ [Annotation(Name = "[LD - Stormveil] Drawstring Fire Grease 10007280")]
+ LDStormveilDrawstringFireGrease = 10007280,
- [Annotation(Name = "[LD - Stormveil] Golden Rune [2] 10007290")]
- LDStormveilGoldenRune2__ = 10007290,
+ [Annotation(Name = "[LD - Stormveil] Golden Rune [2] 10007290")]
+ LDStormveilGoldenRune2__ = 10007290,
- [Annotation(Name = "[LD - Stormveil] Somber Smithing Stone [2] 10007300")]
- LDStormveilSomberSmithingStone2 = 10007300,
+ [Annotation(Name = "[LD - Stormveil] Somber Smithing Stone [2] 10007300")]
+ LDStormveilSomberSmithingStone2 = 10007300,
- [Annotation(Name = "[LD - Stormveil] Smithing Stone [2] 10007310")]
- LDStormveilSmithingStone2_ = 10007310,
+ [Annotation(Name = "[LD - Stormveil] Smithing Stone [2] 10007310")]
+ LDStormveilSmithingStone2_ = 10007310,
- [Annotation(Name = "[LD - Stormveil] Marred Wooden Shield 10007320")]
- LDStormveilMarredWoodenShield = 10007320,
+ [Annotation(Name = "[LD - Stormveil] Marred Wooden Shield 10007320")]
+ LDStormveilMarredWoodenShield = 10007320,
- [Annotation(Name = "[LD - Stormveil] Golden Rune [2] 10007330")]
- LDStormveilGoldenRune2___ = 10007330,
+ [Annotation(Name = "[LD - Stormveil] Golden Rune [2] 10007330")]
+ LDStormveilGoldenRune2___ = 10007330,
- [Annotation(Name = "[LD - Stormveil] Highland Axe 10007340")]
- LDStormveilHighlandAxe = 10007340,
+ [Annotation(Name = "[LD - Stormveil] Highland Axe 10007340")]
+ LDStormveilHighlandAxe = 10007340,
- [Annotation(Name = "[LD - Stormveil] Kukri 10007350")]
- LDStormveilKukri = 10007350,
+ [Annotation(Name = "[LD - Stormveil] Kukri 10007350")]
+ LDStormveilKukri = 10007350,
- [Annotation(Name = "[LD - Stormveil] Golden Rune [2] 10007360")]
- LDStormveilGoldenRune2____ = 10007360,
+ [Annotation(Name = "[LD - Stormveil] Golden Rune [2] 10007360")]
+ LDStormveilGoldenRune2____ = 10007360,
- [Annotation(Name = "[LD - Stormveil] Stonesword Key 10007370")]
- LDStormveilStoneswordKey = 10007370,
+ [Annotation(Name = "[LD - Stormveil] Stonesword Key 10007370")]
+ LDStormveilStoneswordKey = 10007370,
- [Annotation(Name = "[LD - Stormveil] Exalted Flesh 10007380")]
- LDStormveilExaltedFlesh = 10007380,
+ [Annotation(Name = "[LD - Stormveil] Exalted Flesh 10007380")]
+ LDStormveilExaltedFlesh = 10007380,
- [Annotation(Name = "[LD - Stormveil] Lump of Flesh 10007390")]
- LDStormveilLumpOfFlesh = 10007390,
+ [Annotation(Name = "[LD - Stormveil] Lump of Flesh 10007390")]
+ LDStormveilLumpOfFlesh = 10007390,
- [Annotation(Name = "[LD - Stormveil] Golden Rune [1] 10007400")]
- LDStormveilGoldenRune1_ = 10007400,
+ [Annotation(Name = "[LD - Stormveil] Golden Rune [1] 10007400")]
+ LDStormveilGoldenRune1_ = 10007400,
- [Annotation(Name = "[LD - Stormveil] Smithing Stone [2] 10007410")]
- LDStormveilSmithingStone2__ = 10007410,
+ [Annotation(Name = "[LD - Stormveil] Smithing Stone [2] 10007410")]
+ LDStormveilSmithingStone2__ = 10007410,
- [Annotation(Name = "[LD - Stormveil] Iron Whetblade 65610")]
- LDStormveilIronWhetblade = 65610,
+ [Annotation(Name = "[LD - Stormveil] Iron Whetblade 65610")]
+ LDStormveilIronWhetblade = 65610,
- [Annotation(Name = "[LD - Stormveil] Arrow 10007430")]
- LDStormveilArrow_ = 10007430,
+ [Annotation(Name = "[LD - Stormveil] Arrow 10007430")]
+ LDStormveilArrow_ = 10007430,
- [Annotation(Name = "[LD - Stormveil] Fireproof Dried Liver 10007440")]
- LDStormveilFireproofDriedLiver = 10007440,
+ [Annotation(Name = "[LD - Stormveil] Fireproof Dried Liver 10007440")]
+ LDStormveilFireproofDriedLiver = 10007440,
- [Annotation(Name = "[LD - Stormveil] Chrysalids' Memento 10007450")]
- LDStormveilChrysalidsMemento = 10007450,
+ [Annotation(Name = "[LD - Stormveil] Chrysalids' Memento 10007450")]
+ LDStormveilChrysalidsMemento = 10007450,
- [Annotation(Name = "[LD - Stormveil] Crimson Hood 10007452")]
- LDStormveilCrimsonHood = 10007452,
+ [Annotation(Name = "[LD - Stormveil] Crimson Hood 10007452")]
+ LDStormveilCrimsonHood = 10007452,
- [Annotation(Name = "[LD - Stormveil] Stanching Boluses 10007460")]
- LDStormveilStanchingBoluses = 10007460,
+ [Annotation(Name = "[LD - Stormveil] Stanching Boluses 10007460")]
+ LDStormveilStanchingBoluses = 10007460,
- [Annotation(Name = "[LD - Stormveil] Stonesword Key 10007470")]
- LDStormveilStoneswordKey_ = 10007470,
+ [Annotation(Name = "[LD - Stormveil] Stonesword Key 10007470")]
+ LDStormveilStoneswordKey_ = 10007470,
- [Annotation(Name = "[LD - Stormveil] Nomadic Warrior's Cookbook [10] 67030")]
- LDStormveilNomadicWarriorsCookbook10 = 67030,
+ [Annotation(Name = "[LD - Stormveil] Nomadic Warrior's Cookbook [10] 67030")]
+ LDStormveilNomadicWarriorsCookbook10 = 67030,
- [Annotation(Name = "[LD - Stormveil] Rusty Key 10007500")]
- LDStormveilRustyKey = 10007500,
+ [Annotation(Name = "[LD - Stormveil] Rusty Key 10007500")]
+ LDStormveilRustyKey = 10007500,
- [Annotation(Name = "[LD - Stormveil] Smithing Stone [1] 10007510")]
- LDStormveilSmithingStone1 = 10007510,
+ [Annotation(Name = "[LD - Stormveil] Smithing Stone [1] 10007510")]
+ LDStormveilSmithingStone1 = 10007510,
- [Annotation(Name = "[LD - Stormveil] Golden Rune [1] 10007520")]
- LDStormveilGoldenRune1__ = 10007520,
+ [Annotation(Name = "[LD - Stormveil] Golden Rune [1] 10007520")]
+ LDStormveilGoldenRune1__ = 10007520,
- [Annotation(Name = "[LD - Stormveil] Golden Rune [2] 10007530")]
- LDStormveilGoldenRune2_____ = 10007530,
+ [Annotation(Name = "[LD - Stormveil] Golden Rune [2] 10007530")]
+ LDStormveilGoldenRune2_____ = 10007530,
- [Annotation(Name = "[LD - Stormveil] Ballista Bolt 10007540")]
- LDStormveilBallistaBolt = 10007540,
+ [Annotation(Name = "[LD - Stormveil] Ballista Bolt 10007540")]
+ LDStormveilBallistaBolt = 10007540,
- [Annotation(Name = "[LD - Stormveil] Arbalest 10007550")]
- LDStormveilArbalest = 10007550,
+ [Annotation(Name = "[LD - Stormveil] Arbalest 10007550")]
+ LDStormveilArbalest = 10007550,
- [Annotation(Name = "[LD - Stormveil] Commoner's Simple Garb 10007560")]
- LDStormveilCommonersSimpleGarb = 10007560,
+ [Annotation(Name = "[LD - Stormveil] Commoner's Simple Garb 10007560")]
+ LDStormveilCommonersSimpleGarb = 10007560,
- [Annotation(Name = "[LD - Stormveil] Golden Rune [2] 10007570")]
- LDStormveilGoldenRune2______ = 10007570,
+ [Annotation(Name = "[LD - Stormveil] Golden Rune [2] 10007570")]
+ LDStormveilGoldenRune2______ = 10007570,
- [Annotation(Name = "[LD - Stormveil] Golden Rune [5] 10007580")]
- LDStormveilGoldenRune5 = 10007580,
+ [Annotation(Name = "[LD - Stormveil] Golden Rune [5] 10007580")]
+ LDStormveilGoldenRune5 = 10007580,
- [Annotation(Name = "[LD - Stormveil] Smithing Stone [2] 10007590")]
- LDStormveilSmithingStone2___ = 10007590,
+ [Annotation(Name = "[LD - Stormveil] Smithing Stone [2] 10007590")]
+ LDStormveilSmithingStone2___ = 10007590,
- [Annotation(Name = "[LD - Stormveil] Golden Rune [4] 10007600")]
- LDStormveilGoldenRune4 = 10007600,
+ [Annotation(Name = "[LD - Stormveil] Golden Rune [4] 10007600")]
+ LDStormveilGoldenRune4 = 10007600,
- [Annotation(Name = "[LD - Stormveil] Fire Arrow 10007610")]
- LDStormveilFireArrow = 10007610,
+ [Annotation(Name = "[LD - Stormveil] Fire Arrow 10007610")]
+ LDStormveilFireArrow = 10007610,
- [Annotation(Name = "[LD - Stormveil] Pike 10007620")]
- LDStormveilPike = 10007620,
+ [Annotation(Name = "[LD - Stormveil] Pike 10007620")]
+ LDStormveilPike = 10007620,
- [Annotation(Name = "[LD - Stormveil] Furlcalling Finger Remedy 10007630")]
- LDStormveilFurlcallingFingerRemedy_ = 10007630,
+ [Annotation(Name = "[LD - Stormveil] Furlcalling Finger Remedy 10007630")]
+ LDStormveilFurlcallingFingerRemedy_ = 10007630,
- [Annotation(Name = "[LD - Stormveil] Smithing Stone [1] 10007640")]
- LDStormveilSmithingStone1_ = 10007640,
+ [Annotation(Name = "[LD - Stormveil] Smithing Stone [1] 10007640")]
+ LDStormveilSmithingStone1_ = 10007640,
- [Annotation(Name = "[LD - Stormveil] Smoldering Butterfly 10007650")]
- LDStormveilSmolderingButterfly_ = 10007650,
+ [Annotation(Name = "[LD - Stormveil] Smoldering Butterfly 10007650")]
+ LDStormveilSmolderingButterfly_ = 10007650,
- [Annotation(Name = "[LD - Stormveil] Golden Rune [4] 10007660")]
- LDStormveilGoldenRune4_ = 10007660,
+ [Annotation(Name = "[LD - Stormveil] Golden Rune [4] 10007660")]
+ LDStormveilGoldenRune4_ = 10007660,
- [Annotation(Name = "[LD - Stormveil] Golden Rune [1] 10007670")]
- LDStormveilGoldenRune1___ = 10007670,
+ [Annotation(Name = "[LD - Stormveil] Golden Rune [1] 10007670")]
+ LDStormveilGoldenRune1___ = 10007670,
- [Annotation(Name = "[LD - Stormveil] Mushroom 10007680")]
- LDStormveilMushroom_ = 10007680,
+ [Annotation(Name = "[LD - Stormveil] Mushroom 10007680")]
+ LDStormveilMushroom_ = 10007680,
- [Annotation(Name = "[LD - Stormveil] Golden Rune [2] 10007690")]
- LDStormveilGoldenRune2_______ = 10007690,
+ [Annotation(Name = "[LD - Stormveil] Golden Rune [2] 10007690")]
+ LDStormveilGoldenRune2_______ = 10007690,
- [Annotation(Name = "[LD - Stormveil] Magic Grease 10007700")]
- LDStormveilMagicGrease = 10007700,
+ [Annotation(Name = "[LD - Stormveil] Magic Grease 10007700")]
+ LDStormveilMagicGrease = 10007700,
- [Annotation(Name = "[LD - Stormveil] Smithing Stone [2] 10007710")]
- LDStormveilSmithingStone2____ = 10007710,
+ [Annotation(Name = "[LD - Stormveil] Smithing Stone [2] 10007710")]
+ LDStormveilSmithingStone2____ = 10007710,
- [Annotation(Name = "[LD - Stormveil] Golden Rune [2] 10007720")]
- LDStormveilGoldenRune2________ = 10007720,
+ [Annotation(Name = "[LD - Stormveil] Golden Rune [2] 10007720")]
+ LDStormveilGoldenRune2________ = 10007720,
- [Annotation(Name = "[LD - Stormveil] Golden Seed 10007730")]
- LDStormveilGoldenSeed = 10007730,
+ [Annotation(Name = "[LD - Stormveil] Golden Seed 10007730")]
+ LDStormveilGoldenSeed = 10007730,
- [Annotation(Name = "[LD - Stormveil] Smithing Stone [2] 10007740")]
- LDStormveilSmithingStone2_____ = 10007740,
+ [Annotation(Name = "[LD - Stormveil] Smithing Stone [2] 10007740")]
+ LDStormveilSmithingStone2_____ = 10007740,
- [Annotation(Name = "[LD - Stormveil] Smithing Stone [1] 10007750")]
- LDStormveilSmithingStone1__ = 10007750,
+ [Annotation(Name = "[LD - Stormveil] Smithing Stone [1] 10007750")]
+ LDStormveilSmithingStone1__ = 10007750,
- [Annotation(Name = "[LD - Stormveil] Golden Rune [5] 10007760")]
- LDStormveilGoldenRune5_ = 10007760,
+ [Annotation(Name = "[LD - Stormveil] Golden Rune [5] 10007760")]
+ LDStormveilGoldenRune5_ = 10007760,
- [Annotation(Name = "[LD - Stormveil] Cracked Pot 66010")]
- LDStormveilCrackedPot = 66010,
+ [Annotation(Name = "[LD - Stormveil] Cracked Pot 66010")]
+ LDStormveilCrackedPot = 66010,
- [Annotation(Name = "[LD - Stormveil] Cracked Pot 66020")]
- LDStormveilCrackedPot_ = 66020,
+ [Annotation(Name = "[LD - Stormveil] Cracked Pot 66020")]
+ LDStormveilCrackedPot_ = 66020,
- [Annotation(Name = "[LD - Stormveil] Smithing Stone [1] 10007780")]
- LDStormveilSmithingStone1___ = 10007780,
+ [Annotation(Name = "[LD - Stormveil] Smithing Stone [1] 10007780")]
+ LDStormveilSmithingStone1___ = 10007780,
- [Annotation(Name = "[LD - Stormveil] Kukri 10007790")]
- LDStormveilKukri_ = 10007790,
+ [Annotation(Name = "[LD - Stormveil] Kukri 10007790")]
+ LDStormveilKukri_ = 10007790,
- [Annotation(Name = "[LD - Stormveil] Smithing Stone [2] 10007800")]
- LDStormveilSmithingStone2______ = 10007800,
+ [Annotation(Name = "[LD - Stormveil] Smithing Stone [2] 10007800")]
+ LDStormveilSmithingStone2______ = 10007800,
- [Annotation(Name = "[LD - Stormveil] Lump of Flesh 10007810")]
- LDStormveilLumpOfFlesh_ = 10007810,
+ [Annotation(Name = "[LD - Stormveil] Lump of Flesh 10007810")]
+ LDStormveilLumpOfFlesh_ = 10007810,
- [Annotation(Name = "[LD - Stormveil] Smithing Stone [1] 10007820")]
- LDStormveilSmithingStone1____ = 10007820,
+ [Annotation(Name = "[LD - Stormveil] Smithing Stone [1] 10007820")]
+ LDStormveilSmithingStone1____ = 10007820,
- [Annotation(Name = "[LD - Stormveil] Golden Rune [2] 10007830")]
- LDStormveilGoldenRune2_________ = 10007830,
+ [Annotation(Name = "[LD - Stormveil] Golden Rune [2] 10007830")]
+ LDStormveilGoldenRune2_________ = 10007830,
- [Annotation(Name = "[LD - Stormveil] Smithing Stone [3] 10007840")]
- LDStormveilSmithingStone3_ = 10007840,
+ [Annotation(Name = "[LD - Stormveil] Smithing Stone [3] 10007840")]
+ LDStormveilSmithingStone3_ = 10007840,
- [Annotation(Name = "[LD - Stormveil] Shabriri Grape 10007850")]
- LDStormveilShabririGrape = 10007850,
+ [Annotation(Name = "[LD - Stormveil] Shabriri Grape 10007850")]
+ LDStormveilShabririGrape = 10007850,
- [Annotation(Name = "[LD - Stormveil] Rainbow Stone 10007860")]
- LDStormveilRainbowStone = 10007860,
+ [Annotation(Name = "[LD - Stormveil] Rainbow Stone 10007860")]
+ LDStormveilRainbowStone = 10007860,
- [Annotation(Name = "[LD - Stormveil] Smithing Stone [2] 10007870")]
- LDStormveilSmithingStone2_______ = 10007870,
+ [Annotation(Name = "[LD - Stormveil] Smithing Stone [2] 10007870")]
+ LDStormveilSmithingStone2_______ = 10007870,
- [Annotation(Name = "[LD - Stormveil] Arteria Leaf 10007880")]
- LDStormveilArteriaLeaf_ = 10007880,
+ [Annotation(Name = "[LD - Stormveil] Arteria Leaf 10007880")]
+ LDStormveilArteriaLeaf_ = 10007880,
- [Annotation(Name = "[LD - Stormveil] Golden Rune [2] 10007890")]
- LDStormveilGoldenRune2__________ = 10007890,
+ [Annotation(Name = "[LD - Stormveil] Golden Rune [2] 10007890")]
+ LDStormveilGoldenRune2__________ = 10007890,
- [Annotation(Name = "[LD - Stormveil] Poisonbloom 10007900")]
- LDStormveilPoisonbloom = 10007900,
+ [Annotation(Name = "[LD - Stormveil] Poisonbloom 10007900")]
+ LDStormveilPoisonbloom = 10007900,
- [Annotation(Name = "[LD - Stormveil] Smoldering Butterfly 10007910")]
- LDStormveilSmolderingButterfly__ = 10007910,
+ [Annotation(Name = "[LD - Stormveil] Smoldering Butterfly 10007910")]
+ LDStormveilSmolderingButterfly__ = 10007910,
- [Annotation(Name = "[LD - Stormveil] Stonesword Key 10007920")]
- LDStormveilStoneswordKey__ = 10007920,
+ [Annotation(Name = "[LD - Stormveil] Stonesword Key 10007920")]
+ LDStormveilStoneswordKey__ = 10007920,
- [Annotation(Name = "[LD - Stormveil] Throwing Dagger 10007930")]
- LDStormveilThrowingDagger__ = 10007930,
+ [Annotation(Name = "[LD - Stormveil] Throwing Dagger 10007930")]
+ LDStormveilThrowingDagger__ = 10007930,
- [Annotation(Name = "[LD - Stormveil] Prince of Death's Pustule 10007940")]
- LDStormveilPrinceOfDeathsPustule = 10007940,
+ [Annotation(Name = "[LD - Stormveil] Prince of Death's Pustule 10007940")]
+ LDStormveilPrinceOfDeathsPustule = 10007940,
- [Annotation(Name = "[LD - Stormveil] Kukri 10007950")]
- LDStormveilKukri__ = 10007950,
+ [Annotation(Name = "[LD - Stormveil] Kukri 10007950")]
+ LDStormveilKukri__ = 10007950,
- [Annotation(Name = "[LD - Stormveil] Pickled Turtle Neck 10007960")]
- LDStormveilPickledTurtleNeck = 10007960,
+ [Annotation(Name = "[LD - Stormveil] Pickled Turtle Neck 10007960")]
+ LDStormveilPickledTurtleNeck = 10007960,
- [Annotation(Name = "[LD - Stormveil] Godslayer's Seal 10007965")]
- LDStormveilGodslayersSeal = 10007965,
+ [Annotation(Name = "[LD - Stormveil] Godslayer's Seal 10007965")]
+ LDStormveilGodslayersSeal = 10007965,
- [Annotation(Name = "[LD - Stormveil] Mimic's Veil 10007970")]
- LDStormveilMimicsVeil = 10007970,
+ [Annotation(Name = "[LD - Stormveil] Mimic's Veil 10007970")]
+ LDStormveilMimicsVeil = 10007970,
- [Annotation(Name = "[LD - Stormveil] Curved Sword Talisman 10007975")]
- LDStormveilCurvedSwordTalisman = 10007975,
+ [Annotation(Name = "[LD - Stormveil] Curved Sword Talisman 10007975")]
+ LDStormveilCurvedSwordTalisman = 10007975,
- [Annotation(Name = "[LD - Stormveil] Somber Smithing Stone [2] 10007980")]
- LDStormveilSomberSmithingStone2_ = 10007980,
+ [Annotation(Name = "[LD - Stormveil] Somber Smithing Stone [2] 10007980")]
+ LDStormveilSomberSmithingStone2_ = 10007980,
- [Annotation(Name = "[LD - Stormveil] Godskin Prayerbook 10007990")]
- LDStormveilGodskinPrayerbook = 10007990,
+ [Annotation(Name = "[LD - Stormveil] Godskin Prayerbook 10007990")]
+ LDStormveilGodskinPrayerbook = 10007990,
- [Annotation(Name = "[LD - Stormveil] Somber Smithing Stone [1] 10007085")]
- LDStormveilSomberSmithingStone1 = 10007085,
+ [Annotation(Name = "[LD - Stormveil] Somber Smithing Stone [1] 10007085")]
+ LDStormveilSomberSmithingStone1 = 10007085,
- [Annotation(Name = "[LD - Stormveil] Golden Seed 10007195")]
- LDStormveilGoldenSeed_ = 10007195,
+ [Annotation(Name = "[LD - Stormveil] Golden Seed 10007195")]
+ LDStormveilGoldenSeed_ = 10007195,
- [Annotation(Name = "[LD - Stormveil] [Incantation] Aspects of the Crucible: Horns 10007295")]
- LDStormveilIncantationAspectsOfTheCrucibleHorns = 10007295,
+ [Annotation(Name = "[LD - Stormveil] [Incantation] Aspects of the Crucible: Horns 10007295")]
+ LDStormveilIncantationAspectsOfTheCrucibleHorns = 10007295,
- [Annotation(Name = "[LD - Stormveil] Wooden Greatshield 10007005")]
- LDStormveilWoodenGreatshield = 10007005,
+ [Annotation(Name = "[LD - Stormveil] Wooden Greatshield 10007005")]
+ LDStormveilWoodenGreatshield = 10007005,
- [Annotation(Name = "[LD - Stormveil] Hawk Crest Wooden Shield 10007015")]
- LDStormveilHawkCrestWoodenShield = 10007015,
+ [Annotation(Name = "[LD - Stormveil] Hawk Crest Wooden Shield 10007015")]
+ LDStormveilHawkCrestWoodenShield = 10007015,
- [Annotation(Name = "[LD - Stormveil] Misericorde 10007025")]
- LDStormveilMisericorde = 10007025,
+ [Annotation(Name = "[LD - Stormveil] Misericorde 10007025")]
+ LDStormveilMisericorde = 10007025,
- [Annotation(Name = "[LD - Stormveil] Brick Hammer 10007035")]
- LDStormveilBrickHammer = 10007035,
+ [Annotation(Name = "[LD - Stormveil] Brick Hammer 10007035")]
+ LDStormveilBrickHammer = 10007035,
- [Annotation(Name = "[LD - Chapel of Anticipation] Tarnished's Wizened Finger 60210")]
- LDChapelOfAnticipationTarnishedsWizenedFinger = 60210,
+ [Annotation(Name = "[LD - Chapel of Anticipation] Tarnished's Wizened Finger 60210")]
+ LDChapelOfAnticipationTarnishedsWizenedFinger = 60210,
- [Annotation(Name = "[LD - Chapel of Anticipation] The Stormhawk King 10017010")]
- LDChapelOfAnticipationTheStormhawkKing = 10017010,
+ [Annotation(Name = "[LD - Chapel of Anticipation] The Stormhawk King 10017010")]
+ LDChapelOfAnticipationTheStormhawkKing = 10017010,
- [Annotation(Name = "[LD - Chapel of Anticipation] Stormhawk Deenh 10017900")]
- LDChapelOfAnticipationStormhawkDeenh = 10017900,
+ [Annotation(Name = "[LD - Chapel of Anticipation] Stormhawk Deenh 10017900")]
+ LDChapelOfAnticipationStormhawkDeenh = 10017900,
- [Annotation(Name = "[LD - Leyndell] Magic Grease 11007000")]
- LDLeyndellMagicGrease = 11007000,
+ [Annotation(Name = "[LD - Leyndell] Magic Grease 11007000")]
+ LDLeyndellMagicGrease = 11007000,
- [Annotation(Name = "[LD - Leyndell] Furlcalling Finger Remedy 11007010")]
- LDLeyndellFurlcallingFingerRemedy = 11007010,
+ [Annotation(Name = "[LD - Leyndell] Furlcalling Finger Remedy 11007010")]
+ LDLeyndellFurlcallingFingerRemedy = 11007010,
- [Annotation(Name = "[LD - Leyndell] Hefty Beast Bone 11007020")]
- LDLeyndellHeftyBeastBone = 11007020,
+ [Annotation(Name = "[LD - Leyndell] Hefty Beast Bone 11007020")]
+ LDLeyndellHeftyBeastBone = 11007020,
- [Annotation(Name = "[LD - Leyndell] Smithing Stone [4] 11007030")]
- LDLeyndellSmithingStone4 = 11007030,
+ [Annotation(Name = "[LD - Leyndell] Smithing Stone [4] 11007030")]
+ LDLeyndellSmithingStone4 = 11007030,
- [Annotation(Name = "[LD - Leyndell] Golden Rune [7] 11007040")]
- LDLeyndellGoldenRune7 = 11007040,
+ [Annotation(Name = "[LD - Leyndell] Golden Rune [7] 11007040")]
+ LDLeyndellGoldenRune7 = 11007040,
- [Annotation(Name = "[LD - Leyndell] Cave Moss 11007050")]
- LDLeyndellCaveMoss = 11007050,
+ [Annotation(Name = "[LD - Leyndell] Cave Moss 11007050")]
+ LDLeyndellCaveMoss = 11007050,
- [Annotation(Name = "[LD - Leyndell] Preserving Boluses 11007060")]
- LDLeyndellPreservingBoluses = 11007060,
+ [Annotation(Name = "[LD - Leyndell] Preserving Boluses 11007060")]
+ LDLeyndellPreservingBoluses = 11007060,
- [Annotation(Name = "[LD - Leyndell] String 11007070")]
- LDLeyndellString = 11007070,
+ [Annotation(Name = "[LD - Leyndell] String 11007070")]
+ LDLeyndellString = 11007070,
- [Annotation(Name = "[LD - Leyndell] Upper-Class Robe 11007080")]
- LDLeyndellUpperClassRobe = 11007080,
+ [Annotation(Name = "[LD - Leyndell] Upper-Class Robe 11007080")]
+ LDLeyndellUpperClassRobe = 11007080,
- [Annotation(Name = "[LD - Leyndell] Miranda Powder 11007090")]
- LDLeyndellMirandaPowder = 11007090,
+ [Annotation(Name = "[LD - Leyndell] Miranda Powder 11007090")]
+ LDLeyndellMirandaPowder = 11007090,
- [Annotation(Name = "[LD - Leyndell] Smithing Stone [6] 11007100")]
- LDLeyndellSmithingStone6 = 11007100,
+ [Annotation(Name = "[LD - Leyndell] Smithing Stone [6] 11007100")]
+ LDLeyndellSmithingStone6 = 11007100,
- [Annotation(Name = "[LD - Leyndell] Warming Stone 11007110")]
- LDLeyndellWarmingStone = 11007110,
+ [Annotation(Name = "[LD - Leyndell] Warming Stone 11007110")]
+ LDLeyndellWarmingStone = 11007110,
- [Annotation(Name = "[LD - Leyndell] Golden Rune [10] 11007120")]
- LDLeyndellGoldenRune10 = 11007120,
+ [Annotation(Name = "[LD - Leyndell] Golden Rune [10] 11007120")]
+ LDLeyndellGoldenRune10 = 11007120,
- [Annotation(Name = "[LD - Leyndell] Perfume Bottle 66710")]
- LDLeyndellPerfumeBottle = 66710,
+ [Annotation(Name = "[LD - Leyndell] Perfume Bottle 66710")]
+ LDLeyndellPerfumeBottle = 66710,
- [Annotation(Name = "[LD - Leyndell] Fan Daggers 11007140")]
- LDLeyndellFanDaggers = 11007140,
+ [Annotation(Name = "[LD - Leyndell] Fan Daggers 11007140")]
+ LDLeyndellFanDaggers = 11007140,
- [Annotation(Name = "[LD - Leyndell] Marika's Golden Siigl 11007150")]
- LDLeyndellMarikasGoldenSiigl = 11007150,
+ [Annotation(Name = "[LD - Leyndell] Marika's Golden Siigl 11007150")]
+ LDLeyndellMarikasGoldenSiigl = 11007150,
- [Annotation(Name = "[LD - Leyndell] Holy Grease 11007160")]
- LDLeyndellHolyGrease = 11007160,
+ [Annotation(Name = "[LD - Leyndell] Holy Grease 11007160")]
+ LDLeyndellHolyGrease = 11007160,
- [Annotation(Name = "[LD - Leyndell] Golden Rune [8] 11007170")]
- LDLeyndellGoldenRune8 = 11007170,
+ [Annotation(Name = "[LD - Leyndell] Golden Rune [8] 11007170")]
+ LDLeyndellGoldenRune8 = 11007170,
- [Annotation(Name = "[LD - Leyndell] Old Fang 11007180")]
- LDLeyndellOldFang = 11007180,
+ [Annotation(Name = "[LD - Leyndell] Old Fang 11007180")]
+ LDLeyndellOldFang = 11007180,
- [Annotation(Name = "[LD - Leyndell] Smithing Stone [4] 11007190")]
- LDLeyndellSmithingStone4_ = 11007190,
+ [Annotation(Name = "[LD - Leyndell] Smithing Stone [4] 11007190")]
+ LDLeyndellSmithingStone4_ = 11007190,
- [Annotation(Name = "[LD - Leyndell] Golden Rune [8] 11007200")]
- LDLeyndellGoldenRune8_ = 11007200,
+ [Annotation(Name = "[LD - Leyndell] Golden Rune [8] 11007200")]
+ LDLeyndellGoldenRune8_ = 11007200,
- [Annotation(Name = "[LD - Leyndell] Somber Smithing Stone [5] 11007210")]
- LDLeyndellSomberSmithingStone5 = 11007210,
+ [Annotation(Name = "[LD - Leyndell] Somber Smithing Stone [5] 11007210")]
+ LDLeyndellSomberSmithingStone5 = 11007210,
- [Annotation(Name = "[LD - Leyndell] Golden Rune [8] 11007220")]
- LDLeyndellGoldenRune8__ = 11007220,
+ [Annotation(Name = "[LD - Leyndell] Golden Rune [8] 11007220")]
+ LDLeyndellGoldenRune8__ = 11007220,
- [Annotation(Name = "[LD - Leyndell] Lordsworn's Bolt 11007230")]
- LDLeyndellLordswornsBolt = 11007230,
+ [Annotation(Name = "[LD - Leyndell] Lordsworn's Bolt 11007230")]
+ LDLeyndellLordswornsBolt = 11007230,
- [Annotation(Name = "[LD - Leyndell] Tarnished Golden Sunflower 11007240")]
- LDLeyndellTarnishedGoldenSunflower = 11007240,
+ [Annotation(Name = "[LD - Leyndell] Tarnished Golden Sunflower 11007240")]
+ LDLeyndellTarnishedGoldenSunflower = 11007240,
- [Annotation(Name = "[LD - Leyndell] Stonesword Key 11007250")]
- LDLeyndellStoneswordKey = 11007250,
+ [Annotation(Name = "[LD - Leyndell] Stonesword Key 11007250")]
+ LDLeyndellStoneswordKey = 11007250,
- [Annotation(Name = "[LD - Leyndell] Golden Rune [10] 11007260")]
- LDLeyndellGoldenRune10_ = 11007260,
+ [Annotation(Name = "[LD - Leyndell] Golden Rune [10] 11007260")]
+ LDLeyndellGoldenRune10_ = 11007260,
- [Annotation(Name = "[LD - Leyndell] Golden Rune [8] 11007270")]
- LDLeyndellGoldenRune8___ = 11007270,
+ [Annotation(Name = "[LD - Leyndell] Golden Rune [8] 11007270")]
+ LDLeyndellGoldenRune8___ = 11007270,
- [Annotation(Name = "[LD - Leyndell] Golden Rune [9] 11007280")]
- LDLeyndellGoldenRune9 = 11007280,
+ [Annotation(Name = "[LD - Leyndell] Golden Rune [9] 11007280")]
+ LDLeyndellGoldenRune9 = 11007280,
- [Annotation(Name = "[LD - Leyndell] Smithing Stone [6] 11007290")]
- LDLeyndellSmithingStone6_ = 11007290,
+ [Annotation(Name = "[LD - Leyndell] Smithing Stone [6] 11007290")]
+ LDLeyndellSmithingStone6_ = 11007290,
- [Annotation(Name = "[LD - Leyndell] Golden Rune [9] 11007300")]
- LDLeyndellGoldenRune9_ = 11007300,
+ [Annotation(Name = "[LD - Leyndell] Golden Rune [9] 11007300")]
+ LDLeyndellGoldenRune9_ = 11007300,
- [Annotation(Name = "[LD - Leyndell] Arteria Leaf 11007310")]
- LDLeyndellArteriaLeaf = 11007310,
+ [Annotation(Name = "[LD - Leyndell] Arteria Leaf 11007310")]
+ LDLeyndellArteriaLeaf = 11007310,
- [Annotation(Name = "[LD - Leyndell] Imp Head (Corpse) 11007320")]
- LDLeyndellImpHeadCorpse = 11007320,
+ [Annotation(Name = "[LD - Leyndell] Imp Head (Corpse) 11007320")]
+ LDLeyndellImpHeadCorpse = 11007320,
- [Annotation(Name = "[LD - Leyndell] Golden Rune [9] 11007330")]
- LDLeyndellGoldenRune9__ = 11007330,
+ [Annotation(Name = "[LD - Leyndell] Golden Rune [9] 11007330")]
+ LDLeyndellGoldenRune9__ = 11007330,
- [Annotation(Name = "[LD - Leyndell] Seedbed Curse 11007340")]
- LDLeyndellSeedbedCurse = 11007340,
+ [Annotation(Name = "[LD - Leyndell] Seedbed Curse 11007340")]
+ LDLeyndellSeedbedCurse = 11007340,
- [Annotation(Name = "[LD - Leyndell] Smithing Stone [6] 11007350")]
- LDLeyndellSmithingStone6__ = 11007350,
+ [Annotation(Name = "[LD - Leyndell] Smithing Stone [6] 11007350")]
+ LDLeyndellSmithingStone6__ = 11007350,
- [Annotation(Name = "[LD - Leyndell] Golden Rune [9] 11007360")]
- LDLeyndellGoldenRune9___ = 11007360,
+ [Annotation(Name = "[LD - Leyndell] Golden Rune [9] 11007360")]
+ LDLeyndellGoldenRune9___ = 11007360,
- [Annotation(Name = "[LD - Leyndell] Smithing Stone [5] 11007370")]
- LDLeyndellSmithingStone5 = 11007370,
+ [Annotation(Name = "[LD - Leyndell] Smithing Stone [5] 11007370")]
+ LDLeyndellSmithingStone5 = 11007370,
- [Annotation(Name = "[LD - Leyndell] Stonesword Key 11007380")]
- LDLeyndellStoneswordKey_ = 11007380,
+ [Annotation(Name = "[LD - Leyndell] Stonesword Key 11007380")]
+ LDLeyndellStoneswordKey_ = 11007380,
- [Annotation(Name = "[LD - Leyndell] Golden Rune [12] 11007390")]
- LDLeyndellGoldenRune12 = 11007390,
+ [Annotation(Name = "[LD - Leyndell] Golden Rune [12] 11007390")]
+ LDLeyndellGoldenRune12 = 11007390,
- [Annotation(Name = "[LD - Leyndell] Beast Blood 11007400")]
- LDLeyndellBeastBlood = 11007400,
+ [Annotation(Name = "[LD - Leyndell] Beast Blood 11007400")]
+ LDLeyndellBeastBlood = 11007400,
- [Annotation(Name = "[LD - Leyndell] Nascent Butterfly 11007410")]
- LDLeyndellNascentButterfly = 11007410,
+ [Annotation(Name = "[LD - Leyndell] Nascent Butterfly 11007410")]
+ LDLeyndellNascentButterfly = 11007410,
- [Annotation(Name = "[LD - Leyndell] Exalted Flesh 11007420")]
- LDLeyndellExaltedFlesh = 11007420,
+ [Annotation(Name = "[LD - Leyndell] Exalted Flesh 11007420")]
+ LDLeyndellExaltedFlesh = 11007420,
- [Annotation(Name = "[LD - Leyndell] Soporific Grease 11007430")]
- LDLeyndellSoporificGrease = 11007430,
+ [Annotation(Name = "[LD - Leyndell] Soporific Grease 11007430")]
+ LDLeyndellSoporificGrease = 11007430,
- [Annotation(Name = "[LD - Leyndell] Somber Smithing Stone [6] 11007440")]
- LDLeyndellSomberSmithingStone6 = 11007440,
+ [Annotation(Name = "[LD - Leyndell] Somber Smithing Stone [6] 11007440")]
+ LDLeyndellSomberSmithingStone6 = 11007440,
- [Annotation(Name = "[LD - Leyndell] Golden Rune [9] 11007450")]
- LDLeyndellGoldenRune9____ = 11007450,
+ [Annotation(Name = "[LD - Leyndell] Golden Rune [9] 11007450")]
+ LDLeyndellGoldenRune9____ = 11007450,
- [Annotation(Name = "[LD - Leyndell] Lightningproof Dried Liver 11007460")]
- LDLeyndellLightningproofDriedLiver = 11007460,
+ [Annotation(Name = "[LD - Leyndell] Lightningproof Dried Liver 11007460")]
+ LDLeyndellLightningproofDriedLiver = 11007460,
- [Annotation(Name = "[LD - Leyndell] Perfume Bottle 66720")]
- LDLeyndellPerfumeBottle_ = 66720,
+ [Annotation(Name = "[LD - Leyndell] Perfume Bottle 66720")]
+ LDLeyndellPerfumeBottle_ = 66720,
- [Annotation(Name = "[LD - Leyndell] Gravel Stone 11007480")]
- LDLeyndellGravelStone = 11007480,
+ [Annotation(Name = "[LD - Leyndell] Gravel Stone 11007480")]
+ LDLeyndellGravelStone = 11007480,
- [Annotation(Name = "[LD - Leyndell] Stonesword Key 11007490")]
- LDLeyndellStoneswordKey__ = 11007490,
+ [Annotation(Name = "[LD - Leyndell] Stonesword Key 11007490")]
+ LDLeyndellStoneswordKey__ = 11007490,
- [Annotation(Name = "[LD - Leyndell] Golden Rune [9] 11007500")]
- LDLeyndellGoldenRune9_____ = 11007500,
+ [Annotation(Name = "[LD - Leyndell] Golden Rune [9] 11007500")]
+ LDLeyndellGoldenRune9_____ = 11007500,
- [Annotation(Name = "[LD - Leyndell] Smithing Stone [4] 11007510")]
- LDLeyndellSmithingStone4__ = 11007510,
+ [Annotation(Name = "[LD - Leyndell] Smithing Stone [4] 11007510")]
+ LDLeyndellSmithingStone4__ = 11007510,
- [Annotation(Name = "[LD - Leyndell] Golden Arrow 11007520")]
- LDLeyndellGoldenArrow = 11007520,
+ [Annotation(Name = "[LD - Leyndell] Golden Arrow 11007520")]
+ LDLeyndellGoldenArrow = 11007520,
- [Annotation(Name = "[LD - Leyndell] Smithing Stone [6] 11007530")]
- LDLeyndellSmithingStone6___ = 11007530,
+ [Annotation(Name = "[LD - Leyndell] Smithing Stone [6] 11007530")]
+ LDLeyndellSmithingStone6___ = 11007530,
- [Annotation(Name = "[LD - Leyndell] Clarifying Boluses 11007540")]
- LDLeyndellClarifyingBoluses = 11007540,
+ [Annotation(Name = "[LD - Leyndell] Clarifying Boluses 11007540")]
+ LDLeyndellClarifyingBoluses = 11007540,
- [Annotation(Name = "[LD - Leyndell] Golden Rune [8] 11007550")]
- LDLeyndellGoldenRune8____ = 11007550,
+ [Annotation(Name = "[LD - Leyndell] Golden Rune [8] 11007550")]
+ LDLeyndellGoldenRune8____ = 11007550,
- [Annotation(Name = "[LD - Leyndell] Cracked Pot 66130")]
- LDLeyndellCrackedPot = 66130,
+ [Annotation(Name = "[LD - Leyndell] Cracked Pot 66130")]
+ LDLeyndellCrackedPot = 66130,
- [Annotation(Name = "[LD - Leyndell] Lost Ashes of War 11007570")]
- LDLeyndellLostAshesOfWar = 11007570,
+ [Annotation(Name = "[LD - Leyndell] Lost Ashes of War 11007570")]
+ LDLeyndellLostAshesOfWar = 11007570,
- [Annotation(Name = "[LD - Leyndell] Rune Arc 11007580")]
- LDLeyndellRuneArc = 11007580,
+ [Annotation(Name = "[LD - Leyndell] Rune Arc 11007580")]
+ LDLeyndellRuneArc = 11007580,
- [Annotation(Name = "[LD - Leyndell] Erdsteel Dagger 11007590")]
- LDLeyndellErdsteelDagger = 11007590,
+ [Annotation(Name = "[LD - Leyndell] Erdsteel Dagger 11007590")]
+ LDLeyndellErdsteelDagger = 11007590,
- [Annotation(Name = "[LD - Leyndell] Poisonbone Dart 11007600")]
- LDLeyndellPoisonboneDart = 11007600,
+ [Annotation(Name = "[LD - Leyndell] Poisonbone Dart 11007600")]
+ LDLeyndellPoisonboneDart = 11007600,
- [Annotation(Name = "[LD - Leyndell] Somber Smithing Stone [6] 11007610")]
- LDLeyndellSomberSmithingStone6_ = 11007610,
+ [Annotation(Name = "[LD - Leyndell] Somber Smithing Stone [6] 11007610")]
+ LDLeyndellSomberSmithingStone6_ = 11007610,
- [Annotation(Name = "[LD - Leyndell] Albinauric Bloodclot 11007620")]
- LDLeyndellAlbinauricBloodclot = 11007620,
+ [Annotation(Name = "[LD - Leyndell] Albinauric Bloodclot 11007620")]
+ LDLeyndellAlbinauricBloodclot = 11007620,
- [Annotation(Name = "[LD - Leyndell] Smithing Stone [5] 11007630")]
- LDLeyndellSmithingStone5_ = 11007630,
+ [Annotation(Name = "[LD - Leyndell] Smithing Stone [5] 11007630")]
+ LDLeyndellSmithingStone5_ = 11007630,
- [Annotation(Name = "[LD - Leyndell] Pickled Turtle Neck 11007640")]
- LDLeyndellPickledTurtleNeck = 11007640,
+ [Annotation(Name = "[LD - Leyndell] Pickled Turtle Neck 11007640")]
+ LDLeyndellPickledTurtleNeck = 11007640,
- [Annotation(Name = "[LD - Leyndell] Smithing Stone [6] 11007650")]
- LDLeyndellSmithingStone6____ = 11007650,
+ [Annotation(Name = "[LD - Leyndell] Smithing Stone [6] 11007650")]
+ LDLeyndellSmithingStone6____ = 11007650,
- [Annotation(Name = "[LD - Leyndell] Golden Rune [9] 11007660")]
- LDLeyndellGoldenRune9______ = 11007660,
+ [Annotation(Name = "[LD - Leyndell] Golden Rune [9] 11007660")]
+ LDLeyndellGoldenRune9______ = 11007660,
- [Annotation(Name = "[LD - Leyndell] Black Bow 11007670")]
- LDLeyndellBlackBow = 11007670,
+ [Annotation(Name = "[LD - Leyndell] Black Bow 11007670")]
+ LDLeyndellBlackBow = 11007670,
- [Annotation(Name = "[LD - Leyndell] Dragonwound Grease 11007680")]
- LDLeyndellDragonwoundGrease = 11007680,
+ [Annotation(Name = "[LD - Leyndell] Dragonwound Grease 11007680")]
+ LDLeyndellDragonwoundGrease = 11007680,
- [Annotation(Name = "[LD - Leyndell] Two Fingers' Prayerbook 11007690")]
- LDLeyndellTwoFingersPrayerbook = 11007690,
+ [Annotation(Name = "[LD - Leyndell] Two Fingers' Prayerbook 11007690")]
+ LDLeyndellTwoFingersPrayerbook = 11007690,
- [Annotation(Name = "[LD - Leyndell] Smithing Stone [5] 11007700")]
- LDLeyndellSmithingStone5__ = 11007700,
+ [Annotation(Name = "[LD - Leyndell] Smithing Stone [5] 11007700")]
+ LDLeyndellSmithingStone5__ = 11007700,
- [Annotation(Name = "[LD - Leyndell] Golden Rune [9] 11007710")]
- LDLeyndellGoldenRune9_______ = 11007710,
+ [Annotation(Name = "[LD - Leyndell] Golden Rune [9] 11007710")]
+ LDLeyndellGoldenRune9_______ = 11007710,
- [Annotation(Name = "[LD - Leyndell] Smithing Stone [6] 11007720")]
- LDLeyndellSmithingStone6_____ = 11007720,
+ [Annotation(Name = "[LD - Leyndell] Smithing Stone [6] 11007720")]
+ LDLeyndellSmithingStone6_____ = 11007720,
- [Annotation(Name = "[LD - Leyndell] Holyproof Dried Liver 11007730")]
- LDLeyndellHolyproofDriedLiver = 11007730,
+ [Annotation(Name = "[LD - Leyndell] Holyproof Dried Liver 11007730")]
+ LDLeyndellHolyproofDriedLiver = 11007730,
- [Annotation(Name = "[LD - Leyndell] Furlcalling Finger Remedy 11007740")]
- LDLeyndellFurlcallingFingerRemedy_ = 11007740,
+ [Annotation(Name = "[LD - Leyndell] Furlcalling Finger Remedy 11007740")]
+ LDLeyndellFurlcallingFingerRemedy_ = 11007740,
- [Annotation(Name = "[LD - Leyndell] Gravel Stone 11007750")]
- LDLeyndellGravelStone_ = 11007750,
+ [Annotation(Name = "[LD - Leyndell] Gravel Stone 11007750")]
+ LDLeyndellGravelStone_ = 11007750,
- [Annotation(Name = "[LD - Leyndell] Smithing Stone [5] 11007760")]
- LDLeyndellSmithingStone5___ = 11007760,
+ [Annotation(Name = "[LD - Leyndell] Smithing Stone [5] 11007760")]
+ LDLeyndellSmithingStone5___ = 11007760,
- [Annotation(Name = "[LD - Leyndell] Old Fang 11007770")]
- LDLeyndellOldFang_ = 11007770,
+ [Annotation(Name = "[LD - Leyndell] Old Fang 11007770")]
+ LDLeyndellOldFang_ = 11007770,
- [Annotation(Name = "[LD - Leyndell] Smithing Stone [6] 11007780")]
- LDLeyndellSmithingStone6______ = 11007780,
+ [Annotation(Name = "[LD - Leyndell] Smithing Stone [6] 11007780")]
+ LDLeyndellSmithingStone6______ = 11007780,
- [Annotation(Name = "[LD - Leyndell] Nascent Butterfly 11007790")]
- LDLeyndellNascentButterfly_ = 11007790,
+ [Annotation(Name = "[LD - Leyndell] Nascent Butterfly 11007790")]
+ LDLeyndellNascentButterfly_ = 11007790,
- [Annotation(Name = "[LD - Leyndell] Stonesword Key 11007800")]
- LDLeyndellStoneswordKey___ = 11007800,
+ [Annotation(Name = "[LD - Leyndell] Stonesword Key 11007800")]
+ LDLeyndellStoneswordKey___ = 11007800,
- [Annotation(Name = "[LD - Leyndell] Fan Daggers 11007810")]
- LDLeyndellFanDaggers_ = 11007810,
+ [Annotation(Name = "[LD - Leyndell] Fan Daggers 11007810")]
+ LDLeyndellFanDaggers_ = 11007810,
- [Annotation(Name = "[LD - Leyndell] Smithing Stone [6] 11007820")]
- LDLeyndellSmithingStone6_______ = 11007820,
+ [Annotation(Name = "[LD - Leyndell] Smithing Stone [6] 11007820")]
+ LDLeyndellSmithingStone6_______ = 11007820,
- [Annotation(Name = "[LD - Leyndell] Golden Rune [9] 11007830")]
- LDLeyndellGoldenRune9________ = 11007830,
+ [Annotation(Name = "[LD - Leyndell] Golden Rune [9] 11007830")]
+ LDLeyndellGoldenRune9________ = 11007830,
- [Annotation(Name = "[LD - Leyndell] Gravel Stone 11007840")]
- LDLeyndellGravelStone__ = 11007840,
+ [Annotation(Name = "[LD - Leyndell] Gravel Stone 11007840")]
+ LDLeyndellGravelStone__ = 11007840,
- [Annotation(Name = "[LD - Leyndell] Seedbed Curse 11007850")]
- LDLeyndellSeedbedCurse_ = 11007850,
+ [Annotation(Name = "[LD - Leyndell] Seedbed Curse 11007850")]
+ LDLeyndellSeedbedCurse_ = 11007850,
- [Annotation(Name = "[LD - Leyndell] Smithing Stone [5] 11007860")]
- LDLeyndellSmithingStone5____ = 11007860,
+ [Annotation(Name = "[LD - Leyndell] Smithing Stone [5] 11007860")]
+ LDLeyndellSmithingStone5____ = 11007860,
- [Annotation(Name = "[LD - Leyndell] Furlcalling Finger Remedy 11007870")]
- LDLeyndellFurlcallingFingerRemedy__ = 11007870,
+ [Annotation(Name = "[LD - Leyndell] Furlcalling Finger Remedy 11007870")]
+ LDLeyndellFurlcallingFingerRemedy__ = 11007870,
- [Annotation(Name = "[LD - Leyndell] Star Fist 11007880")]
- LDLeyndellStarFist = 11007880,
+ [Annotation(Name = "[LD - Leyndell] Star Fist 11007880")]
+ LDLeyndellStarFist = 11007880,
- [Annotation(Name = "[LD - Leyndell] Holy Grease 11007890")]
- LDLeyndellHolyGrease_ = 11007890,
+ [Annotation(Name = "[LD - Leyndell] Holy Grease 11007890")]
+ LDLeyndellHolyGrease_ = 11007890,
- [Annotation(Name = "[LD - Leyndell] Smithing Stone [6] 11007900")]
- LDLeyndellSmithingStone6________ = 11007900,
+ [Annotation(Name = "[LD - Leyndell] Smithing Stone [6] 11007900")]
+ LDLeyndellSmithingStone6________ = 11007900,
- [Annotation(Name = "[LD - Leyndell] Golden Order Principia 11007910")]
- LDLeyndellGoldenOrderPrincipia = 11007910,
+ [Annotation(Name = "[LD - Leyndell] Golden Order Principia 11007910")]
+ LDLeyndellGoldenOrderPrincipia = 11007910,
- [Annotation(Name = "[LD - Leyndell] Somber Smithing Stone [5] 11007920")]
- LDLeyndellSomberSmithingStone5_ = 11007920,
+ [Annotation(Name = "[LD - Leyndell] Somber Smithing Stone [5] 11007920")]
+ LDLeyndellSomberSmithingStone5_ = 11007920,
- [Annotation(Name = "[LD - Leyndell] Holy Grease 11007930")]
- LDLeyndellHolyGrease__ = 11007930,
+ [Annotation(Name = "[LD - Leyndell] Holy Grease 11007930")]
+ LDLeyndellHolyGrease__ = 11007930,
- [Annotation(Name = "[LD - Leyndell] Holy Grease 11007940")]
- LDLeyndellHolyGrease___ = 11007940,
+ [Annotation(Name = "[LD - Leyndell] Holy Grease 11007940")]
+ LDLeyndellHolyGrease___ = 11007940,
- [Annotation(Name = "[LD - Leyndell] Rune Arc 11007950")]
- LDLeyndellRuneArc_ = 11007950,
+ [Annotation(Name = "[LD - Leyndell] Rune Arc 11007950")]
+ LDLeyndellRuneArc_ = 11007950,
- [Annotation(Name = "[LD - Leyndell] Erdtree Seal 11007960")]
- LDLeyndellErdtreeSeal = 11007960,
+ [Annotation(Name = "[LD - Leyndell] Erdtree Seal 11007960")]
+ LDLeyndellErdtreeSeal = 11007960,
- [Annotation(Name = "[LD - Leyndell] Coded Sword 11007970")]
- LDLeyndellCodedSword = 11007970,
+ [Annotation(Name = "[LD - Leyndell] Coded Sword 11007970")]
+ LDLeyndellCodedSword = 11007970,
- [Annotation(Name = "[LD - Leyndell] Stonesword Key 11007980")]
- LDLeyndellStoneswordKey____ = 11007980,
+ [Annotation(Name = "[LD - Leyndell] Stonesword Key 11007980")]
+ LDLeyndellStoneswordKey____ = 11007980,
- [Annotation(Name = "[LD - Leyndell] Raging Wolf Helm 11007985")]
- LDLeyndellRagingWolfHelm = 11007985,
+ [Annotation(Name = "[LD - Leyndell] Raging Wolf Helm 11007985")]
+ LDLeyndellRagingWolfHelm = 11007985,
- [Annotation(Name = "[LD - Leyndell] Golden Seed 11007990")]
- LDLeyndellGoldenSeed = 11007990,
+ [Annotation(Name = "[LD - Leyndell] Golden Seed 11007990")]
+ LDLeyndellGoldenSeed = 11007990,
- [Annotation(Name = "[LD - Leyndell] [Incantation] Blessing of the Erdtree 11007991")]
- LDLeyndellIncantationBlessingOfTheErdtree = 11007991,
+ [Annotation(Name = "[LD - Leyndell] [Incantation] Blessing of the Erdtree 11007991")]
+ LDLeyndellIncantationBlessingOfTheErdtree = 11007991,
- [Annotation(Name = "[LD - Leyndell] Sanctified Whetblade 65660")]
- LDLeyndellSanctifiedWhetblade = 65660,
+ [Annotation(Name = "[LD - Leyndell] Sanctified Whetblade 65660")]
+ LDLeyndellSanctifiedWhetblade = 65660,
- [Annotation(Name = "[LD - Leyndell] Blessed Dew Talisman 11007994")]
- LDLeyndellBlessedDewTalisman = 11007994,
+ [Annotation(Name = "[LD - Leyndell] Blessed Dew Talisman 11007994")]
+ LDLeyndellBlessedDewTalisman = 11007994,
- [Annotation(Name = "[LD - Leyndell] Ritual Shield Talisman 11007996")]
- LDLeyndellRitualShieldTalisman = 11007996,
+ [Annotation(Name = "[LD - Leyndell] Ritual Shield Talisman 11007996")]
+ LDLeyndellRitualShieldTalisman = 11007996,
- [Annotation(Name = "[LD - Leyndell] Bolt of Gransax 11007997")]
- LDLeyndellBoltOfGransax = 11007997,
+ [Annotation(Name = "[LD - Leyndell] Bolt of Gransax 11007997")]
+ LDLeyndellBoltOfGransax = 11007997,
- [Annotation(Name = "[LD - Leyndell] Gargoyle's Halberd 11007987")]
- LDLeyndellGargoylesHalberd = 11007987,
+ [Annotation(Name = "[LD - Leyndell] Gargoyle's Halberd 11007987")]
+ LDLeyndellGargoylesHalberd = 11007987,
- [Annotation(Name = "[LD - Leyndell] Golden Seed 11007993")]
- LDLeyndellGoldenSeed_ = 11007993,
+ [Annotation(Name = "[LD - Leyndell] Golden Seed 11007993")]
+ LDLeyndellGoldenSeed_ = 11007993,
- [Annotation(Name = "[LD - Leyndell] Somber Smithing Stone [7] 11007995")]
- LDLeyndellSomberSmithingStone7 = 11007995,
+ [Annotation(Name = "[LD - Leyndell] Somber Smithing Stone [7] 11007995")]
+ LDLeyndellSomberSmithingStone7 = 11007995,
- [Annotation(Name = "[LD - Leyndell] Lord's Rune 11007998")]
- LDLeyndellLordsRune = 11007998,
+ [Annotation(Name = "[LD - Leyndell] Lord's Rune 11007998")]
+ LDLeyndellLordsRune = 11007998,
- [Annotation(Name = "[LD - Leyndell] Alberich's Pointed Hat 11007005")]
- LDLeyndellAlberichsPointedHat = 11007005,
+ [Annotation(Name = "[LD - Leyndell] Alberich's Pointed Hat 11007005")]
+ LDLeyndellAlberichsPointedHat = 11007005,
- [Annotation(Name = "[LD - Leyndell] Erdtree Bow 11007015")]
- LDLeyndellErdtreeBow = 11007015,
+ [Annotation(Name = "[LD - Leyndell] Erdtree Bow 11007015")]
+ LDLeyndellErdtreeBow = 11007015,
- [Annotation(Name = "[LD - Leyndell] Celestial Dew 11007025")]
- LDLeyndellCelestialDew = 11007025,
+ [Annotation(Name = "[LD - Leyndell] Celestial Dew 11007025")]
+ LDLeyndellCelestialDew = 11007025,
- [Annotation(Name = "[LD - Leyndell] Deathbed Dress 11007035")]
- LDLeyndellDeathbedDress = 11007035,
+ [Annotation(Name = "[LD - Leyndell] Deathbed Dress 11007035")]
+ LDLeyndellDeathbedDress = 11007035,
- [Annotation(Name = "[LD - Leyndell] Lionel's Helm 11007045")]
- LDLeyndellLionelsHelm = 11007045,
+ [Annotation(Name = "[LD - Leyndell] Lionel's Helm 11007045")]
+ LDLeyndellLionelsHelm = 11007045,
- [Annotation(Name = "[LD - Leyndell] Hammer 11007055")]
- LDLeyndellHammer = 11007055,
+ [Annotation(Name = "[LD - Leyndell] Hammer 11007055")]
+ LDLeyndellHammer = 11007055,
- [Annotation(Name = "[LD - Leyndell] Rune Arc 11007065")]
- LDLeyndellRuneArc__ = 11007065,
+ [Annotation(Name = "[LD - Leyndell] Rune Arc 11007065")]
+ LDLeyndellRuneArc__ = 11007065,
- [Annotation(Name = "[LD - Leyndell] Hero's Rune [1] 11007075")]
- LDLeyndellHerosRune1 = 11007075,
+ [Annotation(Name = "[LD - Leyndell] Hero's Rune [1] 11007075")]
+ LDLeyndellHerosRune1 = 11007075,
- [Annotation(Name = "[LD - Leyndell] Golden Rune [12] 11007085")]
- LDLeyndellGoldenRune12_ = 11007085,
+ [Annotation(Name = "[LD - Leyndell] Golden Rune [12] 11007085")]
+ LDLeyndellGoldenRune12_ = 11007085,
- [Annotation(Name = "[LD - Leyndell] Guilty Hood 11007095")]
- LDLeyndellGuiltyHood = 11007095,
+ [Annotation(Name = "[LD - Leyndell] Guilty Hood 11007095")]
+ LDLeyndellGuiltyHood = 11007095,
- [Annotation(Name = "[LD - Leyndell] Stormhawk Axe 11007105")]
- LDLeyndellStormhawkAxe = 11007105,
+ [Annotation(Name = "[LD - Leyndell] Stormhawk Axe 11007105")]
+ LDLeyndellStormhawkAxe = 11007105,
- [Annotation(Name = "[LD - Leyndell] Cane Sword 11007115")]
- LDLeyndellCaneSword = 11007115,
+ [Annotation(Name = "[LD - Leyndell] Cane Sword 11007115")]
+ LDLeyndellCaneSword = 11007115,
- [Annotation(Name = "[LD - Leyndell] Black-Key Bolt 11007125")]
- LDLeyndellBlackKeyBolt = 11007125,
+ [Annotation(Name = "[LD - Leyndell] Black-Key Bolt 11007125")]
+ LDLeyndellBlackKeyBolt = 11007125,
- [Annotation(Name = "[LD - Leyndell] Gravel Stone 11007135")]
- LDLeyndellGravelStone___ = 11007135,
+ [Annotation(Name = "[LD - Leyndell] Gravel Stone 11007135")]
+ LDLeyndellGravelStone___ = 11007135,
- [Annotation(Name = "[LD - Leyndell] Somber Smithing Stone [6] 11007145")]
- LDLeyndellSomberSmithingStone6__ = 11007145,
+ [Annotation(Name = "[LD - Leyndell] Somber Smithing Stone [6] 11007145")]
+ LDLeyndellSomberSmithingStone6__ = 11007145,
- [Annotation(Name = "[LD - Leyndell] Hero's Rune [5] 11007155")]
- LDLeyndellHerosRune5 = 11007155,
+ [Annotation(Name = "[LD - Leyndell] Hero's Rune [5] 11007155")]
+ LDLeyndellHerosRune5 = 11007155,
- [Annotation(Name = "[LD - Leyndell] Golden Rune [11] 11007165")]
- LDLeyndellGoldenRune11 = 11007165,
+ [Annotation(Name = "[LD - Leyndell] Golden Rune [11] 11007165")]
+ LDLeyndellGoldenRune11 = 11007165,
- [Annotation(Name = "[LD - Leyndell] Hero's Rune [2] 11007175")]
- LDLeyndellHerosRune2 = 11007175,
+ [Annotation(Name = "[LD - Leyndell] Hero's Rune [2] 11007175")]
+ LDLeyndellHerosRune2 = 11007175,
- [Annotation(Name = "[LD - Leyndell] Somber Smithing Stone [6] 11007185")]
- LDLeyndellSomberSmithingStone6___ = 11007185,
+ [Annotation(Name = "[LD - Leyndell] Somber Smithing Stone [6] 11007185")]
+ LDLeyndellSomberSmithingStone6___ = 11007185,
- [Annotation(Name = "[LD - Leyndell] Somber Smithing Stone [6] 11007195")]
- LDLeyndellSomberSmithingStone6____ = 11007195,
+ [Annotation(Name = "[LD - Leyndell] Somber Smithing Stone [6] 11007195")]
+ LDLeyndellSomberSmithingStone6____ = 11007195,
- [Annotation(Name = "[LD - Leyndell] Golden Rune [13] 11007205")]
- LDLeyndellGoldenRune13 = 11007205,
+ [Annotation(Name = "[LD - Leyndell] Golden Rune [13] 11007205")]
+ LDLeyndellGoldenRune13 = 11007205,
- [Annotation(Name = "[LD - Leyndell] Golden Rune [10] 11007215")]
- LDLeyndellGoldenRune10__ = 11007215,
+ [Annotation(Name = "[LD - Leyndell] Golden Rune [10] 11007215")]
+ LDLeyndellGoldenRune10__ = 11007215,
- [Annotation(Name = "[LD - Leyndell] Golden Rune [12] 11007225")]
- LDLeyndellGoldenRune12__ = 11007225,
+ [Annotation(Name = "[LD - Leyndell] Golden Rune [12] 11007225")]
+ LDLeyndellGoldenRune12__ = 11007225,
- [Annotation(Name = "[LD - Leyndell] Lightningproof Dried Liver 11007235")]
- LDLeyndellLightningproofDriedLiver_ = 11007235,
+ [Annotation(Name = "[LD - Leyndell] Lightningproof Dried Liver 11007235")]
+ LDLeyndellLightningproofDriedLiver_ = 11007235,
- [Annotation(Name = "[LD - Leyndell] Golden Rune [11] 11007245")]
- LDLeyndellGoldenRune11_ = 11007245,
+ [Annotation(Name = "[LD - Leyndell] Golden Rune [11] 11007245")]
+ LDLeyndellGoldenRune11_ = 11007245,
- [Annotation(Name = "[LD - Ashen Leyndell] Erdtree Heal 11057000")]
- LDAshenLeyndellErdtreeHeal = 11057000,
+ [Annotation(Name = "[LD - Ashen Leyndell] Erdtree Heal 11057000")]
+ LDAshenLeyndellErdtreeHeal = 11057000,
- [Annotation(Name = "[LD - Ashen Leyndell] Somber Ancient Dragon Smithing Stone 11057010")]
- LDAshenLeyndellSomberAncientDragonSmithingStone = 11057010,
+ [Annotation(Name = "[LD - Ashen Leyndell] Somber Ancient Dragon Smithing Stone 11057010")]
+ LDAshenLeyndellSomberAncientDragonSmithingStone = 11057010,
- [Annotation(Name = "[LD - Ashen Leyndell] Tarnished Golden Sunflower 11057020")]
- LDAshenLeyndellTarnishedGoldenSunflower = 11057020,
+ [Annotation(Name = "[LD - Ashen Leyndell] Tarnished Golden Sunflower 11057020")]
+ LDAshenLeyndellTarnishedGoldenSunflower = 11057020,
- [Annotation(Name = "[LD - Ashen Leyndell] Rune Arc 11057030")]
- LDAshenLeyndellRuneArc = 11057030,
+ [Annotation(Name = "[LD - Ashen Leyndell] Rune Arc 11057030")]
+ LDAshenLeyndellRuneArc = 11057030,
- [Annotation(Name = "[LD - Ashen Leyndell] Golden Sunflower 11057040")]
- LDAshenLeyndellGoldenSunflower = 11057040,
+ [Annotation(Name = "[LD - Ashen Leyndell] Golden Sunflower 11057040")]
+ LDAshenLeyndellGoldenSunflower = 11057040,
- [Annotation(Name = "[LD - Ashen Leyndell] Hero's Rune [4] 11057050")]
- LDAshenLeyndellHerosRune4 = 11057050,
+ [Annotation(Name = "[LD - Ashen Leyndell] Hero's Rune [4] 11057050")]
+ LDAshenLeyndellHerosRune4 = 11057050,
- [Annotation(Name = "[LD - Ashen Leyndell] Erdtree's Favor +2 11057100")]
- LDAshenLeyndellErdtreesFavor2 = 11057100,
+ [Annotation(Name = "[LD - Ashen Leyndell] Erdtree's Favor +2 11057100")]
+ LDAshenLeyndellErdtreesFavor2 = 11057100,
- [Annotation(Name = "[LD - Roundtable Hold] Cipher Pata 11107000")]
- LDRoundtableHoldCipherPata = 11107000,
+ [Annotation(Name = "[LD - Roundtable Hold] Cipher Pata 11107000")]
+ LDRoundtableHoldCipherPata = 11107000,
- [Annotation(Name = "[LD - Roundtable Hold] Assassin's Prayerbook 11107700")]
- LDRoundtableHoldAssassinsPrayerbook = 11107700,
+ [Annotation(Name = "[LD - Roundtable Hold] Assassin's Prayerbook 11107700")]
+ LDRoundtableHoldAssassinsPrayerbook = 11107700,
- [Annotation(Name = "[LD - Roundtable Hold] Crepus's Black-Key Crossbow 11107710")]
- LDRoundtableHoldCrepussBlackKeyCrossbow = 11107710,
+ [Annotation(Name = "[LD - Roundtable Hold] Crepus's Black-Key Crossbow 11107710")]
+ LDRoundtableHoldCrepussBlackKeyCrossbow = 11107710,
- [Annotation(Name = "[LD - Roundtable Hold] Taunter's Tongue 60300")]
- LDRoundtableHoldTauntersTongue = 60300,
+ [Annotation(Name = "[LD - Roundtable Hold] Taunter's Tongue 60300")]
+ LDRoundtableHoldTauntersTongue = 60300,
- [Annotation(Name = "[LD - Roundtable Hold] Clinging Bone 11107900")]
- LDRoundtableHoldClingingBone = 11107900,
+ [Annotation(Name = "[LD - Roundtable Hold] Clinging Bone 11107900")]
+ LDRoundtableHoldClingingBone = 11107900,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Map: Ainsel 62060")]
- LDAinselLakeOfRotMapAinsel = 62060,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Map: Ainsel 62060")]
+ LDAinselLakeOfRotMapAinsel = 62060,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Map: Lake of Rot 62061")]
- LDAinselLakeOfRotMapLakeOfRot = 62061,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Map: Lake of Rot 62061")]
+ LDAinselLakeOfRotMapLakeOfRot = 62061,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Nomadic Warrior's Cookbook [22] 67890")]
- LDAinselLakeOfRotNomadicWarriorsCookbook22 = 67890,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Nomadic Warrior's Cookbook [22] 67890")]
+ LDAinselLakeOfRotNomadicWarriorsCookbook22 = 67890,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Somber Smithing Stone [8] 12017030")]
- LDAinselLakeOfRotSomberSmithingStone8 = 12017030,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Somber Smithing Stone [8] 12017030")]
+ LDAinselLakeOfRotSomberSmithingStone8 = 12017030,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [1] 12017040")]
- LDAinselLakeOfRotGoldenRune1 = 12017040,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [1] 12017040")]
+ LDAinselLakeOfRotGoldenRune1 = 12017040,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [2] 12017050")]
- LDAinselLakeOfRotGoldenRune2 = 12017050,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [2] 12017050")]
+ LDAinselLakeOfRotGoldenRune2 = 12017050,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [1] 12017060")]
- LDAinselLakeOfRotSmithingStone1 = 12017060,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [1] 12017060")]
+ LDAinselLakeOfRotSmithingStone1 = 12017060,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Magic Grease 12017070")]
- LDAinselLakeOfRotMagicGrease = 12017070,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Magic Grease 12017070")]
+ LDAinselLakeOfRotMagicGrease = 12017070,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [3] 12017080")]
- LDAinselLakeOfRotGoldenRune3 = 12017080,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [3] 12017080")]
+ LDAinselLakeOfRotGoldenRune3 = 12017080,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Somber Smithing Stone [9] 12017090")]
- LDAinselLakeOfRotSomberSmithingStone9 = 12017090,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Somber Smithing Stone [9] 12017090")]
+ LDAinselLakeOfRotSomberSmithingStone9 = 12017090,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Seed 12017100")]
- LDAinselLakeOfRotGoldenSeed = 12017100,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Seed 12017100")]
+ LDAinselLakeOfRotGoldenSeed = 12017100,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Rot Grease 12017110")]
- LDAinselLakeOfRotRotGrease = 12017110,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Rot Grease 12017110")]
+ LDAinselLakeOfRotRotGrease = 12017110,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Black-Key Bolt 12017120")]
- LDAinselLakeOfRotBlackKeyBolt = 12017120,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Black-Key Bolt 12017120")]
+ LDAinselLakeOfRotBlackKeyBolt = 12017120,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Warming Stone 12017130")]
- LDAinselLakeOfRotWarmingStone = 12017130,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Warming Stone 12017130")]
+ LDAinselLakeOfRotWarmingStone = 12017130,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Lightningproof Dried Liver 12017140")]
- LDAinselLakeOfRotLightningproofDriedLiver = 12017140,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Lightningproof Dried Liver 12017140")]
+ LDAinselLakeOfRotLightningproofDriedLiver = 12017140,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [3] 12017150")]
- LDAinselLakeOfRotSmithingStone3 = 12017150,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [3] 12017150")]
+ LDAinselLakeOfRotSmithingStone3 = 12017150,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Shattershard Arrow (Fletched) 12017160")]
- LDAinselLakeOfRotShattershardArrowFletched = 12017160,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Shattershard Arrow (Fletched) 12017160")]
+ LDAinselLakeOfRotShattershardArrowFletched = 12017160,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Grace Mimic 12017170")]
- LDAinselLakeOfRotGraceMimic = 12017170,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Grace Mimic 12017170")]
+ LDAinselLakeOfRotGraceMimic = 12017170,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Immunizing Horn Charm 12017180")]
- LDAinselLakeOfRotImmunizingHornCharm = 12017180,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Immunizing Horn Charm 12017180")]
+ LDAinselLakeOfRotImmunizingHornCharm = 12017180,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [3] 12017190")]
- LDAinselLakeOfRotSmithingStone3_ = 12017190,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [3] 12017190")]
+ LDAinselLakeOfRotSmithingStone3_ = 12017190,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [1] 12017200")]
- LDAinselLakeOfRotGoldenRune1_ = 12017200,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [1] 12017200")]
+ LDAinselLakeOfRotGoldenRune1_ = 12017200,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [3] 12017210")]
- LDAinselLakeOfRotSmithingStone3__ = 12017210,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [3] 12017210")]
+ LDAinselLakeOfRotSmithingStone3__ = 12017210,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Throwing Dagger 12017220")]
- LDAinselLakeOfRotThrowingDagger = 12017220,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Throwing Dagger 12017220")]
+ LDAinselLakeOfRotThrowingDagger = 12017220,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [3] 12017230")]
- LDAinselLakeOfRotSmithingStone3___ = 12017230,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [3] 12017230")]
+ LDAinselLakeOfRotSmithingStone3___ = 12017230,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [2] 12017240")]
- LDAinselLakeOfRotGoldenRune2_ = 12017240,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [2] 12017240")]
+ LDAinselLakeOfRotGoldenRune2_ = 12017240,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Shield Grease 12017250")]
- LDAinselLakeOfRotShieldGrease = 12017250,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Shield Grease 12017250")]
+ LDAinselLakeOfRotShieldGrease = 12017250,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [3] 12017260")]
- LDAinselLakeOfRotSmithingStone3____ = 12017260,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [3] 12017260")]
+ LDAinselLakeOfRotSmithingStone3____ = 12017260,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [4] 12017270")]
- LDAinselLakeOfRotSmithingStone4 = 12017270,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [4] 12017270")]
+ LDAinselLakeOfRotSmithingStone4 = 12017270,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [2] 12017280")]
- LDAinselLakeOfRotSmithingStone2 = 12017280,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [2] 12017280")]
+ LDAinselLakeOfRotSmithingStone2 = 12017280,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Formic Rock 12017290")]
- LDAinselLakeOfRotFormicRock = 12017290,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Formic Rock 12017290")]
+ LDAinselLakeOfRotFormicRock = 12017290,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Crystal Dart 12017300")]
- LDAinselLakeOfRotCrystalDart = 12017300,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Crystal Dart 12017300")]
+ LDAinselLakeOfRotCrystalDart = 12017300,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Soap 12017310")]
- LDAinselLakeOfRotSoap = 12017310,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Soap 12017310")]
+ LDAinselLakeOfRotSoap = 12017310,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Somber Smithing Stone [3] 12017320")]
- LDAinselLakeOfRotSomberSmithingStone3 = 12017320,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Somber Smithing Stone [3] 12017320")]
+ LDAinselLakeOfRotSomberSmithingStone3 = 12017320,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Melted Mushroom 12017330")]
- LDAinselLakeOfRotMeltedMushroom = 12017330,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Melted Mushroom 12017330")]
+ LDAinselLakeOfRotMeltedMushroom = 12017330,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [3] 12017340")]
- LDAinselLakeOfRotGoldenRune3_ = 12017340,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [3] 12017340")]
+ LDAinselLakeOfRotGoldenRune3_ = 12017340,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Celestial Dew 12017350")]
- LDAinselLakeOfRotCelestialDew = 12017350,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Celestial Dew 12017350")]
+ LDAinselLakeOfRotCelestialDew = 12017350,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [3] 12017360")]
- LDAinselLakeOfRotGoldenRune3__ = 12017360,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [3] 12017360")]
+ LDAinselLakeOfRotGoldenRune3__ = 12017360,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Aeonian Butterfly 12017370")]
- LDAinselLakeOfRotAeonianButterfly = 12017370,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Aeonian Butterfly 12017370")]
+ LDAinselLakeOfRotAeonianButterfly = 12017370,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Somber Smithing Stone [7] 12017380")]
- LDAinselLakeOfRotSomberSmithingStone7 = 12017380,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Somber Smithing Stone [7] 12017380")]
+ LDAinselLakeOfRotSomberSmithingStone7 = 12017380,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Silver Firefly 12017390")]
- LDAinselLakeOfRotSilverFirefly = 12017390,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Silver Firefly 12017390")]
+ LDAinselLakeOfRotSilverFirefly = 12017390,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [3] 12017400")]
- LDAinselLakeOfRotGoldenRune3___ = 12017400,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [3] 12017400")]
+ LDAinselLakeOfRotGoldenRune3___ = 12017400,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Magic Grease 12017410")]
- LDAinselLakeOfRotMagicGrease_ = 12017410,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Magic Grease 12017410")]
+ LDAinselLakeOfRotMagicGrease_ = 12017410,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [3] 12017420")]
- LDAinselLakeOfRotGoldenRune3____ = 12017420,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [3] 12017420")]
+ LDAinselLakeOfRotGoldenRune3____ = 12017420,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Furlcalling Finger Remedy 12017430")]
- LDAinselLakeOfRotFurlcallingFingerRemedy = 12017430,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Furlcalling Finger Remedy 12017430")]
+ LDAinselLakeOfRotFurlcallingFingerRemedy = 12017430,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [1] 12017440")]
- LDAinselLakeOfRotSmithingStone1_ = 12017440,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [1] 12017440")]
+ LDAinselLakeOfRotSmithingStone1_ = 12017440,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [9] 12017450")]
- LDAinselLakeOfRotGoldenRune9 = 12017450,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [9] 12017450")]
+ LDAinselLakeOfRotGoldenRune9 = 12017450,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Mushroom Crown 12017460")]
- LDAinselLakeOfRotMushroomCrown = 12017460,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Mushroom Crown 12017460")]
+ LDAinselLakeOfRotMushroomCrown = 12017460,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Preserving Boluses 12017470")]
- LDAinselLakeOfRotPreservingBoluses = 12017470,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Preserving Boluses 12017470")]
+ LDAinselLakeOfRotPreservingBoluses = 12017470,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [7] 12017480")]
- LDAinselLakeOfRotGoldenRune7 = 12017480,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [7] 12017480")]
+ LDAinselLakeOfRotGoldenRune7 = 12017480,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [10] 12017490")]
- LDAinselLakeOfRotGoldenRune10 = 12017490,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [10] 12017490")]
+ LDAinselLakeOfRotGoldenRune10 = 12017490,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [7] 12017500")]
- LDAinselLakeOfRotGoldenRune7_ = 12017500,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [7] 12017500")]
+ LDAinselLakeOfRotGoldenRune7_ = 12017500,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Human Bone Shard 12017510")]
- LDAinselLakeOfRotHumanBoneShard = 12017510,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Human Bone Shard 12017510")]
+ LDAinselLakeOfRotHumanBoneShard = 12017510,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Somber Smithing Stone [6] 12017520")]
- LDAinselLakeOfRotSomberSmithingStone6 = 12017520,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Somber Smithing Stone [6] 12017520")]
+ LDAinselLakeOfRotSomberSmithingStone6 = 12017520,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [4] 12017530")]
- LDAinselLakeOfRotSmithingStone4_ = 12017530,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [4] 12017530")]
+ LDAinselLakeOfRotSmithingStone4_ = 12017530,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Stimulating Boluses 12017540")]
- LDAinselLakeOfRotStimulatingBoluses = 12017540,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Stimulating Boluses 12017540")]
+ LDAinselLakeOfRotStimulatingBoluses = 12017540,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Shield Grease 12017550")]
- LDAinselLakeOfRotShieldGrease_ = 12017550,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Shield Grease 12017550")]
+ LDAinselLakeOfRotShieldGrease_ = 12017550,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [10] 12017560")]
- LDAinselLakeOfRotGoldenRune10_ = 12017560,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [10] 12017560")]
+ LDAinselLakeOfRotGoldenRune10_ = 12017560,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Wing of Astel 12017570")]
- LDAinselLakeOfRotWingOfAstel = 12017570,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Wing of Astel 12017570")]
+ LDAinselLakeOfRotWingOfAstel = 12017570,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Stonesword Key 12017580")]
- LDAinselLakeOfRotStoneswordKey = 12017580,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Stonesword Key 12017580")]
+ LDAinselLakeOfRotStoneswordKey = 12017580,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [7] 12017590")]
- LDAinselLakeOfRotGoldenRune7__ = 12017590,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [7] 12017590")]
+ LDAinselLakeOfRotGoldenRune7__ = 12017590,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [10] 12017600")]
- LDAinselLakeOfRotGoldenRune10__ = 12017600,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [10] 12017600")]
+ LDAinselLakeOfRotGoldenRune10__ = 12017600,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Fan Daggers 12017610")]
- LDAinselLakeOfRotFanDaggers = 12017610,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Fan Daggers 12017610")]
+ LDAinselLakeOfRotFanDaggers = 12017610,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [6] 12017620")]
- LDAinselLakeOfRotSmithingStone6 = 12017620,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [6] 12017620")]
+ LDAinselLakeOfRotSmithingStone6 = 12017620,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Archer Ashes 12017630")]
- LDAinselLakeOfRotArcherAshes = 12017630,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Archer Ashes 12017630")]
+ LDAinselLakeOfRotArcherAshes = 12017630,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [10] 12017640")]
- LDAinselLakeOfRotGoldenRune10___ = 12017640,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [10] 12017640")]
+ LDAinselLakeOfRotGoldenRune10___ = 12017640,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [10] 12017650")]
- LDAinselLakeOfRotGoldenRune10____ = 12017650,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [10] 12017650")]
+ LDAinselLakeOfRotGoldenRune10____ = 12017650,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [10] 12017660")]
- LDAinselLakeOfRotGoldenRune10_____ = 12017660,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [10] 12017660")]
+ LDAinselLakeOfRotGoldenRune10_____ = 12017660,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [6] 12017670")]
- LDAinselLakeOfRotSmithingStone6_ = 12017670,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [6] 12017670")]
+ LDAinselLakeOfRotSmithingStone6_ = 12017670,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [10] 12017680")]
- LDAinselLakeOfRotGoldenRune10______ = 12017680,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [10] 12017680")]
+ LDAinselLakeOfRotGoldenRune10______ = 12017680,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Great Ghost Glovewort 12017690")]
- LDAinselLakeOfRotGreatGhostGlovewort = 12017690,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Great Ghost Glovewort 12017690")]
+ LDAinselLakeOfRotGreatGhostGlovewort = 12017690,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Somber Smithing Stone [7] 12017700")]
- LDAinselLakeOfRotSomberSmithingStone7_ = 12017700,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Somber Smithing Stone [7] 12017700")]
+ LDAinselLakeOfRotSomberSmithingStone7_ = 12017700,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Clayman Ashes 12017710")]
- LDAinselLakeOfRotClaymanAshes = 12017710,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Clayman Ashes 12017710")]
+ LDAinselLakeOfRotClaymanAshes = 12017710,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Stonesword Key 12017720")]
- LDAinselLakeOfRotStoneswordKey_ = 12017720,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Stonesword Key 12017720")]
+ LDAinselLakeOfRotStoneswordKey_ = 12017720,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Magic Grease 12017730")]
- LDAinselLakeOfRotMagicGrease__ = 12017730,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Magic Grease 12017730")]
+ LDAinselLakeOfRotMagicGrease__ = 12017730,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Drawstring Holy Grease 12017740")]
- LDAinselLakeOfRotDrawstringHolyGrease = 12017740,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Drawstring Holy Grease 12017740")]
+ LDAinselLakeOfRotDrawstringHolyGrease = 12017740,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Silver Tear Husk 12017750")]
- LDAinselLakeOfRotSilverTearHusk = 12017750,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Silver Tear Husk 12017750")]
+ LDAinselLakeOfRotSilverTearHusk = 12017750,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [6] 12017760")]
- LDAinselLakeOfRotSmithingStone6__ = 12017760,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [6] 12017760")]
+ LDAinselLakeOfRotSmithingStone6__ = 12017760,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Celestial Dew 12017770")]
- LDAinselLakeOfRotCelestialDew_ = 12017770,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Celestial Dew 12017770")]
+ LDAinselLakeOfRotCelestialDew_ = 12017770,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Somber Smithing Stone [7] 12017780")]
- LDAinselLakeOfRotSomberSmithingStone7__ = 12017780,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Somber Smithing Stone [7] 12017780")]
+ LDAinselLakeOfRotSomberSmithingStone7__ = 12017780,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Celestial Dew 12017790")]
- LDAinselLakeOfRotCelestialDew__ = 12017790,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Celestial Dew 12017790")]
+ LDAinselLakeOfRotCelestialDew__ = 12017790,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [4] 12017800")]
- LDAinselLakeOfRotSmithingStone4__ = 12017800,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [4] 12017800")]
+ LDAinselLakeOfRotSmithingStone4__ = 12017800,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [5] 12017810")]
- LDAinselLakeOfRotSmithingStone5 = 12017810,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [5] 12017810")]
+ LDAinselLakeOfRotSmithingStone5 = 12017810,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [10] 12017820")]
- LDAinselLakeOfRotGoldenRune10_______ = 12017820,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [10] 12017820")]
+ LDAinselLakeOfRotGoldenRune10_______ = 12017820,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [5] 12017830")]
- LDAinselLakeOfRotSmithingStone5_ = 12017830,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [5] 12017830")]
+ LDAinselLakeOfRotSmithingStone5_ = 12017830,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Fan Daggers 12017840")]
- LDAinselLakeOfRotFanDaggers_ = 12017840,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Fan Daggers 12017840")]
+ LDAinselLakeOfRotFanDaggers_ = 12017840,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [10] 12017850")]
- LDAinselLakeOfRotGoldenRune10________ = 12017850,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [10] 12017850")]
+ LDAinselLakeOfRotGoldenRune10________ = 12017850,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [7] 12017860")]
- LDAinselLakeOfRotSmithingStone7 = 12017860,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [7] 12017860")]
+ LDAinselLakeOfRotSmithingStone7 = 12017860,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [6] 12017870")]
- LDAinselLakeOfRotSmithingStone6___ = 12017870,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Smithing Stone [6] 12017870")]
+ LDAinselLakeOfRotSmithingStone6___ = 12017870,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Somber Smithing Stone [8] 12017880")]
- LDAinselLakeOfRotSomberSmithingStone8_ = 12017880,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Somber Smithing Stone [8] 12017880")]
+ LDAinselLakeOfRotSomberSmithingStone8_ = 12017880,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Somber Smithing Stone [7] 12017890")]
- LDAinselLakeOfRotSomberSmithingStone7___ = 12017890,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Somber Smithing Stone [7] 12017890")]
+ LDAinselLakeOfRotSomberSmithingStone7___ = 12017890,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Wing of Astel 12017900")]
- LDAinselLakeOfRotWingOfAstel_ = 12017900,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Wing of Astel 12017900")]
+ LDAinselLakeOfRotWingOfAstel_ = 12017900,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Great Ghost Glovewort 12017910")]
- LDAinselLakeOfRotGreatGhostGlovewort_ = 12017910,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Great Ghost Glovewort 12017910")]
+ LDAinselLakeOfRotGreatGhostGlovewort_ = 12017910,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Scorpion's Stinger 12017920")]
- LDAinselLakeOfRotScorpionsStinger = 12017920,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Scorpion's Stinger 12017920")]
+ LDAinselLakeOfRotScorpionsStinger = 12017920,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Fire Longsword 12017930")]
- LDAinselLakeOfRotFireLongsword = 12017930,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Fire Longsword 12017930")]
+ LDAinselLakeOfRotFireLongsword = 12017930,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Somber Smithing Stone [7] 12017940")]
- LDAinselLakeOfRotSomberSmithingStone7____ = 12017940,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Somber Smithing Stone [7] 12017940")]
+ LDAinselLakeOfRotSomberSmithingStone7____ = 12017940,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Ghost Glovewort [9] 12017950")]
- LDAinselLakeOfRotGhostGlovewort9 = 12017950,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Ghost Glovewort [9] 12017950")]
+ LDAinselLakeOfRotGhostGlovewort9 = 12017950,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Moon of Nokstella 12017960")]
- LDAinselLakeOfRotMoonOfNokstella = 12017960,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Moon of Nokstella 12017960")]
+ LDAinselLakeOfRotMoonOfNokstella = 12017960,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Ant's Skull Plate 12017970")]
- LDAinselLakeOfRotAntsSkullPlate = 12017970,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Ant's Skull Plate 12017970")]
+ LDAinselLakeOfRotAntsSkullPlate = 12017970,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Ghost-Glovewort Picker's Bell Bearing [2] 12017980")]
- LDAinselLakeOfRotGhostGlovewortPickersBellBearing2 = 12017980,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Ghost-Glovewort Picker's Bell Bearing [2] 12017980")]
+ LDAinselLakeOfRotGhostGlovewortPickersBellBearing2 = 12017980,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Nightmaiden & Swordstress Puppets 12017990")]
- LDAinselLakeOfRotNightmaidenSwordstressPuppets = 12017990,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Nightmaiden & Swordstress Puppets 12017990")]
+ LDAinselLakeOfRotNightmaidenSwordstressPuppets = 12017990,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Somber Smithing Stone [7] 12017995")]
- LDAinselLakeOfRotSomberSmithingStone7_____ = 12017995,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Somber Smithing Stone [7] 12017995")]
+ LDAinselLakeOfRotSomberSmithingStone7_____ = 12017995,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Seed 12017997")]
- LDAinselLakeOfRotGoldenSeed_ = 12017997,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Seed 12017997")]
+ LDAinselLakeOfRotGoldenSeed_ = 12017997,
- [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [10] 12017105")]
- LDAinselLakeOfRotGoldenRune10_________ = 12017105,
+ [Annotation(Name = "[LD - Ainsel/Lake of Rot] Golden Rune [10] 12017105")]
+ LDAinselLakeOfRotGoldenRune10_________ = 12017105,
- [Annotation(Name = "[LD - Nokron / Siofra] Mottled Necklace 12027000")]
- LDNokronSiofraMottledNecklace = 12027000,
+ [Annotation(Name = "[LD - Nokron / Siofra] Mottled Necklace 12027000")]
+ LDNokronSiofraMottledNecklace = 12027000,
- [Annotation(Name = "[LD - Nokron / Siofra] Black Whetblade 65720")]
- LDNokronSiofraBlackWhetblade = 65720,
+ [Annotation(Name = "[LD - Nokron / Siofra] Black Whetblade 65720")]
+ LDNokronSiofraBlackWhetblade = 65720,
- [Annotation(Name = "[LD - Nokron / Siofra] Missionary's Cookbook [5] 67630")]
- LDNokronSiofraMissionarysCookbook5 = 67630,
+ [Annotation(Name = "[LD - Nokron / Siofra] Missionary's Cookbook [5] 67630")]
+ LDNokronSiofraMissionarysCookbook5 = 67630,
- [Annotation(Name = "[LD - Nokron / Siofra] Arteria Leaf 12027030")]
- LDNokronSiofraArteriaLeaf = 12027030,
+ [Annotation(Name = "[LD - Nokron / Siofra] Arteria Leaf 12027030")]
+ LDNokronSiofraArteriaLeaf = 12027030,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Seed 12027040")]
- LDNokronSiofraGoldenSeed = 12027040,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Seed 12027040")]
+ LDNokronSiofraGoldenSeed = 12027040,
- [Annotation(Name = "[LD - Nokron / Siofra] Marika's Scarseal 12027050")]
- LDNokronSiofraMarikasScarseal = 12027050,
+ [Annotation(Name = "[LD - Nokron / Siofra] Marika's Scarseal 12027050")]
+ LDNokronSiofraMarikasScarseal = 12027050,
- [Annotation(Name = "[LD - Nokron / Siofra] Map: Siofra River 62063")]
- LDNokronSiofraMapSiofraRiver = 62063,
+ [Annotation(Name = "[LD - Nokron / Siofra] Map: Siofra River 62063")]
+ LDNokronSiofraMapSiofraRiver = 62063,
- [Annotation(Name = "[LD - Nokron / Siofra] Lightning Bastard Sword 12027070")]
- LDNokronSiofraLightningBastardSword = 12027070,
+ [Annotation(Name = "[LD - Nokron / Siofra] Lightning Bastard Sword 12027070")]
+ LDNokronSiofraLightningBastardSword = 12027070,
- [Annotation(Name = "[LD - Nokron / Siofra] Fingerslayer Blade 12027080")]
- LDNokronSiofraFingerslayerBlade = 12027080,
+ [Annotation(Name = "[LD - Nokron / Siofra] Fingerslayer Blade 12027080")]
+ LDNokronSiofraFingerslayerBlade = 12027080,
- [Annotation(Name = "[LD - Nokron / Siofra] Ancestral Infant's Head 12027090")]
- LDNokronSiofraAncestralInfantsHead = 12027090,
+ [Annotation(Name = "[LD - Nokron / Siofra] Ancestral Infant's Head 12027090")]
+ LDNokronSiofraAncestralInfantsHead = 12027090,
- [Annotation(Name = "[LD - Nokron / Siofra] Crab Eggs 12027100")]
- LDNokronSiofraCrabEggs = 12027100,
+ [Annotation(Name = "[LD - Nokron / Siofra] Crab Eggs 12027100")]
+ LDNokronSiofraCrabEggs = 12027100,
- [Annotation(Name = "[LD - Nokron / Siofra] Beast Liver 12027110")]
- LDNokronSiofraBeastLiver = 12027110,
+ [Annotation(Name = "[LD - Nokron / Siofra] Beast Liver 12027110")]
+ LDNokronSiofraBeastLiver = 12027110,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [3] 12027120")]
- LDNokronSiofraGoldenRune3 = 12027120,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [3] 12027120")]
+ LDNokronSiofraGoldenRune3 = 12027120,
- [Annotation(Name = "[LD - Nokron / Siofra] Armorer's Cookbook [6] 67300")]
- LDNokronSiofraArmorersCookbook6 = 67300,
+ [Annotation(Name = "[LD - Nokron / Siofra] Armorer's Cookbook [6] 67300")]
+ LDNokronSiofraArmorersCookbook6 = 67300,
- [Annotation(Name = "[LD - Nokron / Siofra] Inverted Hawk Heater Shield 12027140")]
- LDNokronSiofraInvertedHawkHeaterShield = 12027140,
+ [Annotation(Name = "[LD - Nokron / Siofra] Inverted Hawk Heater Shield 12027140")]
+ LDNokronSiofraInvertedHawkHeaterShield = 12027140,
- [Annotation(Name = "[LD - Nokron / Siofra] Somber Smithing Stone [2] 12027150")]
- LDNokronSiofraSomberSmithingStone2 = 12027150,
+ [Annotation(Name = "[LD - Nokron / Siofra] Somber Smithing Stone [2] 12027150")]
+ LDNokronSiofraSomberSmithingStone2 = 12027150,
- [Annotation(Name = "[LD - Nokron / Siofra] Old Fang 12027160")]
- LDNokronSiofraOldFang = 12027160,
+ [Annotation(Name = "[LD - Nokron / Siofra] Old Fang 12027160")]
+ LDNokronSiofraOldFang = 12027160,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [2] 12027170")]
- LDNokronSiofraGoldenRune2 = 12027170,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [2] 12027170")]
+ LDNokronSiofraGoldenRune2 = 12027170,
- [Annotation(Name = "[LD - Nokron / Siofra] Shield Grease 12027180")]
- LDNokronSiofraShieldGrease = 12027180,
+ [Annotation(Name = "[LD - Nokron / Siofra] Shield Grease 12027180")]
+ LDNokronSiofraShieldGrease = 12027180,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [3] 12027190")]
- LDNokronSiofraGoldenRune3_ = 12027190,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [3] 12027190")]
+ LDNokronSiofraGoldenRune3_ = 12027190,
- [Annotation(Name = "[LD - Nokron / Siofra] Dappled Cured Meat 12027200")]
- LDNokronSiofraDappledCuredMeat = 12027200,
+ [Annotation(Name = "[LD - Nokron / Siofra] Dappled Cured Meat 12027200")]
+ LDNokronSiofraDappledCuredMeat = 12027200,
- [Annotation(Name = "[LD - Nokron / Siofra] Somber Smithing Stone [2] 12027210")]
- LDNokronSiofraSomberSmithingStone2_ = 12027210,
+ [Annotation(Name = "[LD - Nokron / Siofra] Somber Smithing Stone [2] 12027210")]
+ LDNokronSiofraSomberSmithingStone2_ = 12027210,
- [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [3] 12027220")]
- LDNokronSiofraSmithingStone3 = 12027220,
+ [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [3] 12027220")]
+ LDNokronSiofraSmithingStone3 = 12027220,
- [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [2] 12027230")]
- LDNokronSiofraSmithingStone2 = 12027230,
+ [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [2] 12027230")]
+ LDNokronSiofraSmithingStone2 = 12027230,
- [Annotation(Name = "[LD - Nokron / Siofra] Dwelling Arrow 12027240")]
- LDNokronSiofraDwellingArrow = 12027240,
+ [Annotation(Name = "[LD - Nokron / Siofra] Dwelling Arrow 12027240")]
+ LDNokronSiofraDwellingArrow = 12027240,
- [Annotation(Name = "[LD - Nokron / Siofra] Gold-Pickled Fowl Foot 12027250")]
- LDNokronSiofraGoldPickledFowlFoot = 12027250,
+ [Annotation(Name = "[LD - Nokron / Siofra] Gold-Pickled Fowl Foot 12027250")]
+ LDNokronSiofraGoldPickledFowlFoot = 12027250,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [4] 12027260")]
- LDNokronSiofraGoldenRune4 = 12027260,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [4] 12027260")]
+ LDNokronSiofraGoldenRune4 = 12027260,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [4] 12027270")]
- LDNokronSiofraGoldenRune4_ = 12027270,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [4] 12027270")]
+ LDNokronSiofraGoldenRune4_ = 12027270,
- [Annotation(Name = "[LD - Nokron / Siofra] Furlcalling Finger Remedy 12027280")]
- LDNokronSiofraFurlcallingFingerRemedy = 12027280,
+ [Annotation(Name = "[LD - Nokron / Siofra] Furlcalling Finger Remedy 12027280")]
+ LDNokronSiofraFurlcallingFingerRemedy = 12027280,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [4] 12027290")]
- LDNokronSiofraGoldenRune4__ = 12027290,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [4] 12027290")]
+ LDNokronSiofraGoldenRune4__ = 12027290,
- [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [4] 12027300")]
- LDNokronSiofraSmithingStone4 = 12027300,
+ [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [4] 12027300")]
+ LDNokronSiofraSmithingStone4 = 12027300,
- [Annotation(Name = "[LD - Nokron / Siofra] Hefty Beast Bone 12027310")]
- LDNokronSiofraHeftyBeastBone = 12027310,
+ [Annotation(Name = "[LD - Nokron / Siofra] Hefty Beast Bone 12027310")]
+ LDNokronSiofraHeftyBeastBone = 12027310,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [6] 12027320")]
- LDNokronSiofraGoldenRune6 = 12027320,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [6] 12027320")]
+ LDNokronSiofraGoldenRune6 = 12027320,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [3] 12027330")]
- LDNokronSiofraGoldenRune3__ = 12027330,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [3] 12027330")]
+ LDNokronSiofraGoldenRune3__ = 12027330,
- [Annotation(Name = "[LD - Nokron / Siofra] Sliver of Meat 12027340")]
- LDNokronSiofraSliverOfMeat = 12027340,
+ [Annotation(Name = "[LD - Nokron / Siofra] Sliver of Meat 12027340")]
+ LDNokronSiofraSliverOfMeat = 12027340,
- [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [3] 12027350")]
- LDNokronSiofraSmithingStone3_ = 12027350,
+ [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [3] 12027350")]
+ LDNokronSiofraSmithingStone3_ = 12027350,
- [Annotation(Name = "[LD - Nokron / Siofra] Gold-Pickled Fowl Foot 12027360")]
- LDNokronSiofraGoldPickledFowlFoot_ = 12027360,
+ [Annotation(Name = "[LD - Nokron / Siofra] Gold-Pickled Fowl Foot 12027360")]
+ LDNokronSiofraGoldPickledFowlFoot_ = 12027360,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [4] 12027370")]
- LDNokronSiofraGoldenRune4___ = 12027370,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [4] 12027370")]
+ LDNokronSiofraGoldenRune4___ = 12027370,
- [Annotation(Name = "[LD - Nokron / Siofra] Dwelling Arrow 12027380")]
- LDNokronSiofraDwellingArrow_ = 12027380,
+ [Annotation(Name = "[LD - Nokron / Siofra] Dwelling Arrow 12027380")]
+ LDNokronSiofraDwellingArrow_ = 12027380,
- [Annotation(Name = "[LD - Nokron / Siofra] Stonesword Key 12027390")]
- LDNokronSiofraStoneswordKey = 12027390,
+ [Annotation(Name = "[LD - Nokron / Siofra] Stonesword Key 12027390")]
+ LDNokronSiofraStoneswordKey = 12027390,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [4] 12027400")]
- LDNokronSiofraGoldenRune4____ = 12027400,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [4] 12027400")]
+ LDNokronSiofraGoldenRune4____ = 12027400,
- [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [2] 12027410")]
- LDNokronSiofraSmithingStone2_ = 12027410,
+ [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [2] 12027410")]
+ LDNokronSiofraSmithingStone2_ = 12027410,
- [Annotation(Name = "[LD - Nokron / Siofra] Horn Bow 12027420")]
- LDNokronSiofraHornBow = 12027420,
+ [Annotation(Name = "[LD - Nokron / Siofra] Horn Bow 12027420")]
+ LDNokronSiofraHornBow = 12027420,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [4] 12027430")]
- LDNokronSiofraGoldenRune4_____ = 12027430,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [4] 12027430")]
+ LDNokronSiofraGoldenRune4_____ = 12027430,
- [Annotation(Name = "[LD - Nokron / Siofra] Sliver of Meat 12027440")]
- LDNokronSiofraSliverOfMeat_ = 12027440,
+ [Annotation(Name = "[LD - Nokron / Siofra] Sliver of Meat 12027440")]
+ LDNokronSiofraSliverOfMeat_ = 12027440,
- [Annotation(Name = "[LD - Nokron / Siofra] Stonesword Key 12027450")]
- LDNokronSiofraStoneswordKey_ = 12027450,
+ [Annotation(Name = "[LD - Nokron / Siofra] Stonesword Key 12027450")]
+ LDNokronSiofraStoneswordKey_ = 12027450,
- [Annotation(Name = "[LD - Nokron / Siofra] Rune Arc 12027460")]
- LDNokronSiofraRuneArc = 12027460,
+ [Annotation(Name = "[LD - Nokron / Siofra] Rune Arc 12027460")]
+ LDNokronSiofraRuneArc = 12027460,
- [Annotation(Name = "[LD - Nokron / Siofra] Clarifying Horn Charm 12027470")]
- LDNokronSiofraClarifyingHornCharm = 12027470,
+ [Annotation(Name = "[LD - Nokron / Siofra] Clarifying Horn Charm 12027470")]
+ LDNokronSiofraClarifyingHornCharm = 12027470,
- [Annotation(Name = "[LD - Nokron / Siofra] Lump of Flesh 12027480")]
- LDNokronSiofraLumpOfFlesh = 12027480,
+ [Annotation(Name = "[LD - Nokron / Siofra] Lump of Flesh 12027480")]
+ LDNokronSiofraLumpOfFlesh = 12027480,
- [Annotation(Name = "[LD - Nokron / Siofra] Clarifying Horn Charm +1 12027490")]
- LDNokronSiofraClarifyingHornCharm1 = 12027490,
+ [Annotation(Name = "[LD - Nokron / Siofra] Clarifying Horn Charm +1 12027490")]
+ LDNokronSiofraClarifyingHornCharm1 = 12027490,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [4] 12027500")]
- LDNokronSiofraGoldenRune4______ = 12027500,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [4] 12027500")]
+ LDNokronSiofraGoldenRune4______ = 12027500,
- [Annotation(Name = "[LD - Nokron / Siofra] Dwelling Arrow 12027510")]
- LDNokronSiofraDwellingArrow__ = 12027510,
+ [Annotation(Name = "[LD - Nokron / Siofra] Dwelling Arrow 12027510")]
+ LDNokronSiofraDwellingArrow__ = 12027510,
- [Annotation(Name = "[LD - Nokron / Siofra] Nascent Butterfly 12027520")]
- LDNokronSiofraNascentButterfly = 12027520,
+ [Annotation(Name = "[LD - Nokron / Siofra] Nascent Butterfly 12027520")]
+ LDNokronSiofraNascentButterfly = 12027520,
- [Annotation(Name = "[LD - Nokron / Siofra] Gold-Tinged Excrement 12027530")]
- LDNokronSiofraGoldTingedExcrement = 12027530,
+ [Annotation(Name = "[LD - Nokron / Siofra] Gold-Tinged Excrement 12027530")]
+ LDNokronSiofraGoldTingedExcrement = 12027530,
- [Annotation(Name = "[LD - Nokron / Siofra] Fireproof Dried Liver 12027540")]
- LDNokronSiofraFireproofDriedLiver = 12027540,
+ [Annotation(Name = "[LD - Nokron / Siofra] Fireproof Dried Liver 12027540")]
+ LDNokronSiofraFireproofDriedLiver = 12027540,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [4] 12027550")]
- LDNokronSiofraGoldenRune4_______ = 12027550,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [4] 12027550")]
+ LDNokronSiofraGoldenRune4_______ = 12027550,
- [Annotation(Name = "[LD - Nokron / Siofra] Shining Horned Headband 12027560")]
- LDNokronSiofraShiningHornedHeadband = 12027560,
+ [Annotation(Name = "[LD - Nokron / Siofra] Shining Horned Headband 12027560")]
+ LDNokronSiofraShiningHornedHeadband = 12027560,
- [Annotation(Name = "[LD - Nokron / Siofra] Old Fang 12027570")]
- LDNokronSiofraOldFang_ = 12027570,
+ [Annotation(Name = "[LD - Nokron / Siofra] Old Fang 12027570")]
+ LDNokronSiofraOldFang_ = 12027570,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [5] 12027580")]
- LDNokronSiofraGoldenRune5 = 12027580,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [5] 12027580")]
+ LDNokronSiofraGoldenRune5 = 12027580,
- [Annotation(Name = "[LD - Nokron / Siofra] Kukri 12027590")]
- LDNokronSiofraKukri = 12027590,
+ [Annotation(Name = "[LD - Nokron / Siofra] Kukri 12027590")]
+ LDNokronSiofraKukri = 12027590,
- [Annotation(Name = "[LD - Nokron / Siofra] Hefty Beast Bone 12027600")]
- LDNokronSiofraHeftyBeastBone_ = 12027600,
+ [Annotation(Name = "[LD - Nokron / Siofra] Hefty Beast Bone 12027600")]
+ LDNokronSiofraHeftyBeastBone_ = 12027600,
- [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [5] 12027610")]
- LDNokronSiofraSmithingStone5 = 12027610,
+ [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [5] 12027610")]
+ LDNokronSiofraSmithingStone5 = 12027610,
- [Annotation(Name = "[LD - Nokron / Siofra] Mottled Necklace +1 12027620")]
- LDNokronSiofraMottledNecklace1 = 12027620,
+ [Annotation(Name = "[LD - Nokron / Siofra] Mottled Necklace +1 12027620")]
+ LDNokronSiofraMottledNecklace1 = 12027620,
- [Annotation(Name = "[LD - Nokron / Siofra] Old Fang 12027630")]
- LDNokronSiofraOldFang__ = 12027630,
+ [Annotation(Name = "[LD - Nokron / Siofra] Old Fang 12027630")]
+ LDNokronSiofraOldFang__ = 12027630,
- [Annotation(Name = "[LD - Nokron / Siofra] Hefty Beast Bone 12027640")]
- LDNokronSiofraHeftyBeastBone__ = 12027640,
+ [Annotation(Name = "[LD - Nokron / Siofra] Hefty Beast Bone 12027640")]
+ LDNokronSiofraHeftyBeastBone__ = 12027640,
- [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [4] 12027650")]
- LDNokronSiofraSmithingStone4_ = 12027650,
+ [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [4] 12027650")]
+ LDNokronSiofraSmithingStone4_ = 12027650,
- [Annotation(Name = "[LD - Nokron / Siofra] Beast Blood 12027660")]
- LDNokronSiofraBeastBlood = 12027660,
+ [Annotation(Name = "[LD - Nokron / Siofra] Beast Blood 12027660")]
+ LDNokronSiofraBeastBlood = 12027660,
- [Annotation(Name = "[LD - Nokron / Siofra] Beast Blood 12027670")]
- LDNokronSiofraBeastBlood_ = 12027670,
+ [Annotation(Name = "[LD - Nokron / Siofra] Beast Blood 12027670")]
+ LDNokronSiofraBeastBlood_ = 12027670,
- [Annotation(Name = "[LD - Nokron / Siofra] Somber Smithing Stone [5] 12027680")]
- LDNokronSiofraSomberSmithingStone5 = 12027680,
+ [Annotation(Name = "[LD - Nokron / Siofra] Somber Smithing Stone [5] 12027680")]
+ LDNokronSiofraSomberSmithingStone5 = 12027680,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [12] 12027690")]
- LDNokronSiofraGoldenRune12 = 12027690,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [12] 12027690")]
+ LDNokronSiofraGoldenRune12 = 12027690,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12027700")]
- LDNokronSiofraGoldenRune1 = 12027700,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12027700")]
+ LDNokronSiofraGoldenRune1 = 12027700,
- [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [5] 12027710")]
- LDNokronSiofraSmithingStone5_ = 12027710,
+ [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [5] 12027710")]
+ LDNokronSiofraSmithingStone5_ = 12027710,
- [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [2] 12027720")]
- LDNokronSiofraSmithingStone2__ = 12027720,
+ [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [2] 12027720")]
+ LDNokronSiofraSmithingStone2__ = 12027720,
- [Annotation(Name = "[LD - Nokron / Siofra] Celestial Dew 12027730")]
- LDNokronSiofraCelestialDew = 12027730,
+ [Annotation(Name = "[LD - Nokron / Siofra] Celestial Dew 12027730")]
+ LDNokronSiofraCelestialDew = 12027730,
- [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [5] 12027740")]
- LDNokronSiofraSmithingStone5__ = 12027740,
+ [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [5] 12027740")]
+ LDNokronSiofraSmithingStone5__ = 12027740,
- [Annotation(Name = "[LD - Nokron / Siofra] Stonesword Key 12027750")]
- LDNokronSiofraStoneswordKey__ = 12027750,
+ [Annotation(Name = "[LD - Nokron / Siofra] Stonesword Key 12027750")]
+ LDNokronSiofraStoneswordKey__ = 12027750,
- [Annotation(Name = "[LD - Nokron / Siofra] Silver Tear Husk 12027760")]
- LDNokronSiofraSilverTearHusk = 12027760,
+ [Annotation(Name = "[LD - Nokron / Siofra] Silver Tear Husk 12027760")]
+ LDNokronSiofraSilverTearHusk = 12027760,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12027770")]
- LDNokronSiofraGoldenRune1_ = 12027770,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12027770")]
+ LDNokronSiofraGoldenRune1_ = 12027770,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [13] 12027780")]
- LDNokronSiofraGoldenRune13 = 12027780,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [13] 12027780")]
+ LDNokronSiofraGoldenRune13 = 12027780,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [7] 12027790")]
- LDNokronSiofraGoldenRune7 = 12027790,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [7] 12027790")]
+ LDNokronSiofraGoldenRune7 = 12027790,
- [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [5] 12027800")]
- LDNokronSiofraSmithingStone5___ = 12027800,
+ [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [5] 12027800")]
+ LDNokronSiofraSmithingStone5___ = 12027800,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [6] 12027810")]
- LDNokronSiofraGoldenRune6_ = 12027810,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [6] 12027810")]
+ LDNokronSiofraGoldenRune6_ = 12027810,
- [Annotation(Name = "[LD - Nokron / Siofra] Rune Arc 12027820")]
- LDNokronSiofraRuneArc_ = 12027820,
+ [Annotation(Name = "[LD - Nokron / Siofra] Rune Arc 12027820")]
+ LDNokronSiofraRuneArc_ = 12027820,
- [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [4] 12027830")]
- LDNokronSiofraSmithingStone4__ = 12027830,
+ [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [4] 12027830")]
+ LDNokronSiofraSmithingStone4__ = 12027830,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12027840")]
- LDNokronSiofraGoldenRune1__ = 12027840,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12027840")]
+ LDNokronSiofraGoldenRune1__ = 12027840,
- [Annotation(Name = "[LD - Nokron / Siofra] Voidbane Talisman 12027850")]
- LDNokronSiofraVoidbaneTalisman = 12027850,
+ [Annotation(Name = "[LD - Nokron / Siofra] Voidbane Talisman 12027850")]
+ LDNokronSiofraVoidbaneTalisman = 12027850,
- [Annotation(Name = "[LD - Nokron / Siofra] Rune Arc 12027860")]
- LDNokronSiofraRuneArc__ = 12027860,
+ [Annotation(Name = "[LD - Nokron / Siofra] Rune Arc 12027860")]
+ LDNokronSiofraRuneArc__ = 12027860,
- [Annotation(Name = "[LD - Nokron / Siofra] Celestial Dew 12027870")]
- LDNokronSiofraCelestialDew_ = 12027870,
+ [Annotation(Name = "[LD - Nokron / Siofra] Celestial Dew 12027870")]
+ LDNokronSiofraCelestialDew_ = 12027870,
- [Annotation(Name = "[LD - Nokron / Siofra] Mimic Tear Ashes 12027880")]
- LDNokronSiofraMimicTearAshes = 12027880,
+ [Annotation(Name = "[LD - Nokron / Siofra] Mimic Tear Ashes 12027880")]
+ LDNokronSiofraMimicTearAshes = 12027880,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [7] 12027890")]
- LDNokronSiofraGoldenRune7_ = 12027890,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [7] 12027890")]
+ LDNokronSiofraGoldenRune7_ = 12027890,
- [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [3] 12027900")]
- LDNokronSiofraSmithingStone3__ = 12027900,
+ [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [3] 12027900")]
+ LDNokronSiofraSmithingStone3__ = 12027900,
- [Annotation(Name = "[LD - Nokron / Siofra] Nox Flowing Hammer 12027910")]
- LDNokronSiofraNoxFlowingHammer = 12027910,
+ [Annotation(Name = "[LD - Nokron / Siofra] Nox Flowing Hammer 12027910")]
+ LDNokronSiofraNoxFlowingHammer = 12027910,
- [Annotation(Name = "[LD - Nokron / Siofra] Celestial Dew 12027920")]
- LDNokronSiofraCelestialDew__ = 12027920,
+ [Annotation(Name = "[LD - Nokron / Siofra] Celestial Dew 12027920")]
+ LDNokronSiofraCelestialDew__ = 12027920,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [7] 12027930")]
- LDNokronSiofraGoldenRune7__ = 12027930,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [7] 12027930")]
+ LDNokronSiofraGoldenRune7__ = 12027930,
- [Annotation(Name = "[LD - Nokron / Siofra] Soft Cotton 12027940")]
- LDNokronSiofraSoftCotton = 12027940,
+ [Annotation(Name = "[LD - Nokron / Siofra] Soft Cotton 12027940")]
+ LDNokronSiofraSoftCotton = 12027940,
- [Annotation(Name = "[LD - Nokron / Siofra] Somber Smithing Stone [5] 12027950")]
- LDNokronSiofraSomberSmithingStone5_ = 12027950,
+ [Annotation(Name = "[LD - Nokron / Siofra] Somber Smithing Stone [5] 12027950")]
+ LDNokronSiofraSomberSmithingStone5_ = 12027950,
- [Annotation(Name = "[LD - Nokron / Siofra] Dragonwound Grease 12027960")]
- LDNokronSiofraDragonwoundGrease = 12027960,
+ [Annotation(Name = "[LD - Nokron / Siofra] Dragonwound Grease 12027960")]
+ LDNokronSiofraDragonwoundGrease = 12027960,
- [Annotation(Name = "[LD - Nokron / Siofra] Slumbering Egg 12027970")]
- LDNokronSiofraSlumberingEgg = 12027970,
+ [Annotation(Name = "[LD - Nokron / Siofra] Slumbering Egg 12027970")]
+ LDNokronSiofraSlumberingEgg = 12027970,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [7] 12027980")]
- LDNokronSiofraGoldenRune7___ = 12027980,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [7] 12027980")]
+ LDNokronSiofraGoldenRune7___ = 12027980,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [7] 12027990")]
- LDNokronSiofraGoldenRune7____ = 12027990,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [7] 12027990")]
+ LDNokronSiofraGoldenRune7____ = 12027990,
- [Annotation(Name = "[LD - Nokron / Siofra] Crucible Hornshield 12027435")]
- LDNokronSiofraCrucibleHornshield = 12027435,
+ [Annotation(Name = "[LD - Nokron / Siofra] Crucible Hornshield 12027435")]
+ LDNokronSiofraCrucibleHornshield = 12027435,
- [Annotation(Name = "[LD - Nokron / Siofra] Somber Smithing Stone [6] 12027445")]
- LDNokronSiofraSomberSmithingStone6 = 12027445,
+ [Annotation(Name = "[LD - Nokron / Siofra] Somber Smithing Stone [6] 12027445")]
+ LDNokronSiofraSomberSmithingStone6 = 12027445,
- [Annotation(Name = "[LD - Deeproot Depths] Map: Deeproot Depths 62064")]
- LDDeeprootDepthsMapDeeprootDepths = 62064,
+ [Annotation(Name = "[LD - Deeproot Depths] Map: Deeproot Depths 62064")]
+ LDDeeprootDepthsMapDeeprootDepths = 62064,
- [Annotation(Name = "[LD - Deeproot Depths] Stonesword Key 12037010")]
- LDDeeprootDepthsStoneswordKey = 12037010,
+ [Annotation(Name = "[LD - Deeproot Depths] Stonesword Key 12037010")]
+ LDDeeprootDepthsStoneswordKey = 12037010,
- [Annotation(Name = "[LD - Deeproot Depths] Formic Rock 12037020")]
- LDDeeprootDepthsFormicRock = 12037020,
+ [Annotation(Name = "[LD - Deeproot Depths] Formic Rock 12037020")]
+ LDDeeprootDepthsFormicRock = 12037020,
- [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [5] 12037030")]
- LDDeeprootDepthsGoldenRune5 = 12037030,
+ [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [5] 12037030")]
+ LDDeeprootDepthsGoldenRune5 = 12037030,
- [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [8] 12037040")]
- LDDeeprootDepthsGoldenRune8 = 12037040,
+ [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [8] 12037040")]
+ LDDeeprootDepthsGoldenRune8 = 12037040,
- [Annotation(Name = "[LD - Deeproot Depths] Golden Arrow 12037050")]
- LDDeeprootDepthsGoldenArrow = 12037050,
+ [Annotation(Name = "[LD - Deeproot Depths] Golden Arrow 12037050")]
+ LDDeeprootDepthsGoldenArrow = 12037050,
- [Annotation(Name = "[LD - Deeproot Depths] Smithing Stone [6] 12037060")]
- LDDeeprootDepthsSmithingStone6 = 12037060,
+ [Annotation(Name = "[LD - Deeproot Depths] Smithing Stone [6] 12037060")]
+ LDDeeprootDepthsSmithingStone6 = 12037060,
- [Annotation(Name = "[LD - Deeproot Depths] Holy Grease 12037070")]
- LDDeeprootDepthsHolyGrease = 12037070,
+ [Annotation(Name = "[LD - Deeproot Depths] Holy Grease 12037070")]
+ LDDeeprootDepthsHolyGrease = 12037070,
- [Annotation(Name = "[LD - Deeproot Depths] [Incantation] Elden Stars 12037080")]
- LDDeeprootDepthsIncantationEldenStars = 12037080,
+ [Annotation(Name = "[LD - Deeproot Depths] [Incantation] Elden Stars 12037080")]
+ LDDeeprootDepthsIncantationEldenStars = 12037080,
- [Annotation(Name = "[LD - Deeproot Depths] Smithing Stone [4] 12037090")]
- LDDeeprootDepthsSmithingStone4 = 12037090,
+ [Annotation(Name = "[LD - Deeproot Depths] Smithing Stone [4] 12037090")]
+ LDDeeprootDepthsSmithingStone4 = 12037090,
- [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [5] 12037100")]
- LDDeeprootDepthsGoldenRune5_ = 12037100,
+ [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [5] 12037100")]
+ LDDeeprootDepthsGoldenRune5_ = 12037100,
- [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [6] 12037110")]
- LDDeeprootDepthsGoldenRune6 = 12037110,
+ [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [6] 12037110")]
+ LDDeeprootDepthsGoldenRune6 = 12037110,
- [Annotation(Name = "[LD - Deeproot Depths] Warming Stone 12037120")]
- LDDeeprootDepthsWarmingStone = 12037120,
+ [Annotation(Name = "[LD - Deeproot Depths] Warming Stone 12037120")]
+ LDDeeprootDepthsWarmingStone = 12037120,
- [Annotation(Name = "[LD - Deeproot Depths] Smithing Stone [4] 12037130")]
- LDDeeprootDepthsSmithingStone4_ = 12037130,
+ [Annotation(Name = "[LD - Deeproot Depths] Smithing Stone [4] 12037130")]
+ LDDeeprootDepthsSmithingStone4_ = 12037130,
- [Annotation(Name = "[LD - Deeproot Depths] Ash of War: Vacuum Slice 12037140")]
- LDDeeprootDepthsAshOfWarVacuumSlice = 12037140,
+ [Annotation(Name = "[LD - Deeproot Depths] Ash of War: Vacuum Slice 12037140")]
+ LDDeeprootDepthsAshOfWarVacuumSlice = 12037140,
- [Annotation(Name = "[LD - Deeproot Depths] Dragonwound Grease 12037150")]
- LDDeeprootDepthsDragonwoundGrease = 12037150,
+ [Annotation(Name = "[LD - Deeproot Depths] Dragonwound Grease 12037150")]
+ LDDeeprootDepthsDragonwoundGrease = 12037150,
- [Annotation(Name = "[LD - Deeproot Depths] Hefty Beast Bone 12037160")]
- LDDeeprootDepthsHeftyBeastBone = 12037160,
+ [Annotation(Name = "[LD - Deeproot Depths] Hefty Beast Bone 12037160")]
+ LDDeeprootDepthsHeftyBeastBone = 12037160,
- [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [1] 12037170")]
- LDDeeprootDepthsGoldenRune1 = 12037170,
+ [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [1] 12037170")]
+ LDDeeprootDepthsGoldenRune1 = 12037170,
- [Annotation(Name = "[LD - Deeproot Depths] Prince of Death's Staff 12037180")]
- LDDeeprootDepthsPrinceOfDeathsStaff = 12037180,
+ [Annotation(Name = "[LD - Deeproot Depths] Prince of Death's Staff 12037180")]
+ LDDeeprootDepthsPrinceOfDeathsStaff = 12037180,
- [Annotation(Name = "[LD - Deeproot Depths] Smithing Stone [6] 12037190")]
- LDDeeprootDepthsSmithingStone6_ = 12037190,
+ [Annotation(Name = "[LD - Deeproot Depths] Smithing Stone [6] 12037190")]
+ LDDeeprootDepthsSmithingStone6_ = 12037190,
- [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [5] 12037200")]
- LDDeeprootDepthsGoldenRune5__ = 12037200,
+ [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [5] 12037200")]
+ LDDeeprootDepthsGoldenRune5__ = 12037200,
- [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [8] 12037210")]
- LDDeeprootDepthsGoldenRune8_ = 12037210,
+ [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [8] 12037210")]
+ LDDeeprootDepthsGoldenRune8_ = 12037210,
- [Annotation(Name = "[LD - Deeproot Depths] Nascent Butterfly 12037220")]
- LDDeeprootDepthsNascentButterfly = 12037220,
+ [Annotation(Name = "[LD - Deeproot Depths] Nascent Butterfly 12037220")]
+ LDDeeprootDepthsNascentButterfly = 12037220,
- [Annotation(Name = "[LD - Deeproot Depths] Somber Smithing Stone [7] 12037230")]
- LDDeeprootDepthsSomberSmithingStone7 = 12037230,
+ [Annotation(Name = "[LD - Deeproot Depths] Somber Smithing Stone [7] 12037230")]
+ LDDeeprootDepthsSomberSmithingStone7 = 12037230,
- [Annotation(Name = "[LD - Deeproot Depths] Somber Smithing Stone [7] 12037240")]
- LDDeeprootDepthsSomberSmithingStone7_ = 12037240,
+ [Annotation(Name = "[LD - Deeproot Depths] Somber Smithing Stone [7] 12037240")]
+ LDDeeprootDepthsSomberSmithingStone7_ = 12037240,
- [Annotation(Name = "[LD - Deeproot Depths] Somber Smithing Stone [7] 12037250")]
- LDDeeprootDepthsSomberSmithingStone7__ = 12037250,
+ [Annotation(Name = "[LD - Deeproot Depths] Somber Smithing Stone [7] 12037250")]
+ LDDeeprootDepthsSomberSmithingStone7__ = 12037250,
- [Annotation(Name = "[LD - Deeproot Depths] Fan Daggers 12037260")]
- LDDeeprootDepthsFanDaggers = 12037260,
+ [Annotation(Name = "[LD - Deeproot Depths] Fan Daggers 12037260")]
+ LDDeeprootDepthsFanDaggers = 12037260,
- [Annotation(Name = "[LD - Deeproot Depths] Somber Smithing Stone [6] 12037270")]
- LDDeeprootDepthsSomberSmithingStone6 = 12037270,
+ [Annotation(Name = "[LD - Deeproot Depths] Somber Smithing Stone [6] 12037270")]
+ LDDeeprootDepthsSomberSmithingStone6 = 12037270,
- [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [8] 12037280")]
- LDDeeprootDepthsGoldenRune8__ = 12037280,
+ [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [8] 12037280")]
+ LDDeeprootDepthsGoldenRune8__ = 12037280,
- [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [8] 12037290")]
- LDDeeprootDepthsGoldenRune8___ = 12037290,
+ [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [8] 12037290")]
+ LDDeeprootDepthsGoldenRune8___ = 12037290,
- [Annotation(Name = "[LD - Deeproot Depths] Crucible Tree Helm 12037300")]
- LDDeeprootDepthsCrucibleTreeHelm = 12037300,
+ [Annotation(Name = "[LD - Deeproot Depths] Crucible Tree Helm 12037300")]
+ LDDeeprootDepthsCrucibleTreeHelm = 12037300,
- [Annotation(Name = "[LD - Deeproot Depths] Smithing Stone [6] 12037310")]
- LDDeeprootDepthsSmithingStone6__ = 12037310,
+ [Annotation(Name = "[LD - Deeproot Depths] Smithing Stone [6] 12037310")]
+ LDDeeprootDepthsSmithingStone6__ = 12037310,
- [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [8] 12037320")]
- LDDeeprootDepthsGoldenRune8____ = 12037320,
+ [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [8] 12037320")]
+ LDDeeprootDepthsGoldenRune8____ = 12037320,
- [Annotation(Name = "[LD - Deeproot Depths] Somber Smithing Stone [7] 12037330")]
- LDDeeprootDepthsSomberSmithingStone7___ = 12037330,
+ [Annotation(Name = "[LD - Deeproot Depths] Somber Smithing Stone [7] 12037330")]
+ LDDeeprootDepthsSomberSmithingStone7___ = 12037330,
- [Annotation(Name = "[LD - Deeproot Depths] Arteria Leaf 12037340")]
- LDDeeprootDepthsArteriaLeaf = 12037340,
+ [Annotation(Name = "[LD - Deeproot Depths] Arteria Leaf 12037340")]
+ LDDeeprootDepthsArteriaLeaf = 12037340,
- [Annotation(Name = "[LD - Deeproot Depths] Smithing Stone [7] 12037350")]
- LDDeeprootDepthsSmithingStone7 = 12037350,
+ [Annotation(Name = "[LD - Deeproot Depths] Smithing Stone [7] 12037350")]
+ LDDeeprootDepthsSmithingStone7 = 12037350,
- [Annotation(Name = "[LD - Deeproot Depths] Lightning Greatbolt 12037360")]
- LDDeeprootDepthsLightningGreatbolt = 12037360,
+ [Annotation(Name = "[LD - Deeproot Depths] Lightning Greatbolt 12037360")]
+ LDDeeprootDepthsLightningGreatbolt = 12037360,
- [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [8] 12037370")]
- LDDeeprootDepthsGoldenRune8_____ = 12037370,
+ [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [8] 12037370")]
+ LDDeeprootDepthsGoldenRune8_____ = 12037370,
- [Annotation(Name = "[LD - Deeproot Depths] Smithing Stone [6] 12037380")]
- LDDeeprootDepthsSmithingStone6___ = 12037380,
+ [Annotation(Name = "[LD - Deeproot Depths] Smithing Stone [6] 12037380")]
+ LDDeeprootDepthsSmithingStone6___ = 12037380,
- [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [8] 12037390")]
- LDDeeprootDepthsGoldenRune8______ = 12037390,
+ [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [8] 12037390")]
+ LDDeeprootDepthsGoldenRune8______ = 12037390,
- [Annotation(Name = "[LD - Deeproot Depths] Clarifying Boluses 12037400")]
- LDDeeprootDepthsClarifyingBoluses = 12037400,
+ [Annotation(Name = "[LD - Deeproot Depths] Clarifying Boluses 12037400")]
+ LDDeeprootDepthsClarifyingBoluses = 12037400,
- [Annotation(Name = "[LD - Deeproot Depths] Smithing Stone [4] 12037410")]
- LDDeeprootDepthsSmithingStone4__ = 12037410,
+ [Annotation(Name = "[LD - Deeproot Depths] Smithing Stone [4] 12037410")]
+ LDDeeprootDepthsSmithingStone4__ = 12037410,
- [Annotation(Name = "[LD - Deeproot Depths] Human Bone Shard 12037420")]
- LDDeeprootDepthsHumanBoneShard = 12037420,
+ [Annotation(Name = "[LD - Deeproot Depths] Human Bone Shard 12037420")]
+ LDDeeprootDepthsHumanBoneShard = 12037420,
- [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [8] 12037430")]
- LDDeeprootDepthsGoldenRune8_______ = 12037430,
+ [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [8] 12037430")]
+ LDDeeprootDepthsGoldenRune8_______ = 12037430,
- [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [9] 12037440")]
- LDDeeprootDepthsGoldenRune9 = 12037440,
+ [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [9] 12037440")]
+ LDDeeprootDepthsGoldenRune9 = 12037440,
- [Annotation(Name = "[LD - Deeproot Depths] Smithing Stone [4] 12037450")]
- LDDeeprootDepthsSmithingStone4___ = 12037450,
+ [Annotation(Name = "[LD - Deeproot Depths] Smithing Stone [4] 12037450")]
+ LDDeeprootDepthsSmithingStone4___ = 12037450,
- [Annotation(Name = "[LD - Deeproot Depths] Nascent Butterfly 12037460")]
- LDDeeprootDepthsNascentButterfly_ = 12037460,
+ [Annotation(Name = "[LD - Deeproot Depths] Nascent Butterfly 12037460")]
+ LDDeeprootDepthsNascentButterfly_ = 12037460,
- [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [8] 12037470")]
- LDDeeprootDepthsGoldenRune8________ = 12037470,
+ [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [8] 12037470")]
+ LDDeeprootDepthsGoldenRune8________ = 12037470,
- [Annotation(Name = "[LD - Deeproot Depths] Smithing Stone [5] 12037480")]
- LDDeeprootDepthsSmithingStone5 = 12037480,
+ [Annotation(Name = "[LD - Deeproot Depths] Smithing Stone [5] 12037480")]
+ LDDeeprootDepthsSmithingStone5 = 12037480,
- [Annotation(Name = "[LD - Deeproot Depths] Smithing Stone [5] 12037490")]
- LDDeeprootDepthsSmithingStone5_ = 12037490,
+ [Annotation(Name = "[LD - Deeproot Depths] Smithing Stone [5] 12037490")]
+ LDDeeprootDepthsSmithingStone5_ = 12037490,
- [Annotation(Name = "[LD - Deeproot Depths] Smithing Stone [6] 12037500")]
- LDDeeprootDepthsSmithingStone6____ = 12037500,
+ [Annotation(Name = "[LD - Deeproot Depths] Smithing Stone [6] 12037500")]
+ LDDeeprootDepthsSmithingStone6____ = 12037500,
- [Annotation(Name = "[LD - Deeproot Depths] Rune Arc 12037510")]
- LDDeeprootDepthsRuneArc = 12037510,
+ [Annotation(Name = "[LD - Deeproot Depths] Rune Arc 12037510")]
+ LDDeeprootDepthsRuneArc = 12037510,
- [Annotation(Name = "[LD - Deeproot Depths] Mausoleum Soldier Ashes 12037520")]
- LDDeeprootDepthsMausoleumSoldierAshes = 12037520,
+ [Annotation(Name = "[LD - Deeproot Depths] Mausoleum Soldier Ashes 12037520")]
+ LDDeeprootDepthsMausoleumSoldierAshes = 12037520,
- [Annotation(Name = "[LD - Deeproot Depths] Somber Smithing Stone [7] 12037530")]
- LDDeeprootDepthsSomberSmithingStone7____ = 12037530,
+ [Annotation(Name = "[LD - Deeproot Depths] Somber Smithing Stone [7] 12037530")]
+ LDDeeprootDepthsSomberSmithingStone7____ = 12037530,
- [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [8] 12037540")]
- LDDeeprootDepthsGoldenRune8_________ = 12037540,
+ [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [8] 12037540")]
+ LDDeeprootDepthsGoldenRune8_________ = 12037540,
- [Annotation(Name = "[LD - Deeproot Depths] Somber Smithing Stone [6] 12037550")]
- LDDeeprootDepthsSomberSmithingStone6_ = 12037550,
+ [Annotation(Name = "[LD - Deeproot Depths] Somber Smithing Stone [6] 12037550")]
+ LDDeeprootDepthsSomberSmithingStone6_ = 12037550,
- [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [1] 12037560")]
- LDDeeprootDepthsGoldenRune1_ = 12037560,
+ [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [1] 12037560")]
+ LDDeeprootDepthsGoldenRune1_ = 12037560,
- [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [1] 12037570")]
- LDDeeprootDepthsGoldenRune1__ = 12037570,
+ [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [1] 12037570")]
+ LDDeeprootDepthsGoldenRune1__ = 12037570,
- [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [1] 12037580")]
- LDDeeprootDepthsGoldenRune1___ = 12037580,
+ [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [1] 12037580")]
+ LDDeeprootDepthsGoldenRune1___ = 12037580,
- [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [1] 12037590")]
- LDDeeprootDepthsGoldenRune1____ = 12037590,
+ [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [1] 12037590")]
+ LDDeeprootDepthsGoldenRune1____ = 12037590,
- [Annotation(Name = "[LD - Deeproot Depths] Lightning Bastard Sword 12037900")]
- LDDeeprootDepthsLightningBastardSword = 12037900,
+ [Annotation(Name = "[LD - Deeproot Depths] Lightning Bastard Sword 12037900")]
+ LDDeeprootDepthsLightningBastardSword = 12037900,
- [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [1] 12037910")]
- LDDeeprootDepthsGoldenRune1_____ = 12037910,
+ [Annotation(Name = "[LD - Deeproot Depths] Golden Rune [1] 12037910")]
+ LDDeeprootDepthsGoldenRune1_____ = 12037910,
- [Annotation(Name = "[LD - Deeproot Depths] Siluria's Tree 12037950")]
- LDDeeprootDepthsSiluriasTree = 12037950,
+ [Annotation(Name = "[LD - Deeproot Depths] Siluria's Tree 12037950")]
+ LDDeeprootDepthsSiluriasTree = 12037950,
- [Annotation(Name = "[LD - Deeproot Depths] Staff of the Avatar 12037960")]
- LDDeeprootDepthsStaffOfTheAvatar = 12037960,
+ [Annotation(Name = "[LD - Deeproot Depths] Staff of the Avatar 12037960")]
+ LDDeeprootDepthsStaffOfTheAvatar = 12037960,
- [Annotation(Name = "[LD - Deeproot Depths] Numen's Rune 12037800")]
- LDDeeprootDepthsNumensRune = 12037800,
+ [Annotation(Name = "[LD - Deeproot Depths] Numen's Rune 12037800")]
+ LDDeeprootDepthsNumensRune = 12037800,
- [Annotation(Name = "[LD - Deeproot Depths] Numen's Rune 12037810")]
- LDDeeprootDepthsNumensRune_ = 12037810,
+ [Annotation(Name = "[LD - Deeproot Depths] Numen's Rune 12037810")]
+ LDDeeprootDepthsNumensRune_ = 12037810,
- [Annotation(Name = "[LD - Deeproot Depths] Numen's Rune 12037820")]
- LDDeeprootDepthsNumensRune__ = 12037820,
+ [Annotation(Name = "[LD - Deeproot Depths] Numen's Rune 12037820")]
+ LDDeeprootDepthsNumensRune__ = 12037820,
- [Annotation(Name = "[LD - Deeproot Depths] Numen's Rune 12037830")]
- LDDeeprootDepthsNumensRune___ = 12037830,
+ [Annotation(Name = "[LD - Deeproot Depths] Numen's Rune 12037830")]
+ LDDeeprootDepthsNumensRune___ = 12037830,
- [Annotation(Name = "[LD - Deeproot Depths] Numen's Rune 12037840")]
- LDDeeprootDepthsNumensRune____ = 12037840,
+ [Annotation(Name = "[LD - Deeproot Depths] Numen's Rune 12037840")]
+ LDDeeprootDepthsNumensRune____ = 12037840,
- [Annotation(Name = "[LD - Deeproot Depths] Numen's Rune 12037850")]
- LDDeeprootDepthsNumensRune_____ = 12037850,
+ [Annotation(Name = "[LD - Deeproot Depths] Numen's Rune 12037850")]
+ LDDeeprootDepthsNumensRune_____ = 12037850,
- [Annotation(Name = "[LD - Mohgwyn] Map: Mohgwyn Palace 62062")]
- LDMohgwynMapMohgwynPalace = 62062,
+ [Annotation(Name = "[LD - Mohgwyn] Map: Mohgwyn Palace 62062")]
+ LDMohgwynMapMohgwynPalace = 62062,
- [Annotation(Name = "[LD - Mohgwyn] Golden Seed 12057010")]
- LDMohgwynGoldenSeed = 12057010,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Seed 12057010")]
+ LDMohgwynGoldenSeed = 12057010,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [11] 12057020")]
- LDMohgwynGoldenRune11 = 12057020,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [11] 12057020")]
+ LDMohgwynGoldenRune11 = 12057020,
- [Annotation(Name = "[LD - Mohgwyn] Smithing Stone [6] 12057030")]
- LDMohgwynSmithingStone6 = 12057030,
+ [Annotation(Name = "[LD - Mohgwyn] Smithing Stone [6] 12057030")]
+ LDMohgwynSmithingStone6 = 12057030,
- [Annotation(Name = "[LD - Mohgwyn] Bloodrose 12057040")]
- LDMohgwynBloodrose = 12057040,
+ [Annotation(Name = "[LD - Mohgwyn] Bloodrose 12057040")]
+ LDMohgwynBloodrose = 12057040,
- [Annotation(Name = "[LD - Mohgwyn] Nomadic Warrior's Cookbook [24] 67910")]
- LDMohgwynNomadicWarriorsCookbook24 = 67910,
+ [Annotation(Name = "[LD - Mohgwyn] Nomadic Warrior's Cookbook [24] 67910")]
+ LDMohgwynNomadicWarriorsCookbook24 = 67910,
- [Annotation(Name = "[LD - Mohgwyn] Hero's Rune [4] 12057060")]
- LDMohgwynHerosRune4 = 12057060,
+ [Annotation(Name = "[LD - Mohgwyn] Hero's Rune [4] 12057060")]
+ LDMohgwynHerosRune4 = 12057060,
- [Annotation(Name = "[LD - Mohgwyn] Smithing Stone [8] 12057070")]
- LDMohgwynSmithingStone8 = 12057070,
+ [Annotation(Name = "[LD - Mohgwyn] Smithing Stone [8] 12057070")]
+ LDMohgwynSmithingStone8 = 12057070,
- [Annotation(Name = "[LD - Mohgwyn] Hero's Rune [3] 12057080")]
- LDMohgwynHerosRune3 = 12057080,
+ [Annotation(Name = "[LD - Mohgwyn] Hero's Rune [3] 12057080")]
+ LDMohgwynHerosRune3 = 12057080,
- [Annotation(Name = "[LD - Mohgwyn] Blood-Tainted Excrement 12057090")]
- LDMohgwynBloodTaintedExcrement = 12057090,
+ [Annotation(Name = "[LD - Mohgwyn] Blood-Tainted Excrement 12057090")]
+ LDMohgwynBloodTaintedExcrement = 12057090,
- [Annotation(Name = "[LD - Mohgwyn] Somber Smithing Stone [9] 12057100")]
- LDMohgwynSomberSmithingStone9 = 12057100,
+ [Annotation(Name = "[LD - Mohgwyn] Somber Smithing Stone [9] 12057100")]
+ LDMohgwynSomberSmithingStone9 = 12057100,
- [Annotation(Name = "[LD - Mohgwyn] [Incantation] Swarm of Flies 12057110")]
- LDMohgwynIncantationSwarmOfFlies = 12057110,
+ [Annotation(Name = "[LD - Mohgwyn] [Incantation] Swarm of Flies 12057110")]
+ LDMohgwynIncantationSwarmOfFlies = 12057110,
- [Annotation(Name = "[LD - Mohgwyn] Drawstring Blood Grease 12057120")]
- LDMohgwynDrawstringBloodGrease = 12057120,
+ [Annotation(Name = "[LD - Mohgwyn] Drawstring Blood Grease 12057120")]
+ LDMohgwynDrawstringBloodGrease = 12057120,
- [Annotation(Name = "[LD - Mohgwyn] Blood-Tainted Excrement 12057130")]
- LDMohgwynBloodTaintedExcrement_ = 12057130,
+ [Annotation(Name = "[LD - Mohgwyn] Blood-Tainted Excrement 12057130")]
+ LDMohgwynBloodTaintedExcrement_ = 12057130,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [12] 12057140")]
- LDMohgwynGoldenRune12 = 12057140,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [12] 12057140")]
+ LDMohgwynGoldenRune12 = 12057140,
- [Annotation(Name = "[LD - Mohgwyn] Smithing Stone [7] 12057150")]
- LDMohgwynSmithingStone7 = 12057150,
+ [Annotation(Name = "[LD - Mohgwyn] Smithing Stone [7] 12057150")]
+ LDMohgwynSmithingStone7 = 12057150,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [12] 12057160")]
- LDMohgwynGoldenRune12_ = 12057160,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [12] 12057160")]
+ LDMohgwynGoldenRune12_ = 12057160,
- [Annotation(Name = "[LD - Mohgwyn] Sacramental Bud 12057170")]
- LDMohgwynSacramentalBud = 12057170,
+ [Annotation(Name = "[LD - Mohgwyn] Sacramental Bud 12057170")]
+ LDMohgwynSacramentalBud = 12057170,
- [Annotation(Name = "[LD - Mohgwyn] Nascent Butterfly 12057180")]
- LDMohgwynNascentButterfly = 12057180,
+ [Annotation(Name = "[LD - Mohgwyn] Nascent Butterfly 12057180")]
+ LDMohgwynNascentButterfly = 12057180,
- [Annotation(Name = "[LD - Mohgwyn] Rune Arc 12057190")]
- LDMohgwynRuneArc = 12057190,
+ [Annotation(Name = "[LD - Mohgwyn] Rune Arc 12057190")]
+ LDMohgwynRuneArc = 12057190,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057200")]
- LDMohgwynGoldenRune1 = 12057200,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057200")]
+ LDMohgwynGoldenRune1 = 12057200,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [13] 12057210")]
- LDMohgwynGoldenRune13 = 12057210,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [13] 12057210")]
+ LDMohgwynGoldenRune13 = 12057210,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057220")]
- LDMohgwynGoldenRune1_ = 12057220,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057220")]
+ LDMohgwynGoldenRune1_ = 12057220,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057230")]
- LDMohgwynGoldenRune1__ = 12057230,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057230")]
+ LDMohgwynGoldenRune1__ = 12057230,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057240")]
- LDMohgwynGoldenRune1___ = 12057240,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057240")]
+ LDMohgwynGoldenRune1___ = 12057240,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057250")]
- LDMohgwynGoldenRune1____ = 12057250,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057250")]
+ LDMohgwynGoldenRune1____ = 12057250,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057260")]
- LDMohgwynGoldenRune1_____ = 12057260,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057260")]
+ LDMohgwynGoldenRune1_____ = 12057260,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057270")]
- LDMohgwynGoldenRune1______ = 12057270,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057270")]
+ LDMohgwynGoldenRune1______ = 12057270,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057280")]
- LDMohgwynGoldenRune1_______ = 12057280,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057280")]
+ LDMohgwynGoldenRune1_______ = 12057280,
- [Annotation(Name = "[LD - Mohgwyn] Bloodrose 12057290")]
- LDMohgwynBloodrose_ = 12057290,
+ [Annotation(Name = "[LD - Mohgwyn] Bloodrose 12057290")]
+ LDMohgwynBloodrose_ = 12057290,
- [Annotation(Name = "[LD - Mohgwyn] Holy Grease 12057300")]
- LDMohgwynHolyGrease = 12057300,
+ [Annotation(Name = "[LD - Mohgwyn] Holy Grease 12057300")]
+ LDMohgwynHolyGrease = 12057300,
- [Annotation(Name = "[LD - Mohgwyn] Stonesword Key 12057310")]
- LDMohgwynStoneswordKey = 12057310,
+ [Annotation(Name = "[LD - Mohgwyn] Stonesword Key 12057310")]
+ LDMohgwynStoneswordKey = 12057310,
- [Annotation(Name = "[LD - Mohgwyn] Smithing Stone [6] 12057320")]
- LDMohgwynSmithingStone6_ = 12057320,
+ [Annotation(Name = "[LD - Mohgwyn] Smithing Stone [6] 12057320")]
+ LDMohgwynSmithingStone6_ = 12057320,
- [Annotation(Name = "[LD - Mohgwyn] Arteria Leaf 12057330")]
- LDMohgwynArteriaLeaf = 12057330,
+ [Annotation(Name = "[LD - Mohgwyn] Arteria Leaf 12057330")]
+ LDMohgwynArteriaLeaf = 12057330,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [13] 12057340")]
- LDMohgwynGoldenRune13_ = 12057340,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [13] 12057340")]
+ LDMohgwynGoldenRune13_ = 12057340,
- [Annotation(Name = "[LD - Mohgwyn] Clarifying Boluses 12057350")]
- LDMohgwynClarifyingBoluses = 12057350,
+ [Annotation(Name = "[LD - Mohgwyn] Clarifying Boluses 12057350")]
+ LDMohgwynClarifyingBoluses = 12057350,
- [Annotation(Name = "[LD - Mohgwyn] Rot Grease 12057360")]
- LDMohgwynRotGrease = 12057360,
+ [Annotation(Name = "[LD - Mohgwyn] Rot Grease 12057360")]
+ LDMohgwynRotGrease = 12057360,
- [Annotation(Name = "[LD - Mohgwyn] Haligdrake Talisman +2 12057370")]
- LDMohgwynHaligdrakeTalisman2 = 12057370,
+ [Annotation(Name = "[LD - Mohgwyn] Haligdrake Talisman +2 12057370")]
+ LDMohgwynHaligdrakeTalisman2 = 12057370,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057380")]
- LDMohgwynGoldenRune1________ = 12057380,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057380")]
+ LDMohgwynGoldenRune1________ = 12057380,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057390")]
- LDMohgwynGoldenRune1_________ = 12057390,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057390")]
+ LDMohgwynGoldenRune1_________ = 12057390,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057400")]
- LDMohgwynGoldenRune1__________ = 12057400,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057400")]
+ LDMohgwynGoldenRune1__________ = 12057400,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057410")]
- LDMohgwynGoldenRune1___________ = 12057410,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057410")]
+ LDMohgwynGoldenRune1___________ = 12057410,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057420")]
- LDMohgwynGoldenRune1____________ = 12057420,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057420")]
+ LDMohgwynGoldenRune1____________ = 12057420,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057430")]
- LDMohgwynGoldenRune1_____________ = 12057430,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057430")]
+ LDMohgwynGoldenRune1_____________ = 12057430,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057440")]
- LDMohgwynGoldenRune1______________ = 12057440,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057440")]
+ LDMohgwynGoldenRune1______________ = 12057440,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057450")]
- LDMohgwynGoldenRune1_______________ = 12057450,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057450")]
+ LDMohgwynGoldenRune1_______________ = 12057450,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057460")]
- LDMohgwynGoldenRune1________________ = 12057460,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057460")]
+ LDMohgwynGoldenRune1________________ = 12057460,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057470")]
- LDMohgwynGoldenRune1_________________ = 12057470,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057470")]
+ LDMohgwynGoldenRune1_________________ = 12057470,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057480")]
- LDMohgwynGoldenRune1__________________ = 12057480,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057480")]
+ LDMohgwynGoldenRune1__________________ = 12057480,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057490")]
- LDMohgwynGoldenRune1___________________ = 12057490,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057490")]
+ LDMohgwynGoldenRune1___________________ = 12057490,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057500")]
- LDMohgwynGoldenRune1____________________ = 12057500,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057500")]
+ LDMohgwynGoldenRune1____________________ = 12057500,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057510")]
- LDMohgwynGoldenRune1_____________________ = 12057510,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057510")]
+ LDMohgwynGoldenRune1_____________________ = 12057510,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057520")]
- LDMohgwynGoldenRune1______________________ = 12057520,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057520")]
+ LDMohgwynGoldenRune1______________________ = 12057520,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057530")]
- LDMohgwynGoldenRune1_______________________ = 12057530,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057530")]
+ LDMohgwynGoldenRune1_______________________ = 12057530,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057540")]
- LDMohgwynGoldenRune1________________________ = 12057540,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057540")]
+ LDMohgwynGoldenRune1________________________ = 12057540,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057550")]
- LDMohgwynGoldenRune1_________________________ = 12057550,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057550")]
+ LDMohgwynGoldenRune1_________________________ = 12057550,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057560")]
- LDMohgwynGoldenRune1__________________________ = 12057560,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057560")]
+ LDMohgwynGoldenRune1__________________________ = 12057560,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057570")]
- LDMohgwynGoldenRune1___________________________ = 12057570,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057570")]
+ LDMohgwynGoldenRune1___________________________ = 12057570,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057580")]
- LDMohgwynGoldenRune1____________________________ = 12057580,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057580")]
+ LDMohgwynGoldenRune1____________________________ = 12057580,
- [Annotation(Name = "[LD - Mohgwyn] Smithing Stone [7] 12057590")]
- LDMohgwynSmithingStone7_ = 12057590,
+ [Annotation(Name = "[LD - Mohgwyn] Smithing Stone [7] 12057590")]
+ LDMohgwynSmithingStone7_ = 12057590,
- [Annotation(Name = "[LD - Mohgwyn] Stanching Boluses 12057600")]
- LDMohgwynStanchingBoluses = 12057600,
+ [Annotation(Name = "[LD - Mohgwyn] Stanching Boluses 12057600")]
+ LDMohgwynStanchingBoluses = 12057600,
- [Annotation(Name = "[LD - Mohgwyn] Stonesword Key 12057610")]
- LDMohgwynStoneswordKey_ = 12057610,
+ [Annotation(Name = "[LD - Mohgwyn] Stonesword Key 12057610")]
+ LDMohgwynStoneswordKey_ = 12057610,
- [Annotation(Name = "[LD - Mohgwyn] Bloodrose 12057620")]
- LDMohgwynBloodrose__ = 12057620,
+ [Annotation(Name = "[LD - Mohgwyn] Bloodrose 12057620")]
+ LDMohgwynBloodrose__ = 12057620,
- [Annotation(Name = "[LD - Mohgwyn] Fire Longsword 12057630")]
- LDMohgwynFireLongsword = 12057630,
+ [Annotation(Name = "[LD - Mohgwyn] Fire Longsword 12057630")]
+ LDMohgwynFireLongsword = 12057630,
- [Annotation(Name = "[LD - Mohgwyn] Smithing Stone [8] 12057640")]
- LDMohgwynSmithingStone8_ = 12057640,
+ [Annotation(Name = "[LD - Mohgwyn] Smithing Stone [8] 12057640")]
+ LDMohgwynSmithingStone8_ = 12057640,
- [Annotation(Name = "[LD - Mohgwyn] Numen's Rune 12057650")]
- LDMohgwynNumensRune = 12057650,
+ [Annotation(Name = "[LD - Mohgwyn] Numen's Rune 12057650")]
+ LDMohgwynNumensRune = 12057650,
- [Annotation(Name = "[LD - Mohgwyn] 12057660")]
- LDMohgwyn = 12057660,
+ [Annotation(Name = "[LD - Mohgwyn] 12057660")]
+ LDMohgwyn = 12057660,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [13] 12057670")]
- LDMohgwynGoldenRune13__ = 12057670,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [13] 12057670")]
+ LDMohgwynGoldenRune13__ = 12057670,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [11] 12057680")]
- LDMohgwynGoldenRune11_ = 12057680,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [11] 12057680")]
+ LDMohgwynGoldenRune11_ = 12057680,
- [Annotation(Name = "[LD - Mohgwyn] Lord's Rune 12057690")]
- LDMohgwynLordsRune = 12057690,
+ [Annotation(Name = "[LD - Mohgwyn] Lord's Rune 12057690")]
+ LDMohgwynLordsRune = 12057690,
- [Annotation(Name = "[LD - Mohgwyn] Smithing Stone [6] 12057700")]
- LDMohgwynSmithingStone6__ = 12057700,
+ [Annotation(Name = "[LD - Mohgwyn] Smithing Stone [6] 12057700")]
+ LDMohgwynSmithingStone6__ = 12057700,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057710")]
- LDMohgwynGoldenRune1_____________________________ = 12057710,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057710")]
+ LDMohgwynGoldenRune1_____________________________ = 12057710,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057720")]
- LDMohgwynGoldenRune1______________________________ = 12057720,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057720")]
+ LDMohgwynGoldenRune1______________________________ = 12057720,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057730")]
- LDMohgwynGoldenRune1_______________________________ = 12057730,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057730")]
+ LDMohgwynGoldenRune1_______________________________ = 12057730,
- [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057740")]
- LDMohgwynGoldenRune1________________________________ = 12057740,
+ [Annotation(Name = "[LD - Mohgwyn] Golden Rune [1] 12057740")]
+ LDMohgwynGoldenRune1________________________________ = 12057740,
- [Annotation(Name = "[LD - Mohgwyn] Somber Ancient Dragon Smithing Stone 12057900")]
- LDMohgwynSomberAncientDragonSmithingStone = 12057900,
+ [Annotation(Name = "[LD - Mohgwyn] Somber Ancient Dragon Smithing Stone 12057900")]
+ LDMohgwynSomberAncientDragonSmithingStone = 12057900,
- [Annotation(Name = "[LD - Mohgwyn] White Mask 12057950")]
- LDMohgwynWhiteMask = 12057950,
+ [Annotation(Name = "[LD - Mohgwyn] White Mask 12057950")]
+ LDMohgwynWhiteMask = 12057950,
- [Annotation(Name = "[LD - Nokron / Siofra] Furlcalling Finger Remedy 12077000")]
- LDNokronSiofraFurlcallingFingerRemedy_ = 12077000,
+ [Annotation(Name = "[LD - Nokron / Siofra] Furlcalling Finger Remedy 12077000")]
+ LDNokronSiofraFurlcallingFingerRemedy_ = 12077000,
- [Annotation(Name = "[LD - Nokron / Siofra] Silver Firefly 12077010")]
- LDNokronSiofraSilverFirefly = 12077010,
+ [Annotation(Name = "[LD - Nokron / Siofra] Silver Firefly 12077010")]
+ LDNokronSiofraSilverFirefly = 12077010,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [3] 12077020")]
- LDNokronSiofraGoldenRune3___ = 12077020,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [3] 12077020")]
+ LDNokronSiofraGoldenRune3___ = 12077020,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [2] 12077030")]
- LDNokronSiofraGoldenRune2_ = 12077030,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [2] 12077030")]
+ LDNokronSiofraGoldenRune2_ = 12077030,
- [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [4] 12077040")]
- LDNokronSiofraSmithingStone4___ = 12077040,
+ [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [4] 12077040")]
+ LDNokronSiofraSmithingStone4___ = 12077040,
- [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [2] 12077050")]
- LDNokronSiofraSmithingStone2___ = 12077050,
+ [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [2] 12077050")]
+ LDNokronSiofraSmithingStone2___ = 12077050,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [2] 12077060")]
- LDNokronSiofraGoldenRune2__ = 12077060,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [2] 12077060")]
+ LDNokronSiofraGoldenRune2__ = 12077060,
- [Annotation(Name = "[LD - Nokron / Siofra] Immunizing Cured Meat 12077070")]
- LDNokronSiofraImmunizingCuredMeat = 12077070,
+ [Annotation(Name = "[LD - Nokron / Siofra] Immunizing Cured Meat 12077070")]
+ LDNokronSiofraImmunizingCuredMeat = 12077070,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [2] 12077080")]
- LDNokronSiofraGoldenRune2___ = 12077080,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [2] 12077080")]
+ LDNokronSiofraGoldenRune2___ = 12077080,
- [Annotation(Name = "[LD - Nokron / Siofra] Rainbow Stone 12077090")]
- LDNokronSiofraRainbowStone = 12077090,
+ [Annotation(Name = "[LD - Nokron / Siofra] Rainbow Stone 12077090")]
+ LDNokronSiofraRainbowStone = 12077090,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [4] 12077100")]
- LDNokronSiofraGoldenRune4________ = 12077100,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [4] 12077100")]
+ LDNokronSiofraGoldenRune4________ = 12077100,
- [Annotation(Name = "[LD - Nokron / Siofra] Budding Horn 12077110")]
- LDNokronSiofraBuddingHorn = 12077110,
+ [Annotation(Name = "[LD - Nokron / Siofra] Budding Horn 12077110")]
+ LDNokronSiofraBuddingHorn = 12077110,
- [Annotation(Name = "[LD - Nokron / Siofra] Throwing Dagger 12077120")]
- LDNokronSiofraThrowingDagger = 12077120,
+ [Annotation(Name = "[LD - Nokron / Siofra] Throwing Dagger 12077120")]
+ LDNokronSiofraThrowingDagger = 12077120,
- [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [3] 12077130")]
- LDNokronSiofraSmithingStone3___ = 12077130,
+ [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [3] 12077130")]
+ LDNokronSiofraSmithingStone3___ = 12077130,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [4] 12077140")]
- LDNokronSiofraGoldenRune4_________ = 12077140,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [4] 12077140")]
+ LDNokronSiofraGoldenRune4_________ = 12077140,
- [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [4] 12077150")]
- LDNokronSiofraSmithingStone4____ = 12077150,
+ [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [4] 12077150")]
+ LDNokronSiofraSmithingStone4____ = 12077150,
- [Annotation(Name = "[LD - Nokron / Siofra] Soap 12077160")]
- LDNokronSiofraSoap = 12077160,
+ [Annotation(Name = "[LD - Nokron / Siofra] Soap 12077160")]
+ LDNokronSiofraSoap = 12077160,
- [Annotation(Name = "[LD - Nokron / Siofra] Preserving Boluses 12077170")]
- LDNokronSiofraPreservingBoluses = 12077170,
+ [Annotation(Name = "[LD - Nokron / Siofra] Preserving Boluses 12077170")]
+ LDNokronSiofraPreservingBoluses = 12077170,
- [Annotation(Name = "[LD - Nokron / Siofra] Silver-Pickled Fowl Foot 12077180")]
- LDNokronSiofraSilverPickledFowlFoot = 12077180,
+ [Annotation(Name = "[LD - Nokron / Siofra] Silver-Pickled Fowl Foot 12077180")]
+ LDNokronSiofraSilverPickledFowlFoot = 12077180,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12077190")]
- LDNokronSiofraGoldenRune1___ = 12077190,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12077190")]
+ LDNokronSiofraGoldenRune1___ = 12077190,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12077200")]
- LDNokronSiofraGoldenRune1____ = 12077200,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12077200")]
+ LDNokronSiofraGoldenRune1____ = 12077200,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12077210")]
- LDNokronSiofraGoldenRune1_____ = 12077210,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12077210")]
+ LDNokronSiofraGoldenRune1_____ = 12077210,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12077220")]
- LDNokronSiofraGoldenRune1______ = 12077220,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12077220")]
+ LDNokronSiofraGoldenRune1______ = 12077220,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12077230")]
- LDNokronSiofraGoldenRune1_______ = 12077230,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12077230")]
+ LDNokronSiofraGoldenRune1_______ = 12077230,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12077240")]
- LDNokronSiofraGoldenRune1________ = 12077240,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12077240")]
+ LDNokronSiofraGoldenRune1________ = 12077240,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12077250")]
- LDNokronSiofraGoldenRune1_________ = 12077250,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12077250")]
+ LDNokronSiofraGoldenRune1_________ = 12077250,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12077260")]
- LDNokronSiofraGoldenRune1__________ = 12077260,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12077260")]
+ LDNokronSiofraGoldenRune1__________ = 12077260,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12077270")]
- LDNokronSiofraGoldenRune1___________ = 12077270,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12077270")]
+ LDNokronSiofraGoldenRune1___________ = 12077270,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12077280")]
- LDNokronSiofraGoldenRune1____________ = 12077280,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12077280")]
+ LDNokronSiofraGoldenRune1____________ = 12077280,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12077290")]
- LDNokronSiofraGoldenRune1_____________ = 12077290,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12077290")]
+ LDNokronSiofraGoldenRune1_____________ = 12077290,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [5] 12077300")]
- LDNokronSiofraGoldenRune5_ = 12077300,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [5] 12077300")]
+ LDNokronSiofraGoldenRune5_ = 12077300,
- [Annotation(Name = "[LD - Nokron / Siofra] Soporific Grease 12077310")]
- LDNokronSiofraSoporificGrease = 12077310,
+ [Annotation(Name = "[LD - Nokron / Siofra] Soporific Grease 12077310")]
+ LDNokronSiofraSoporificGrease = 12077310,
- [Annotation(Name = "[LD - Nokron / Siofra] Burred Bolt 12077320")]
- LDNokronSiofraBurredBolt = 12077320,
+ [Annotation(Name = "[LD - Nokron / Siofra] Burred Bolt 12077320")]
+ LDNokronSiofraBurredBolt = 12077320,
- [Annotation(Name = "[LD - Nokron / Siofra] Nascent Butterfly 12077330")]
- LDNokronSiofraNascentButterfly_ = 12077330,
+ [Annotation(Name = "[LD - Nokron / Siofra] Nascent Butterfly 12077330")]
+ LDNokronSiofraNascentButterfly_ = 12077330,
- [Annotation(Name = "[LD - Nokron / Siofra] Rune Arc 12077340")]
- LDNokronSiofraRuneArc___ = 12077340,
+ [Annotation(Name = "[LD - Nokron / Siofra] Rune Arc 12077340")]
+ LDNokronSiofraRuneArc___ = 12077340,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [6] 12077350")]
- LDNokronSiofraGoldenRune6__ = 12077350,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [6] 12077350")]
+ LDNokronSiofraGoldenRune6__ = 12077350,
- [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [5] 12077360")]
- LDNokronSiofraSmithingStone5____ = 12077360,
+ [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [5] 12077360")]
+ LDNokronSiofraSmithingStone5____ = 12077360,
- [Annotation(Name = "[LD - Nokron / Siofra] Furlcalling Finger Remedy 12077370")]
- LDNokronSiofraFurlcallingFingerRemedy__ = 12077370,
+ [Annotation(Name = "[LD - Nokron / Siofra] Furlcalling Finger Remedy 12077370")]
+ LDNokronSiofraFurlcallingFingerRemedy__ = 12077370,
- [Annotation(Name = "[LD - Nokron / Siofra] Clarifying White Cured Meat 12077380")]
- LDNokronSiofraClarifyingWhiteCuredMeat = 12077380,
+ [Annotation(Name = "[LD - Nokron / Siofra] Clarifying White Cured Meat 12077380")]
+ LDNokronSiofraClarifyingWhiteCuredMeat = 12077380,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [6] 12077390")]
- LDNokronSiofraGoldenRune6___ = 12077390,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [6] 12077390")]
+ LDNokronSiofraGoldenRune6___ = 12077390,
- [Annotation(Name = "[LD - Nokron / Siofra] Ghost-Glovewort Picker's Bell Bearing [1] 12077400")]
- LDNokronSiofraGhostGlovewortPickersBellBearing1 = 12077400,
+ [Annotation(Name = "[LD - Nokron / Siofra] Ghost-Glovewort Picker's Bell Bearing [1] 12077400")]
+ LDNokronSiofraGhostGlovewortPickersBellBearing1 = 12077400,
- [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [3] 12077410")]
- LDNokronSiofraSmithingStone3____ = 12077410,
+ [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [3] 12077410")]
+ LDNokronSiofraSmithingStone3____ = 12077410,
- [Annotation(Name = "[LD - Nokron / Siofra] Somber Smithing Stone [4] 12077420")]
- LDNokronSiofraSomberSmithingStone4 = 12077420,
+ [Annotation(Name = "[LD - Nokron / Siofra] Somber Smithing Stone [4] 12077420")]
+ LDNokronSiofraSomberSmithingStone4 = 12077420,
- [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [5] 12077430")]
- LDNokronSiofraSmithingStone5_____ = 12077430,
+ [Annotation(Name = "[LD - Nokron / Siofra] Smithing Stone [5] 12077430")]
+ LDNokronSiofraSmithingStone5_____ = 12077430,
- [Annotation(Name = "[LD - Nokron / Siofra] Greatshield Soldier Ashes 12077440")]
- LDNokronSiofraGreatshieldSoldierAshes = 12077440,
+ [Annotation(Name = "[LD - Nokron / Siofra] Greatshield Soldier Ashes 12077440")]
+ LDNokronSiofraGreatshieldSoldierAshes = 12077440,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [7] 12077450")]
- LDNokronSiofraGoldenRune7_____ = 12077450,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [7] 12077450")]
+ LDNokronSiofraGoldenRune7_____ = 12077450,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [7] 12077460")]
- LDNokronSiofraGoldenRune7______ = 12077460,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [7] 12077460")]
+ LDNokronSiofraGoldenRune7______ = 12077460,
- [Annotation(Name = "[LD - Nokron / Siofra] Rune Arc 12077470")]
- LDNokronSiofraRuneArc____ = 12077470,
+ [Annotation(Name = "[LD - Nokron / Siofra] Rune Arc 12077470")]
+ LDNokronSiofraRuneArc____ = 12077470,
- [Annotation(Name = "[LD - Nokron / Siofra] Larval Tear 12077480")]
- LDNokronSiofraLarvalTear = 12077480,
+ [Annotation(Name = "[LD - Nokron / Siofra] Larval Tear 12077480")]
+ LDNokronSiofraLarvalTear = 12077480,
- [Annotation(Name = "[LD - Nokron / Siofra] Larval Tear 12077490")]
- LDNokronSiofraLarvalTear_ = 12077490,
+ [Annotation(Name = "[LD - Nokron / Siofra] Larval Tear 12077490")]
+ LDNokronSiofraLarvalTear_ = 12077490,
- [Annotation(Name = "[LD - Nokron / Siofra] Ghostflame Torch 12077500")]
- LDNokronSiofraGhostflameTorch = 12077500,
+ [Annotation(Name = "[LD - Nokron / Siofra] Ghostflame Torch 12077500")]
+ LDNokronSiofraGhostflameTorch = 12077500,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12077510")]
- LDNokronSiofraGoldenRune1______________ = 12077510,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12077510")]
+ LDNokronSiofraGoldenRune1______________ = 12077510,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12077520")]
- LDNokronSiofraGoldenRune1_______________ = 12077520,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12077520")]
+ LDNokronSiofraGoldenRune1_______________ = 12077520,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12077530")]
- LDNokronSiofraGoldenRune1________________ = 12077530,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12077530")]
+ LDNokronSiofraGoldenRune1________________ = 12077530,
- [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12077540")]
- LDNokronSiofraGoldenRune1_________________ = 12077540,
+ [Annotation(Name = "[LD - Nokron / Siofra] Golden Rune [1] 12077540")]
+ LDNokronSiofraGoldenRune1_________________ = 12077540,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [8] 13007000")]
- LDCrumblingFarumAzulaSmithingStone8 = 13007000,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [8] 13007000")]
+ LDCrumblingFarumAzulaSmithingStone8 = 13007000,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Rune [9] 13007010")]
- LDCrumblingFarumAzulaGoldenRune9 = 13007010,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Rune [9] 13007010")]
+ LDCrumblingFarumAzulaGoldenRune9 = 13007010,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Old Fang 13007020")]
- LDCrumblingFarumAzulaOldFang = 13007020,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Old Fang 13007020")]
+ LDCrumblingFarumAzulaOldFang = 13007020,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Lightningproof Dried Liver 13007030")]
- LDCrumblingFarumAzulaLightningproofDriedLiver = 13007030,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Lightningproof Dried Liver 13007030")]
+ LDCrumblingFarumAzulaLightningproofDriedLiver = 13007030,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [6] 13007040")]
- LDCrumblingFarumAzulaSmithingStone6 = 13007040,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [6] 13007040")]
+ LDCrumblingFarumAzulaSmithingStone6 = 13007040,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [8] 13007050")]
- LDCrumblingFarumAzulaSmithingStone8_ = 13007050,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [8] 13007050")]
+ LDCrumblingFarumAzulaSmithingStone8_ = 13007050,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Dragonwound Grease 13007060")]
- LDCrumblingFarumAzulaDragonwoundGrease = 13007060,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Dragonwound Grease 13007060")]
+ LDCrumblingFarumAzulaDragonwoundGrease = 13007060,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [8] 13007070")]
- LDCrumblingFarumAzulaSmithingStone8__ = 13007070,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [8] 13007070")]
+ LDCrumblingFarumAzulaSmithingStone8__ = 13007070,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [8] 13007080")]
- LDCrumblingFarumAzulaSmithingStone8___ = 13007080,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [8] 13007080")]
+ LDCrumblingFarumAzulaSmithingStone8___ = 13007080,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Lightning Greatbolt 13007090")]
- LDCrumblingFarumAzulaLightningGreatbolt = 13007090,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Lightning Greatbolt 13007090")]
+ LDCrumblingFarumAzulaLightningGreatbolt = 13007090,
- [Annotation(Name = "[LD - Crumbling Farum Azula] 13007100")]
- LDCrumblingFarumAzula = 13007100,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] 13007100")]
+ LDCrumblingFarumAzula = 13007100,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Rune [12] 13007110")]
- LDCrumblingFarumAzulaGoldenRune12 = 13007110,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Rune [12] 13007110")]
+ LDCrumblingFarumAzulaGoldenRune12 = 13007110,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Ancient Dragon Prayerbook 13007120")]
- LDCrumblingFarumAzulaAncientDragonPrayerbook = 13007120,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Ancient Dragon Prayerbook 13007120")]
+ LDCrumblingFarumAzulaAncientDragonPrayerbook = 13007120,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Hero's Rune [2] 13007130")]
- LDCrumblingFarumAzulaHerosRune2 = 13007130,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Hero's Rune [2] 13007130")]
+ LDCrumblingFarumAzulaHerosRune2 = 13007130,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [6] 13007140")]
- LDCrumblingFarumAzulaSmithingStone6_ = 13007140,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [6] 13007140")]
+ LDCrumblingFarumAzulaSmithingStone6_ = 13007140,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Somberstone Miner's Bell Bearing [4] 13007150")]
- LDCrumblingFarumAzulaSomberstoneMinersBellBearing4 = 13007150,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Somberstone Miner's Bell Bearing [4] 13007150")]
+ LDCrumblingFarumAzulaSomberstoneMinersBellBearing4 = 13007150,
- [Annotation(Name = "[LD - Crumbling Farum Azula] 13007160")]
- LDCrumblingFarumAzula_ = 13007160,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] 13007160")]
+ LDCrumblingFarumAzula_ = 13007160,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Somber Smithing Stone [9] 13007170")]
- LDCrumblingFarumAzulaSomberSmithingStone9 = 13007170,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Somber Smithing Stone [9] 13007170")]
+ LDCrumblingFarumAzulaSomberSmithingStone9 = 13007170,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Fulgurbloom 13007180")]
- LDCrumblingFarumAzulaFulgurbloom = 13007180,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Fulgurbloom 13007180")]
+ LDCrumblingFarumAzulaFulgurbloom = 13007180,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [8] 13007190")]
- LDCrumblingFarumAzulaSmithingStone8____ = 13007190,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [8] 13007190")]
+ LDCrumblingFarumAzulaSmithingStone8____ = 13007190,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Rejuvenating Boluses 13007200")]
- LDCrumblingFarumAzulaRejuvenatingBoluses = 13007200,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Rejuvenating Boluses 13007200")]
+ LDCrumblingFarumAzulaRejuvenatingBoluses = 13007200,
- [Annotation(Name = "[LD - Crumbling Farum Azula] 13007210")]
- LDCrumblingFarumAzula__ = 13007210,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] 13007210")]
+ LDCrumblingFarumAzula__ = 13007210,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [8] 13007220")]
- LDCrumblingFarumAzulaSmithingStone8_____ = 13007220,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [8] 13007220")]
+ LDCrumblingFarumAzulaSmithingStone8_____ = 13007220,
- [Annotation(Name = "[LD - Crumbling Farum Azula] 13007230")]
- LDCrumblingFarumAzula___ = 13007230,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] 13007230")]
+ LDCrumblingFarumAzula___ = 13007230,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Gravel Stone 13007240")]
- LDCrumblingFarumAzulaGravelStone = 13007240,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Gravel Stone 13007240")]
+ LDCrumblingFarumAzulaGravelStone = 13007240,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Somber Smithing Stone [7] 13007250")]
- LDCrumblingFarumAzulaSomberSmithingStone7 = 13007250,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Somber Smithing Stone [7] 13007250")]
+ LDCrumblingFarumAzulaSomberSmithingStone7 = 13007250,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Rune [9] 13007260")]
- LDCrumblingFarumAzulaGoldenRune9_ = 13007260,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Rune [9] 13007260")]
+ LDCrumblingFarumAzulaGoldenRune9_ = 13007260,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Arrow 13007270")]
- LDCrumblingFarumAzulaGoldenArrow = 13007270,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Arrow 13007270")]
+ LDCrumblingFarumAzulaGoldenArrow = 13007270,
- [Annotation(Name = "[LD - Crumbling Farum Azula] 13007280")]
- LDCrumblingFarumAzula____ = 13007280,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] 13007280")]
+ LDCrumblingFarumAzula____ = 13007280,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Gravel Stone 13007290")]
- LDCrumblingFarumAzulaGravelStone_ = 13007290,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Gravel Stone 13007290")]
+ LDCrumblingFarumAzulaGravelStone_ = 13007290,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Rune [10] 13007300")]
- LDCrumblingFarumAzulaGoldenRune10 = 13007300,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Rune [10] 13007300")]
+ LDCrumblingFarumAzulaGoldenRune10 = 13007300,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Rune [12] 13007310")]
- LDCrumblingFarumAzulaGoldenRune12_ = 13007310,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Rune [12] 13007310")]
+ LDCrumblingFarumAzulaGoldenRune12_ = 13007310,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [6] 13007320")]
- LDCrumblingFarumAzulaSmithingStone6__ = 13007320,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [6] 13007320")]
+ LDCrumblingFarumAzulaSmithingStone6__ = 13007320,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Rune [11] 13007330")]
- LDCrumblingFarumAzulaGoldenRune11 = 13007330,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Rune [11] 13007330")]
+ LDCrumblingFarumAzulaGoldenRune11 = 13007330,
- [Annotation(Name = "[LD - Crumbling Farum Azula] 13007340")]
- LDCrumblingFarumAzula_____ = 13007340,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] 13007340")]
+ LDCrumblingFarumAzula_____ = 13007340,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Stonesword Key 13007350")]
- LDCrumblingFarumAzulaStoneswordKey = 13007350,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Stonesword Key 13007350")]
+ LDCrumblingFarumAzulaStoneswordKey = 13007350,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Rune [12] 13007360")]
- LDCrumblingFarumAzulaGoldenRune12__ = 13007360,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Rune [12] 13007360")]
+ LDCrumblingFarumAzulaGoldenRune12__ = 13007360,
- [Annotation(Name = "[LD - Crumbling Farum Azula] 13007370")]
- LDCrumblingFarumAzula______ = 13007370,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] 13007370")]
+ LDCrumblingFarumAzula______ = 13007370,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Rune Arc 13007380")]
- LDCrumblingFarumAzulaRuneArc = 13007380,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Rune Arc 13007380")]
+ LDCrumblingFarumAzulaRuneArc = 13007380,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Somber Smithing Stone [9] 13007390")]
- LDCrumblingFarumAzulaSomberSmithingStone9_ = 13007390,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Somber Smithing Stone [9] 13007390")]
+ LDCrumblingFarumAzulaSomberSmithingStone9_ = 13007390,
- [Annotation(Name = "[LD - Crumbling Farum Azula] 13007400")]
- LDCrumblingFarumAzula_______ = 13007400,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] 13007400")]
+ LDCrumblingFarumAzula_______ = 13007400,
- [Annotation(Name = "[LD - Crumbling Farum Azula] 13007410")]
- LDCrumblingFarumAzula________ = 13007410,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] 13007410")]
+ LDCrumblingFarumAzula________ = 13007410,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Rune [11] 13007420")]
- LDCrumblingFarumAzulaGoldenRune11_ = 13007420,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Rune [11] 13007420")]
+ LDCrumblingFarumAzulaGoldenRune11_ = 13007420,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Godskin Ward 13007430")]
- LDCrumblingFarumAzulaGodskinWard = 13007430,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Godskin Ward 13007430")]
+ LDCrumblingFarumAzulaGodskinWard = 13007430,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Hero's Rune [5] 13007440")]
- LDCrumblingFarumAzulaHerosRune5 = 13007440,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Hero's Rune [5] 13007440")]
+ LDCrumblingFarumAzulaHerosRune5 = 13007440,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [7] 13007450")]
- LDCrumblingFarumAzulaSmithingStone7 = 13007450,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [7] 13007450")]
+ LDCrumblingFarumAzulaSmithingStone7 = 13007450,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Lightning Grease 13007460")]
- LDCrumblingFarumAzulaLightningGrease = 13007460,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Lightning Grease 13007460")]
+ LDCrumblingFarumAzulaLightningGrease = 13007460,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Somber Smithing Stone [9] 13007470")]
- LDCrumblingFarumAzulaSomberSmithingStone9__ = 13007470,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Somber Smithing Stone [9] 13007470")]
+ LDCrumblingFarumAzulaSomberSmithingStone9__ = 13007470,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Ancient Dragon Smithing Stone 13007480")]
- LDCrumblingFarumAzulaAncientDragonSmithingStone = 13007480,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Ancient Dragon Smithing Stone 13007480")]
+ LDCrumblingFarumAzulaAncientDragonSmithingStone = 13007480,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Rune [12] 13007490")]
- LDCrumblingFarumAzulaGoldenRune12___ = 13007490,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Rune [12] 13007490")]
+ LDCrumblingFarumAzulaGoldenRune12___ = 13007490,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Dragoncrest Shield Talisman +2 13007500")]
- LDCrumblingFarumAzulaDragoncrestShieldTalisman2 = 13007500,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Dragoncrest Shield Talisman +2 13007500")]
+ LDCrumblingFarumAzulaDragoncrestShieldTalisman2 = 13007500,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Dappled Cured Meat 13007510")]
- LDCrumblingFarumAzulaDappledCuredMeat = 13007510,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Dappled Cured Meat 13007510")]
+ LDCrumblingFarumAzulaDappledCuredMeat = 13007510,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [8] 13007520")]
- LDCrumblingFarumAzulaSmithingStone8______ = 13007520,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [8] 13007520")]
+ LDCrumblingFarumAzulaSmithingStone8______ = 13007520,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Lord's Rune 13007530")]
- LDCrumblingFarumAzulaLordsRune = 13007530,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Lord's Rune 13007530")]
+ LDCrumblingFarumAzulaLordsRune = 13007530,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Nascent Butterfly 13007540")]
- LDCrumblingFarumAzulaNascentButterfly = 13007540,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Nascent Butterfly 13007540")]
+ LDCrumblingFarumAzulaNascentButterfly = 13007540,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Rune [12] 13007550")]
- LDCrumblingFarumAzulaGoldenRune12____ = 13007550,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Rune [12] 13007550")]
+ LDCrumblingFarumAzulaGoldenRune12____ = 13007550,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [8] 13007560")]
- LDCrumblingFarumAzulaSmithingStone8_______ = 13007560,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [8] 13007560")]
+ LDCrumblingFarumAzulaSmithingStone8_______ = 13007560,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Rune Arc 13007570")]
- LDCrumblingFarumAzulaRuneArc_ = 13007570,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Rune Arc 13007570")]
+ LDCrumblingFarumAzulaRuneArc_ = 13007570,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [7] 13007580")]
- LDCrumblingFarumAzulaSmithingStone7_ = 13007580,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [7] 13007580")]
+ LDCrumblingFarumAzulaSmithingStone7_ = 13007580,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Dragonwound Grease 13007590")]
- LDCrumblingFarumAzulaDragonwoundGrease_ = 13007590,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Dragonwound Grease 13007590")]
+ LDCrumblingFarumAzulaDragonwoundGrease_ = 13007590,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [8] 13007600")]
- LDCrumblingFarumAzulaSmithingStone8________ = 13007600,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [8] 13007600")]
+ LDCrumblingFarumAzulaSmithingStone8________ = 13007600,
- [Annotation(Name = "[LD - Crumbling Farum Azula] 13007610")]
- LDCrumblingFarumAzula_________ = 13007610,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] 13007610")]
+ LDCrumblingFarumAzula_________ = 13007610,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Rune [12] 13007620")]
- LDCrumblingFarumAzulaGoldenRune12_____ = 13007620,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Rune [12] 13007620")]
+ LDCrumblingFarumAzulaGoldenRune12_____ = 13007620,
- [Annotation(Name = "[LD - Crumbling Farum Azula] 13007630")]
- LDCrumblingFarumAzula__________ = 13007630,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] 13007630")]
+ LDCrumblingFarumAzula__________ = 13007630,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [7] 13007640")]
- LDCrumblingFarumAzulaSmithingStone7__ = 13007640,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [7] 13007640")]
+ LDCrumblingFarumAzulaSmithingStone7__ = 13007640,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Ancient Dragon Apostle's Cookbook [4] 68020")]
- LDCrumblingFarumAzulaAncientDragonApostlesCookbook4 = 68020,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Ancient Dragon Apostle's Cookbook [4] 68020")]
+ LDCrumblingFarumAzulaAncientDragonApostlesCookbook4 = 68020,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Somber Smithing Stone [8] 13007660")]
- LDCrumblingFarumAzulaSomberSmithingStone8 = 13007660,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Somber Smithing Stone [8] 13007660")]
+ LDCrumblingFarumAzulaSomberSmithingStone8 = 13007660,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [6] 13007670")]
- LDCrumblingFarumAzulaSmithingStone6___ = 13007670,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [6] 13007670")]
+ LDCrumblingFarumAzulaSmithingStone6___ = 13007670,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Arteria Leaf 13007680")]
- LDCrumblingFarumAzulaArteriaLeaf = 13007680,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Arteria Leaf 13007680")]
+ LDCrumblingFarumAzulaArteriaLeaf = 13007680,
- [Annotation(Name = "[LD - Crumbling Farum Azula] 13007690")]
- LDCrumblingFarumAzula___________ = 13007690,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] 13007690")]
+ LDCrumblingFarumAzula___________ = 13007690,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Lightning Greatbolt 13007700")]
- LDCrumblingFarumAzulaLightningGreatbolt_ = 13007700,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Lightning Greatbolt 13007700")]
+ LDCrumblingFarumAzulaLightningGreatbolt_ = 13007700,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Fulgurbloom 13007710")]
- LDCrumblingFarumAzulaFulgurbloom_ = 13007710,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Fulgurbloom 13007710")]
+ LDCrumblingFarumAzulaFulgurbloom_ = 13007710,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Rune [12] 13007720")]
- LDCrumblingFarumAzulaGoldenRune12______ = 13007720,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Rune [12] 13007720")]
+ LDCrumblingFarumAzulaGoldenRune12______ = 13007720,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [7] 13007730")]
- LDCrumblingFarumAzulaSmithingStone7___ = 13007730,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [7] 13007730")]
+ LDCrumblingFarumAzulaSmithingStone7___ = 13007730,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Rune [12] 13007740")]
- LDCrumblingFarumAzulaGoldenRune12_______ = 13007740,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Rune [12] 13007740")]
+ LDCrumblingFarumAzulaGoldenRune12_______ = 13007740,
- [Annotation(Name = "[LD - Crumbling Farum Azula] 13007750")]
- LDCrumblingFarumAzula____________ = 13007750,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] 13007750")]
+ LDCrumblingFarumAzula____________ = 13007750,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Boltdrake Talisman +2 13007760")]
- LDCrumblingFarumAzulaBoltdrakeTalisman2 = 13007760,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Boltdrake Talisman +2 13007760")]
+ LDCrumblingFarumAzulaBoltdrakeTalisman2 = 13007760,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Somber Smithing Stone [7] 13007770")]
- LDCrumblingFarumAzulaSomberSmithingStone7_ = 13007770,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Somber Smithing Stone [7] 13007770")]
+ LDCrumblingFarumAzulaSomberSmithingStone7_ = 13007770,
- [Annotation(Name = "[LD - Crumbling Farum Azula] 13007780")]
- LDCrumblingFarumAzula_____________ = 13007780,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] 13007780")]
+ LDCrumblingFarumAzula_____________ = 13007780,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Somberstone Miner's Bell Bearing [5] 13007790")]
- LDCrumblingFarumAzulaSomberstoneMinersBellBearing5 = 13007790,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Somberstone Miner's Bell Bearing [5] 13007790")]
+ LDCrumblingFarumAzulaSomberstoneMinersBellBearing5 = 13007790,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Rune [12] 13007800")]
- LDCrumblingFarumAzulaGoldenRune12________ = 13007800,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Rune [12] 13007800")]
+ LDCrumblingFarumAzulaGoldenRune12________ = 13007800,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Somber Smithing Stone [7] 13007810")]
- LDCrumblingFarumAzulaSomberSmithingStone7__ = 13007810,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Somber Smithing Stone [7] 13007810")]
+ LDCrumblingFarumAzulaSomberSmithingStone7__ = 13007810,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Somber Smithing Stone [8] 13007820")]
- LDCrumblingFarumAzulaSomberSmithingStone8_ = 13007820,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Somber Smithing Stone [8] 13007820")]
+ LDCrumblingFarumAzulaSomberSmithingStone8_ = 13007820,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Pearldrake Talisman 13007830")]
- LDCrumblingFarumAzulaPearldrakeTalisman = 13007830,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Pearldrake Talisman 13007830")]
+ LDCrumblingFarumAzulaPearldrakeTalisman = 13007830,
- [Annotation(Name = "[LD - Crumbling Farum Azula] 13007840")]
- LDCrumblingFarumAzula______________ = 13007840,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] 13007840")]
+ LDCrumblingFarumAzula______________ = 13007840,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [7] 13007850")]
- LDCrumblingFarumAzulaSmithingStone7____ = 13007850,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [7] 13007850")]
+ LDCrumblingFarumAzulaSmithingStone7____ = 13007850,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Gravel Stone 13007860")]
- LDCrumblingFarumAzulaGravelStone__ = 13007860,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Gravel Stone 13007860")]
+ LDCrumblingFarumAzulaGravelStone__ = 13007860,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Somber Smithing Stone [9] 13007870")]
- LDCrumblingFarumAzulaSomberSmithingStone9___ = 13007870,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Somber Smithing Stone [9] 13007870")]
+ LDCrumblingFarumAzulaSomberSmithingStone9___ = 13007870,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [8] 13007880")]
- LDCrumblingFarumAzulaSmithingStone8_________ = 13007880,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Smithing Stone [8] 13007880")]
+ LDCrumblingFarumAzulaSmithingStone8_________ = 13007880,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Azula Beastman Ashes 13007890")]
- LDCrumblingFarumAzulaAzulaBeastmanAshes = 13007890,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Azula Beastman Ashes 13007890")]
+ LDCrumblingFarumAzulaAzulaBeastmanAshes = 13007890,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Ancient Dragon Smithing Stone 13007900")]
- LDCrumblingFarumAzulaAncientDragonSmithingStone_ = 13007900,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Ancient Dragon Smithing Stone 13007900")]
+ LDCrumblingFarumAzulaAncientDragonSmithingStone_ = 13007900,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Glovewort Picker's Bell Bearing [3] 13007910")]
- LDCrumblingFarumAzulaGlovewortPickersBellBearing3 = 13007910,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Glovewort Picker's Bell Bearing [3] 13007910")]
+ LDCrumblingFarumAzulaGlovewortPickersBellBearing3 = 13007910,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Drake Knight Helm 13007920")]
- LDCrumblingFarumAzulaDrakeKnightHelm = 13007920,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Drake Knight Helm 13007920")]
+ LDCrumblingFarumAzulaDrakeKnightHelm = 13007920,
- [Annotation(Name = "[LD - Crumbling Farum Azula] 13007930")]
- LDCrumblingFarumAzula_______________ = 13007930,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] 13007930")]
+ LDCrumblingFarumAzula_______________ = 13007930,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Dragon Towershield 13007940")]
- LDCrumblingFarumAzulaDragonTowershield = 13007940,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Dragon Towershield 13007940")]
+ LDCrumblingFarumAzulaDragonTowershield = 13007940,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Old Lord's Talisman 13007950")]
- LDCrumblingFarumAzulaOldLordsTalisman = 13007950,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Old Lord's Talisman 13007950")]
+ LDCrumblingFarumAzulaOldLordsTalisman = 13007950,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Seed 13007980")]
- LDCrumblingFarumAzulaGoldenSeed = 13007980,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Seed 13007980")]
+ LDCrumblingFarumAzulaGoldenSeed = 13007980,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Seed 13007990")]
- LDCrumblingFarumAzulaGoldenSeed_ = 13007990,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Golden Seed 13007990")]
+ LDCrumblingFarumAzulaGoldenSeed_ = 13007990,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Ancient Dragon Smithing Stone 13007991")]
- LDCrumblingFarumAzulaAncientDragonSmithingStone__ = 13007991,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Ancient Dragon Smithing Stone 13007991")]
+ LDCrumblingFarumAzulaAncientDragonSmithingStone__ = 13007991,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Ancient Dragon Smithing Stone 13007993")]
- LDCrumblingFarumAzulaAncientDragonSmithingStone___ = 13007993,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Ancient Dragon Smithing Stone 13007993")]
+ LDCrumblingFarumAzulaAncientDragonSmithingStone___ = 13007993,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Malformed Dragon Helm 13007995")]
- LDCrumblingFarumAzulaMalformedDragonHelm = 13007995,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Malformed Dragon Helm 13007995")]
+ LDCrumblingFarumAzulaMalformedDragonHelm = 13007995,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Somber Ancient Dragon Smithing Stone 13007005")]
- LDCrumblingFarumAzulaSomberAncientDragonSmithingStone = 13007005,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Somber Ancient Dragon Smithing Stone 13007005")]
+ LDCrumblingFarumAzulaSomberAncientDragonSmithingStone = 13007005,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Dragonwound Grease 13007015")]
- LDCrumblingFarumAzulaDragonwoundGrease__ = 13007015,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Dragonwound Grease 13007015")]
+ LDCrumblingFarumAzulaDragonwoundGrease__ = 13007015,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Great Grave Glovewort 13007025")]
- LDCrumblingFarumAzulaGreatGraveGlovewort = 13007025,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Great Grave Glovewort 13007025")]
+ LDCrumblingFarumAzulaGreatGraveGlovewort = 13007025,
- [Annotation(Name = "[LD - Crumbling Farum Azula] Great Grave Glovewort 13007035")]
- LDCrumblingFarumAzulaGreatGraveGlovewort_ = 13007035,
+ [Annotation(Name = "[LD - Crumbling Farum Azula] Great Grave Glovewort 13007035")]
+ LDCrumblingFarumAzulaGreatGraveGlovewort_ = 13007035,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Magic Grease 14007000")]
- LDAcademyOfRayaLucariaMagicGrease = 14007000,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Magic Grease 14007000")]
+ LDAcademyOfRayaLucariaMagicGrease = 14007000,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Rune Arc 14007020")]
- LDAcademyOfRayaLucariaRuneArc = 14007020,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Rune Arc 14007020")]
+ LDAcademyOfRayaLucariaRuneArc = 14007020,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Rune [2] 14007030")]
- LDAcademyOfRayaLucariaGoldenRune2 = 14007030,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Rune [2] 14007030")]
+ LDAcademyOfRayaLucariaGoldenRune2 = 14007030,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Somber Smithing Stone [3] 14007040")]
- LDAcademyOfRayaLucariaSomberSmithingStone3 = 14007040,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Somber Smithing Stone [3] 14007040")]
+ LDAcademyOfRayaLucariaSomberSmithingStone3 = 14007040,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Grace Mimic 14007070")]
- LDAcademyOfRayaLucariaGraceMimic = 14007070,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Grace Mimic 14007070")]
+ LDAcademyOfRayaLucariaGraceMimic = 14007070,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Smithing Stone [4] 14007090")]
- LDAcademyOfRayaLucariaSmithingStone4 = 14007090,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Smithing Stone [4] 14007090")]
+ LDAcademyOfRayaLucariaSmithingStone4 = 14007090,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Spellproof Dried Liver 14007120")]
- LDAcademyOfRayaLucariaSpellproofDriedLiver = 14007120,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Spellproof Dried Liver 14007120")]
+ LDAcademyOfRayaLucariaSpellproofDriedLiver = 14007120,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Marionette Soldier Ashes 14007150")]
- LDAcademyOfRayaLucariaMarionetteSoldierAshes = 14007150,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Marionette Soldier Ashes 14007150")]
+ LDAcademyOfRayaLucariaMarionetteSoldierAshes = 14007150,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Silver-Pickled Fowl Foot 14007160")]
- LDAcademyOfRayaLucariaSilverPickledFowlFoot = 14007160,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Silver-Pickled Fowl Foot 14007160")]
+ LDAcademyOfRayaLucariaSilverPickledFowlFoot = 14007160,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Magic Grease 14007190")]
- LDAcademyOfRayaLucariaMagicGrease_ = 14007190,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Magic Grease 14007190")]
+ LDAcademyOfRayaLucariaMagicGrease_ = 14007190,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Rune [4] 14007200")]
- LDAcademyOfRayaLucariaGoldenRune4 = 14007200,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Rune [4] 14007200")]
+ LDAcademyOfRayaLucariaGoldenRune4 = 14007200,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Mushroom 14007220")]
- LDAcademyOfRayaLucariaMushroom = 14007220,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Mushroom 14007220")]
+ LDAcademyOfRayaLucariaMushroom = 14007220,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Rune [4] 14007250")]
- LDAcademyOfRayaLucariaGoldenRune4_ = 14007250,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Rune [4] 14007250")]
+ LDAcademyOfRayaLucariaGoldenRune4_ = 14007250,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Rune [3] 14007280")]
- LDAcademyOfRayaLucariaGoldenRune3 = 14007280,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Rune [3] 14007280")]
+ LDAcademyOfRayaLucariaGoldenRune3 = 14007280,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Avionette Soldier Ashes 14007290")]
- LDAcademyOfRayaLucariaAvionetteSoldierAshes = 14007290,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Avionette Soldier Ashes 14007290")]
+ LDAcademyOfRayaLucariaAvionetteSoldierAshes = 14007290,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Smithing Stone [5] 14007300")]
- LDAcademyOfRayaLucariaSmithingStone5 = 14007300,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Smithing Stone [5] 14007300")]
+ LDAcademyOfRayaLucariaSmithingStone5 = 14007300,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Longtail Cat Talisman 14007320")]
- LDAcademyOfRayaLucariaLongtailCatTalisman = 14007320,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Longtail Cat Talisman 14007320")]
+ LDAcademyOfRayaLucariaLongtailCatTalisman = 14007320,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Crystal Dart 14007330")]
- LDAcademyOfRayaLucariaCrystalDart = 14007330,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Crystal Dart 14007330")]
+ LDAcademyOfRayaLucariaCrystalDart = 14007330,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Rune [4] 14007350")]
- LDAcademyOfRayaLucariaGoldenRune4__ = 14007350,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Rune [4] 14007350")]
+ LDAcademyOfRayaLucariaGoldenRune4__ = 14007350,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Conspectus Scroll 14007360")]
- LDAcademyOfRayaLucariaConspectusScroll = 14007360,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Conspectus Scroll 14007360")]
+ LDAcademyOfRayaLucariaConspectusScroll = 14007360,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Smithing Stone [4] 14007370")]
- LDAcademyOfRayaLucariaSmithingStone4_ = 14007370,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Smithing Stone [4] 14007370")]
+ LDAcademyOfRayaLucariaSmithingStone4_ = 14007370,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Stonesword Key 14007380")]
- LDAcademyOfRayaLucariaStoneswordKey = 14007380,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Stonesword Key 14007380")]
+ LDAcademyOfRayaLucariaStoneswordKey = 14007380,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Furlcalling Finger Remedy 14007390")]
- LDAcademyOfRayaLucariaFurlcallingFingerRemedy = 14007390,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Furlcalling Finger Remedy 14007390")]
+ LDAcademyOfRayaLucariaFurlcallingFingerRemedy = 14007390,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Living Jar Shard 14007410")]
- LDAcademyOfRayaLucariaLivingJarShard = 14007410,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Living Jar Shard 14007410")]
+ LDAcademyOfRayaLucariaLivingJarShard = 14007410,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Stonesword Key 14007420")]
- LDAcademyOfRayaLucariaStoneswordKey_ = 14007420,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Stonesword Key 14007420")]
+ LDAcademyOfRayaLucariaStoneswordKey_ = 14007420,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Glintstone Firefly 14007430")]
- LDAcademyOfRayaLucariaGlintstoneFirefly = 14007430,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Glintstone Firefly 14007430")]
+ LDAcademyOfRayaLucariaGlintstoneFirefly = 14007430,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Rune [2] 14007440")]
- LDAcademyOfRayaLucariaGoldenRune2_ = 14007440,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Rune [2] 14007440")]
+ LDAcademyOfRayaLucariaGoldenRune2_ = 14007440,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Rune [4] 14007450")]
- LDAcademyOfRayaLucariaGoldenRune4___ = 14007450,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Rune [4] 14007450")]
+ LDAcademyOfRayaLucariaGoldenRune4___ = 14007450,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Crystal Bud 14007460")]
- LDAcademyOfRayaLucariaCrystalBud = 14007460,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Crystal Bud 14007460")]
+ LDAcademyOfRayaLucariaCrystalBud = 14007460,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Rune [4] 14007470")]
- LDAcademyOfRayaLucariaGoldenRune4____ = 14007470,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Rune [4] 14007470")]
+ LDAcademyOfRayaLucariaGoldenRune4____ = 14007470,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Smithing Stone [5] 14007480")]
- LDAcademyOfRayaLucariaSmithingStone5_ = 14007480,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Smithing Stone [5] 14007480")]
+ LDAcademyOfRayaLucariaSmithingStone5_ = 14007480,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Rune [2] 14007490")]
- LDAcademyOfRayaLucariaGoldenRune2__ = 14007490,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Rune [2] 14007490")]
+ LDAcademyOfRayaLucariaGoldenRune2__ = 14007490,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Glintstone Whetblade 65680")]
- LDAcademyOfRayaLucariaGlintstoneWhetblade = 65680,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Glintstone Whetblade 65680")]
+ LDAcademyOfRayaLucariaGlintstoneWhetblade = 65680,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Rune [3] 14007510")]
- LDAcademyOfRayaLucariaGoldenRune3_ = 14007510,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Rune [3] 14007510")]
+ LDAcademyOfRayaLucariaGoldenRune3_ = 14007510,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Crystal Dart 14007520")]
- LDAcademyOfRayaLucariaCrystalDart_ = 14007520,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Crystal Dart 14007520")]
+ LDAcademyOfRayaLucariaCrystalDart_ = 14007520,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Rune [4] 14007530")]
- LDAcademyOfRayaLucariaGoldenRune4_____ = 14007530,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Rune [4] 14007530")]
+ LDAcademyOfRayaLucariaGoldenRune4_____ = 14007530,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Furlcalling Finger Remedy 14007540")]
- LDAcademyOfRayaLucariaFurlcallingFingerRemedy_ = 14007540,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Furlcalling Finger Remedy 14007540")]
+ LDAcademyOfRayaLucariaFurlcallingFingerRemedy_ = 14007540,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Rune [7] 14007560")]
- LDAcademyOfRayaLucariaGoldenRune7 = 14007560,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Rune [7] 14007560")]
+ LDAcademyOfRayaLucariaGoldenRune7 = 14007560,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Rune [4] 14007600")]
- LDAcademyOfRayaLucariaGoldenRune4______ = 14007600,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Rune [4] 14007600")]
+ LDAcademyOfRayaLucariaGoldenRune4______ = 14007600,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Crystal Dart 14007620")]
- LDAcademyOfRayaLucariaCrystalDart__ = 14007620,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Crystal Dart 14007620")]
+ LDAcademyOfRayaLucariaCrystalDart__ = 14007620,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Imbued Sword Key 14007630")]
- LDAcademyOfRayaLucariaImbuedSwordKey = 14007630,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Imbued Sword Key 14007630")]
+ LDAcademyOfRayaLucariaImbuedSwordKey = 14007630,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Meteor Bolt 14007660")]
- LDAcademyOfRayaLucariaMeteorBolt = 14007660,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Meteor Bolt 14007660")]
+ LDAcademyOfRayaLucariaMeteorBolt = 14007660,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Smithing Stone [4] 14007670")]
- LDAcademyOfRayaLucariaSmithingStone4__ = 14007670,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Smithing Stone [4] 14007670")]
+ LDAcademyOfRayaLucariaSmithingStone4__ = 14007670,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Rune [4] 14007710")]
- LDAcademyOfRayaLucariaGoldenRune4_______ = 14007710,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Rune [4] 14007710")]
+ LDAcademyOfRayaLucariaGoldenRune4_______ = 14007710,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Smithing Stone [3] 14007720")]
- LDAcademyOfRayaLucariaSmithingStone3 = 14007720,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Smithing Stone [3] 14007720")]
+ LDAcademyOfRayaLucariaSmithingStone3 = 14007720,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Magic Grease 14007740")]
- LDAcademyOfRayaLucariaMagicGrease__ = 14007740,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Magic Grease 14007740")]
+ LDAcademyOfRayaLucariaMagicGrease__ = 14007740,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Rune [3] 14007750")]
- LDAcademyOfRayaLucariaGoldenRune3__ = 14007750,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Rune [3] 14007750")]
+ LDAcademyOfRayaLucariaGoldenRune3__ = 14007750,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Somber Smithing Stone [4] 14007760")]
- LDAcademyOfRayaLucariaSomberSmithingStone4 = 14007760,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Somber Smithing Stone [4] 14007760")]
+ LDAcademyOfRayaLucariaSomberSmithingStone4 = 14007760,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] [Sorcery] Shattering Crystal 14007770")]
- LDAcademyOfRayaLucariaSorceryShatteringCrystal = 14007770,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] [Sorcery] Shattering Crystal 14007770")]
+ LDAcademyOfRayaLucariaSorceryShatteringCrystal = 14007770,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Cracked Pot 66120")]
- LDAcademyOfRayaLucariaCrackedPot = 66120,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Cracked Pot 66120")]
+ LDAcademyOfRayaLucariaCrackedPot = 66120,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Azur's Glintstone Staff 14007840")]
- LDAcademyOfRayaLucariaAzursGlintstoneStaff = 14007840,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Azur's Glintstone Staff 14007840")]
+ LDAcademyOfRayaLucariaAzursGlintstoneStaff = 14007840,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Carian Knight Helm 14007850")]
- LDAcademyOfRayaLucariaCarianKnightHelm = 14007850,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Carian Knight Helm 14007850")]
+ LDAcademyOfRayaLucariaCarianKnightHelm = 14007850,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Somber Smithing Stone [3] 14007860")]
- LDAcademyOfRayaLucariaSomberSmithingStone3_ = 14007860,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Somber Smithing Stone [3] 14007860")]
+ LDAcademyOfRayaLucariaSomberSmithingStone3_ = 14007860,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Lost Ashes of War 14007870")]
- LDAcademyOfRayaLucariaLostAshesOfWar = 14007870,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Lost Ashes of War 14007870")]
+ LDAcademyOfRayaLucariaLostAshesOfWar = 14007870,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] [Sorcery] Comet 14007880")]
- LDAcademyOfRayaLucariaSorceryComet = 14007880,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] [Sorcery] Comet 14007880")]
+ LDAcademyOfRayaLucariaSorceryComet = 14007880,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Graven-School Talisman 14007890")]
- LDAcademyOfRayaLucariaGravenSchoolTalisman = 14007890,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Graven-School Talisman 14007890")]
+ LDAcademyOfRayaLucariaGravenSchoolTalisman = 14007890,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Ritual Pot 66410")]
- LDAcademyOfRayaLucariaRitualPot = 66410,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Ritual Pot 66410")]
+ LDAcademyOfRayaLucariaRitualPot = 66410,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Glintstone Scarab 14007910")]
- LDAcademyOfRayaLucariaGlintstoneScarab = 14007910,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Glintstone Scarab 14007910")]
+ LDAcademyOfRayaLucariaGlintstoneScarab = 14007910,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Terra Magicus 14007920")]
- LDAcademyOfRayaLucariaTerraMagicus = 14007920,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Terra Magicus 14007920")]
+ LDAcademyOfRayaLucariaTerraMagicus = 14007920,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Radagon Icon 14007940")]
- LDAcademyOfRayaLucariaRadagonIcon = 14007940,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Radagon Icon 14007940")]
+ LDAcademyOfRayaLucariaRadagonIcon = 14007940,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Glintstone Craftsman's Cookbook [5] 67420")]
- LDAcademyOfRayaLucariaGlintstoneCraftsmansCookbook5 = 67420,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Glintstone Craftsman's Cookbook [5] 67420")]
+ LDAcademyOfRayaLucariaGlintstoneCraftsmansCookbook5 = 67420,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Dark Moon Ring 114")]
- LDAcademyOfRayaLucariaDarkMoonRing = 114,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Dark Moon Ring 114")]
+ LDAcademyOfRayaLucariaDarkMoonRing = 114,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Full Moon Crossbow 14007970")]
- LDAcademyOfRayaLucariaFullMoonCrossbow = 14007970,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Full Moon Crossbow 14007970")]
+ LDAcademyOfRayaLucariaFullMoonCrossbow = 14007970,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Carian Knight's Shield 14007980")]
- LDAcademyOfRayaLucariaCarianKnightsShield = 14007980,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Carian Knight's Shield 14007980")]
+ LDAcademyOfRayaLucariaCarianKnightsShield = 14007980,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Seed 14007990")]
- LDAcademyOfRayaLucariaGoldenSeed = 14007990,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Golden Seed 14007990")]
+ LDAcademyOfRayaLucariaGoldenSeed = 14007990,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Twinsage Glintstone Crown 14007005")]
- LDAcademyOfRayaLucariaTwinsageGlintstoneCrown = 14007005,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Twinsage Glintstone Crown 14007005")]
+ LDAcademyOfRayaLucariaTwinsageGlintstoneCrown = 14007005,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Olivinus Glintstone Crown 14007015")]
- LDAcademyOfRayaLucariaOlivinusGlintstoneCrown = 14007015,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Olivinus Glintstone Crown 14007015")]
+ LDAcademyOfRayaLucariaOlivinusGlintstoneCrown = 14007015,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Lazuli Glintstone Crown 14007025")]
- LDAcademyOfRayaLucariaLazuliGlintstoneCrown = 14007025,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Lazuli Glintstone Crown 14007025")]
+ LDAcademyOfRayaLucariaLazuliGlintstoneCrown = 14007025,
- [Annotation(Name = "[LD - Academy of Raya Lucaria] Karolos Glintstone Crown 14007035")]
- LDAcademyOfRayaLucariaKarolosGlintstoneCrown = 14007035,
+ [Annotation(Name = "[LD - Academy of Raya Lucaria] Karolos Glintstone Crown 14007035")]
+ LDAcademyOfRayaLucariaKarolosGlintstoneCrown = 14007035,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Stonesword Key 15007000")]
- LDElphaelMiquellasHaligtreeStoneswordKey = 15007000,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Stonesword Key 15007000")]
+ LDElphaelMiquellasHaligtreeStoneswordKey = 15007000,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Sacramental Bud 15007010")]
- LDElphaelMiquellasHaligtreeSacramentalBud = 15007010,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Sacramental Bud 15007010")]
+ LDElphaelMiquellasHaligtreeSacramentalBud = 15007010,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [10] 15007020")]
- LDElphaelMiquellasHaligtreeGoldenRune10 = 15007020,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [10] 15007020")]
+ LDElphaelMiquellasHaligtreeGoldenRune10 = 15007020,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Stonesword Key 15007030")]
- LDElphaelMiquellasHaligtreeStoneswordKey_ = 15007030,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Stonesword Key 15007030")]
+ LDElphaelMiquellasHaligtreeStoneswordKey_ = 15007030,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Fire Grease 15007040")]
- LDElphaelMiquellasHaligtreeFireGrease = 15007040,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Fire Grease 15007040")]
+ LDElphaelMiquellasHaligtreeFireGrease = 15007040,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Aeonian Butterfly 15007050")]
- LDElphaelMiquellasHaligtreeAeonianButterfly = 15007050,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Aeonian Butterfly 15007050")]
+ LDElphaelMiquellasHaligtreeAeonianButterfly = 15007050,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Preserving Boluses 15007060")]
- LDElphaelMiquellasHaligtreePreservingBoluses = 15007060,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Preserving Boluses 15007060")]
+ LDElphaelMiquellasHaligtreePreservingBoluses = 15007060,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [10] 15007070")]
- LDElphaelMiquellasHaligtreeGoldenRune10_ = 15007070,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [10] 15007070")]
+ LDElphaelMiquellasHaligtreeGoldenRune10_ = 15007070,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Envoy Crown 15007080")]
- LDElphaelMiquellasHaligtreeEnvoyCrown = 15007080,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Envoy Crown 15007080")]
+ LDElphaelMiquellasHaligtreeEnvoyCrown = 15007080,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Dappled Cured Meat 15007090")]
- LDElphaelMiquellasHaligtreeDappledCuredMeat = 15007090,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Dappled Cured Meat 15007090")]
+ LDElphaelMiquellasHaligtreeDappledCuredMeat = 15007090,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Smithing Stone [8] 15007100")]
- LDElphaelMiquellasHaligtreeSmithingStone8 = 15007100,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Smithing Stone [8] 15007100")]
+ LDElphaelMiquellasHaligtreeSmithingStone8 = 15007100,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Prattling Pate \"My beloved\" 15007110")]
- LDElphaelMiquellasHaligtreePrattlingPateMybeloved = 15007110,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Prattling Pate \"My beloved\" 15007110")]
+ LDElphaelMiquellasHaligtreePrattlingPateMybeloved = 15007110,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Warming Stone 15007120")]
- LDElphaelMiquellasHaligtreeWarmingStone = 15007120,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Warming Stone 15007120")]
+ LDElphaelMiquellasHaligtreeWarmingStone = 15007120,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Flaming Bolt 15007130")]
- LDElphaelMiquellasHaligtreeFlamingBolt = 15007130,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Flaming Bolt 15007130")]
+ LDElphaelMiquellasHaligtreeFlamingBolt = 15007130,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Numen's Rune 15007140")]
- LDElphaelMiquellasHaligtreeNumensRune = 15007140,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Numen's Rune 15007140")]
+ LDElphaelMiquellasHaligtreeNumensRune = 15007140,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [13] 15007150")]
- LDElphaelMiquellasHaligtreeGoldenRune13 = 15007150,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [13] 15007150")]
+ LDElphaelMiquellasHaligtreeGoldenRune13 = 15007150,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Lost Ashes of War 15007160")]
- LDElphaelMiquellasHaligtreeLostAshesOfWar = 15007160,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Lost Ashes of War 15007160")]
+ LDElphaelMiquellasHaligtreeLostAshesOfWar = 15007160,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Oracle Envoy Ashes 15007170")]
- LDElphaelMiquellasHaligtreeOracleEnvoyAshes = 15007170,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Oracle Envoy Ashes 15007170")]
+ LDElphaelMiquellasHaligtreeOracleEnvoyAshes = 15007170,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [1] 15007180")]
- LDElphaelMiquellasHaligtreeGoldenRune1 = 15007180,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [1] 15007180")]
+ LDElphaelMiquellasHaligtreeGoldenRune1 = 15007180,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [1] 15007190")]
- LDElphaelMiquellasHaligtreeGoldenRune1_ = 15007190,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [1] 15007190")]
+ LDElphaelMiquellasHaligtreeGoldenRune1_ = 15007190,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [10] 15007200")]
- LDElphaelMiquellasHaligtreeGoldenRune10__ = 15007200,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [10] 15007200")]
+ LDElphaelMiquellasHaligtreeGoldenRune10__ = 15007200,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Rot Grease 15007210")]
- LDElphaelMiquellasHaligtreeRotGrease = 15007210,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Rot Grease 15007210")]
+ LDElphaelMiquellasHaligtreeRotGrease = 15007210,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Pearldrake Talisman +2 15007220")]
- LDElphaelMiquellasHaligtreePearldrakeTalisman2 = 15007220,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Pearldrake Talisman +2 15007220")]
+ LDElphaelMiquellasHaligtreePearldrakeTalisman2 = 15007220,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Smithing Stone [8] 15007230")]
- LDElphaelMiquellasHaligtreeSmithingStone8_ = 15007230,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Smithing Stone [8] 15007230")]
+ LDElphaelMiquellasHaligtreeSmithingStone8_ = 15007230,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [13] 15007240")]
- LDElphaelMiquellasHaligtreeGoldenRune13_ = 15007240,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [13] 15007240")]
+ LDElphaelMiquellasHaligtreeGoldenRune13_ = 15007240,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Hefty Beast Bone 15007250")]
- LDElphaelMiquellasHaligtreeHeftyBeastBone = 15007250,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Hefty Beast Bone 15007250")]
+ LDElphaelMiquellasHaligtreeHeftyBeastBone = 15007250,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Fire Grease 15007260")]
- LDElphaelMiquellasHaligtreeFireGrease_ = 15007260,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Fire Grease 15007260")]
+ LDElphaelMiquellasHaligtreeFireGrease_ = 15007260,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Ancient Dragon Smithing Stone 15007270")]
- LDElphaelMiquellasHaligtreeAncientDragonSmithingStone = 15007270,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Ancient Dragon Smithing Stone 15007270")]
+ LDElphaelMiquellasHaligtreeAncientDragonSmithingStone = 15007270,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Somber Smithing Stone [8] 15007280")]
- LDElphaelMiquellasHaligtreeSomberSmithingStone8 = 15007280,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Somber Smithing Stone [8] 15007280")]
+ LDElphaelMiquellasHaligtreeSomberSmithingStone8 = 15007280,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [12] 15007290")]
- LDElphaelMiquellasHaligtreeGoldenRune12 = 15007290,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [12] 15007290")]
+ LDElphaelMiquellasHaligtreeGoldenRune12 = 15007290,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Aeonian Butterfly 15007300")]
- LDElphaelMiquellasHaligtreeAeonianButterfly_ = 15007300,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Aeonian Butterfly 15007300")]
+ LDElphaelMiquellasHaligtreeAeonianButterfly_ = 15007300,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Smithing Stone [6] 15007310")]
- LDElphaelMiquellasHaligtreeSmithingStone6 = 15007310,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Smithing Stone [6] 15007310")]
+ LDElphaelMiquellasHaligtreeSmithingStone6 = 15007310,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Somber Smithing Stone [9] 15007320")]
- LDElphaelMiquellasHaligtreeSomberSmithingStone9 = 15007320,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Somber Smithing Stone [9] 15007320")]
+ LDElphaelMiquellasHaligtreeSomberSmithingStone9 = 15007320,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [10] 15007330")]
- LDElphaelMiquellasHaligtreeGoldenRune10___ = 15007330,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [10] 15007330")]
+ LDElphaelMiquellasHaligtreeGoldenRune10___ = 15007330,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [12] 15007340")]
- LDElphaelMiquellasHaligtreeGoldenRune12_ = 15007340,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [12] 15007340")]
+ LDElphaelMiquellasHaligtreeGoldenRune12_ = 15007340,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Viridian Amber Medallion +2 15007350")]
- LDElphaelMiquellasHaligtreeViridianAmberMedallion2 = 15007350,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Viridian Amber Medallion +2 15007350")]
+ LDElphaelMiquellasHaligtreeViridianAmberMedallion2 = 15007350,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Smithing Stone [6] 15007360")]
- LDElphaelMiquellasHaligtreeSmithingStone6_ = 15007360,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Smithing Stone [6] 15007360")]
+ LDElphaelMiquellasHaligtreeSmithingStone6_ = 15007360,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Sacramental Bud 15007370")]
- LDElphaelMiquellasHaligtreeSacramentalBud_ = 15007370,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Sacramental Bud 15007370")]
+ LDElphaelMiquellasHaligtreeSacramentalBud_ = 15007370,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Smithing Stone [7] 15007380")]
- LDElphaelMiquellasHaligtreeSmithingStone7 = 15007380,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Smithing Stone [7] 15007380")]
+ LDElphaelMiquellasHaligtreeSmithingStone7 = 15007380,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Hero's Rune [4] 15007390")]
- LDElphaelMiquellasHaligtreeHerosRune4 = 15007390,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Hero's Rune [4] 15007390")]
+ LDElphaelMiquellasHaligtreeHerosRune4 = 15007390,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Smithing Stone [8] 15007400")]
- LDElphaelMiquellasHaligtreeSmithingStone8__ = 15007400,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Smithing Stone [8] 15007400")]
+ LDElphaelMiquellasHaligtreeSmithingStone8__ = 15007400,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [1] 15007410")]
- LDElphaelMiquellasHaligtreeGoldenRune1__ = 15007410,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [1] 15007410")]
+ LDElphaelMiquellasHaligtreeGoldenRune1__ = 15007410,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [1] 15007420")]
- LDElphaelMiquellasHaligtreeGoldenRune1___ = 15007420,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [1] 15007420")]
+ LDElphaelMiquellasHaligtreeGoldenRune1___ = 15007420,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [1] 15007430")]
- LDElphaelMiquellasHaligtreeGoldenRune1____ = 15007430,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [1] 15007430")]
+ LDElphaelMiquellasHaligtreeGoldenRune1____ = 15007430,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [1] 15007440")]
- LDElphaelMiquellasHaligtreeGoldenRune1_____ = 15007440,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [1] 15007440")]
+ LDElphaelMiquellasHaligtreeGoldenRune1_____ = 15007440,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Somber Smithing Stone [9] 15007450")]
- LDElphaelMiquellasHaligtreeSomberSmithingStone9_ = 15007450,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Somber Smithing Stone [9] 15007450")]
+ LDElphaelMiquellasHaligtreeSomberSmithingStone9_ = 15007450,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Ancient Dragon Smithing Stone 15007460")]
- LDElphaelMiquellasHaligtreeAncientDragonSmithingStone_ = 15007460,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Ancient Dragon Smithing Stone 15007460")]
+ LDElphaelMiquellasHaligtreeAncientDragonSmithingStone_ = 15007460,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [1] 15007470")]
- LDElphaelMiquellasHaligtreeGoldenRune1______ = 15007470,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [1] 15007470")]
+ LDElphaelMiquellasHaligtreeGoldenRune1______ = 15007470,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [1] 15007480")]
- LDElphaelMiquellasHaligtreeGoldenRune1_______ = 15007480,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [1] 15007480")]
+ LDElphaelMiquellasHaligtreeGoldenRune1_______ = 15007480,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [1] 15007490")]
- LDElphaelMiquellasHaligtreeGoldenRune1________ = 15007490,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [1] 15007490")]
+ LDElphaelMiquellasHaligtreeGoldenRune1________ = 15007490,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Holy Grease 15007500")]
- LDElphaelMiquellasHaligtreeHolyGrease = 15007500,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Holy Grease 15007500")]
+ LDElphaelMiquellasHaligtreeHolyGrease = 15007500,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [12] 15007510")]
- LDElphaelMiquellasHaligtreeGoldenRune12__ = 15007510,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [12] 15007510")]
+ LDElphaelMiquellasHaligtreeGoldenRune12__ = 15007510,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Smithing Stone [8] 15007520")]
- LDElphaelMiquellasHaligtreeSmithingStone8___ = 15007520,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Smithing Stone [8] 15007520")]
+ LDElphaelMiquellasHaligtreeSmithingStone8___ = 15007520,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Miquellan Knight's Sword 15007530")]
- LDElphaelMiquellasHaligtreeMiquellanKnightsSword = 15007530,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Miquellan Knight's Sword 15007530")]
+ LDElphaelMiquellasHaligtreeMiquellanKnightsSword = 15007530,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Lightning Greatbolt 15007540")]
- LDElphaelMiquellasHaligtreeLightningGreatbolt = 15007540,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Lightning Greatbolt 15007540")]
+ LDElphaelMiquellasHaligtreeLightningGreatbolt = 15007540,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Smithing Stone [7] 15007550")]
- LDElphaelMiquellasHaligtreeSmithingStone7_ = 15007550,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Smithing Stone [7] 15007550")]
+ LDElphaelMiquellasHaligtreeSmithingStone7_ = 15007550,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] [Incantation] Triple Rings of Light 15007560")]
- LDElphaelMiquellasHaligtreeIncantationTripleRingsOfLight = 15007560,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] [Incantation] Triple Rings of Light 15007560")]
+ LDElphaelMiquellasHaligtreeIncantationTripleRingsOfLight = 15007560,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Immunizing White Cured Meat 15007570")]
- LDElphaelMiquellasHaligtreeImmunizingWhiteCuredMeat = 15007570,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Immunizing White Cured Meat 15007570")]
+ LDElphaelMiquellasHaligtreeImmunizingWhiteCuredMeat = 15007570,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Cleanrot Knight Finlay 15007580")]
- LDElphaelMiquellasHaligtreeCleanrotKnightFinlay = 15007580,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Cleanrot Knight Finlay 15007580")]
+ LDElphaelMiquellasHaligtreeCleanrotKnightFinlay = 15007580,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Somber Ancient Dragon Smithing Stone 15007590")]
- LDElphaelMiquellasHaligtreeSomberAncientDragonSmithingStone = 15007590,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Somber Ancient Dragon Smithing Stone 15007590")]
+ LDElphaelMiquellasHaligtreeSomberAncientDragonSmithingStone = 15007590,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Numen's Rune 15007600")]
- LDElphaelMiquellasHaligtreeNumensRune_ = 15007600,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Numen's Rune 15007600")]
+ LDElphaelMiquellasHaligtreeNumensRune_ = 15007600,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Somber Ancient Dragon Smithing Stone 15007610")]
- LDElphaelMiquellasHaligtreeSomberAncientDragonSmithingStone_ = 15007610,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Somber Ancient Dragon Smithing Stone 15007610")]
+ LDElphaelMiquellasHaligtreeSomberAncientDragonSmithingStone_ = 15007610,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Somber Smithing Stone [9] 15007620")]
- LDElphaelMiquellasHaligtreeSomberSmithingStone9__ = 15007620,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Somber Smithing Stone [9] 15007620")]
+ LDElphaelMiquellasHaligtreeSomberSmithingStone9__ = 15007620,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [10] 15007630")]
- LDElphaelMiquellasHaligtreeGoldenRune10____ = 15007630,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [10] 15007630")]
+ LDElphaelMiquellasHaligtreeGoldenRune10____ = 15007630,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Smithing Stone [7] 15007640")]
- LDElphaelMiquellasHaligtreeSmithingStone7__ = 15007640,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Smithing Stone [7] 15007640")]
+ LDElphaelMiquellasHaligtreeSmithingStone7__ = 15007640,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Old Fang 15007650")]
- LDElphaelMiquellasHaligtreeOldFang = 15007650,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Old Fang 15007650")]
+ LDElphaelMiquellasHaligtreeOldFang = 15007650,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Warming Stone 15007660")]
- LDElphaelMiquellasHaligtreeWarmingStone_ = 15007660,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Warming Stone 15007660")]
+ LDElphaelMiquellasHaligtreeWarmingStone_ = 15007660,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Spiritflame Arrow 15007670")]
- LDElphaelMiquellasHaligtreeSpiritflameArrow = 15007670,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Spiritflame Arrow 15007670")]
+ LDElphaelMiquellasHaligtreeSpiritflameArrow = 15007670,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Smithing Stone [8] 15007680")]
- LDElphaelMiquellasHaligtreeSmithingStone8____ = 15007680,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Smithing Stone [8] 15007680")]
+ LDElphaelMiquellasHaligtreeSmithingStone8____ = 15007680,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Haligtree Soldier Ashes 15007690")]
- LDElphaelMiquellasHaligtreeHaligtreeSoldierAshes = 15007690,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Haligtree Soldier Ashes 15007690")]
+ LDElphaelMiquellasHaligtreeHaligtreeSoldierAshes = 15007690,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [11] 15007700")]
- LDElphaelMiquellasHaligtreeGoldenRune11 = 15007700,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [11] 15007700")]
+ LDElphaelMiquellasHaligtreeGoldenRune11 = 15007700,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Arteria Leaf 15007710")]
- LDElphaelMiquellasHaligtreeArteriaLeaf = 15007710,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Arteria Leaf 15007710")]
+ LDElphaelMiquellasHaligtreeArteriaLeaf = 15007710,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Sacramental Bud 15007720")]
- LDElphaelMiquellasHaligtreeSacramentalBud__ = 15007720,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Sacramental Bud 15007720")]
+ LDElphaelMiquellasHaligtreeSacramentalBud__ = 15007720,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Smithing Stone [8] 15007730")]
- LDElphaelMiquellasHaligtreeSmithingStone8_____ = 15007730,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Smithing Stone [8] 15007730")]
+ LDElphaelMiquellasHaligtreeSmithingStone8_____ = 15007730,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Lord's Rune 15007740")]
- LDElphaelMiquellasHaligtreeLordsRune = 15007740,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Lord's Rune 15007740")]
+ LDElphaelMiquellasHaligtreeLordsRune = 15007740,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Seedbed Curse 15007750")]
- LDElphaelMiquellasHaligtreeSeedbedCurse = 15007750,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Seedbed Curse 15007750")]
+ LDElphaelMiquellasHaligtreeSeedbedCurse = 15007750,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Somber Smithing Stone [9] 15007760")]
- LDElphaelMiquellasHaligtreeSomberSmithingStone9___ = 15007760,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Somber Smithing Stone [9] 15007760")]
+ LDElphaelMiquellasHaligtreeSomberSmithingStone9___ = 15007760,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Pickled Turtle Neck 15007770")]
- LDElphaelMiquellasHaligtreePickledTurtleNeck = 15007770,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Pickled Turtle Neck 15007770")]
+ LDElphaelMiquellasHaligtreePickledTurtleNeck = 15007770,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Beast Blood 15007780")]
- LDElphaelMiquellasHaligtreeBeastBlood = 15007780,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Beast Blood 15007780")]
+ LDElphaelMiquellasHaligtreeBeastBlood = 15007780,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Aeonian Butterfly 15007790")]
- LDElphaelMiquellasHaligtreeAeonianButterfly__ = 15007790,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Aeonian Butterfly 15007790")]
+ LDElphaelMiquellasHaligtreeAeonianButterfly__ = 15007790,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Marika's Soreseal 15007800")]
- LDElphaelMiquellasHaligtreeMarikasSoreseal = 15007800,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Marika's Soreseal 15007800")]
+ LDElphaelMiquellasHaligtreeMarikasSoreseal = 15007800,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [12] 15007810")]
- LDElphaelMiquellasHaligtreeGoldenRune12___ = 15007810,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [12] 15007810")]
+ LDElphaelMiquellasHaligtreeGoldenRune12___ = 15007810,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Haligtree Knight Helm 15007820")]
- LDElphaelMiquellasHaligtreeHaligtreeKnightHelm = 15007820,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Haligtree Knight Helm 15007820")]
+ LDElphaelMiquellasHaligtreeHaligtreeKnightHelm = 15007820,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Smithing Stone [6] 15007830")]
- LDElphaelMiquellasHaligtreeSmithingStone6__ = 15007830,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Smithing Stone [6] 15007830")]
+ LDElphaelMiquellasHaligtreeSmithingStone6__ = 15007830,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Seedbed Curse 15007840")]
- LDElphaelMiquellasHaligtreeSeedbedCurse_ = 15007840,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Seedbed Curse 15007840")]
+ LDElphaelMiquellasHaligtreeSeedbedCurse_ = 15007840,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [1] 15007850")]
- LDElphaelMiquellasHaligtreeGoldenRune1_________ = 15007850,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [1] 15007850")]
+ LDElphaelMiquellasHaligtreeGoldenRune1_________ = 15007850,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Rotten Crystal Sword 15007860")]
- LDElphaelMiquellasHaligtreeRottenCrystalSword = 15007860,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Rotten Crystal Sword 15007860")]
+ LDElphaelMiquellasHaligtreeRottenCrystalSword = 15007860,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Hero's Rune [5] 15007870")]
- LDElphaelMiquellasHaligtreeHerosRune5 = 15007870,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Hero's Rune [5] 15007870")]
+ LDElphaelMiquellasHaligtreeHerosRune5 = 15007870,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Rot Grease 15007880")]
- LDElphaelMiquellasHaligtreeRotGrease_ = 15007880,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Rot Grease 15007880")]
+ LDElphaelMiquellasHaligtreeRotGrease_ = 15007880,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Great Grave Glovewort 15007890")]
- LDElphaelMiquellasHaligtreeGreatGraveGlovewort = 15007890,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Great Grave Glovewort 15007890")]
+ LDElphaelMiquellasHaligtreeGreatGraveGlovewort = 15007890,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [10] 15007900")]
- LDElphaelMiquellasHaligtreeGoldenRune10_____ = 15007900,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Rune [10] 15007900")]
+ LDElphaelMiquellasHaligtreeGoldenRune10_____ = 15007900,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Ghost-Glovewort Picker's Bell Bearing [3] 15007910")]
- LDElphaelMiquellasHaligtreeGhostGlovewortPickersBellBearing3 = 15007910,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Ghost-Glovewort Picker's Bell Bearing [3] 15007910")]
+ LDElphaelMiquellasHaligtreeGhostGlovewortPickersBellBearing3 = 15007910,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Nascent Butterfly 15007920")]
- LDElphaelMiquellasHaligtreeNascentButterfly = 15007920,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Nascent Butterfly 15007920")]
+ LDElphaelMiquellasHaligtreeNascentButterfly = 15007920,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Dragoncrest Greatshield Talisman 15007930")]
- LDElphaelMiquellasHaligtreeDragoncrestGreatshieldTalisman = 15007930,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Dragoncrest Greatshield Talisman 15007930")]
+ LDElphaelMiquellasHaligtreeDragoncrestGreatshieldTalisman = 15007930,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Aeonian Butterfly 15007940")]
- LDElphaelMiquellasHaligtreeAeonianButterfly___ = 15007940,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Aeonian Butterfly 15007940")]
+ LDElphaelMiquellasHaligtreeAeonianButterfly___ = 15007940,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Arteria Leaf 15007950")]
- LDElphaelMiquellasHaligtreeArteriaLeaf_ = 15007950,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Arteria Leaf 15007950")]
+ LDElphaelMiquellasHaligtreeArteriaLeaf_ = 15007950,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Hero's Rune [5] 15007960")]
- LDElphaelMiquellasHaligtreeHerosRune5_ = 15007960,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Hero's Rune [5] 15007960")]
+ LDElphaelMiquellasHaligtreeHerosRune5_ = 15007960,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Numen's Rune 15007970")]
- LDElphaelMiquellasHaligtreeNumensRune__ = 15007970,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Numen's Rune 15007970")]
+ LDElphaelMiquellasHaligtreeNumensRune__ = 15007970,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Traveler's Clothes 15007980")]
- LDElphaelMiquellasHaligtreeTravelersClothes = 15007980,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Traveler's Clothes 15007980")]
+ LDElphaelMiquellasHaligtreeTravelersClothes = 15007980,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Miquella's Needle 15007990")]
- LDElphaelMiquellasHaligtreeMiquellasNeedle = 15007990,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Miquella's Needle 15007990")]
+ LDElphaelMiquellasHaligtreeMiquellasNeedle = 15007990,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Seed 15001200")]
- LDElphaelMiquellasHaligtreeGoldenSeed = 15001200,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Golden Seed 15001200")]
+ LDElphaelMiquellasHaligtreeGoldenSeed = 15001200,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] 15001210")]
- LDElphaelMiquellasHaligtree = 15001210,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] 15001210")]
+ LDElphaelMiquellasHaligtree = 15001210,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] 15001250")]
- LDElphaelMiquellasHaligtree_ = 15001250,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] 15001250")]
+ LDElphaelMiquellasHaligtree_ = 15001250,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] 15001260")]
- LDElphaelMiquellasHaligtree__ = 15001260,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] 15001260")]
+ LDElphaelMiquellasHaligtree__ = 15001260,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Lord's Rune 15001270")]
- LDElphaelMiquellasHaligtreeLordsRune_ = 15001270,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Lord's Rune 15001270")]
+ LDElphaelMiquellasHaligtreeLordsRune_ = 15001270,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Rotten Staff 15001280")]
- LDElphaelMiquellasHaligtreeRottenStaff = 15001280,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] Rotten Staff 15001280")]
+ LDElphaelMiquellasHaligtreeRottenStaff = 15001280,
- [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] 15001290")]
- LDElphaelMiquellasHaligtree___ = 15001290,
+ [Annotation(Name = "[LD - Elphael / Miquella's Haligtree] 15001290")]
+ LDElphaelMiquellasHaligtree___ = 15001290,
- [Annotation(Name = "[LD - Volcano Manor] Smithing Stone [6] 16007000")]
- LDVolcanoManorSmithingStone6 = 16007000,
+ [Annotation(Name = "[LD - Volcano Manor] Smithing Stone [6] 16007000")]
+ LDVolcanoManorSmithingStone6 = 16007000,
- [Annotation(Name = "[LD - Volcano Manor] Depraved Perfumer Carmaan 16007010")]
- LDVolcanoManorDepravedPerfumerCarmaan = 16007010,
+ [Annotation(Name = "[LD - Volcano Manor] Depraved Perfumer Carmaan 16007010")]
+ LDVolcanoManorDepravedPerfumerCarmaan = 16007010,
- [Annotation(Name = "[LD - Volcano Manor] Ash of War: Royal Knight's Resolve 16007020")]
- LDVolcanoManorAshOfWarRoyalKnightsResolve = 16007020,
+ [Annotation(Name = "[LD - Volcano Manor] Ash of War: Royal Knight's Resolve 16007020")]
+ LDVolcanoManorAshOfWarRoyalKnightsResolve = 16007020,
- [Annotation(Name = "[LD - Volcano Manor] Budding Horn 16007030")]
- LDVolcanoManorBuddingHorn = 16007030,
+ [Annotation(Name = "[LD - Volcano Manor] Budding Horn 16007030")]
+ LDVolcanoManorBuddingHorn = 16007030,
- [Annotation(Name = "[LD - Volcano Manor] Fireproof Dried Liver 16007040")]
- LDVolcanoManorFireproofDriedLiver = 16007040,
+ [Annotation(Name = "[LD - Volcano Manor] Fireproof Dried Liver 16007040")]
+ LDVolcanoManorFireproofDriedLiver = 16007040,
- [Annotation(Name = "[LD - Volcano Manor] Golden Rune [9] 16007050")]
- LDVolcanoManorGoldenRune9 = 16007050,
+ [Annotation(Name = "[LD - Volcano Manor] Golden Rune [9] 16007050")]
+ LDVolcanoManorGoldenRune9 = 16007050,
- [Annotation(Name = "[LD - Volcano Manor] Golden Rune [5] 16007060")]
- LDVolcanoManorGoldenRune5 = 16007060,
+ [Annotation(Name = "[LD - Volcano Manor] Golden Rune [5] 16007060")]
+ LDVolcanoManorGoldenRune5 = 16007060,
- [Annotation(Name = "[LD - Volcano Manor] Stonesword Key 16007070")]
- LDVolcanoManorStoneswordKey = 16007070,
+ [Annotation(Name = "[LD - Volcano Manor] Stonesword Key 16007070")]
+ LDVolcanoManorStoneswordKey = 16007070,
- [Annotation(Name = "[LD - Volcano Manor] Furlcalling Finger Remedy 16007080")]
- LDVolcanoManorFurlcallingFingerRemedy = 16007080,
+ [Annotation(Name = "[LD - Volcano Manor] Furlcalling Finger Remedy 16007080")]
+ LDVolcanoManorFurlcallingFingerRemedy = 16007080,
- [Annotation(Name = "[LD - Volcano Manor] Nomadic Warrior's Cookbook [21] 67120")]
- LDVolcanoManorNomadicWarriorsCookbook21 = 67120,
+ [Annotation(Name = "[LD - Volcano Manor] Nomadic Warrior's Cookbook [21] 67120")]
+ LDVolcanoManorNomadicWarriorsCookbook21 = 67120,
- [Annotation(Name = "[LD - Volcano Manor] Somber Smithing Stone [7] 16007100")]
- LDVolcanoManorSomberSmithingStone7 = 16007100,
+ [Annotation(Name = "[LD - Volcano Manor] Somber Smithing Stone [7] 16007100")]
+ LDVolcanoManorSomberSmithingStone7 = 16007100,
- [Annotation(Name = "[LD - Volcano Manor] Perfume Bottle 66700")]
- LDVolcanoManorPerfumeBottle = 66700,
+ [Annotation(Name = "[LD - Volcano Manor] Perfume Bottle 66700")]
+ LDVolcanoManorPerfumeBottle = 66700,
- [Annotation(Name = "[LD - Volcano Manor] Smithing Stone [6] 16007120")]
- LDVolcanoManorSmithingStone6_ = 16007120,
+ [Annotation(Name = "[LD - Volcano Manor] Smithing Stone [6] 16007120")]
+ LDVolcanoManorSmithingStone6_ = 16007120,
- [Annotation(Name = "[LD - Volcano Manor] Erdtree Seal 16007130")]
- LDVolcanoManorErdtreeSeal = 16007130,
+ [Annotation(Name = "[LD - Volcano Manor] Erdtree Seal 16007130")]
+ LDVolcanoManorErdtreeSeal = 16007130,
- [Annotation(Name = "[LD - Volcano Manor] Drawstring Fire Grease 16007140")]
- LDVolcanoManorDrawstringFireGrease = 16007140,
+ [Annotation(Name = "[LD - Volcano Manor] Drawstring Fire Grease 16007140")]
+ LDVolcanoManorDrawstringFireGrease = 16007140,
- [Annotation(Name = "[LD - Volcano Manor] Golden Rune [6] 16007150")]
- LDVolcanoManorGoldenRune6 = 16007150,
+ [Annotation(Name = "[LD - Volcano Manor] Golden Rune [6] 16007150")]
+ LDVolcanoManorGoldenRune6 = 16007150,
- [Annotation(Name = "[LD - Volcano Manor] Fire Arrow 16007160")]
- LDVolcanoManorFireArrow = 16007160,
+ [Annotation(Name = "[LD - Volcano Manor] Fire Arrow 16007160")]
+ LDVolcanoManorFireArrow = 16007160,
- [Annotation(Name = "[LD - Volcano Manor] Golden Rune [9] 16007170")]
- LDVolcanoManorGoldenRune9_ = 16007170,
+ [Annotation(Name = "[LD - Volcano Manor] Golden Rune [9] 16007170")]
+ LDVolcanoManorGoldenRune9_ = 16007170,
- [Annotation(Name = "[LD - Volcano Manor] Explosive Greatbolt 16007190")]
- LDVolcanoManorExplosiveGreatbolt = 16007190,
+ [Annotation(Name = "[LD - Volcano Manor] Explosive Greatbolt 16007190")]
+ LDVolcanoManorExplosiveGreatbolt = 16007190,
- [Annotation(Name = "[LD - Volcano Manor] Golden Rune [9] 16007200")]
- LDVolcanoManorGoldenRune9__ = 16007200,
+ [Annotation(Name = "[LD - Volcano Manor] Golden Rune [9] 16007200")]
+ LDVolcanoManorGoldenRune9__ = 16007200,
- [Annotation(Name = "[LD - Volcano Manor] Somber Smithing Stone [6] 16007210")]
- LDVolcanoManorSomberSmithingStone6 = 16007210,
+ [Annotation(Name = "[LD - Volcano Manor] Somber Smithing Stone [6] 16007210")]
+ LDVolcanoManorSomberSmithingStone6 = 16007210,
- [Annotation(Name = "[LD - Volcano Manor] Fireproof Dried Liver 16007220")]
- LDVolcanoManorFireproofDriedLiver_ = 16007220,
+ [Annotation(Name = "[LD - Volcano Manor] Fireproof Dried Liver 16007220")]
+ LDVolcanoManorFireproofDriedLiver_ = 16007220,
- [Annotation(Name = "[LD - Volcano Manor] Albinauric Bloodclot 16007230")]
- LDVolcanoManorAlbinauricBloodclot = 16007230,
+ [Annotation(Name = "[LD - Volcano Manor] Albinauric Bloodclot 16007230")]
+ LDVolcanoManorAlbinauricBloodclot = 16007230,
- [Annotation(Name = "[LD - Volcano Manor] Smithing Stone [4] 16007240")]
- LDVolcanoManorSmithingStone4 = 16007240,
+ [Annotation(Name = "[LD - Volcano Manor] Smithing Stone [4] 16007240")]
+ LDVolcanoManorSmithingStone4 = 16007240,
- [Annotation(Name = "[LD - Volcano Manor] Smithing Stone [6] 16007250")]
- LDVolcanoManorSmithingStone6__ = 16007250,
+ [Annotation(Name = "[LD - Volcano Manor] Smithing Stone [6] 16007250")]
+ LDVolcanoManorSmithingStone6__ = 16007250,
- [Annotation(Name = "[LD - Volcano Manor] Smoldering Butterfly 16007270")]
- LDVolcanoManorSmolderingButterfly = 16007270,
+ [Annotation(Name = "[LD - Volcano Manor] Smoldering Butterfly 16007270")]
+ LDVolcanoManorSmolderingButterfly = 16007270,
- [Annotation(Name = "[LD - Volcano Manor] Smithing Stone [7] 16007280")]
- LDVolcanoManorSmithingStone7 = 16007280,
+ [Annotation(Name = "[LD - Volcano Manor] Smithing Stone [7] 16007280")]
+ LDVolcanoManorSmithingStone7 = 16007280,
- [Annotation(Name = "[LD - Volcano Manor] Somber Smithing Stone [5] 16007290")]
- LDVolcanoManorSomberSmithingStone5 = 16007290,
+ [Annotation(Name = "[LD - Volcano Manor] Somber Smithing Stone [5] 16007290")]
+ LDVolcanoManorSomberSmithingStone5 = 16007290,
- [Annotation(Name = "[LD - Volcano Manor] Smoldering Butterfly 16007310")]
- LDVolcanoManorSmolderingButterfly_ = 16007310,
+ [Annotation(Name = "[LD - Volcano Manor] Smoldering Butterfly 16007310")]
+ LDVolcanoManorSmolderingButterfly_ = 16007310,
- [Annotation(Name = "[LD - Volcano Manor] Golden Rune [9] 16007320")]
- LDVolcanoManorGoldenRune9___ = 16007320,
+ [Annotation(Name = "[LD - Volcano Manor] Golden Rune [9] 16007320")]
+ LDVolcanoManorGoldenRune9___ = 16007320,
- [Annotation(Name = "[LD - Volcano Manor] Golden Rune [10] 16007330")]
- LDVolcanoManorGoldenRune10 = 16007330,
+ [Annotation(Name = "[LD - Volcano Manor] Golden Rune [10] 16007330")]
+ LDVolcanoManorGoldenRune10 = 16007330,
- [Annotation(Name = "[LD - Volcano Manor] Smithing Stone [6] 16007350")]
- LDVolcanoManorSmithingStone6___ = 16007350,
+ [Annotation(Name = "[LD - Volcano Manor] Smithing Stone [6] 16007350")]
+ LDVolcanoManorSmithingStone6___ = 16007350,
- [Annotation(Name = "[LD - Volcano Manor] Golden Rune [9] 16007360")]
- LDVolcanoManorGoldenRune9____ = 16007360,
+ [Annotation(Name = "[LD - Volcano Manor] Golden Rune [9] 16007360")]
+ LDVolcanoManorGoldenRune9____ = 16007360,
- [Annotation(Name = "[LD - Volcano Manor] Smithing Stone [5] 16007380")]
- LDVolcanoManorSmithingStone5 = 16007380,
+ [Annotation(Name = "[LD - Volcano Manor] Smithing Stone [5] 16007380")]
+ LDVolcanoManorSmithingStone5 = 16007380,
- [Annotation(Name = "[LD - Volcano Manor] Smoldering Butterfly 16007390")]
- LDVolcanoManorSmolderingButterfly__ = 16007390,
+ [Annotation(Name = "[LD - Volcano Manor] Smoldering Butterfly 16007390")]
+ LDVolcanoManorSmolderingButterfly__ = 16007390,
- [Annotation(Name = "[LD - Volcano Manor] Golden Rune [12] 16007400")]
- LDVolcanoManorGoldenRune12 = 16007400,
+ [Annotation(Name = "[LD - Volcano Manor] Golden Rune [12] 16007400")]
+ LDVolcanoManorGoldenRune12 = 16007400,
- [Annotation(Name = "[LD - Volcano Manor] Furlcalling Finger Remedy 16007410")]
- LDVolcanoManorFurlcallingFingerRemedy_ = 16007410,
+ [Annotation(Name = "[LD - Volcano Manor] Furlcalling Finger Remedy 16007410")]
+ LDVolcanoManorFurlcallingFingerRemedy_ = 16007410,
- [Annotation(Name = "[LD - Volcano Manor] Beast Blood 16007420")]
- LDVolcanoManorBeastBlood = 16007420,
+ [Annotation(Name = "[LD - Volcano Manor] Beast Blood 16007420")]
+ LDVolcanoManorBeastBlood = 16007420,
- [Annotation(Name = "[LD - Volcano Manor] Albinauric Staff 16007430")]
- LDVolcanoManorAlbinauricStaff = 16007430,
+ [Annotation(Name = "[LD - Volcano Manor] Albinauric Staff 16007430")]
+ LDVolcanoManorAlbinauricStaff = 16007430,
- [Annotation(Name = "[LD - Volcano Manor] Drawstring Fire Grease 16007440")]
- LDVolcanoManorDrawstringFireGrease_ = 16007440,
+ [Annotation(Name = "[LD - Volcano Manor] Drawstring Fire Grease 16007440")]
+ LDVolcanoManorDrawstringFireGrease_ = 16007440,
- [Annotation(Name = "[LD - Volcano Manor] Missionary's Cookbook [6] 67130")]
- LDVolcanoManorMissionarysCookbook6 = 67130,
+ [Annotation(Name = "[LD - Volcano Manor] Missionary's Cookbook [6] 67130")]
+ LDVolcanoManorMissionarysCookbook6 = 67130,
- [Annotation(Name = "[LD - Volcano Manor] Crimson Tear Scarab 16007480")]
- LDVolcanoManorCrimsonTearScarab = 16007480,
+ [Annotation(Name = "[LD - Volcano Manor] Crimson Tear Scarab 16007480")]
+ LDVolcanoManorCrimsonTearScarab = 16007480,
- [Annotation(Name = "[LD - Volcano Manor] Stonesword Key 16007490")]
- LDVolcanoManorStoneswordKey_ = 16007490,
+ [Annotation(Name = "[LD - Volcano Manor] Stonesword Key 16007490")]
+ LDVolcanoManorStoneswordKey_ = 16007490,
- [Annotation(Name = "[LD - Volcano Manor] Rune Arc 16007500")]
- LDVolcanoManorRuneArc = 16007500,
+ [Annotation(Name = "[LD - Volcano Manor] Rune Arc 16007500")]
+ LDVolcanoManorRuneArc = 16007500,
- [Annotation(Name = "[LD - Volcano Manor] Commoner's Headband 16007510")]
- LDVolcanoManorCommonersHeadband = 16007510,
+ [Annotation(Name = "[LD - Volcano Manor] Commoner's Headband 16007510")]
+ LDVolcanoManorCommonersHeadband = 16007510,
- [Annotation(Name = "[LD - Volcano Manor] Man-Serpent Ashes 16007520")]
- LDVolcanoManorManSerpentAshes = 16007520,
+ [Annotation(Name = "[LD - Volcano Manor] Man-Serpent Ashes 16007520")]
+ LDVolcanoManorManSerpentAshes = 16007520,
- [Annotation(Name = "[LD - Volcano Manor] Somber Smithing Stone [6] 16007530")]
- LDVolcanoManorSomberSmithingStone6_ = 16007530,
+ [Annotation(Name = "[LD - Volcano Manor] Somber Smithing Stone [6] 16007530")]
+ LDVolcanoManorSomberSmithingStone6_ = 16007530,
- [Annotation(Name = "[LD - Volcano Manor] Crimson Amber Medallion +1 16007540")]
- LDVolcanoManorCrimsonAmberMedallion1 = 16007540,
+ [Annotation(Name = "[LD - Volcano Manor] Crimson Amber Medallion +1 16007540")]
+ LDVolcanoManorCrimsonAmberMedallion1 = 16007540,
- [Annotation(Name = "[LD - Volcano Manor] Smithing Stone [6] 16007550")]
- LDVolcanoManorSmithingStone6____ = 16007550,
+ [Annotation(Name = "[LD - Volcano Manor] Smithing Stone [6] 16007550")]
+ LDVolcanoManorSmithingStone6____ = 16007550,
- [Annotation(Name = "[LD - Volcano Manor] Smithing Stone [4] 16007560")]
- LDVolcanoManorSmithingStone4_ = 16007560,
+ [Annotation(Name = "[LD - Volcano Manor] Smithing Stone [4] 16007560")]
+ LDVolcanoManorSmithingStone4_ = 16007560,
- [Annotation(Name = "[LD - Volcano Manor] Smoldering Shield 16007610")]
- LDVolcanoManorSmolderingShield = 16007610,
+ [Annotation(Name = "[LD - Volcano Manor] Smoldering Shield 16007610")]
+ LDVolcanoManorSmolderingShield = 16007610,
- [Annotation(Name = "[LD - Volcano Manor] Dagger Talisman 16007620")]
- LDVolcanoManorDaggerTalisman = 16007620,
+ [Annotation(Name = "[LD - Volcano Manor] Dagger Talisman 16007620")]
+ LDVolcanoManorDaggerTalisman = 16007620,
- [Annotation(Name = "[LD - Volcano Manor] Serpent-Hunter 16007690")]
- LDVolcanoManorSerpentHunter = 16007690,
+ [Annotation(Name = "[LD - Volcano Manor] Serpent-Hunter 16007690")]
+ LDVolcanoManorSerpentHunter = 16007690,
- [Annotation(Name = "[LD - Volcano Manor] Seedbed Curse 16007700")]
- LDVolcanoManorSeedbedCurse = 16007700,
+ [Annotation(Name = "[LD - Volcano Manor] Seedbed Curse 16007700")]
+ LDVolcanoManorSeedbedCurse = 16007700,
- [Annotation(Name = "[LD - Volcano Manor] Serpent's Amnion 16007710")]
- LDVolcanoManorSerpentsAmnion = 16007710,
+ [Annotation(Name = "[LD - Volcano Manor] Serpent's Amnion 16007710")]
+ LDVolcanoManorSerpentsAmnion = 16007710,
- [Annotation(Name = "[LD - Volcano Manor] Recusant Finger 60260")]
- LDVolcanoManorRecusantFinger = 60260,
+ [Annotation(Name = "[LD - Volcano Manor] Recusant Finger 60260")]
+ LDVolcanoManorRecusantFinger = 60260,
- [Annotation(Name = "[LD - Volcano Manor] Eye Surcoat 16007730")]
- LDVolcanoManorEyeSurcoat = 16007730,
+ [Annotation(Name = "[LD - Volcano Manor] Eye Surcoat 16007730")]
+ LDVolcanoManorEyeSurcoat = 16007730,
- [Annotation(Name = "[LD - Volcano Manor] Ghiza's Wheel 16007940")]
- LDVolcanoManorGhizasWheel = 16007940,
+ [Annotation(Name = "[LD - Volcano Manor] Ghiza's Wheel 16007940")]
+ LDVolcanoManorGhizasWheel = 16007940,
- [Annotation(Name = "[LD - Volcano Manor] [Incantation] Aspects of the Crucible: Breath 16007950")]
- LDVolcanoManorIncantationAspectsOfTheCrucibleBreath = 16007950,
+ [Annotation(Name = "[LD - Volcano Manor] [Incantation] Aspects of the Crucible: Breath 16007950")]
+ LDVolcanoManorIncantationAspectsOfTheCrucibleBreath = 16007950,
- [Annotation(Name = "[LD - Volcano Manor] Golden Rune [1] 16007991")]
- LDVolcanoManorGoldenRune1 = 16007991,
+ [Annotation(Name = "[LD - Volcano Manor] Golden Rune [1] 16007991")]
+ LDVolcanoManorGoldenRune1 = 16007991,
- [Annotation(Name = "[LD - Volcano Manor] Golden Rune [1] 16007992")]
- LDVolcanoManorGoldenRune1_ = 16007992,
+ [Annotation(Name = "[LD - Volcano Manor] Golden Rune [1] 16007992")]
+ LDVolcanoManorGoldenRune1_ = 16007992,
- [Annotation(Name = "[LD - Volcano Manor] Dragon Heart 16007999")]
- LDVolcanoManorDragonHeart = 16007999,
+ [Annotation(Name = "[LD - Volcano Manor] Dragon Heart 16007999")]
+ LDVolcanoManorDragonHeart = 16007999,
- [Annotation(Name = "[LD - Stranded Graveyard] Poisonbone Dart 18007000")]
- LDStrandedGraveyardPoisonboneDart = 18007000,
+ [Annotation(Name = "[LD - Stranded Graveyard] Poisonbone Dart 18007000")]
+ LDStrandedGraveyardPoisonboneDart = 18007000,
- [Annotation(Name = "[LD - Stranded Graveyard] Stonesword Key 18007010")]
- LDStrandedGraveyardStoneswordKey = 18007010,
+ [Annotation(Name = "[LD - Stranded Graveyard] Stonesword Key 18007010")]
+ LDStrandedGraveyardStoneswordKey = 18007010,
- [Annotation(Name = "[LD - Stranded Graveyard] Golden Rune [5] 18007020")]
- LDStrandedGraveyardGoldenRune5 = 18007020,
+ [Annotation(Name = "[LD - Stranded Graveyard] Golden Rune [5] 18007020")]
+ LDStrandedGraveyardGoldenRune5 = 18007020,
- [Annotation(Name = "[LD - Stranded Graveyard] Dragonwound Grease 18007030")]
- LDStrandedGraveyardDragonwoundGrease = 18007030,
+ [Annotation(Name = "[LD - Stranded Graveyard] Dragonwound Grease 18007030")]
+ LDStrandedGraveyardDragonwoundGrease = 18007030,
- [Annotation(Name = "[LD - Stranded Graveyard] Lightning Grease 18007040")]
- LDStrandedGraveyardLightningGrease = 18007040,
+ [Annotation(Name = "[LD - Stranded Graveyard] Lightning Grease 18007040")]
+ LDStrandedGraveyardLightningGrease = 18007040,
- [Annotation(Name = "[LD - Stranded Graveyard] Erdtree's Favor 18007050")]
- LDStrandedGraveyardErdtreesFavor = 18007050,
+ [Annotation(Name = "[LD - Stranded Graveyard] Erdtree's Favor 18007050")]
+ LDStrandedGraveyardErdtreesFavor = 18007050,
- [Annotation(Name = "[LD - Stranded Graveyard] Grave Glovewort [1] 18007060")]
- LDStrandedGraveyardGraveGlovewort1 = 18007060,
+ [Annotation(Name = "[LD - Stranded Graveyard] Grave Glovewort [1] 18007060")]
+ LDStrandedGraveyardGraveGlovewort1 = 18007060,
- [Annotation(Name = "[LD - Stranded Graveyard] Haligdrake Talisman 18007070")]
- LDStrandedGraveyardHaligdrakeTalisman = 18007070,
+ [Annotation(Name = "[LD - Stranded Graveyard] Haligdrake Talisman 18007070")]
+ LDStrandedGraveyardHaligdrakeTalisman = 18007070,
- [Annotation(Name = "[LD - Stranded Graveyard] Tarnished's Furled Finger 60220")]
- LDStrandedGraveyardTarnishedsFurledFinger = 60220,
+ [Annotation(Name = "[LD - Stranded Graveyard] Tarnished's Furled Finger 60220")]
+ LDStrandedGraveyardTarnishedsFurledFinger = 60220,
- [Annotation(Name = "[LD - Stranded Graveyard] Finger Severer 60310")]
- LDStrandedGraveyardFingerSeverer = 60310,
+ [Annotation(Name = "[LD - Stranded Graveyard] Finger Severer 60310")]
+ LDStrandedGraveyardFingerSeverer = 60310,
- [Annotation(Name = "[LD - Stranded Graveyard] Erdtree Greatbow 18007900")]
- LDStrandedGraveyardErdtreeGreatbow = 18007900,
+ [Annotation(Name = "[LD - Stranded Graveyard] Erdtree Greatbow 18007900")]
+ LDStrandedGraveyardErdtreeGreatbow = 18007900,
- [Annotation(Name = "[Weeping Peninsula - Tombsward Catacombs] Human Bone Shard 30007010")]
- WeepingPeninsulaTombswardCatacombsHumanBoneShard = 30007010,
+ [Annotation(Name = "[Weeping Peninsula - Tombsward Catacombs] Human Bone Shard 30007010")]
+ WeepingPeninsulaTombswardCatacombsHumanBoneShard = 30007010,
- [Annotation(Name = "[Weeping Peninsula - Tombsward Catacombs] Golden Rune [2] 30007020")]
- WeepingPeninsulaTombswardCatacombsGoldenRune2 = 30007020,
+ [Annotation(Name = "[Weeping Peninsula - Tombsward Catacombs] Golden Rune [2] 30007020")]
+ WeepingPeninsulaTombswardCatacombsGoldenRune2 = 30007020,
- [Annotation(Name = "[Weeping Peninsula - Tombsward Catacombs] Nomadic Warrior's Cookbook [9] 67430")]
- WeepingPeninsulaTombswardCatacombsNomadicWarriorsCookbook9 = 67430,
+ [Annotation(Name = "[Weeping Peninsula - Tombsward Catacombs] Nomadic Warrior's Cookbook [9] 67430")]
+ WeepingPeninsulaTombswardCatacombsNomadicWarriorsCookbook9 = 67430,
- [Annotation(Name = "[Weeping Peninsula - Tombsward Catacombs] Prattling Pate \"Thank you\" 30007040")]
- WeepingPeninsulaTombswardCatacombsPrattlingPateThankyou = 30007040,
+ [Annotation(Name = "[Weeping Peninsula - Tombsward Catacombs] Prattling Pate \"Thank you\" 30007040")]
+ WeepingPeninsulaTombswardCatacombsPrattlingPateThankyou = 30007040,
- [Annotation(Name = "[Weeping Peninsula - Impaler's Catacombs] Root Resin 30017010")]
- WeepingPeninsulaImpalersCatacombsRootResin = 30017010,
+ [Annotation(Name = "[Weeping Peninsula - Impaler's Catacombs] Root Resin 30017010")]
+ WeepingPeninsulaImpalersCatacombsRootResin = 30017010,
- [Annotation(Name = "[Weeping Peninsula - Impaler's Catacombs] Prattling Pate \"Please help\" 30017020")]
- WeepingPeninsulaImpalersCatacombsPrattlingPatePleasehelp = 30017020,
+ [Annotation(Name = "[Weeping Peninsula - Impaler's Catacombs] Prattling Pate \"Please help\" 30017020")]
+ WeepingPeninsulaImpalersCatacombsPrattlingPatePleasehelp = 30017020,
- [Annotation(Name = "[Limgrave - Stormfoot Catacombs] Root Resin 30027000")]
- LimgraveStormfootCatacombsRootResin = 30027000,
+ [Annotation(Name = "[Limgrave - Stormfoot Catacombs] Root Resin 30027000")]
+ LimgraveStormfootCatacombsRootResin = 30027000,
- [Annotation(Name = "[Limgrave - Stormfoot Catacombs] Smoldering Butterfly 30027010")]
- LimgraveStormfootCatacombsSmolderingButterfly = 30027010,
+ [Annotation(Name = "[Limgrave - Stormfoot Catacombs] Smoldering Butterfly 30027010")]
+ LimgraveStormfootCatacombsSmolderingButterfly = 30027010,
- [Annotation(Name = "[Limgrave - Stormfoot Catacombs] Wandering Noble Ashes 30027020")]
- LimgraveStormfootCatacombsWanderingNobleAshes = 30027020,
+ [Annotation(Name = "[Limgrave - Stormfoot Catacombs] Wandering Noble Ashes 30027020")]
+ LimgraveStormfootCatacombsWanderingNobleAshes = 30027020,
- [Annotation(Name = "[Limgrave - Stormfoot Catacombs] Prattling Pate \"Hello\" 30027030")]
- LimgraveStormfootCatacombsPrattlingPateHello = 30027030,
+ [Annotation(Name = "[Limgrave - Stormfoot Catacombs] Prattling Pate \"Hello\" 30027030")]
+ LimgraveStormfootCatacombsPrattlingPateHello = 30027030,
- [Annotation(Name = "[Liurnia - Road's End Catacombs] Root Resin 30037000")]
- LiurniaRoadsEndCatacombsRootResin = 30037000,
+ [Annotation(Name = "[Liurnia - Road's End Catacombs] Root Resin 30037000")]
+ LiurniaRoadsEndCatacombsRootResin = 30037000,
- [Annotation(Name = "[Liurnia - Road's End Catacombs] Raya Lucaria Soldier Ashes 30037010")]
- LiurniaRoadsEndCatacombsRayaLucariaSoldierAshes = 30037010,
+ [Annotation(Name = "[Liurnia - Road's End Catacombs] Raya Lucaria Soldier Ashes 30037010")]
+ LiurniaRoadsEndCatacombsRayaLucariaSoldierAshes = 30037010,
- [Annotation(Name = "[Liurnia - Road's End Catacombs] Human Bone Shard 30037020")]
- LiurniaRoadsEndCatacombsHumanBoneShard = 30037020,
+ [Annotation(Name = "[Liurnia - Road's End Catacombs] Human Bone Shard 30037020")]
+ LiurniaRoadsEndCatacombsHumanBoneShard = 30037020,
- [Annotation(Name = "[Liurnia - Road's End Catacombs] Rune Arc 30037030")]
- LiurniaRoadsEndCatacombsRuneArc = 30037030,
+ [Annotation(Name = "[Liurnia - Road's End Catacombs] Rune Arc 30037030")]
+ LiurniaRoadsEndCatacombsRuneArc = 30037030,
- [Annotation(Name = "[Liurnia - Road's End Catacombs] Watchdog's Staff 30037040")]
- LiurniaRoadsEndCatacombsWatchdogsStaff = 30037040,
+ [Annotation(Name = "[Liurnia - Road's End Catacombs] Watchdog's Staff 30037040")]
+ LiurniaRoadsEndCatacombsWatchdogsStaff = 30037040,
- [Annotation(Name = "[Limgrave - Murkwater Catacombs] Root Resin 30047000")]
- LimgraveMurkwaterCatacombsRootResin = 30047000,
+ [Annotation(Name = "[Limgrave - Murkwater Catacombs] Root Resin 30047000")]
+ LimgraveMurkwaterCatacombsRootResin = 30047000,
- [Annotation(Name = "[Liurnia - Black Knife Catacombs] Rosus' Axe 30057000")]
- LiurniaBlackKnifeCatacombsRosusAxe = 30057000,
+ [Annotation(Name = "[Liurnia - Black Knife Catacombs] Rosus' Axe 30057000")]
+ LiurniaBlackKnifeCatacombsRosusAxe = 30057000,
- [Annotation(Name = "[Liurnia - Black Knife Catacombs] Rune Arc 30057010")]
- LiurniaBlackKnifeCatacombsRuneArc = 30057010,
+ [Annotation(Name = "[Liurnia - Black Knife Catacombs] Rune Arc 30057010")]
+ LiurniaBlackKnifeCatacombsRuneArc = 30057010,
- [Annotation(Name = "[Liurnia - Black Knife Catacombs] Deathroot 30057030")]
- LiurniaBlackKnifeCatacombsDeathroot = 30057030,
+ [Annotation(Name = "[Liurnia - Black Knife Catacombs] Deathroot 30057030")]
+ LiurniaBlackKnifeCatacombsDeathroot = 30057030,
- [Annotation(Name = "[Liurnia - Black Knife Catacombs] Spellproof Dried Liver 30057040")]
- LiurniaBlackKnifeCatacombsSpellproofDriedLiver = 30057040,
+ [Annotation(Name = "[Liurnia - Black Knife Catacombs] Spellproof Dried Liver 30057040")]
+ LiurniaBlackKnifeCatacombsSpellproofDriedLiver = 30057040,
- [Annotation(Name = "[Liurnia - Cliffbottom Catacombs] Root Resin 30067000")]
- LiurniaCliffbottomCatacombsRootResin = 30067000,
+ [Annotation(Name = "[Liurnia - Cliffbottom Catacombs] Root Resin 30067000")]
+ LiurniaCliffbottomCatacombsRootResin = 30067000,
- [Annotation(Name = "[Liurnia - Cliffbottom Catacombs] Nox Mirrorhelm 30067010")]
- LiurniaCliffbottomCatacombsNoxMirrorhelm = 30067010,
+ [Annotation(Name = "[Liurnia - Cliffbottom Catacombs] Nox Mirrorhelm 30067010")]
+ LiurniaCliffbottomCatacombsNoxMirrorhelm = 30067010,
- [Annotation(Name = "[Liurnia - Cliffbottom Catacombs] Golden Rune [3] 30067020")]
- LiurniaCliffbottomCatacombsGoldenRune3 = 30067020,
+ [Annotation(Name = "[Liurnia - Cliffbottom Catacombs] Golden Rune [3] 30067020")]
+ LiurniaCliffbottomCatacombsGoldenRune3 = 30067020,
- [Annotation(Name = "[Liurnia - Cliffbottom Catacombs] Page Ashes 30067030")]
- LiurniaCliffbottomCatacombsPageAshes = 30067030,
+ [Annotation(Name = "[Liurnia - Cliffbottom Catacombs] Page Ashes 30067030")]
+ LiurniaCliffbottomCatacombsPageAshes = 30067030,
- [Annotation(Name = "[Liurnia - Cliffbottom Catacombs] Rune Arc 30067040")]
- LiurniaCliffbottomCatacombsRuneArc = 30067040,
+ [Annotation(Name = "[Liurnia - Cliffbottom Catacombs] Rune Arc 30067040")]
+ LiurniaCliffbottomCatacombsRuneArc = 30067040,
- [Annotation(Name = "[Liurnia - Cliffbottom Catacombs] Old Fang 30067050")]
- LiurniaCliffbottomCatacombsOldFang = 30067050,
+ [Annotation(Name = "[Liurnia - Cliffbottom Catacombs] Old Fang 30067050")]
+ LiurniaCliffbottomCatacombsOldFang = 30067050,
- [Annotation(Name = "[Liurnia - Cliffbottom Catacombs] Hefty Beast Bone 30067060")]
- LiurniaCliffbottomCatacombsHeftyBeastBone = 30067060,
+ [Annotation(Name = "[Liurnia - Cliffbottom Catacombs] Hefty Beast Bone 30067060")]
+ LiurniaCliffbottomCatacombsHeftyBeastBone = 30067060,
- [Annotation(Name = "[Liurnia - Cliffbottom Catacombs] Scythe 30067070")]
- LiurniaCliffbottomCatacombsScythe = 30067070,
+ [Annotation(Name = "[Liurnia - Cliffbottom Catacombs] Scythe 30067070")]
+ LiurniaCliffbottomCatacombsScythe = 30067070,
- [Annotation(Name = "[Liurnia - Cliffbottom Catacombs] Prattling Pate \"Wonderful\" 30067080")]
- LiurniaCliffbottomCatacombsPrattlingPateWonderful = 30067080,
+ [Annotation(Name = "[Liurnia - Cliffbottom Catacombs] Prattling Pate \"Wonderful\" 30067080")]
+ LiurniaCliffbottomCatacombsPrattlingPateWonderful = 30067080,
- [Annotation(Name = "[Mt. Gelmir - Wyndham Catacombs] Ancient Dragon Apostle's Cookbook [1] 68000")]
- MtGelmirWyndhamCatacombsAncientDragonApostlesCookbook1 = 68000,
+ [Annotation(Name = "[Mt. Gelmir - Wyndham Catacombs] Ancient Dragon Apostle's Cookbook [1] 68000")]
+ MtGelmirWyndhamCatacombsAncientDragonApostlesCookbook1 = 68000,
- [Annotation(Name = "[Mt. Gelmir - Wyndham Catacombs] Golden Rune [5] 30077010")]
- MtGelmirWyndhamCatacombsGoldenRune5 = 30077010,
+ [Annotation(Name = "[Mt. Gelmir - Wyndham Catacombs] Golden Rune [5] 30077010")]
+ MtGelmirWyndhamCatacombsGoldenRune5 = 30077010,
- [Annotation(Name = "[Mt. Gelmir - Wyndham Catacombs] Magic Grease 30077020")]
- MtGelmirWyndhamCatacombsMagicGrease = 30077020,
+ [Annotation(Name = "[Mt. Gelmir - Wyndham Catacombs] Magic Grease 30077020")]
+ MtGelmirWyndhamCatacombsMagicGrease = 30077020,
- [Annotation(Name = "[Mt. Gelmir - Wyndham Catacombs] Lightning Scorpion Charm 30077600")]
- MtGelmirWyndhamCatacombsLightningScorpionCharm = 30077600,
+ [Annotation(Name = "[Mt. Gelmir - Wyndham Catacombs] Lightning Scorpion Charm 30077600")]
+ MtGelmirWyndhamCatacombsLightningScorpionCharm = 30077600,
- [Annotation(Name = "[Mt. Gelmir - Wyndham Catacombs] Golden Rune [1] 30077900")]
- MtGelmirWyndhamCatacombsGoldenRune1 = 30077900,
+ [Annotation(Name = "[Mt. Gelmir - Wyndham Catacombs] Golden Rune [1] 30077900")]
+ MtGelmirWyndhamCatacombsGoldenRune1 = 30077900,
- [Annotation(Name = "[Altus Plateau - Sainted Hero's Grave] Crimson Seed Talisman 30087010")]
- AltusPlateauSaintedHerosGraveCrimsonSeedTalisman = 30087010,
+ [Annotation(Name = "[Altus Plateau - Sainted Hero's Grave] Crimson Seed Talisman 30087010")]
+ AltusPlateauSaintedHerosGraveCrimsonSeedTalisman = 30087010,
- [Annotation(Name = "[Altus Plateau - Sainted Hero's Grave] Leyndell Soldier Ashes 30087020")]
- AltusPlateauSaintedHerosGraveLeyndellSoldierAshes = 30087020,
+ [Annotation(Name = "[Altus Plateau - Sainted Hero's Grave] Leyndell Soldier Ashes 30087020")]
+ AltusPlateauSaintedHerosGraveLeyndellSoldierAshes = 30087020,
- [Annotation(Name = "[Altus Plateau - Sainted Hero's Grave] Dragoncrest Shield Talisman +1 30087030")]
- AltusPlateauSaintedHerosGraveDragoncrestShieldTalisman1 = 30087030,
+ [Annotation(Name = "[Altus Plateau - Sainted Hero's Grave] Dragoncrest Shield Talisman +1 30087030")]
+ AltusPlateauSaintedHerosGraveDragoncrestShieldTalisman1 = 30087030,
- [Annotation(Name = "[Altus Plateau - Sainted Hero's Grave] Root Resin 30087040")]
- AltusPlateauSaintedHerosGraveRootResin = 30087040,
+ [Annotation(Name = "[Altus Plateau - Sainted Hero's Grave] Root Resin 30087040")]
+ AltusPlateauSaintedHerosGraveRootResin = 30087040,
- [Annotation(Name = "[Altus Plateau - Sainted Hero's Grave] Prattling Pate \"Let's get to it\" 30087050")]
- AltusPlateauSaintedHerosGravePrattlingPateLetsgettoit = 30087050,
+ [Annotation(Name = "[Altus Plateau - Sainted Hero's Grave] Prattling Pate \"Let's get to it\" 30087050")]
+ AltusPlateauSaintedHerosGravePrattlingPateLetsgettoit = 30087050,
- [Annotation(Name = "[Altus Plateau - Sainted Hero's Grave] Human Bone Shard 30087060")]
- AltusPlateauSaintedHerosGraveHumanBoneShard = 30087060,
+ [Annotation(Name = "[Altus Plateau - Sainted Hero's Grave] Human Bone Shard 30087060")]
+ AltusPlateauSaintedHerosGraveHumanBoneShard = 30087060,
- [Annotation(Name = "[Mt. Gelmir - Gelmir Hero's Grave] Deathroot 30097000")]
- MtGelmirGelmirHerosGraveDeathroot = 30097000,
+ [Annotation(Name = "[Mt. Gelmir - Gelmir Hero's Grave] Deathroot 30097000")]
+ MtGelmirGelmirHerosGraveDeathroot = 30097000,
- [Annotation(Name = "[Mt. Gelmir - Gelmir Hero's Grave] Ringed Finger 30097010")]
- MtGelmirGelmirHerosGraveRingedFinger = 30097010,
+ [Annotation(Name = "[Mt. Gelmir - Gelmir Hero's Grave] Ringed Finger 30097010")]
+ MtGelmirGelmirHerosGraveRingedFinger = 30097010,
- [Annotation(Name = "[Mt. Gelmir - Gelmir Hero's Grave] Golden Rune [6] 30097020")]
- MtGelmirGelmirHerosGraveGoldenRune6 = 30097020,
+ [Annotation(Name = "[Mt. Gelmir - Gelmir Hero's Grave] Golden Rune [6] 30097020")]
+ MtGelmirGelmirHerosGraveGoldenRune6 = 30097020,
- [Annotation(Name = "[Mt. Gelmir - Gelmir Hero's Grave] Smoldering Butterfly 30097030")]
- MtGelmirGelmirHerosGraveSmolderingButterfly = 30097030,
+ [Annotation(Name = "[Mt. Gelmir - Gelmir Hero's Grave] Smoldering Butterfly 30097030")]
+ MtGelmirGelmirHerosGraveSmolderingButterfly = 30097030,
- [Annotation(Name = "[Mt. Gelmir - Gelmir Hero's Grave] Stonesword Key 30097040")]
- MtGelmirGelmirHerosGraveStoneswordKey = 30097040,
+ [Annotation(Name = "[Mt. Gelmir - Gelmir Hero's Grave] Stonesword Key 30097040")]
+ MtGelmirGelmirHerosGraveStoneswordKey = 30097040,
- [Annotation(Name = "[Mt. Gelmir - Gelmir Hero's Grave] Gelmir Knight Helm 30097050")]
- MtGelmirGelmirHerosGraveGelmirKnightHelm = 30097050,
+ [Annotation(Name = "[Mt. Gelmir - Gelmir Hero's Grave] Gelmir Knight Helm 30097050")]
+ MtGelmirGelmirHerosGraveGelmirKnightHelm = 30097050,
- [Annotation(Name = "[Mt. Gelmir - Gelmir Hero's Grave] Root Resin 30097060")]
- MtGelmirGelmirHerosGraveRootResin = 30097060,
+ [Annotation(Name = "[Mt. Gelmir - Gelmir Hero's Grave] Root Resin 30097060")]
+ MtGelmirGelmirHerosGraveRootResin = 30097060,
- [Annotation(Name = "[Mt. Gelmir - Gelmir Hero's Grave] Beast Blood 30097070")]
- MtGelmirGelmirHerosGraveBeastBlood = 30097070,
+ [Annotation(Name = "[Mt. Gelmir - Gelmir Hero's Grave] Beast Blood 30097070")]
+ MtGelmirGelmirHerosGraveBeastBlood = 30097070,
- [Annotation(Name = "[Capital Outskirts - Auriza Hero's Grave] Holy Grease 30107010")]
- CapitalOutskirtsAurizaHerosGraveHolyGrease = 30107010,
+ [Annotation(Name = "[Capital Outskirts - Auriza Hero's Grave] Holy Grease 30107010")]
+ CapitalOutskirtsAurizaHerosGraveHolyGrease = 30107010,
- [Annotation(Name = "[Capital Outskirts - Auriza Hero's Grave] Fan Daggers 30107020")]
- CapitalOutskirtsAurizaHerosGraveFanDaggers = 30107020,
+ [Annotation(Name = "[Capital Outskirts - Auriza Hero's Grave] Fan Daggers 30107020")]
+ CapitalOutskirtsAurizaHerosGraveFanDaggers = 30107020,
- [Annotation(Name = "[Capital Outskirts - Auriza Hero's Grave] Golden Rune [7] 30107030")]
- CapitalOutskirtsAurizaHerosGraveGoldenRune7 = 30107030,
+ [Annotation(Name = "[Capital Outskirts - Auriza Hero's Grave] Golden Rune [7] 30107030")]
+ CapitalOutskirtsAurizaHerosGraveGoldenRune7 = 30107030,
- [Annotation(Name = "[Capital Outskirts - Auriza Hero's Grave] Crucible Feather Talisman 30107040")]
- CapitalOutskirtsAurizaHerosGraveCrucibleFeatherTalisman = 30107040,
+ [Annotation(Name = "[Capital Outskirts - Auriza Hero's Grave] Crucible Feather Talisman 30107040")]
+ CapitalOutskirtsAurizaHerosGraveCrucibleFeatherTalisman = 30107040,
- [Annotation(Name = "[Capital Outskirts - Auriza Hero's Grave] Golden Epitaph 30107050")]
- CapitalOutskirtsAurizaHerosGraveGoldenEpitaph = 30107050,
+ [Annotation(Name = "[Capital Outskirts - Auriza Hero's Grave] Golden Epitaph 30107050")]
+ CapitalOutskirtsAurizaHerosGraveGoldenEpitaph = 30107050,
- [Annotation(Name = "[Capital Outskirts - Auriza Hero's Grave] Great Dragonfly Head 30107060")]
- CapitalOutskirtsAurizaHerosGraveGreatDragonflyHead = 30107060,
+ [Annotation(Name = "[Capital Outskirts - Auriza Hero's Grave] Great Dragonfly Head 30107060")]
+ CapitalOutskirtsAurizaHerosGraveGreatDragonflyHead = 30107060,
- [Annotation(Name = "[Capital Outskirts - Auriza Hero's Grave] Stonesword Key 30107070")]
- CapitalOutskirtsAurizaHerosGraveStoneswordKey = 30107070,
+ [Annotation(Name = "[Capital Outskirts - Auriza Hero's Grave] Stonesword Key 30107070")]
+ CapitalOutskirtsAurizaHerosGraveStoneswordKey = 30107070,
- [Annotation(Name = "[Capital Outskirts - Auriza Hero's Grave] Vulgar Militia Ashes 30107080")]
- CapitalOutskirtsAurizaHerosGraveVulgarMilitiaAshes = 30107080,
+ [Annotation(Name = "[Capital Outskirts - Auriza Hero's Grave] Vulgar Militia Ashes 30107080")]
+ CapitalOutskirtsAurizaHerosGraveVulgarMilitiaAshes = 30107080,
- [Annotation(Name = "[Capital Outskirts - Auriza Hero's Grave] Ash of War: Holy Ground 30107100")]
- CapitalOutskirtsAurizaHerosGraveAshOfWarHolyGround = 30107100,
+ [Annotation(Name = "[Capital Outskirts - Auriza Hero's Grave] Ash of War: Holy Ground 30107100")]
+ CapitalOutskirtsAurizaHerosGraveAshOfWarHolyGround = 30107100,
- [Annotation(Name = "[Stormhill - Deathtouched Catacombs] Deathroot 30117000")]
- StormhillDeathtouchedCatacombsDeathroot = 30117000,
+ [Annotation(Name = "[Stormhill - Deathtouched Catacombs] Deathroot 30117000")]
+ StormhillDeathtouchedCatacombsDeathroot = 30117000,
- [Annotation(Name = "[Stormhill - Deathtouched Catacombs] Bloodrose 30117010")]
- StormhillDeathtouchedCatacombsBloodrose = 30117010,
+ [Annotation(Name = "[Stormhill - Deathtouched Catacombs] Bloodrose 30117010")]
+ StormhillDeathtouchedCatacombsBloodrose = 30117010,
- [Annotation(Name = "[Stormhill - Deathtouched Catacombs] Uchigatana 30117020")]
- StormhillDeathtouchedCatacombsUchigatana = 30117020,
+ [Annotation(Name = "[Stormhill - Deathtouched Catacombs] Uchigatana 30117020")]
+ StormhillDeathtouchedCatacombsUchigatana = 30117020,
- [Annotation(Name = "[Altus Plateau - Unsightly Catacombs] Holy Grease 30127000")]
- AltusPlateauUnsightlyCatacombsHolyGrease = 30127000,
+ [Annotation(Name = "[Altus Plateau - Unsightly Catacombs] Holy Grease 30127000")]
+ AltusPlateauUnsightlyCatacombsHolyGrease = 30127000,
- [Annotation(Name = "[Altus Plateau - Unsightly Catacombs] Winged Misbegotten Ashes 30127010")]
- AltusPlateauUnsightlyCatacombsWingedMisbegottenAshes = 30127010,
+ [Annotation(Name = "[Altus Plateau - Unsightly Catacombs] Winged Misbegotten Ashes 30127010")]
+ AltusPlateauUnsightlyCatacombsWingedMisbegottenAshes = 30127010,
- [Annotation(Name = "[Altus Plateau - Unsightly Catacombs] Rune Arc 30127020")]
- AltusPlateauUnsightlyCatacombsRuneArc = 30127020,
+ [Annotation(Name = "[Altus Plateau - Unsightly Catacombs] Rune Arc 30127020")]
+ AltusPlateauUnsightlyCatacombsRuneArc = 30127020,
- [Annotation(Name = "[Altus Plateau - Unsightly Catacombs] Prattling Pate \"Apologies\" 30127030")]
- AltusPlateauUnsightlyCatacombsPrattlingPateApologies = 30127030,
+ [Annotation(Name = "[Altus Plateau - Unsightly Catacombs] Prattling Pate \"Apologies\" 30127030")]
+ AltusPlateauUnsightlyCatacombsPrattlingPateApologies = 30127030,
- [Annotation(Name = "[Altus Plateau - Unsightly Catacombs] Golden Rune [1] 30127900")]
- AltusPlateauUnsightlyCatacombsGoldenRune1 = 30127900,
+ [Annotation(Name = "[Altus Plateau - Unsightly Catacombs] Golden Rune [1] 30127900")]
+ AltusPlateauUnsightlyCatacombsGoldenRune1 = 30127900,
- [Annotation(Name = "[Capital Outskirts - Auriza Side Tomb] Perfumer's Cookbook [3] 67860")]
- CapitalOutskirtsAurizaSideTombPerfumersCookbook3 = 67860,
+ [Annotation(Name = "[Capital Outskirts - Auriza Side Tomb] Perfumer's Cookbook [3] 67860")]
+ CapitalOutskirtsAurizaSideTombPerfumersCookbook3 = 67860,
- [Annotation(Name = "[Capital Outskirts - Auriza Side Tomb] Golden Rune [7] 30137020")]
- CapitalOutskirtsAurizaSideTombGoldenRune7 = 30137020,
+ [Annotation(Name = "[Capital Outskirts - Auriza Side Tomb] Golden Rune [7] 30137020")]
+ CapitalOutskirtsAurizaSideTombGoldenRune7 = 30137020,
- [Annotation(Name = "[Capital Outskirts - Auriza Side Tomb] Smithing Stone [5] 30137030")]
- CapitalOutskirtsAurizaSideTombSmithingStone5 = 30137030,
+ [Annotation(Name = "[Capital Outskirts - Auriza Side Tomb] Smithing Stone [5] 30137030")]
+ CapitalOutskirtsAurizaSideTombSmithingStone5 = 30137030,
- [Annotation(Name = "[Capital Outskirts - Auriza Side Tomb] Root Resin 30137040")]
- CapitalOutskirtsAurizaSideTombRootResin = 30137040,
+ [Annotation(Name = "[Capital Outskirts - Auriza Side Tomb] Root Resin 30137040")]
+ CapitalOutskirtsAurizaSideTombRootResin = 30137040,
- [Annotation(Name = "[Capital Outskirts - Auriza Side Tomb] Cracked Pot 66140")]
- CapitalOutskirtsAurizaSideTombCrackedPot = 66140,
+ [Annotation(Name = "[Capital Outskirts - Auriza Side Tomb] Cracked Pot 66140")]
+ CapitalOutskirtsAurizaSideTombCrackedPot = 66140,
- [Annotation(Name = "[Capital Outskirts - Auriza Side Tomb] Cracked Pot 66150")]
- CapitalOutskirtsAurizaSideTombCrackedPot_ = 66150,
+ [Annotation(Name = "[Capital Outskirts - Auriza Side Tomb] Cracked Pot 66150")]
+ CapitalOutskirtsAurizaSideTombCrackedPot_ = 66150,
- [Annotation(Name = "[Capital Outskirts - Auriza Side Tomb] Cracked Pot 66160")]
- CapitalOutskirtsAurizaSideTombCrackedPot__ = 66160,
+ [Annotation(Name = "[Capital Outskirts - Auriza Side Tomb] Cracked Pot 66160")]
+ CapitalOutskirtsAurizaSideTombCrackedPot__ = 66160,
- [Annotation(Name = "[Capital Outskirts - Auriza Side Tomb] Cracked Pot 66170")]
- CapitalOutskirtsAurizaSideTombCrackedPot___ = 66170,
+ [Annotation(Name = "[Capital Outskirts - Auriza Side Tomb] Cracked Pot 66170")]
+ CapitalOutskirtsAurizaSideTombCrackedPot___ = 66170,
- [Annotation(Name = "[Capital Outskirts - Auriza Side Tomb] Ritual Pot 66470")]
- CapitalOutskirtsAurizaSideTombRitualPot = 66470,
+ [Annotation(Name = "[Capital Outskirts - Auriza Side Tomb] Ritual Pot 66470")]
+ CapitalOutskirtsAurizaSideTombRitualPot = 66470,
- [Annotation(Name = "[Capital Outskirts - Auriza Side Tomb] Ritual Pot 66480")]
- CapitalOutskirtsAurizaSideTombRitualPot_ = 66480,
+ [Annotation(Name = "[Capital Outskirts - Auriza Side Tomb] Ritual Pot 66480")]
+ CapitalOutskirtsAurizaSideTombRitualPot_ = 66480,
- [Annotation(Name = "[Caelid - Minor Erdtree Catacombs] Imp Head (Wolf) 30147000")]
- CaelidMinorErdtreeCatacombsImpHeadWolf = 30147000,
+ [Annotation(Name = "[Caelid - Minor Erdtree Catacombs] Imp Head (Wolf) 30147000")]
+ CaelidMinorErdtreeCatacombsImpHeadWolf = 30147000,
- [Annotation(Name = "[Caelid - Minor Erdtree Catacombs] Grave Violet 30147010")]
- CaelidMinorErdtreeCatacombsGraveViolet = 30147010,
+ [Annotation(Name = "[Caelid - Minor Erdtree Catacombs] Grave Violet 30147010")]
+ CaelidMinorErdtreeCatacombsGraveViolet = 30147010,
- [Annotation(Name = "[Caelid - Minor Erdtree Catacombs] Sacramental Bud 30147020")]
- CaelidMinorErdtreeCatacombsSacramentalBud = 30147020,
+ [Annotation(Name = "[Caelid - Minor Erdtree Catacombs] Sacramental Bud 30147020")]
+ CaelidMinorErdtreeCatacombsSacramentalBud = 30147020,
- [Annotation(Name = "[Caelid - Minor Erdtree Catacombs] Aeonian Butterfly 30147030")]
- CaelidMinorErdtreeCatacombsAeonianButterfly = 30147030,
+ [Annotation(Name = "[Caelid - Minor Erdtree Catacombs] Aeonian Butterfly 30147030")]
+ CaelidMinorErdtreeCatacombsAeonianButterfly = 30147030,
- [Annotation(Name = "[Caelid - Minor Erdtree Catacombs] Golden Rune [4] 30147040")]
- CaelidMinorErdtreeCatacombsGoldenRune4 = 30147040,
+ [Annotation(Name = "[Caelid - Minor Erdtree Catacombs] Golden Rune [4] 30147040")]
+ CaelidMinorErdtreeCatacombsGoldenRune4 = 30147040,
- [Annotation(Name = "[Caelid - Minor Erdtree Catacombs] Golden Rune [1] 30147900")]
- CaelidMinorErdtreeCatacombsGoldenRune1 = 30147900,
+ [Annotation(Name = "[Caelid - Minor Erdtree Catacombs] Golden Rune [1] 30147900")]
+ CaelidMinorErdtreeCatacombsGoldenRune1 = 30147900,
- [Annotation(Name = "[Caelid - Caelid Catacombs] Miranda Sprout Ashes 30157000")]
- CaelidCaelidCatacombsMirandaSproutAshes = 30157000,
+ [Annotation(Name = "[Caelid - Caelid Catacombs] Miranda Sprout Ashes 30157000")]
+ CaelidCaelidCatacombsMirandaSproutAshes = 30157000,
- [Annotation(Name = "[Caelid - War-Dead Catacombs] Golden Rune [6] 30167000")]
- CaelidWarDeadCatacombsGoldenRune6 = 30167000,
+ [Annotation(Name = "[Caelid - War-Dead Catacombs] Golden Rune [6] 30167000")]
+ CaelidWarDeadCatacombsGoldenRune6 = 30167000,
- [Annotation(Name = "[Caelid - War-Dead Catacombs] Magic Grease 30167010")]
- CaelidWarDeadCatacombsMagicGrease = 30167010,
+ [Annotation(Name = "[Caelid - War-Dead Catacombs] Magic Grease 30167010")]
+ CaelidWarDeadCatacombsMagicGrease = 30167010,
- [Annotation(Name = "[Caelid - War-Dead Catacombs] Radahn Soldier Ashes 30167020")]
- CaelidWarDeadCatacombsRadahnSoldierAshes = 30167020,
+ [Annotation(Name = "[Caelid - War-Dead Catacombs] Radahn Soldier Ashes 30167020")]
+ CaelidWarDeadCatacombsRadahnSoldierAshes = 30167020,
- [Annotation(Name = "[Caelid - War-Dead Catacombs] Silver-Pickled Fowl Foot 30167030")]
- CaelidWarDeadCatacombsSilverPickledFowlFoot = 30167030,
+ [Annotation(Name = "[Caelid - War-Dead Catacombs] Silver-Pickled Fowl Foot 30167030")]
+ CaelidWarDeadCatacombsSilverPickledFowlFoot = 30167030,
- [Annotation(Name = "[Caelid - War-Dead Catacombs] [Sorcery] Collapsing Stars 30167040")]
- CaelidWarDeadCatacombsSorceryCollapsingStars = 30167040,
+ [Annotation(Name = "[Caelid - War-Dead Catacombs] [Sorcery] Collapsing Stars 30167040")]
+ CaelidWarDeadCatacombsSorceryCollapsingStars = 30167040,
- [Annotation(Name = "[Flame Peak - Giant-Conquering Hero's Grave] Cranial Vessel Candlestand 30177000")]
- FlamePeakGiantConqueringHerosGraveCranialVesselCandlestand = 30177000,
+ [Annotation(Name = "[Flame Peak - Giant-Conquering Hero's Grave] Cranial Vessel Candlestand 30177000")]
+ FlamePeakGiantConqueringHerosGraveCranialVesselCandlestand = 30177000,
- [Annotation(Name = "[Flame Peak - Giant-Conquering Hero's Grave] [Incantation] Flame 30177010")]
- FlamePeakGiantConqueringHerosGraveIncantationFlame = 30177010,
+ [Annotation(Name = "[Flame Peak - Giant-Conquering Hero's Grave] [Incantation] Flame 30177010")]
+ FlamePeakGiantConqueringHerosGraveIncantationFlame = 30177010,
- [Annotation(Name = "[Flame Peak - Giant-Conquering Hero's Grave] Lightning Bastard Sword 30177020")]
- FlamePeakGiantConqueringHerosGraveLightningBastardSword = 30177020,
+ [Annotation(Name = "[Flame Peak - Giant-Conquering Hero's Grave] Lightning Bastard Sword 30177020")]
+ FlamePeakGiantConqueringHerosGraveLightningBastardSword = 30177020,
- [Annotation(Name = "[Flame Peak - Giant-Conquering Hero's Grave] Giant's Seal 30177030")]
- FlamePeakGiantConqueringHerosGraveGiantsSeal = 30177030,
+ [Annotation(Name = "[Flame Peak - Giant-Conquering Hero's Grave] Giant's Seal 30177030")]
+ FlamePeakGiantConqueringHerosGraveGiantsSeal = 30177030,
- [Annotation(Name = "[Flame Peak - Giant-Conquering Hero's Grave] Freezing Grease 30177040")]
- FlamePeakGiantConqueringHerosGraveFreezingGrease = 30177040,
+ [Annotation(Name = "[Flame Peak - Giant-Conquering Hero's Grave] Freezing Grease 30177040")]
+ FlamePeakGiantConqueringHerosGraveFreezingGrease = 30177040,
- [Annotation(Name = "[Flame Peak - Giant-Conquering Hero's Grave] Golden Rune [11] 30177050")]
- FlamePeakGiantConqueringHerosGraveGoldenRune11 = 30177050,
+ [Annotation(Name = "[Flame Peak - Giant-Conquering Hero's Grave] Golden Rune [11] 30177050")]
+ FlamePeakGiantConqueringHerosGraveGoldenRune11 = 30177050,
- [Annotation(Name = "[Flame Peak - Giant-Conquering Hero's Grave] Golden Rune [1] 30177060")]
- FlamePeakGiantConqueringHerosGraveGoldenRune1 = 30177060,
+ [Annotation(Name = "[Flame Peak - Giant-Conquering Hero's Grave] Golden Rune [1] 30177060")]
+ FlamePeakGiantConqueringHerosGraveGoldenRune1 = 30177060,
- [Annotation(Name = "[Flame Peak - Giants' Mountaintop Catacombs] Golden Rune [10] 30187000")]
- FlamePeakGiantsMountaintopCatacombsGoldenRune10 = 30187000,
+ [Annotation(Name = "[Flame Peak - Giants' Mountaintop Catacombs] Golden Rune [10] 30187000")]
+ FlamePeakGiantsMountaintopCatacombsGoldenRune10 = 30187000,
- [Annotation(Name = "[Flame Peak - Giants' Mountaintop Catacombs] Stimulating Boluses 30187010")]
- FlamePeakGiantsMountaintopCatacombsStimulatingBoluses = 30187010,
+ [Annotation(Name = "[Flame Peak - Giants' Mountaintop Catacombs] Stimulating Boluses 30187010")]
+ FlamePeakGiantsMountaintopCatacombsStimulatingBoluses = 30187010,
- [Annotation(Name = "[Flame Peak - Giants' Mountaintop Catacombs] Nascent Butterfly 30187020")]
- FlamePeakGiantsMountaintopCatacombsNascentButterfly = 30187020,
+ [Annotation(Name = "[Flame Peak - Giants' Mountaintop Catacombs] Nascent Butterfly 30187020")]
+ FlamePeakGiantsMountaintopCatacombsNascentButterfly = 30187020,
- [Annotation(Name = "[Flame Peak - Giants' Mountaintop Catacombs] Root Resin 30187030")]
- FlamePeakGiantsMountaintopCatacombsRootResin = 30187030,
+ [Annotation(Name = "[Flame Peak - Giants' Mountaintop Catacombs] Root Resin 30187030")]
+ FlamePeakGiantsMountaintopCatacombsRootResin = 30187030,
- [Annotation(Name = "[Flame Peak - Giants' Mountaintop Catacombs] Ritual Pot 66400")]
- FlamePeakGiantsMountaintopCatacombsRitualPot = 66400,
+ [Annotation(Name = "[Flame Peak - Giants' Mountaintop Catacombs] Ritual Pot 66400")]
+ FlamePeakGiantsMountaintopCatacombsRitualPot = 66400,
- [Annotation(Name = "[Flame Peak - Giants' Mountaintop Catacombs] Fire Monk Ashes 30187070")]
- FlamePeakGiantsMountaintopCatacombsFireMonkAshes = 30187070,
+ [Annotation(Name = "[Flame Peak - Giants' Mountaintop Catacombs] Fire Monk Ashes 30187070")]
+ FlamePeakGiantsMountaintopCatacombsFireMonkAshes = 30187070,
- [Annotation(Name = "[Flame Peak - Giants' Mountaintop Catacombs] Deathroot 30187900")]
- FlamePeakGiantsMountaintopCatacombsDeathroot = 30187900,
+ [Annotation(Name = "[Flame Peak - Giants' Mountaintop Catacombs] Deathroot 30187900")]
+ FlamePeakGiantsMountaintopCatacombsDeathroot = 30187900,
- [Annotation(Name = "[Flame Peak - Consecrated Snowfield Catacombs] Golden Rune [12] 30197000")]
- FlamePeakConsecratedSnowfieldCatacombsGoldenRune12 = 30197000,
+ [Annotation(Name = "[Flame Peak - Consecrated Snowfield Catacombs] Golden Rune [12] 30197000")]
+ FlamePeakConsecratedSnowfieldCatacombsGoldenRune12 = 30197000,
- [Annotation(Name = "[Flame Peak - Consecrated Snowfield Catacombs] Rejuvenating Boluses 30197010")]
- FlamePeakConsecratedSnowfieldCatacombsRejuvenatingBoluses = 30197010,
+ [Annotation(Name = "[Flame Peak - Consecrated Snowfield Catacombs] Rejuvenating Boluses 30197010")]
+ FlamePeakConsecratedSnowfieldCatacombsRejuvenatingBoluses = 30197010,
- [Annotation(Name = "[Flame Peak - Consecrated Snowfield Catacombs] Root Resin 30197020")]
- FlamePeakConsecratedSnowfieldCatacombsRootResin = 30197020,
+ [Annotation(Name = "[Flame Peak - Consecrated Snowfield Catacombs] Root Resin 30197020")]
+ FlamePeakConsecratedSnowfieldCatacombsRootResin = 30197020,
- [Annotation(Name = "[Flame Peak - Consecrated Snowfield Catacombs] Human Bone Shard 30197030")]
- FlamePeakConsecratedSnowfieldCatacombsHumanBoneShard = 30197030,
+ [Annotation(Name = "[Flame Peak - Consecrated Snowfield Catacombs] Human Bone Shard 30197030")]
+ FlamePeakConsecratedSnowfieldCatacombsHumanBoneShard = 30197030,
- [Annotation(Name = "[Flame Peak - Consecrated Snowfield Catacombs] Imp Head (Elder) 30197040")]
- FlamePeakConsecratedSnowfieldCatacombsImpHeadElder = 30197040,
+ [Annotation(Name = "[Flame Peak - Consecrated Snowfield Catacombs] Imp Head (Elder) 30197040")]
+ FlamePeakConsecratedSnowfieldCatacombsImpHeadElder = 30197040,
- [Annotation(Name = "[Flame Peak - Consecrated Snowfield Catacombs] Golden Rune [1] 30197900")]
- FlamePeakConsecratedSnowfieldCatacombsGoldenRune1 = 30197900,
+ [Annotation(Name = "[Flame Peak - Consecrated Snowfield Catacombs] Golden Rune [1] 30197900")]
+ FlamePeakConsecratedSnowfieldCatacombsGoldenRune1 = 30197900,
- [Annotation(Name = "[Forbidden Lands - Hidden Path to the Haligtree] Warming Stone 30207000")]
- ForbiddenLandsHiddenPathtoTheHaligtreeWarmingStone = 30207000,
+ [Annotation(Name = "[Forbidden Lands - Hidden Path to the Haligtree] Warming Stone 30207000")]
+ ForbiddenLandsHiddenPathtoTheHaligtreeWarmingStone = 30207000,
- [Annotation(Name = "[Forbidden Lands - Hidden Path to the Haligtree] Sacramental Bud 30207010")]
- ForbiddenLandsHiddenPathtoTheHaligtreeSacramentalBud = 30207010,
+ [Annotation(Name = "[Forbidden Lands - Hidden Path to the Haligtree] Sacramental Bud 30207010")]
+ ForbiddenLandsHiddenPathtoTheHaligtreeSacramentalBud = 30207010,
- [Annotation(Name = "[Forbidden Lands - Hidden Path to the Haligtree] Hero's Rune [1] 30207020")]
- ForbiddenLandsHiddenPathtoTheHaligtreeHerosRune1 = 30207020,
+ [Annotation(Name = "[Forbidden Lands - Hidden Path to the Haligtree] Hero's Rune [1] 30207020")]
+ ForbiddenLandsHiddenPathtoTheHaligtreeHerosRune1 = 30207020,
- [Annotation(Name = "[Forbidden Lands - Hidden Path to the Haligtree] Old Fang 30207030")]
- ForbiddenLandsHiddenPathtoTheHaligtreeOldFang = 30207030,
+ [Annotation(Name = "[Forbidden Lands - Hidden Path to the Haligtree] Old Fang 30207030")]
+ ForbiddenLandsHiddenPathtoTheHaligtreeOldFang = 30207030,
- [Annotation(Name = "[Forbidden Lands - Hidden Path to the Haligtree] Root Resin 30207040")]
- ForbiddenLandsHiddenPathtoTheHaligtreeRootResin = 30207040,
+ [Annotation(Name = "[Forbidden Lands - Hidden Path to the Haligtree] Root Resin 30207040")]
+ ForbiddenLandsHiddenPathtoTheHaligtreeRootResin = 30207040,
- [Annotation(Name = "[Forbidden Lands - Hidden Path to the Haligtree] Freezing Grease 30207050")]
- ForbiddenLandsHiddenPathtoTheHaligtreeFreezingGrease = 30207050,
+ [Annotation(Name = "[Forbidden Lands - Hidden Path to the Haligtree] Freezing Grease 30207050")]
+ ForbiddenLandsHiddenPathtoTheHaligtreeFreezingGrease = 30207050,
- [Annotation(Name = "[Forbidden Lands - Hidden Path to the Haligtree] Spelldrake Talisman +2 30207060")]
- ForbiddenLandsHiddenPathtoTheHaligtreeSpelldrakeTalisman2 = 30207060,
+ [Annotation(Name = "[Forbidden Lands - Hidden Path to the Haligtree] Spelldrake Talisman +2 30207060")]
+ ForbiddenLandsHiddenPathtoTheHaligtreeSpelldrakeTalisman2 = 30207060,
- [Annotation(Name = "[Forbidden Lands - Hidden Path to the Haligtree] Silver Scarab 30207900")]
- ForbiddenLandsHiddenPathtoTheHaligtreeSilverScarab = 30207900,
+ [Annotation(Name = "[Forbidden Lands - Hidden Path to the Haligtree] Silver Scarab 30207900")]
+ ForbiddenLandsHiddenPathtoTheHaligtreeSilverScarab = 30207900,
- [Annotation(Name = "[Forbidden Lands - Hidden Path to the Haligtree] Deathroot 30207910")]
- ForbiddenLandsHiddenPathtoTheHaligtreeDeathroot = 30207910,
+ [Annotation(Name = "[Forbidden Lands - Hidden Path to the Haligtree] Deathroot 30207910")]
+ ForbiddenLandsHiddenPathtoTheHaligtreeDeathroot = 30207910,
- [Annotation(Name = "[Limgrave - Murkwater Cave] Mushroom 31007000")]
- LimgraveMurkwaterCaveMushroom = 31007000,
+ [Annotation(Name = "[Limgrave - Murkwater Cave] Mushroom 31007000")]
+ LimgraveMurkwaterCaveMushroom = 31007000,
- [Annotation(Name = "[Limgrave - Murkwater Cave] Cloth Garb 31007010")]
- LimgraveMurkwaterCaveClothGarb = 31007010,
+ [Annotation(Name = "[Limgrave - Murkwater Cave] Cloth Garb 31007010")]
+ LimgraveMurkwaterCaveClothGarb = 31007010,
- [Annotation(Name = "[Weeping Peninsula - Earthbore Cave] Golden Rune [1] 31017000")]
- WeepingPeninsulaEarthboreCaveGoldenRune1 = 31017000,
+ [Annotation(Name = "[Weeping Peninsula - Earthbore Cave] Golden Rune [1] 31017000")]
+ WeepingPeninsulaEarthboreCaveGoldenRune1 = 31017000,
- [Annotation(Name = "[Weeping Peninsula - Earthbore Cave] Glowstone 31017010")]
- WeepingPeninsulaEarthboreCaveGlowstone = 31017010,
+ [Annotation(Name = "[Weeping Peninsula - Earthbore Cave] Glowstone 31017010")]
+ WeepingPeninsulaEarthboreCaveGlowstone = 31017010,
- [Annotation(Name = "[Weeping Peninsula - Earthbore Cave] Kukri 31017020")]
- WeepingPeninsulaEarthboreCaveKukri = 31017020,
+ [Annotation(Name = "[Weeping Peninsula - Earthbore Cave] Kukri 31017020")]
+ WeepingPeninsulaEarthboreCaveKukri = 31017020,
- [Annotation(Name = "[Weeping Peninsula - Earthbore Cave] Smoldering Butterfly 31017030")]
- WeepingPeninsulaEarthboreCaveSmolderingButterfly = 31017030,
+ [Annotation(Name = "[Weeping Peninsula - Earthbore Cave] Smoldering Butterfly 31017030")]
+ WeepingPeninsulaEarthboreCaveSmolderingButterfly = 31017030,
- [Annotation(Name = "[Weeping Peninsula - Earthbore Cave] Trina's Lily 31017040")]
- WeepingPeninsulaEarthboreCaveTrinasLily = 31017040,
+ [Annotation(Name = "[Weeping Peninsula - Earthbore Cave] Trina's Lily 31017040")]
+ WeepingPeninsulaEarthboreCaveTrinasLily = 31017040,
- [Annotation(Name = "[Weeping Peninsula - Earthbore Cave] Pickled Turtle Neck 31017060")]
- WeepingPeninsulaEarthboreCavePickledTurtleNeck = 31017060,
+ [Annotation(Name = "[Weeping Peninsula - Earthbore Cave] Pickled Turtle Neck 31017060")]
+ WeepingPeninsulaEarthboreCavePickledTurtleNeck = 31017060,
- [Annotation(Name = "[Weeping Peninsula - Tombsward Cave] Golden Rune [2] 31027000")]
- WeepingPeninsulaTombswardCaveGoldenRune2 = 31027000,
+ [Annotation(Name = "[Weeping Peninsula - Tombsward Cave] Golden Rune [2] 31027000")]
+ WeepingPeninsulaTombswardCaveGoldenRune2 = 31027000,
- [Annotation(Name = "[Weeping Peninsula - Tombsward Cave] Furlcalling Finger Remedy 31027010")]
- WeepingPeninsulaTombswardCaveFurlcallingFingerRemedy = 31027010,
+ [Annotation(Name = "[Weeping Peninsula - Tombsward Cave] Furlcalling Finger Remedy 31027010")]
+ WeepingPeninsulaTombswardCaveFurlcallingFingerRemedy = 31027010,
- [Annotation(Name = "[Weeping Peninsula - Tombsward Cave] Poisonbone Dart 31027020")]
- WeepingPeninsulaTombswardCavePoisonboneDart = 31027020,
+ [Annotation(Name = "[Weeping Peninsula - Tombsward Cave] Poisonbone Dart 31027020")]
+ WeepingPeninsulaTombswardCavePoisonboneDart = 31027020,
- [Annotation(Name = "[Weeping Peninsula - Tombsward Cave] Arteria Leaf 31027030")]
- WeepingPeninsulaTombswardCaveArteriaLeaf = 31027030,
+ [Annotation(Name = "[Weeping Peninsula - Tombsward Cave] Arteria Leaf 31027030")]
+ WeepingPeninsulaTombswardCaveArteriaLeaf = 31027030,
- [Annotation(Name = "[Weeping Peninsula - Tombsward Cave] Nomadic Warrior's Cookbook [8] 67880")]
- WeepingPeninsulaTombswardCaveNomadicWarriorsCookbook8 = 67880,
+ [Annotation(Name = "[Weeping Peninsula - Tombsward Cave] Nomadic Warrior's Cookbook [8] 67880")]
+ WeepingPeninsulaTombswardCaveNomadicWarriorsCookbook8 = 67880,
- [Annotation(Name = "[Weeping Peninsula - Tombsward Cave] Immunizing White Cured Meat 31027050")]
- WeepingPeninsulaTombswardCaveImmunizingWhiteCuredMeat = 31027050,
+ [Annotation(Name = "[Weeping Peninsula - Tombsward Cave] Immunizing White Cured Meat 31027050")]
+ WeepingPeninsulaTombswardCaveImmunizingWhiteCuredMeat = 31027050,
- [Annotation(Name = "[Limgrave - Groveside Cave] Golden Rune [1] 31037000")]
- LimgraveGrovesideCaveGoldenRune1 = 31037000,
+ [Annotation(Name = "[Limgrave - Groveside Cave] Golden Rune [1] 31037000")]
+ LimgraveGrovesideCaveGoldenRune1 = 31037000,
- [Annotation(Name = "[Limgrave - Groveside Cave] Glowstone 31037010")]
- LimgraveGrovesideCaveGlowstone = 31037010,
+ [Annotation(Name = "[Limgrave - Groveside Cave] Glowstone 31037010")]
+ LimgraveGrovesideCaveGlowstone = 31037010,
- [Annotation(Name = "[Limgrave - Groveside Cave] Cracked Pot 66000")]
- LimgraveGrovesideCaveCrackedPot = 66000,
+ [Annotation(Name = "[Limgrave - Groveside Cave] Cracked Pot 66000")]
+ LimgraveGrovesideCaveCrackedPot = 66000,
- [Annotation(Name = "[Liurnia - Stillwater Cave] Golden Rune [3] 31047000")]
- LiurniaStillwaterCaveGoldenRune3 = 31047000,
+ [Annotation(Name = "[Liurnia - Stillwater Cave] Golden Rune [3] 31047000")]
+ LiurniaStillwaterCaveGoldenRune3 = 31047000,
- [Annotation(Name = "[Liurnia - Stillwater Cave] Golden Rune [4] 31047010")]
- LiurniaStillwaterCaveGoldenRune4 = 31047010,
+ [Annotation(Name = "[Liurnia - Stillwater Cave] Golden Rune [4] 31047010")]
+ LiurniaStillwaterCaveGoldenRune4 = 31047010,
- [Annotation(Name = "[Liurnia - Stillwater Cave] Serpent Arrow 31047020")]
- LiurniaStillwaterCaveSerpentArrow = 31047020,
+ [Annotation(Name = "[Liurnia - Stillwater Cave] Serpent Arrow 31047020")]
+ LiurniaStillwaterCaveSerpentArrow = 31047020,
- [Annotation(Name = "[Liurnia - Stillwater Cave] Golden Rune [5] 31047030")]
- LiurniaStillwaterCaveGoldenRune5 = 31047030,
+ [Annotation(Name = "[Liurnia - Stillwater Cave] Golden Rune [5] 31047030")]
+ LiurniaStillwaterCaveGoldenRune5 = 31047030,
- [Annotation(Name = "[Liurnia - Stillwater Cave] Glowstone 31047040")]
- LiurniaStillwaterCaveGlowstone = 31047040,
+ [Annotation(Name = "[Liurnia - Stillwater Cave] Glowstone 31047040")]
+ LiurniaStillwaterCaveGlowstone = 31047040,
- [Annotation(Name = "[Liurnia - Stillwater Cave] Poison Grease 31047050")]
- LiurniaStillwaterCavePoisonGrease = 31047050,
+ [Annotation(Name = "[Liurnia - Stillwater Cave] Poison Grease 31047050")]
+ LiurniaStillwaterCavePoisonGrease = 31047050,
- [Annotation(Name = "[Liurnia - Stillwater Cave] Sage Hood 31047060")]
- LiurniaStillwaterCaveSageHood = 31047060,
+ [Annotation(Name = "[Liurnia - Stillwater Cave] Sage Hood 31047060")]
+ LiurniaStillwaterCaveSageHood = 31047060,
- [Annotation(Name = "[Liurnia - Lakeside Crystal Cave] Hefty Beast Bone 31057000")]
- LiurniaLakesideCrystalCaveHeftyBeastBone = 31057000,
+ [Annotation(Name = "[Liurnia - Lakeside Crystal Cave] Hefty Beast Bone 31057000")]
+ LiurniaLakesideCrystalCaveHeftyBeastBone = 31057000,
- [Annotation(Name = "[Liurnia - Lakeside Crystal Cave] Throwing Dagger 31057010")]
- LiurniaLakesideCrystalCaveThrowingDagger = 31057010,
+ [Annotation(Name = "[Liurnia - Lakeside Crystal Cave] Throwing Dagger 31057010")]
+ LiurniaLakesideCrystalCaveThrowingDagger = 31057010,
- [Annotation(Name = "[Liurnia - Lakeside Crystal Cave] Golden Rune [5] 31057020")]
- LiurniaLakesideCrystalCaveGoldenRune5 = 31057020,
+ [Annotation(Name = "[Liurnia - Lakeside Crystal Cave] Golden Rune [5] 31057020")]
+ LiurniaLakesideCrystalCaveGoldenRune5 = 31057020,
- [Annotation(Name = "[Liurnia - Lakeside Crystal Cave] Soft Cotton 31057030")]
- LiurniaLakesideCrystalCaveSoftCotton = 31057030,
+ [Annotation(Name = "[Liurnia - Lakeside Crystal Cave] Soft Cotton 31057030")]
+ LiurniaLakesideCrystalCaveSoftCotton = 31057030,
- [Annotation(Name = "[Liurnia - Lakeside Crystal Cave] Smithing Stone [4] 31057040")]
- LiurniaLakesideCrystalCaveSmithingStone4 = 31057040,
+ [Annotation(Name = "[Liurnia - Lakeside Crystal Cave] Smithing Stone [4] 31057040")]
+ LiurniaLakesideCrystalCaveSmithingStone4 = 31057040,
- [Annotation(Name = "[Liurnia - Lakeside Crystal Cave] Smithing Stone [2] 31057050")]
- LiurniaLakesideCrystalCaveSmithingStone2 = 31057050,
+ [Annotation(Name = "[Liurnia - Lakeside Crystal Cave] Smithing Stone [2] 31057050")]
+ LiurniaLakesideCrystalCaveSmithingStone2 = 31057050,
- [Annotation(Name = "[Liurnia - Lakeside Crystal Cave] Lump of Flesh 31057060")]
- LiurniaLakesideCrystalCaveLumpOfFlesh = 31057060,
+ [Annotation(Name = "[Liurnia - Lakeside Crystal Cave] Lump of Flesh 31057060")]
+ LiurniaLakesideCrystalCaveLumpOfFlesh = 31057060,
- [Annotation(Name = "[Liurnia - Lakeside Crystal Cave] Arteria Leaf 31057070")]
- LiurniaLakesideCrystalCaveArteriaLeaf = 31057070,
+ [Annotation(Name = "[Liurnia - Lakeside Crystal Cave] Arteria Leaf 31057070")]
+ LiurniaLakesideCrystalCaveArteriaLeaf = 31057070,
- [Annotation(Name = "[Liurnia - Lakeside Crystal Cave] Spear Talisman 31057100")]
- LiurniaLakesideCrystalCaveSpearTalisman = 31057100,
+ [Annotation(Name = "[Liurnia - Lakeside Crystal Cave] Spear Talisman 31057100")]
+ LiurniaLakesideCrystalCaveSpearTalisman = 31057100,
- [Annotation(Name = "[Liurnia - Academy Crystal Cave] Cuckoo Glintstone 31067000")]
- LiurniaAcademyCrystalCaveCuckooGlintstone = 31067000,
+ [Annotation(Name = "[Liurnia - Academy Crystal Cave] Cuckoo Glintstone 31067000")]
+ LiurniaAcademyCrystalCaveCuckooGlintstone = 31067000,
- [Annotation(Name = "[Liurnia - Academy Crystal Cave] Stonesword Key 31067010")]
- LiurniaAcademyCrystalCaveStoneswordKey = 31067010,
+ [Annotation(Name = "[Liurnia - Academy Crystal Cave] Stonesword Key 31067010")]
+ LiurniaAcademyCrystalCaveStoneswordKey = 31067010,
- [Annotation(Name = "[Liurnia - Academy Crystal Cave] Rune Arc 31067100")]
- LiurniaAcademyCrystalCaveRuneArc = 31067100,
+ [Annotation(Name = "[Liurnia - Academy Crystal Cave] Rune Arc 31067100")]
+ LiurniaAcademyCrystalCaveRuneArc = 31067100,
- [Annotation(Name = "[Liurnia - Academy Crystal Cave] Crystal Staff 31067030")]
- LiurniaAcademyCrystalCaveCrystalStaff = 31067030,
+ [Annotation(Name = "[Liurnia - Academy Crystal Cave] Crystal Staff 31067030")]
+ LiurniaAcademyCrystalCaveCrystalStaff = 31067030,
- [Annotation(Name = "[Mt. Gelmir - Seethewater Cave] Poison Grease 31077000")]
- MtGelmirSeethewaterCavePoisonGrease = 31077000,
+ [Annotation(Name = "[Mt. Gelmir - Seethewater Cave] Poison Grease 31077000")]
+ MtGelmirSeethewaterCavePoisonGrease = 31077000,
- [Annotation(Name = "[Mt. Gelmir - Seethewater Cave] Lump of Flesh 31077010")]
- MtGelmirSeethewaterCaveLumpOfFlesh = 31077010,
+ [Annotation(Name = "[Mt. Gelmir - Seethewater Cave] Lump of Flesh 31077010")]
+ MtGelmirSeethewaterCaveLumpOfFlesh = 31077010,
- [Annotation(Name = "[Mt. Gelmir - Seethewater Cave] Preserving Boluses 31077020")]
- MtGelmirSeethewaterCavePreservingBoluses = 31077020,
+ [Annotation(Name = "[Mt. Gelmir - Seethewater Cave] Preserving Boluses 31077020")]
+ MtGelmirSeethewaterCavePreservingBoluses = 31077020,
- [Annotation(Name = "[Mt. Gelmir - Seethewater Cave] Mushroom Head 31077030")]
- MtGelmirSeethewaterCaveMushroomHead = 31077030,
+ [Annotation(Name = "[Mt. Gelmir - Seethewater Cave] Mushroom Head 31077030")]
+ MtGelmirSeethewaterCaveMushroomHead = 31077030,
- [Annotation(Name = "[Mt. Gelmir - Seethewater Cave] Poisonbone Dart 31077040")]
- MtGelmirSeethewaterCavePoisonboneDart = 31077040,
+ [Annotation(Name = "[Mt. Gelmir - Seethewater Cave] Poisonbone Dart 31077040")]
+ MtGelmirSeethewaterCavePoisonboneDart = 31077040,
- [Annotation(Name = "[Mt. Gelmir - Seethewater Cave] Golden Rune [6] 31077050")]
- MtGelmirSeethewaterCaveGoldenRune6 = 31077050,
+ [Annotation(Name = "[Mt. Gelmir - Seethewater Cave] Golden Rune [6] 31077050")]
+ MtGelmirSeethewaterCaveGoldenRune6 = 31077050,
- [Annotation(Name = "[Mt. Gelmir - Seethewater Cave] Golden Rune [7] 31077060")]
- MtGelmirSeethewaterCaveGoldenRune7 = 31077060,
+ [Annotation(Name = "[Mt. Gelmir - Seethewater Cave] Golden Rune [7] 31077060")]
+ MtGelmirSeethewaterCaveGoldenRune7 = 31077060,
- [Annotation(Name = "[Mt. Gelmir - Seethewater Cave] Immunizing Cured Meat 31077070")]
- MtGelmirSeethewaterCaveImmunizingCuredMeat = 31077070,
+ [Annotation(Name = "[Mt. Gelmir - Seethewater Cave] Immunizing Cured Meat 31077070")]
+ MtGelmirSeethewaterCaveImmunizingCuredMeat = 31077070,
- [Annotation(Name = "[Mt. Gelmir - Volcano Cave] Golden Rune [6] 31097000")]
- MtGelmirVolcanoCaveGoldenRune6 = 31097000,
+ [Annotation(Name = "[Mt. Gelmir - Volcano Cave] Golden Rune [6] 31097000")]
+ MtGelmirVolcanoCaveGoldenRune6 = 31097000,
- [Annotation(Name = "[Mt. Gelmir - Volcano Cave] Sliver of Meat 31097010")]
- MtGelmirVolcanoCaveSliverOfMeat = 31097010,
+ [Annotation(Name = "[Mt. Gelmir - Volcano Cave] Sliver of Meat 31097010")]
+ MtGelmirVolcanoCaveSliverOfMeat = 31097010,
- [Annotation(Name = "[Mt. Gelmir - Volcano Cave] Arteria Leaf 31097020")]
- MtGelmirVolcanoCaveArteriaLeaf = 31097020,
+ [Annotation(Name = "[Mt. Gelmir - Volcano Cave] Arteria Leaf 31097020")]
+ MtGelmirVolcanoCaveArteriaLeaf = 31097020,
- [Annotation(Name = "[Mt. Gelmir - Volcano Cave] Lump of Flesh 31097030")]
- MtGelmirVolcanoCaveLumpOfFlesh = 31097030,
+ [Annotation(Name = "[Mt. Gelmir - Volcano Cave] Lump of Flesh 31097030")]
+ MtGelmirVolcanoCaveLumpOfFlesh = 31097030,
- [Annotation(Name = "[Mt. Gelmir - Volcano Cave] Coil Shield 31097040")]
- MtGelmirVolcanoCaveCoilShield = 31097040,
+ [Annotation(Name = "[Mt. Gelmir - Volcano Cave] Coil Shield 31097040")]
+ MtGelmirVolcanoCaveCoilShield = 31097040,
- [Annotation(Name = "[Altus Plateau - Perfumer's Grotto] Perfume Bottle 66780")]
- AltusPlateauPerfumersGrottoPerfumeBottle = 66780,
+ [Annotation(Name = "[Altus Plateau - Perfumer's Grotto] Perfume Bottle 66780")]
+ AltusPlateauPerfumersGrottoPerfumeBottle = 66780,
- [Annotation(Name = "[Altus Plateau - Perfumer's Grotto] Living Jar Shard 31187020")]
- AltusPlateauPerfumersGrottoLivingJarShard = 31187020,
+ [Annotation(Name = "[Altus Plateau - Perfumer's Grotto] Living Jar Shard 31187020")]
+ AltusPlateauPerfumersGrottoLivingJarShard = 31187020,
- [Annotation(Name = "[Altus Plateau - Perfumer's Grotto] Living Jar Shard 31187030")]
- AltusPlateauPerfumersGrottoLivingJarShard_ = 31187030,
+ [Annotation(Name = "[Altus Plateau - Perfumer's Grotto] Living Jar Shard 31187030")]
+ AltusPlateauPerfumersGrottoLivingJarShard_ = 31187030,
- [Annotation(Name = "[Altus Plateau - Perfumer's Grotto] Arteria Leaf 31187040")]
- AltusPlateauPerfumersGrottoArteriaLeaf = 31187040,
+ [Annotation(Name = "[Altus Plateau - Perfumer's Grotto] Arteria Leaf 31187040")]
+ AltusPlateauPerfumersGrottoArteriaLeaf = 31187040,
- [Annotation(Name = "[Altus Plateau - Perfumer's Grotto] Golden Rune [5] 31187050")]
- AltusPlateauPerfumersGrottoGoldenRune5 = 31187050,
+ [Annotation(Name = "[Altus Plateau - Perfumer's Grotto] Golden Rune [5] 31187050")]
+ AltusPlateauPerfumersGrottoGoldenRune5 = 31187050,
- [Annotation(Name = "[Altus Plateau - Perfumer's Grotto] Miranda Powder 31187060")]
- AltusPlateauPerfumersGrottoMirandaPowder = 31187060,
+ [Annotation(Name = "[Altus Plateau - Perfumer's Grotto] Miranda Powder 31187060")]
+ AltusPlateauPerfumersGrottoMirandaPowder = 31187060,
- [Annotation(Name = "[Altus Plateau - Perfumer's Grotto] Warming Stone 31187070")]
- AltusPlateauPerfumersGrottoWarmingStone = 31187070,
+ [Annotation(Name = "[Altus Plateau - Perfumer's Grotto] Warming Stone 31187070")]
+ AltusPlateauPerfumersGrottoWarmingStone = 31187070,
- [Annotation(Name = "[Altus Plateau - Perfumer's Grotto] Golden Rune [5] 31187080")]
- AltusPlateauPerfumersGrottoGoldenRune5_ = 31187080,
+ [Annotation(Name = "[Altus Plateau - Perfumer's Grotto] Golden Rune [5] 31187080")]
+ AltusPlateauPerfumersGrottoGoldenRune5_ = 31187080,
- [Annotation(Name = "[Altus Plateau - Sage's Cave] Rejuvenating Boluses 31197000")]
- AltusPlateauSagesCaveRejuvenatingBoluses = 31197000,
+ [Annotation(Name = "[Altus Plateau - Sage's Cave] Rejuvenating Boluses 31197000")]
+ AltusPlateauSagesCaveRejuvenatingBoluses = 31197000,
- [Annotation(Name = "[Altus Plateau - Sage's Cave] Lost Ashes of War 31197010")]
- AltusPlateauSagesCaveLostAshesOfWar = 31197010,
+ [Annotation(Name = "[Altus Plateau - Sage's Cave] Lost Ashes of War 31197010")]
+ AltusPlateauSagesCaveLostAshesOfWar = 31197010,
- [Annotation(Name = "[Altus Plateau - Sage's Cave] Candletree Wooden Shield 31197030")]
- AltusPlateauSagesCaveCandletreeWoodenShield = 31197030,
+ [Annotation(Name = "[Altus Plateau - Sage's Cave] Candletree Wooden Shield 31197030")]
+ AltusPlateauSagesCaveCandletreeWoodenShield = 31197030,
- [Annotation(Name = "[Altus Plateau - Sage's Cave] Silver-Pickled Fowl Foot 31197040")]
- AltusPlateauSagesCaveSilverPickledFowlFoot = 31197040,
+ [Annotation(Name = "[Altus Plateau - Sage's Cave] Silver-Pickled Fowl Foot 31197040")]
+ AltusPlateauSagesCaveSilverPickledFowlFoot = 31197040,
- [Annotation(Name = "[Altus Plateau - Sage's Cave] Black Hood 31197050")]
- AltusPlateauSagesCaveBlackHood = 31197050,
+ [Annotation(Name = "[Altus Plateau - Sage's Cave] Black Hood 31197050")]
+ AltusPlateauSagesCaveBlackHood = 31197050,
- [Annotation(Name = "[Altus Plateau - Sage's Cave] Nascent Butterfly 31197060")]
- AltusPlateauSagesCaveNascentButterfly = 31197060,
+ [Annotation(Name = "[Altus Plateau - Sage's Cave] Nascent Butterfly 31197060")]
+ AltusPlateauSagesCaveNascentButterfly = 31197060,
- [Annotation(Name = "[Altus Plateau - Sage's Cave] Stonesword Key 31197080")]
- AltusPlateauSagesCaveStoneswordKey = 31197080,
+ [Annotation(Name = "[Altus Plateau - Sage's Cave] Stonesword Key 31197080")]
+ AltusPlateauSagesCaveStoneswordKey = 31197080,
- [Annotation(Name = "[Altus Plateau - Sage's Cave] Dragonwound Grease 31197090")]
- AltusPlateauSagesCaveDragonwoundGrease = 31197090,
+ [Annotation(Name = "[Altus Plateau - Sage's Cave] Dragonwound Grease 31197090")]
+ AltusPlateauSagesCaveDragonwoundGrease = 31197090,
- [Annotation(Name = "[Altus Plateau - Sage's Cave] Raptor Talons 31197100")]
- AltusPlateauSagesCaveRaptorTalons = 31197100,
+ [Annotation(Name = "[Altus Plateau - Sage's Cave] Raptor Talons 31197100")]
+ AltusPlateauSagesCaveRaptorTalons = 31197100,
- [Annotation(Name = "[Altus Plateau - Sage's Cave] Golden Great Arrow 31197110")]
- AltusPlateauSagesCaveGoldenGreatArrow = 31197110,
+ [Annotation(Name = "[Altus Plateau - Sage's Cave] Golden Great Arrow 31197110")]
+ AltusPlateauSagesCaveGoldenGreatArrow = 31197110,
- [Annotation(Name = "[Altus Plateau - Sage's Cave] Raptor's Black Feathers 31197120")]
- AltusPlateauSagesCaveRaptorsBlackFeathers = 31197120,
+ [Annotation(Name = "[Altus Plateau - Sage's Cave] Raptor's Black Feathers 31197120")]
+ AltusPlateauSagesCaveRaptorsBlackFeathers = 31197120,
- [Annotation(Name = "[Altus Plateau - Sage's Cave] Skeletal Mask 31197130")]
- AltusPlateauSagesCaveSkeletalMask = 31197130,
+ [Annotation(Name = "[Altus Plateau - Sage's Cave] Skeletal Mask 31197130")]
+ AltusPlateauSagesCaveSkeletalMask = 31197130,
- [Annotation(Name = "[Altus Plateau - Sage's Cave] Golden Rune [5] 31197200")]
- AltusPlateauSagesCaveGoldenRune5 = 31197200,
+ [Annotation(Name = "[Altus Plateau - Sage's Cave] Golden Rune [5] 31197200")]
+ AltusPlateauSagesCaveGoldenRune5 = 31197200,
- [Annotation(Name = "[Altus Plateau - Sage's Cave] Golden Rune [5] 31197210")]
- AltusPlateauSagesCaveGoldenRune5_ = 31197210,
+ [Annotation(Name = "[Altus Plateau - Sage's Cave] Golden Rune [5] 31197210")]
+ AltusPlateauSagesCaveGoldenRune5_ = 31197210,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Dragonbarrow Cave] Warming Stone 31107000")]
- GreyollsDragonbarrowDragonbarrowCaveWarmingStone = 31107000,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Dragonbarrow Cave] Warming Stone 31107000")]
+ GreyollsDragonbarrowDragonbarrowCaveWarmingStone = 31107000,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Dragonbarrow Cave] Golden Rune [12] 31107010")]
- GreyollsDragonbarrowDragonbarrowCaveGoldenRune12 = 31107010,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Dragonbarrow Cave] Golden Rune [12] 31107010")]
+ GreyollsDragonbarrowDragonbarrowCaveGoldenRune12 = 31107010,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Dragonbarrow Cave] Bull-Goat's Talisman 31107050")]
- GreyollsDragonbarrowDragonbarrowCaveBullGoatsTalisman = 31107050,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Dragonbarrow Cave] Bull-Goat's Talisman 31107050")]
+ GreyollsDragonbarrowDragonbarrowCaveBullGoatsTalisman = 31107050,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Dragonbarrow Cave] Golden Rune [8] 31107110")]
- GreyollsDragonbarrowDragonbarrowCaveGoldenRune8 = 31107110,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Dragonbarrow Cave] Golden Rune [8] 31107110")]
+ GreyollsDragonbarrowDragonbarrowCaveGoldenRune8 = 31107110,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Dragonbarrow Cave] Beast Blood 31107120")]
- GreyollsDragonbarrowDragonbarrowCaveBeastBlood = 31107120,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Dragonbarrow Cave] Beast Blood 31107120")]
+ GreyollsDragonbarrowDragonbarrowCaveBeastBlood = 31107120,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Sellia Hideaway] Golden Rune [3] 31117000")]
- GreyollsDragonbarrowSelliaHideawayGoldenRune3 = 31117000,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Sellia Hideaway] Golden Rune [3] 31117000")]
+ GreyollsDragonbarrowSelliaHideawayGoldenRune3 = 31117000,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Sellia Hideaway] Lost Ashes of War 31117010")]
- GreyollsDragonbarrowSelliaHideawayLostAshesOfWar = 31117010,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Sellia Hideaway] Lost Ashes of War 31117010")]
+ GreyollsDragonbarrowSelliaHideawayLostAshesOfWar = 31117010,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Sellia Hideaway] Golden Rune [5] 31117020")]
- GreyollsDragonbarrowSelliaHideawayGoldenRune5 = 31117020,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Sellia Hideaway] Golden Rune [5] 31117020")]
+ GreyollsDragonbarrowSelliaHideawayGoldenRune5 = 31117020,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Sellia Hideaway] Stimulating Boluses 31117030")]
- GreyollsDragonbarrowSelliaHideawayStimulatingBoluses = 31117030,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Sellia Hideaway] Stimulating Boluses 31117030")]
+ GreyollsDragonbarrowSelliaHideawayStimulatingBoluses = 31117030,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Sellia Hideaway] Somber Smithing Stone [4] 31117040")]
- GreyollsDragonbarrowSelliaHideawaySomberSmithingStone4 = 31117040,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Sellia Hideaway] Somber Smithing Stone [4] 31117040")]
+ GreyollsDragonbarrowSelliaHideawaySomberSmithingStone4 = 31117040,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Sellia Hideaway] Preserving Boluses 31117080")]
- GreyollsDragonbarrowSelliaHideawayPreservingBoluses = 31117080,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Sellia Hideaway] Preserving Boluses 31117080")]
+ GreyollsDragonbarrowSelliaHideawayPreservingBoluses = 31117080,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Sellia Hideaway] Crystal Dart 31117090")]
- GreyollsDragonbarrowSelliaHideawayCrystalDart = 31117090,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Sellia Hideaway] Crystal Dart 31117090")]
+ GreyollsDragonbarrowSelliaHideawayCrystalDart = 31117090,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Sellia Hideaway] Golden Rune [5] 31117100")]
- GreyollsDragonbarrowSelliaHideawayGoldenRune5_ = 31117100,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Sellia Hideaway] Golden Rune [5] 31117100")]
+ GreyollsDragonbarrowSelliaHideawayGoldenRune5_ = 31117100,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Sellia Hideaway] Glowstone 31117110")]
- GreyollsDragonbarrowSelliaHideawayGlowstone = 31117110,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Sellia Hideaway] Glowstone 31117110")]
+ GreyollsDragonbarrowSelliaHideawayGlowstone = 31117110,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Sellia Hideaway] Crystal Spear 31117200")]
- GreyollsDragonbarrowSelliaHideawayCrystalSpear = 31117200,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Sellia Hideaway] Crystal Spear 31117200")]
+ GreyollsDragonbarrowSelliaHideawayCrystalSpear = 31117200,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Sellia Hideaway] Crystalian Ashes 31117220")]
- GreyollsDragonbarrowSelliaHideawayCrystalianAshes = 31117220,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Sellia Hideaway] Crystalian Ashes 31117220")]
+ GreyollsDragonbarrowSelliaHideawayCrystalianAshes = 31117220,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Sellia Hideaway] Smithing Stone [1] 31117300")]
- GreyollsDragonbarrowSelliaHideawaySmithingStone1 = 31117300,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Sellia Hideaway] Smithing Stone [1] 31117300")]
+ GreyollsDragonbarrowSelliaHideawaySmithingStone1 = 31117300,
- [Annotation(Name = "[Consecrated Snowfield - Cave of the Forlorn] Golden Rune [7] 31127000")]
- ConsecratedSnowfieldCaveOfTheForlornGoldenRune7 = 31127000,
+ [Annotation(Name = "[Consecrated Snowfield - Cave of the Forlorn] Golden Rune [7] 31127000")]
+ ConsecratedSnowfieldCaveOfTheForlornGoldenRune7 = 31127000,
- [Annotation(Name = "[Consecrated Snowfield - Cave of the Forlorn] Freezing Grease 31127010")]
- ConsecratedSnowfieldCaveOfTheForlornFreezingGrease = 31127010,
+ [Annotation(Name = "[Consecrated Snowfield - Cave of the Forlorn] Freezing Grease 31127010")]
+ ConsecratedSnowfieldCaveOfTheForlornFreezingGrease = 31127010,
- [Annotation(Name = "[Consecrated Snowfield - Cave of the Forlorn] Hero's Rune [2] 31127020")]
- ConsecratedSnowfieldCaveOfTheForlornHerosRune2 = 31127020,
+ [Annotation(Name = "[Consecrated Snowfield - Cave of the Forlorn] Hero's Rune [2] 31127020")]
+ ConsecratedSnowfieldCaveOfTheForlornHerosRune2 = 31127020,
- [Annotation(Name = "[Consecrated Snowfield - Cave of the Forlorn] Rune Arc 31127030")]
- ConsecratedSnowfieldCaveOfTheForlornRuneArc = 31127030,
+ [Annotation(Name = "[Consecrated Snowfield - Cave of the Forlorn] Rune Arc 31127030")]
+ ConsecratedSnowfieldCaveOfTheForlornRuneArc = 31127030,
- [Annotation(Name = "[Consecrated Snowfield - Cave of the Forlorn] Miquella's Lily 31127040")]
- ConsecratedSnowfieldCaveOfTheForlornMiquellasLily = 31127040,
+ [Annotation(Name = "[Consecrated Snowfield - Cave of the Forlorn] Miquella's Lily 31127040")]
+ ConsecratedSnowfieldCaveOfTheForlornMiquellasLily = 31127040,
- [Annotation(Name = "[Consecrated Snowfield - Cave of the Forlorn] Nascent Butterfly 31127050")]
- ConsecratedSnowfieldCaveOfTheForlornNascentButterfly = 31127050,
+ [Annotation(Name = "[Consecrated Snowfield - Cave of the Forlorn] Nascent Butterfly 31127050")]
+ ConsecratedSnowfieldCaveOfTheForlornNascentButterfly = 31127050,
- [Annotation(Name = "[Consecrated Snowfield - Cave of the Forlorn] Thawfrost Boluses 31127060")]
- ConsecratedSnowfieldCaveOfTheForlornThawfrostBoluses = 31127060,
+ [Annotation(Name = "[Consecrated Snowfield - Cave of the Forlorn] Thawfrost Boluses 31127060")]
+ ConsecratedSnowfieldCaveOfTheForlornThawfrostBoluses = 31127060,
- [Annotation(Name = "[Consecrated Snowfield - Cave of the Forlorn] Crystal Dart 31127070")]
- ConsecratedSnowfieldCaveOfTheForlornCrystalDart = 31127070,
+ [Annotation(Name = "[Consecrated Snowfield - Cave of the Forlorn] Crystal Dart 31127070")]
+ ConsecratedSnowfieldCaveOfTheForlornCrystalDart = 31127070,
- [Annotation(Name = "[Consecrated Snowfield - Cave of the Forlorn] Thawfrost Boluses 31127080")]
- ConsecratedSnowfieldCaveOfTheForlornThawfrostBoluses_ = 31127080,
+ [Annotation(Name = "[Consecrated Snowfield - Cave of the Forlorn] Thawfrost Boluses 31127080")]
+ ConsecratedSnowfieldCaveOfTheForlornThawfrostBoluses_ = 31127080,
- [Annotation(Name = "[Consecrated Snowfield - Cave of the Forlorn] Freezing Grease 31127090")]
- ConsecratedSnowfieldCaveOfTheForlornFreezingGrease_ = 31127090,
+ [Annotation(Name = "[Consecrated Snowfield - Cave of the Forlorn] Freezing Grease 31127090")]
+ ConsecratedSnowfieldCaveOfTheForlornFreezingGrease_ = 31127090,
- [Annotation(Name = "[Consecrated Snowfield - Cave of the Forlorn] Freezing Grease 31127100")]
- ConsecratedSnowfieldCaveOfTheForlornFreezingGrease__ = 31127100,
+ [Annotation(Name = "[Consecrated Snowfield - Cave of the Forlorn] Freezing Grease 31127100")]
+ ConsecratedSnowfieldCaveOfTheForlornFreezingGrease__ = 31127100,
- [Annotation(Name = "[Consecrated Snowfield - Cave of the Forlorn] Golden Rune [10] 31127110")]
- ConsecratedSnowfieldCaveOfTheForlornGoldenRune10 = 31127110,
+ [Annotation(Name = "[Consecrated Snowfield - Cave of the Forlorn] Golden Rune [10] 31127110")]
+ ConsecratedSnowfieldCaveOfTheForlornGoldenRune10 = 31127110,
- [Annotation(Name = "[Consecrated Snowfield - Cave of the Forlorn] Spiritflame Arrow 31127120")]
- ConsecratedSnowfieldCaveOfTheForlornSpiritflameArrow = 31127120,
+ [Annotation(Name = "[Consecrated Snowfield - Cave of the Forlorn] Spiritflame Arrow 31127120")]
+ ConsecratedSnowfieldCaveOfTheForlornSpiritflameArrow = 31127120,
- [Annotation(Name = "[Limgrave - Coastal Cave] Land Octopus Ovary 31157010")]
- LimgraveCoastalCaveLandOctopusOvary = 31157010,
+ [Annotation(Name = "[Limgrave - Coastal Cave] Land Octopus Ovary 31157010")]
+ LimgraveCoastalCaveLandOctopusOvary = 31157010,
- [Annotation(Name = "[Limgrave - Coastal Cave] Smoldering Butterfly 31157020")]
- LimgraveCoastalCaveSmolderingButterfly = 31157020,
+ [Annotation(Name = "[Limgrave - Coastal Cave] Smoldering Butterfly 31157020")]
+ LimgraveCoastalCaveSmolderingButterfly = 31157020,
- [Annotation(Name = "[Limgrave - Highroad Cave] Golden Rune [1] 31177010")]
- LimgraveHighroadCaveGoldenRune1 = 31177010,
+ [Annotation(Name = "[Limgrave - Highroad Cave] Golden Rune [1] 31177010")]
+ LimgraveHighroadCaveGoldenRune1 = 31177010,
- [Annotation(Name = "[Limgrave - Highroad Cave] Arteria Leaf 31177020")]
- LimgraveHighroadCaveArteriaLeaf = 31177020,
+ [Annotation(Name = "[Limgrave - Highroad Cave] Arteria Leaf 31177020")]
+ LimgraveHighroadCaveArteriaLeaf = 31177020,
- [Annotation(Name = "[Limgrave - Highroad Cave] Smithing Stone [1] 31177030")]
- LimgraveHighroadCaveSmithingStone1 = 31177030,
+ [Annotation(Name = "[Limgrave - Highroad Cave] Smithing Stone [1] 31177030")]
+ LimgraveHighroadCaveSmithingStone1 = 31177030,
- [Annotation(Name = "[Limgrave - Highroad Cave] Smithing Stone [2] 31177040")]
- LimgraveHighroadCaveSmithingStone2 = 31177040,
+ [Annotation(Name = "[Limgrave - Highroad Cave] Smithing Stone [2] 31177040")]
+ LimgraveHighroadCaveSmithingStone2 = 31177040,
- [Annotation(Name = "[Limgrave - Highroad Cave] Golden Rune [4] 31177050")]
- LimgraveHighroadCaveGoldenRune4 = 31177050,
+ [Annotation(Name = "[Limgrave - Highroad Cave] Golden Rune [4] 31177050")]
+ LimgraveHighroadCaveGoldenRune4 = 31177050,
- [Annotation(Name = "[Limgrave - Highroad Cave] Fire Grease 31177060")]
- LimgraveHighroadCaveFireGrease = 31177060,
+ [Annotation(Name = "[Limgrave - Highroad Cave] Fire Grease 31177060")]
+ LimgraveHighroadCaveFireGrease = 31177060,
- [Annotation(Name = "[Limgrave - Highroad Cave] Furlcalling Finger Remedy 31177070")]
- LimgraveHighroadCaveFurlcallingFingerRemedy = 31177070,
+ [Annotation(Name = "[Limgrave - Highroad Cave] Furlcalling Finger Remedy 31177070")]
+ LimgraveHighroadCaveFurlcallingFingerRemedy = 31177070,
- [Annotation(Name = "[Limgrave - Highroad Cave] Shamshir 31177080")]
- LimgraveHighroadCaveShamshir = 31177080,
+ [Annotation(Name = "[Limgrave - Highroad Cave] Shamshir 31177080")]
+ LimgraveHighroadCaveShamshir = 31177080,
- [Annotation(Name = "[Caelid - Abandoned Cave] Dragonwound Grease 31207000")]
- CaelidAbandonedCaveDragonwoundGrease = 31207000,
+ [Annotation(Name = "[Caelid - Abandoned Cave] Dragonwound Grease 31207000")]
+ CaelidAbandonedCaveDragonwoundGrease = 31207000,
- [Annotation(Name = "[Caelid - Abandoned Cave] Venomous Fang 31207010")]
- CaelidAbandonedCaveVenomousFang = 31207010,
+ [Annotation(Name = "[Caelid - Abandoned Cave] Venomous Fang 31207010")]
+ CaelidAbandonedCaveVenomousFang = 31207010,
- [Annotation(Name = "[Caelid - Abandoned Cave] Serpent Bow 31207020")]
- CaelidAbandonedCaveSerpentBow = 31207020,
+ [Annotation(Name = "[Caelid - Abandoned Cave] Serpent Bow 31207020")]
+ CaelidAbandonedCaveSerpentBow = 31207020,
- [Annotation(Name = "[Caelid - Abandoned Cave] Fire Grease 31207030")]
- CaelidAbandonedCaveFireGrease = 31207030,
+ [Annotation(Name = "[Caelid - Abandoned Cave] Fire Grease 31207030")]
+ CaelidAbandonedCaveFireGrease = 31207030,
- [Annotation(Name = "[Caelid - Gaol Cave] Golden Rune [2] 31217000")]
- CaelidGaolCaveGoldenRune2 = 31217000,
+ [Annotation(Name = "[Caelid - Gaol Cave] Golden Rune [2] 31217000")]
+ CaelidGaolCaveGoldenRune2 = 31217000,
- [Annotation(Name = "[Caelid - Gaol Cave] Golden Rune [2] 31217030")]
- CaelidGaolCaveGoldenRune2_ = 31217030,
+ [Annotation(Name = "[Caelid - Gaol Cave] Golden Rune [2] 31217030")]
+ CaelidGaolCaveGoldenRune2_ = 31217030,
- [Annotation(Name = "[Caelid - Gaol Cave] Old Fang 31217040")]
- CaelidGaolCaveOldFang = 31217040,
+ [Annotation(Name = "[Caelid - Gaol Cave] Old Fang 31217040")]
+ CaelidGaolCaveOldFang = 31217040,
- [Annotation(Name = "[Caelid - Gaol Cave] Golden Rune [2] 31217070")]
- CaelidGaolCaveGoldenRune2__ = 31217070,
+ [Annotation(Name = "[Caelid - Gaol Cave] Golden Rune [2] 31217070")]
+ CaelidGaolCaveGoldenRune2__ = 31217070,
- [Annotation(Name = "[Caelid - Gaol Cave] Golden Rune [4] 31217080")]
- CaelidGaolCaveGoldenRune4 = 31217080,
+ [Annotation(Name = "[Caelid - Gaol Cave] Golden Rune [4] 31217080")]
+ CaelidGaolCaveGoldenRune4 = 31217080,
- [Annotation(Name = "[Caelid - Gaol Cave] Stonesword Key 31217090")]
- CaelidGaolCaveStoneswordKey = 31217090,
+ [Annotation(Name = "[Caelid - Gaol Cave] Stonesword Key 31217090")]
+ CaelidGaolCaveStoneswordKey = 31217090,
- [Annotation(Name = "[Caelid - Gaol Cave] Wakizashi 31217100")]
- CaelidGaolCaveWakizashi = 31217100,
+ [Annotation(Name = "[Caelid - Gaol Cave] Wakizashi 31217100")]
+ CaelidGaolCaveWakizashi = 31217100,
- [Annotation(Name = "[Caelid - Gaol Cave] Golden Rune [4] 31217110")]
- CaelidGaolCaveGoldenRune4_ = 31217110,
+ [Annotation(Name = "[Caelid - Gaol Cave] Golden Rune [4] 31217110")]
+ CaelidGaolCaveGoldenRune4_ = 31217110,
- [Annotation(Name = "[Caelid - Gaol Cave] Turtle Neck Meat 31217120")]
- CaelidGaolCaveTurtleNeckMeat = 31217120,
+ [Annotation(Name = "[Caelid - Gaol Cave] Turtle Neck Meat 31217120")]
+ CaelidGaolCaveTurtleNeckMeat = 31217120,
- [Annotation(Name = "[Caelid - Gaol Cave] Golden Rune [5] 31217140")]
- CaelidGaolCaveGoldenRune5 = 31217140,
+ [Annotation(Name = "[Caelid - Gaol Cave] Golden Rune [5] 31217140")]
+ CaelidGaolCaveGoldenRune5 = 31217140,
- [Annotation(Name = "[Caelid - Gaol Cave] Rainbow Stone 31217150")]
- CaelidGaolCaveRainbowStone = 31217150,
+ [Annotation(Name = "[Caelid - Gaol Cave] Rainbow Stone 31217150")]
+ CaelidGaolCaveRainbowStone = 31217150,
- [Annotation(Name = "[Caelid - Gaol Cave] Golden Rune [4] 31217160")]
- CaelidGaolCaveGoldenRune4__ = 31217160,
+ [Annotation(Name = "[Caelid - Gaol Cave] Golden Rune [4] 31217160")]
+ CaelidGaolCaveGoldenRune4__ = 31217160,
- [Annotation(Name = "[Caelid - Gaol Cave] Glowstone 31217190")]
- CaelidGaolCaveGlowstone = 31217190,
+ [Annotation(Name = "[Caelid - Gaol Cave] Glowstone 31217190")]
+ CaelidGaolCaveGlowstone = 31217190,
- [Annotation(Name = "[Caelid - Gaol Cave] Somber Smithing Stone [5] 31217200")]
- CaelidGaolCaveSomberSmithingStone5 = 31217200,
+ [Annotation(Name = "[Caelid - Gaol Cave] Somber Smithing Stone [5] 31217200")]
+ CaelidGaolCaveSomberSmithingStone5 = 31217200,
- [Annotation(Name = "[Caelid - Gaol Cave] Pillory Shield 31217210")]
- CaelidGaolCavePilloryShield = 31217210,
+ [Annotation(Name = "[Caelid - Gaol Cave] Pillory Shield 31217210")]
+ CaelidGaolCavePilloryShield = 31217210,
- [Annotation(Name = "[Caelid - Gaol Cave] Regalia of Eochaid 31217350")]
- CaelidGaolCaveRegaliaOfEochaid = 31217350,
+ [Annotation(Name = "[Caelid - Gaol Cave] Regalia of Eochaid 31217350")]
+ CaelidGaolCaveRegaliaOfEochaid = 31217350,
- [Annotation(Name = "[Caelid - Gaol Cave] Rune Arc 31217400")]
- CaelidGaolCaveRuneArc = 31217400,
+ [Annotation(Name = "[Caelid - Gaol Cave] Rune Arc 31217400")]
+ CaelidGaolCaveRuneArc = 31217400,
- [Annotation(Name = "[Mountaintops of the Giants - Spiritcaller's Cave] White Reed Armor 31227000")]
- MountaintopsOfTheGiantsSpiritcallersCaveWhiteReedArmor = 31227000,
+ [Annotation(Name = "[Mountaintops of the Giants - Spiritcaller's Cave] White Reed Armor 31227000")]
+ MountaintopsOfTheGiantsSpiritcallersCaveWhiteReedArmor = 31227000,
- [Annotation(Name = "[Mountaintops of the Giants - Spiritcaller's Cave] Golden Rune [6] 31227010")]
- MountaintopsOfTheGiantsSpiritcallersCaveGoldenRune6 = 31227010,
+ [Annotation(Name = "[Mountaintops of the Giants - Spiritcaller's Cave] Golden Rune [6] 31227010")]
+ MountaintopsOfTheGiantsSpiritcallersCaveGoldenRune6 = 31227010,
- [Annotation(Name = "[Mountaintops of the Giants - Spiritcaller's Cave] Golden Rune [12] 31227020")]
- MountaintopsOfTheGiantsSpiritcallersCaveGoldenRune12 = 31227020,
+ [Annotation(Name = "[Mountaintops of the Giants - Spiritcaller's Cave] Golden Rune [12] 31227020")]
+ MountaintopsOfTheGiantsSpiritcallersCaveGoldenRune12 = 31227020,
- [Annotation(Name = "[Mountaintops of the Giants - Spiritcaller's Cave] Freezing Grease 31227030")]
- MountaintopsOfTheGiantsSpiritcallersCaveFreezingGrease = 31227030,
+ [Annotation(Name = "[Mountaintops of the Giants - Spiritcaller's Cave] Freezing Grease 31227030")]
+ MountaintopsOfTheGiantsSpiritcallersCaveFreezingGrease = 31227030,
- [Annotation(Name = "[Mountaintops of the Giants - Spiritcaller's Cave] Golden Rune [10] 31227040")]
- MountaintopsOfTheGiantsSpiritcallersCaveGoldenRune10 = 31227040,
+ [Annotation(Name = "[Mountaintops of the Giants - Spiritcaller's Cave] Golden Rune [10] 31227040")]
+ MountaintopsOfTheGiantsSpiritcallersCaveGoldenRune10 = 31227040,
- [Annotation(Name = "[Mountaintops of the Giants - Spiritcaller's Cave] Hero's Rune [1] 31227050")]
- MountaintopsOfTheGiantsSpiritcallersCaveHerosRune1 = 31227050,
+ [Annotation(Name = "[Mountaintops of the Giants - Spiritcaller's Cave] Hero's Rune [1] 31227050")]
+ MountaintopsOfTheGiantsSpiritcallersCaveHerosRune1 = 31227050,
- [Annotation(Name = "[Mountaintops of the Giants - Spiritcaller's Cave] Rune Arc 31227060")]
- MountaintopsOfTheGiantsSpiritcallersCaveRuneArc = 31227060,
+ [Annotation(Name = "[Mountaintops of the Giants - Spiritcaller's Cave] Rune Arc 31227060")]
+ MountaintopsOfTheGiantsSpiritcallersCaveRuneArc = 31227060,
- [Annotation(Name = "[Mountaintops of the Giants - Spiritcaller's Cave] Invigorating White Cured Meat 31227070")]
- MountaintopsOfTheGiantsSpiritcallersCaveInvigoratingWhiteCuredMeat = 31227070,
+ [Annotation(Name = "[Mountaintops of the Giants - Spiritcaller's Cave] Invigorating White Cured Meat 31227070")]
+ MountaintopsOfTheGiantsSpiritcallersCaveInvigoratingWhiteCuredMeat = 31227070,
- [Annotation(Name = "[Mountaintops of the Giants - Spiritcaller's Cave] Arteria Leaf 31227080")]
- MountaintopsOfTheGiantsSpiritcallersCaveArteriaLeaf = 31227080,
+ [Annotation(Name = "[Mountaintops of the Giants - Spiritcaller's Cave] Arteria Leaf 31227080")]
+ MountaintopsOfTheGiantsSpiritcallersCaveArteriaLeaf = 31227080,
- [Annotation(Name = "[Weeping Peninsula - Morne Tunnel] Golden Rune [2] 32007000")]
- WeepingPeninsulaMorneTunnelGoldenRune2 = 32007000,
+ [Annotation(Name = "[Weeping Peninsula - Morne Tunnel] Golden Rune [2] 32007000")]
+ WeepingPeninsulaMorneTunnelGoldenRune2 = 32007000,
- [Annotation(Name = "[Weeping Peninsula - Morne Tunnel] Golden Rune [4] 32007010")]
- WeepingPeninsulaMorneTunnelGoldenRune4 = 32007010,
+ [Annotation(Name = "[Weeping Peninsula - Morne Tunnel] Golden Rune [4] 32007010")]
+ WeepingPeninsulaMorneTunnelGoldenRune4 = 32007010,
- [Annotation(Name = "[Weeping Peninsula - Morne Tunnel] Large Glintstone Scrap 32007020")]
- WeepingPeninsulaMorneTunnelLargeGlintstoneScrap = 32007020,
+ [Annotation(Name = "[Weeping Peninsula - Morne Tunnel] Large Glintstone Scrap 32007020")]
+ WeepingPeninsulaMorneTunnelLargeGlintstoneScrap = 32007020,
- [Annotation(Name = "[Weeping Peninsula - Morne Tunnel] Stanching Boluses 32007030")]
- WeepingPeninsulaMorneTunnelStanchingBoluses = 32007030,
+ [Annotation(Name = "[Weeping Peninsula - Morne Tunnel] Stanching Boluses 32007030")]
+ WeepingPeninsulaMorneTunnelStanchingBoluses = 32007030,
- [Annotation(Name = "[Weeping Peninsula - Morne Tunnel] Soft Cotton 32007060")]
- WeepingPeninsulaMorneTunnelSoftCotton = 32007060,
+ [Annotation(Name = "[Weeping Peninsula - Morne Tunnel] Soft Cotton 32007060")]
+ WeepingPeninsulaMorneTunnelSoftCotton = 32007060,
- [Annotation(Name = "[Weeping Peninsula - Morne Tunnel] Arteria Leaf 32007070")]
- WeepingPeninsulaMorneTunnelArteriaLeaf = 32007070,
+ [Annotation(Name = "[Weeping Peninsula - Morne Tunnel] Arteria Leaf 32007070")]
+ WeepingPeninsulaMorneTunnelArteriaLeaf = 32007070,
- [Annotation(Name = "[Weeping Peninsula - Morne Tunnel] Exalted Flesh 32007900")]
- WeepingPeninsulaMorneTunnelExaltedFlesh = 32007900,
+ [Annotation(Name = "[Weeping Peninsula - Morne Tunnel] Exalted Flesh 32007900")]
+ WeepingPeninsulaMorneTunnelExaltedFlesh = 32007900,
- [Annotation(Name = "[Limgrave - Limgrave Tunnels] Smithing Stone [1] 32017000")]
- LimgraveLimgraveTunnelsSmithingStone1 = 32017000,
+ [Annotation(Name = "[Limgrave - Limgrave Tunnels] Smithing Stone [1] 32017000")]
+ LimgraveLimgraveTunnelsSmithingStone1 = 32017000,
- [Annotation(Name = "[Limgrave - Limgrave Tunnels] Golden Rune [4] 32017010")]
- LimgraveLimgraveTunnelsGoldenRune4 = 32017010,
+ [Annotation(Name = "[Limgrave - Limgrave Tunnels] Golden Rune [4] 32017010")]
+ LimgraveLimgraveTunnelsGoldenRune4 = 32017010,
- [Annotation(Name = "[Limgrave - Limgrave Tunnels] Large Glintstone Scrap 32017020")]
- LimgraveLimgraveTunnelsLargeGlintstoneScrap = 32017020,
+ [Annotation(Name = "[Limgrave - Limgrave Tunnels] Large Glintstone Scrap 32017020")]
+ LimgraveLimgraveTunnelsLargeGlintstoneScrap = 32017020,
- [Annotation(Name = "[Limgrave - Limgrave Tunnels] Golden Rune [1] 32017030")]
- LimgraveLimgraveTunnelsGoldenRune1 = 32017030,
+ [Annotation(Name = "[Limgrave - Limgrave Tunnels] Golden Rune [1] 32017030")]
+ LimgraveLimgraveTunnelsGoldenRune1 = 32017030,
- [Annotation(Name = "[Limgrave - Limgrave Tunnels] Glintstone Scrap 32017040")]
- LimgraveLimgraveTunnelsGlintstoneScrap = 32017040,
+ [Annotation(Name = "[Limgrave - Limgrave Tunnels] Glintstone Scrap 32017040")]
+ LimgraveLimgraveTunnelsGlintstoneScrap = 32017040,
- [Annotation(Name = "[Liurnia - Raya Lucaria Crystal Tunnel Somber Smithing Stone [2] 32027000")]
- LiurniaRayaLucariaCrystalTunnelSomberSmithingStone2 = 32027000,
+ [Annotation(Name = "[Liurnia - Raya Lucaria Crystal Tunnel Somber Smithing Stone [2] 32027000")]
+ LiurniaRayaLucariaCrystalTunnelSomberSmithingStone2 = 32027000,
- [Annotation(Name = "[Liurnia - Raya Lucaria Crystal Tunnel Somber Smithing Stone [3] 32027010")]
- LiurniaRayaLucariaCrystalTunnelSomberSmithingStone3 = 32027010,
+ [Annotation(Name = "[Liurnia - Raya Lucaria Crystal Tunnel Somber Smithing Stone [3] 32027010")]
+ LiurniaRayaLucariaCrystalTunnelSomberSmithingStone3 = 32027010,
- [Annotation(Name = "[Liurnia - Raya Lucaria Crystal Tunnel Golden Rune [3] 32027020")]
- LiurniaRayaLucariaCrystalTunnelGoldenRune3 = 32027020,
+ [Annotation(Name = "[Liurnia - Raya Lucaria Crystal Tunnel Golden Rune [3] 32027020")]
+ LiurniaRayaLucariaCrystalTunnelGoldenRune3 = 32027020,
- [Annotation(Name = "[Liurnia - Raya Lucaria Crystal Tunnel Smithing Stone [3] 32027030")]
- LiurniaRayaLucariaCrystalTunnelSmithingStone3 = 32027030,
+ [Annotation(Name = "[Liurnia - Raya Lucaria Crystal Tunnel Smithing Stone [3] 32027030")]
+ LiurniaRayaLucariaCrystalTunnelSmithingStone3 = 32027030,
- [Annotation(Name = "[Liurnia - Raya Lucaria Crystal Tunnel Somber Smithing Stone [3] 32027040")]
- LiurniaRayaLucariaCrystalTunnelSomberSmithingStone3_ = 32027040,
+ [Annotation(Name = "[Liurnia - Raya Lucaria Crystal Tunnel Somber Smithing Stone [3] 32027040")]
+ LiurniaRayaLucariaCrystalTunnelSomberSmithingStone3_ = 32027040,
- [Annotation(Name = "[Liurnia - Raya Lucaria Crystal Tunnel Smithing Stone [1] 32027060")]
- LiurniaRayaLucariaCrystalTunnelSmithingStone1 = 32027060,
+ [Annotation(Name = "[Liurnia - Raya Lucaria Crystal Tunnel Smithing Stone [1] 32027060")]
+ LiurniaRayaLucariaCrystalTunnelSmithingStone1 = 32027060,
- [Annotation(Name = "[Liurnia - Raya Lucaria Crystal Tunnel [Sorcery] Shatter Earth 32027070")]
- LiurniaRayaLucariaCrystalTunnelSorceryShatterEarth = 32027070,
+ [Annotation(Name = "[Liurnia - Raya Lucaria Crystal Tunnel [Sorcery] Shatter Earth 32027070")]
+ LiurniaRayaLucariaCrystalTunnelSorceryShatterEarth = 32027070,
- [Annotation(Name = "[Liurnia - Raya Lucaria Crystal Tunnel Crystal Knife 32027900")]
- LiurniaRayaLucariaCrystalTunnelCrystalKnife = 32027900,
+ [Annotation(Name = "[Liurnia - Raya Lucaria Crystal Tunnel Crystal Knife 32027900")]
+ LiurniaRayaLucariaCrystalTunnelCrystalKnife = 32027900,
- [Annotation(Name = "[Altus Plateau - Old Altus Tunnel] Golden Rune [6] 32047000")]
- AltusPlateauOldAltusTunnelGoldenRune6 = 32047000,
+ [Annotation(Name = "[Altus Plateau - Old Altus Tunnel] Golden Rune [6] 32047000")]
+ AltusPlateauOldAltusTunnelGoldenRune6 = 32047000,
- [Annotation(Name = "[Altus Plateau - Old Altus Tunnel] Stanching Boluses 32047010")]
- AltusPlateauOldAltusTunnelStanchingBoluses = 32047010,
+ [Annotation(Name = "[Altus Plateau - Old Altus Tunnel] Stanching Boluses 32047010")]
+ AltusPlateauOldAltusTunnelStanchingBoluses = 32047010,
- [Annotation(Name = "[Altus Plateau - Old Altus Tunnel] Somber Smithing Stone [4] 32047020")]
- AltusPlateauOldAltusTunnelSomberSmithingStone4 = 32047020,
+ [Annotation(Name = "[Altus Plateau - Old Altus Tunnel] Somber Smithing Stone [4] 32047020")]
+ AltusPlateauOldAltusTunnelSomberSmithingStone4 = 32047020,
- [Annotation(Name = "[Altus Plateau - Old Altus Tunnel] Explosive Stone Clump 32047030")]
- AltusPlateauOldAltusTunnelExplosiveStoneClump = 32047030,
+ [Annotation(Name = "[Altus Plateau - Old Altus Tunnel] Explosive Stone Clump 32047030")]
+ AltusPlateauOldAltusTunnelExplosiveStoneClump = 32047030,
- [Annotation(Name = "[Altus Plateau - Old Altus Tunnel] Boltdrake Talisman +1 32047040")]
- AltusPlateauOldAltusTunnelBoltdrakeTalisman1 = 32047040,
+ [Annotation(Name = "[Altus Plateau - Old Altus Tunnel] Boltdrake Talisman +1 32047040")]
+ AltusPlateauOldAltusTunnelBoltdrakeTalisman1 = 32047040,
- [Annotation(Name = "[Altus Plateau - Old Altus Tunnel] Troll's Hammer 32047050")]
- AltusPlateauOldAltusTunnelTrollsHammer = 32047050,
+ [Annotation(Name = "[Altus Plateau - Old Altus Tunnel] Troll's Hammer 32047050")]
+ AltusPlateauOldAltusTunnelTrollsHammer = 32047050,
- [Annotation(Name = "[Altus Plateau - Altus Tunnel] Crystal Dart 32057000")]
- AltusPlateauAltusTunnelCrystalDart = 32057000,
+ [Annotation(Name = "[Altus Plateau - Altus Tunnel] Crystal Dart 32057000")]
+ AltusPlateauAltusTunnelCrystalDart = 32057000,
- [Annotation(Name = "[Altus Plateau - Altus Tunnel] Arteria Leaf 32057010")]
- AltusPlateauAltusTunnelArteriaLeaf = 32057010,
+ [Annotation(Name = "[Altus Plateau - Altus Tunnel] Arteria Leaf 32057010")]
+ AltusPlateauAltusTunnelArteriaLeaf = 32057010,
- [Annotation(Name = "[Altus Plateau - Altus Tunnel] Golden Rune [7] 32057020")]
- AltusPlateauAltusTunnelGoldenRune7 = 32057020,
+ [Annotation(Name = "[Altus Plateau - Altus Tunnel] Golden Rune [7] 32057020")]
+ AltusPlateauAltusTunnelGoldenRune7 = 32057020,
- [Annotation(Name = "[Altus Plateau - Altus Tunnel] Arsenal Charm +1 32057030")]
- AltusPlateauAltusTunnelArsenalCharm1 = 32057030,
+ [Annotation(Name = "[Altus Plateau - Altus Tunnel] Arsenal Charm +1 32057030")]
+ AltusPlateauAltusTunnelArsenalCharm1 = 32057030,
- [Annotation(Name = "[Altus Plateau - Altus Tunnel] Glintstone Scrap 32057040")]
- AltusPlateauAltusTunnelGlintstoneScrap = 32057040,
+ [Annotation(Name = "[Altus Plateau - Altus Tunnel] Glintstone Scrap 32057040")]
+ AltusPlateauAltusTunnelGlintstoneScrap = 32057040,
- [Annotation(Name = "[Altus Plateau - Altus Tunnel] 32057900")]
- AltusPlateauAltusTunnel = 32057900,
+ [Annotation(Name = "[Altus Plateau - Altus Tunnel] 32057900")]
+ AltusPlateauAltusTunnel = 32057900,
- [Annotation(Name = "[Altus Plateau - Altus Tunnel] Rune Arc 32057910")]
- AltusPlateauAltusTunnelRuneArc = 32057910,
+ [Annotation(Name = "[Altus Plateau - Altus Tunnel] Rune Arc 32057910")]
+ AltusPlateauAltusTunnelRuneArc = 32057910,
- [Annotation(Name = "[Caelid - Gael Tunnel] Somber Smithing Stone [2] 32077000")]
- CaelidGaelTunnelSomberSmithingStone2 = 32077000,
+ [Annotation(Name = "[Caelid - Gael Tunnel] Somber Smithing Stone [2] 32077000")]
+ CaelidGaelTunnelSomberSmithingStone2 = 32077000,
- [Annotation(Name = "[Caelid - Gael Tunnel] Golden Rune [5] 32077010")]
- CaelidGaelTunnelGoldenRune5 = 32077010,
+ [Annotation(Name = "[Caelid - Gael Tunnel] Golden Rune [5] 32077010")]
+ CaelidGaelTunnelGoldenRune5 = 32077010,
- [Annotation(Name = "[Caelid - Gael Tunnel] Cross-Naginata 32077020")]
- CaelidGaelTunnelCrossNaginata = 32077020,
+ [Annotation(Name = "[Caelid - Gael Tunnel] Cross-Naginata 32077020")]
+ CaelidGaelTunnelCrossNaginata = 32077020,
- [Annotation(Name = "[Caelid - Gael Tunnel] Dragonbane Talisman 32077030")]
- CaelidGaelTunnelDragonbaneTalisman = 32077030,
+ [Annotation(Name = "[Caelid - Gael Tunnel] Dragonbane Talisman 32077030")]
+ CaelidGaelTunnelDragonbaneTalisman = 32077030,
- [Annotation(Name = "[Caelid - Gael Tunnel] Large Glintstone Scrap 32077060")]
- CaelidGaelTunnelLargeGlintstoneScrap = 32077060,
+ [Annotation(Name = "[Caelid - Gael Tunnel] Large Glintstone Scrap 32077060")]
+ CaelidGaelTunnelLargeGlintstoneScrap = 32077060,
- [Annotation(Name = "[Caelid - Gael Tunnel] Grace Mimic 32077070")]
- CaelidGaelTunnelGraceMimic = 32077070,
+ [Annotation(Name = "[Caelid - Gael Tunnel] Grace Mimic 32077070")]
+ CaelidGaelTunnelGraceMimic = 32077070,
- [Annotation(Name = "[Caelid - Sellia Crystal Tunnel] Rot Grease 32087000")]
- CaelidSelliaCrystalTunnelRotGrease = 32087000,
+ [Annotation(Name = "[Caelid - Sellia Crystal Tunnel] Rot Grease 32087000")]
+ CaelidSelliaCrystalTunnelRotGrease = 32087000,
- [Annotation(Name = "[Caelid - Sellia Crystal Tunnel] Golden Rune [5] 32087020")]
- CaelidSelliaCrystalTunnelGoldenRune5 = 32087020,
+ [Annotation(Name = "[Caelid - Sellia Crystal Tunnel] Golden Rune [5] 32087020")]
+ CaelidSelliaCrystalTunnelGoldenRune5 = 32087020,
- [Annotation(Name = "[Caelid - Sellia Crystal Tunnel] Glintstone Scrap 32087030")]
- CaelidSelliaCrystalTunnelGlintstoneScrap = 32087030,
+ [Annotation(Name = "[Caelid - Sellia Crystal Tunnel] Glintstone Scrap 32087030")]
+ CaelidSelliaCrystalTunnelGlintstoneScrap = 32087030,
- [Annotation(Name = "[Caelid - Sellia Crystal Tunnel] Rune Arc 32087050")]
- CaelidSelliaCrystalTunnelRuneArc = 32087050,
+ [Annotation(Name = "[Caelid - Sellia Crystal Tunnel] Rune Arc 32087050")]
+ CaelidSelliaCrystalTunnelRuneArc = 32087050,
- [Annotation(Name = "[Caelid - Sellia Crystal Tunnel] Cuckoo Glintstone 32087060")]
- CaelidSelliaCrystalTunnelCuckooGlintstone = 32087060,
+ [Annotation(Name = "[Caelid - Sellia Crystal Tunnel] Cuckoo Glintstone 32087060")]
+ CaelidSelliaCrystalTunnelCuckooGlintstone = 32087060,
- [Annotation(Name = "[Caelid - Sellia Crystal Tunnel] Somber Smithing Stone [4] 32087070")]
- CaelidSelliaCrystalTunnelSomberSmithingStone4 = 32087070,
+ [Annotation(Name = "[Caelid - Sellia Crystal Tunnel] Somber Smithing Stone [4] 32087070")]
+ CaelidSelliaCrystalTunnelSomberSmithingStone4 = 32087070,
- [Annotation(Name = "[Caelid - Sellia Crystal Tunnel] Golden Rune [4] 32087100")]
- CaelidSelliaCrystalTunnelGoldenRune4 = 32087100,
+ [Annotation(Name = "[Caelid - Sellia Crystal Tunnel] Golden Rune [4] 32087100")]
+ CaelidSelliaCrystalTunnelGoldenRune4 = 32087100,
- [Annotation(Name = "[Caelid - Sellia Crystal Tunnel] Dragonwound Grease 32087110")]
- CaelidSelliaCrystalTunnelDragonwoundGrease = 32087110,
+ [Annotation(Name = "[Caelid - Sellia Crystal Tunnel] Dragonwound Grease 32087110")]
+ CaelidSelliaCrystalTunnelDragonwoundGrease = 32087110,
- [Annotation(Name = "[Caelid - Sellia Crystal Tunnel] Faithful's Canvas Talisman 32087120")]
- CaelidSelliaCrystalTunnelFaithfulsCanvasTalisman = 32087120,
+ [Annotation(Name = "[Caelid - Sellia Crystal Tunnel] Faithful's Canvas Talisman 32087120")]
+ CaelidSelliaCrystalTunnelFaithfulsCanvasTalisman = 32087120,
- [Annotation(Name = "[Caelid - Sellia Crystal Tunnel] Gravity Stone Fan 32087900")]
- CaelidSelliaCrystalTunnelGravityStoneFan = 32087900,
+ [Annotation(Name = "[Caelid - Sellia Crystal Tunnel] Gravity Stone Fan 32087900")]
+ CaelidSelliaCrystalTunnelGravityStoneFan = 32087900,
- [Annotation(Name = "[Caelid - Sellia Crystal Tunnel] [Sorcery] Rock Blaster 32087910")]
- CaelidSelliaCrystalTunnelSorceryRockBlaster = 32087910,
+ [Annotation(Name = "[Caelid - Sellia Crystal Tunnel] [Sorcery] Rock Blaster 32087910")]
+ CaelidSelliaCrystalTunnelSorceryRockBlaster = 32087910,
- [Annotation(Name = "[Consecrated Snowfield - Yelough Anix Tunnel] Freezing Grease 32117000")]
- ConsecratedSnowfieldYeloughAnixTunnelFreezingGrease = 32117000,
+ [Annotation(Name = "[Consecrated Snowfield - Yelough Anix Tunnel] Freezing Grease 32117000")]
+ ConsecratedSnowfieldYeloughAnixTunnelFreezingGrease = 32117000,
- [Annotation(Name = "[Consecrated Snowfield - Yelough Anix Tunnel] Golden Rune [10] 32117020")]
- ConsecratedSnowfieldYeloughAnixTunnelGoldenRune10 = 32117020,
+ [Annotation(Name = "[Consecrated Snowfield - Yelough Anix Tunnel] Golden Rune [10] 32117020")]
+ ConsecratedSnowfieldYeloughAnixTunnelGoldenRune10 = 32117020,
- [Annotation(Name = "[Consecrated Snowfield - Yelough Anix Tunnel] Ancient Dragon Smithing Stone 32117030")]
- ConsecratedSnowfieldYeloughAnixTunnelAncientDragonSmithingStone = 32117030,
+ [Annotation(Name = "[Consecrated Snowfield - Yelough Anix Tunnel] Ancient Dragon Smithing Stone 32117030")]
+ ConsecratedSnowfieldYeloughAnixTunnelAncientDragonSmithingStone = 32117030,
- [Annotation(Name = "[Consecrated Snowfield - Yelough Anix Tunnel] Rune Arc 32117040")]
- ConsecratedSnowfieldYeloughAnixTunnelRuneArc = 32117040,
+ [Annotation(Name = "[Consecrated Snowfield - Yelough Anix Tunnel] Rune Arc 32117040")]
+ ConsecratedSnowfieldYeloughAnixTunnelRuneArc = 32117040,
- [Annotation(Name = "[Consecrated Snowfield - Yelough Anix Tunnel] Explosive Stone Clump 32117060")]
- ConsecratedSnowfieldYeloughAnixTunnelExplosiveStoneClump = 32117060,
+ [Annotation(Name = "[Consecrated Snowfield - Yelough Anix Tunnel] Explosive Stone Clump 32117060")]
+ ConsecratedSnowfieldYeloughAnixTunnelExplosiveStoneClump = 32117060,
- [Annotation(Name = "[Consecrated Snowfield - Yelough Anix Tunnel] Hero's Rune [5] 32117080")]
- ConsecratedSnowfieldYeloughAnixTunnelHerosRune5 = 32117080,
+ [Annotation(Name = "[Consecrated Snowfield - Yelough Anix Tunnel] Hero's Rune [5] 32117080")]
+ ConsecratedSnowfieldYeloughAnixTunnelHerosRune5 = 32117080,
- [Annotation(Name = "[Stormhill - Divine Tower of Limgrave] Warming Stone 34107000")]
- StormhillDivineTowerOfLimgraveWarmingStone = 34107000,
+ [Annotation(Name = "[Stormhill - Divine Tower of Limgrave] Warming Stone 34107000")]
+ StormhillDivineTowerOfLimgraveWarmingStone = 34107000,
- [Annotation(Name = "[Stormhill - Divine Tower of Limgrave] Soft Cotton 34107010")]
- StormhillDivineTowerOfLimgraveSoftCotton = 34107010,
+ [Annotation(Name = "[Stormhill - Divine Tower of Limgrave] Soft Cotton 34107010")]
+ StormhillDivineTowerOfLimgraveSoftCotton = 34107010,
- [Annotation(Name = "[Stormhill - Divine Tower of Limgrave] Stormhawk Feather 34107070")]
- StormhillDivineTowerOfLimgraveStormhawkFeather = 34107070,
+ [Annotation(Name = "[Stormhill - Divine Tower of Limgrave] Stormhawk Feather 34107070")]
+ StormhillDivineTowerOfLimgraveStormhawkFeather = 34107070,
- [Annotation(Name = "[Stormhill - Divine Tower of Limgrave] Silver-Pickled Fowl Foot 34107080")]
- StormhillDivineTowerOfLimgraveSilverPickledFowlFoot = 34107080,
+ [Annotation(Name = "[Stormhill - Divine Tower of Limgrave] Silver-Pickled Fowl Foot 34107080")]
+ StormhillDivineTowerOfLimgraveSilverPickledFowlFoot = 34107080,
- [Annotation(Name = "[Stormhill - Divine Tower of Limgrave] Golden Rune [2] 34107090")]
- StormhillDivineTowerOfLimgraveGoldenRune2 = 34107090,
+ [Annotation(Name = "[Stormhill - Divine Tower of Limgrave] Golden Rune [2] 34107090")]
+ StormhillDivineTowerOfLimgraveGoldenRune2 = 34107090,
- [Annotation(Name = "[Stormhill - Divine Tower of Limgrave] Boltdrake Talisman 34107100")]
- StormhillDivineTowerOfLimgraveBoltdrakeTalisman = 34107100,
+ [Annotation(Name = "[Stormhill - Divine Tower of Limgrave] Boltdrake Talisman 34107100")]
+ StormhillDivineTowerOfLimgraveBoltdrakeTalisman = 34107100,
- [Annotation(Name = "[Stormhill - Divine Tower of Limgrave] Ash-of-War Scarab 34107110")]
- StormhillDivineTowerOfLimgraveAshofWarScarab = 34107110,
+ [Annotation(Name = "[Stormhill - Divine Tower of Limgrave] Ash-of-War Scarab 34107110")]
+ StormhillDivineTowerOfLimgraveAshofWarScarab = 34107110,
- [Annotation(Name = "[Stormhill - Divine Tower of Limgrave] Godrick's Great Rune 191")]
- StormhillDivineTowerOfLimgraveGodricksGreatRune = 191,
+ [Annotation(Name = "[Stormhill - Divine Tower of Limgrave] Godrick's Great Rune 191")]
+ StormhillDivineTowerOfLimgraveGodricksGreatRune = 191,
- [Annotation(Name = "[Liurnia - Divine Tower of Liurnia] Golden Rune [3] 34117010")]
- LiurniaDivineTowerOfLiurniaGoldenRune3 = 34117010,
+ [Annotation(Name = "[Liurnia - Divine Tower of Liurnia] Golden Rune [3] 34117010")]
+ LiurniaDivineTowerOfLiurniaGoldenRune3 = 34117010,
- [Annotation(Name = "[Liurnia - Divine Tower of Liurnia] Golden Rune [4] 34117060")]
- LiurniaDivineTowerOfLiurniaGoldenRune4 = 34117060,
+ [Annotation(Name = "[Liurnia - Divine Tower of Liurnia] Golden Rune [4] 34117060")]
+ LiurniaDivineTowerOfLiurniaGoldenRune4 = 34117060,
- [Annotation(Name = "[Liurnia - Divine Tower of Liurnia] Cerulean Seed Talisman 34117080")]
- LiurniaDivineTowerOfLiurniaCeruleanSeedTalisman = 34117080,
+ [Annotation(Name = "[Liurnia - Divine Tower of Liurnia] Cerulean Seed Talisman 34117080")]
+ LiurniaDivineTowerOfLiurniaCeruleanSeedTalisman = 34117080,
- [Annotation(Name = "[Liurnia - Divine Tower of Liurnia] Mask of Confidence 34117100")]
- LiurniaDivineTowerOfLiurniaMaskOfConfidence = 34117100,
+ [Annotation(Name = "[Liurnia - Divine Tower of Liurnia] Mask of Confidence 34117100")]
+ LiurniaDivineTowerOfLiurniaMaskOfConfidence = 34117100,
- [Annotation(Name = "[Liurnia - Divine Tower of Liurnia] Holyproof Dried Liver 34117110")]
- LiurniaDivineTowerOfLiurniaHolyproofDriedLiver = 34117110,
+ [Annotation(Name = "[Liurnia - Divine Tower of Liurnia] Holyproof Dried Liver 34117110")]
+ LiurniaDivineTowerOfLiurniaHolyproofDriedLiver = 34117110,
- [Annotation(Name = "[Liurnia - Divine Tower of Liurnia] Glintstone Firefly 34117120")]
- LiurniaDivineTowerOfLiurniaGlintstoneFirefly = 34117120,
+ [Annotation(Name = "[Liurnia - Divine Tower of Liurnia] Glintstone Firefly 34117120")]
+ LiurniaDivineTowerOfLiurniaGlintstoneFirefly = 34117120,
- [Annotation(Name = "[Liurnia - Divine Tower of Liurnia] Carian Glintstone Staff 34117200")]
- LiurniaDivineTowerOfLiurniaCarianGlintstoneStaff = 34117200,
+ [Annotation(Name = "[Liurnia - Divine Tower of Liurnia] Carian Glintstone Staff 34117200")]
+ LiurniaDivineTowerOfLiurniaCarianGlintstoneStaff = 34117200,
- [Annotation(Name = "[Liurnia - Divine Tower of Liurnia] Godskin Apostle Hood 34117400")]
- LiurniaDivineTowerOfLiurniaGodskinApostleHood = 34117400,
+ [Annotation(Name = "[Liurnia - Divine Tower of Liurnia] Godskin Apostle Hood 34117400")]
+ LiurniaDivineTowerOfLiurniaGodskinApostleHood = 34117400,
- [Annotation(Name = "[Liurnia - Divine Tower of Liurnia] Godskin Apostle Robe 34117401")]
- LiurniaDivineTowerOfLiurniaGodskinApostleRobe = 34117401,
+ [Annotation(Name = "[Liurnia - Divine Tower of Liurnia] Godskin Apostle Robe 34117401")]
+ LiurniaDivineTowerOfLiurniaGodskinApostleRobe = 34117401,
- [Annotation(Name = "[Liurnia - Divine Tower of Liurnia] Godskin Apostle Bracelets 34117402")]
- LiurniaDivineTowerOfLiurniaGodskinApostleBracelets = 34117402,
+ [Annotation(Name = "[Liurnia - Divine Tower of Liurnia] Godskin Apostle Bracelets 34117402")]
+ LiurniaDivineTowerOfLiurniaGodskinApostleBracelets = 34117402,
- [Annotation(Name = "[Liurnia - Divine Tower of Liurnia] Godskin Apostle Trousers 34117403")]
- LiurniaDivineTowerOfLiurniaGodskinApostleTrousers = 34117403,
+ [Annotation(Name = "[Liurnia - Divine Tower of Liurnia] Godskin Apostle Trousers 34117403")]
+ LiurniaDivineTowerOfLiurniaGodskinApostleTrousers = 34117403,
- [Annotation(Name = "[Liurnia - Divine Tower of Liurnia] Cursemark of Death 34117500")]
- LiurniaDivineTowerOfLiurniaCursemarkOfDeath = 34117500,
+ [Annotation(Name = "[Liurnia - Divine Tower of Liurnia] Cursemark of Death 34117500")]
+ LiurniaDivineTowerOfLiurniaCursemarkOfDeath = 34117500,
- [Annotation(Name = "[Liurnia - Divine Tower of Liurnia] [Sorcery] Magic Downpour 34117700")]
- LiurniaDivineTowerOfLiurniaSorceryMagicDownpour = 34117700,
+ [Annotation(Name = "[Liurnia - Divine Tower of Liurnia] [Sorcery] Magic Downpour 34117700")]
+ LiurniaDivineTowerOfLiurniaSorceryMagicDownpour = 34117700,
- [Annotation(Name = "[Liurnia - Divine Tower of Liurnia] [Sorcery] Lucidity 34117710")]
- LiurniaDivineTowerOfLiurniaSorceryLucidity = 34117710,
+ [Annotation(Name = "[Liurnia - Divine Tower of Liurnia] [Sorcery] Lucidity 34117710")]
+ LiurniaDivineTowerOfLiurniaSorceryLucidity = 34117710,
- [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Golden Rune [5] 34127010")]
- CapitalOutskirtsDivineTowerOfWestAltusGoldenRune5 = 34127010,
+ [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Golden Rune [5] 34127010")]
+ CapitalOutskirtsDivineTowerOfWestAltusGoldenRune5 = 34127010,
- [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Golden Rune [5] 34127020")]
- CapitalOutskirtsDivineTowerOfWestAltusGoldenRune5_ = 34127020,
+ [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Golden Rune [5] 34127020")]
+ CapitalOutskirtsDivineTowerOfWestAltusGoldenRune5_ = 34127020,
- [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] 34127030")]
- CapitalOutskirtsDivineTowerOfWestAltus = 34127030,
+ [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] 34127030")]
+ CapitalOutskirtsDivineTowerOfWestAltus = 34127030,
- [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Hefty Beast Bone 34127040")]
- CapitalOutskirtsDivineTowerOfWestAltusHeftyBeastBone = 34127040,
+ [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Hefty Beast Bone 34127040")]
+ CapitalOutskirtsDivineTowerOfWestAltusHeftyBeastBone = 34127040,
- [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Gold-Pickled Fowl Foot 34127050")]
- CapitalOutskirtsDivineTowerOfWestAltusGoldPickledFowlFoot = 34127050,
+ [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Gold-Pickled Fowl Foot 34127050")]
+ CapitalOutskirtsDivineTowerOfWestAltusGoldPickledFowlFoot = 34127050,
- [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Stonesword Key 34127060")]
- CapitalOutskirtsDivineTowerOfWestAltusStoneswordKey = 34127060,
+ [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Stonesword Key 34127060")]
+ CapitalOutskirtsDivineTowerOfWestAltusStoneswordKey = 34127060,
- [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Rune Arc 34127070")]
- CapitalOutskirtsDivineTowerOfWestAltusRuneArc = 34127070,
+ [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Rune Arc 34127070")]
+ CapitalOutskirtsDivineTowerOfWestAltusRuneArc = 34127070,
- [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Golden Rune [1] 34127080")]
- CapitalOutskirtsDivineTowerOfWestAltusGoldenRune1 = 34127080,
+ [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Golden Rune [1] 34127080")]
+ CapitalOutskirtsDivineTowerOfWestAltusGoldenRune1 = 34127080,
- [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Furlcalling Finger Remedy 34127090")]
- CapitalOutskirtsDivineTowerOfWestAltusFurlcallingFingerRemedy = 34127090,
+ [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Furlcalling Finger Remedy 34127090")]
+ CapitalOutskirtsDivineTowerOfWestAltusFurlcallingFingerRemedy = 34127090,
- [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Old Fang 34127100")]
- CapitalOutskirtsDivineTowerOfWestAltusOldFang = 34127100,
+ [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Old Fang 34127100")]
+ CapitalOutskirtsDivineTowerOfWestAltusOldFang = 34127100,
- [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Grace Mimic 34127110")]
- CapitalOutskirtsDivineTowerOfWestAltusGraceMimic = 34127110,
+ [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Grace Mimic 34127110")]
+ CapitalOutskirtsDivineTowerOfWestAltusGraceMimic = 34127110,
- [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Large Glintstone Scrap 34127120")]
- CapitalOutskirtsDivineTowerOfWestAltusLargeGlintstoneScrap = 34127120,
+ [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Large Glintstone Scrap 34127120")]
+ CapitalOutskirtsDivineTowerOfWestAltusLargeGlintstoneScrap = 34127120,
- [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Smithing Stone [6] 34127130")]
- CapitalOutskirtsDivineTowerOfWestAltusSmithingStone6 = 34127130,
+ [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Smithing Stone [6] 34127130")]
+ CapitalOutskirtsDivineTowerOfWestAltusSmithingStone6 = 34127130,
- [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] 34127140")]
- CapitalOutskirtsDivineTowerOfWestAltus_ = 34127140,
+ [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] 34127140")]
+ CapitalOutskirtsDivineTowerOfWestAltus_ = 34127140,
- [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Lightning Grease 34127150")]
- CapitalOutskirtsDivineTowerOfWestAltusLightningGrease = 34127150,
+ [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Lightning Grease 34127150")]
+ CapitalOutskirtsDivineTowerOfWestAltusLightningGrease = 34127150,
- [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Golden Rune [9] 34127160")]
- CapitalOutskirtsDivineTowerOfWestAltusGoldenRune9 = 34127160,
+ [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Golden Rune [9] 34127160")]
+ CapitalOutskirtsDivineTowerOfWestAltusGoldenRune9 = 34127160,
- [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Rykard's Great Rune 194")]
- CapitalOutskirtsDivineTowerOfWestAltusRykardsGreatRune = 194,
+ [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Rykard's Great Rune 194")]
+ CapitalOutskirtsDivineTowerOfWestAltusRykardsGreatRune = 194,
- [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Smithing-Stone Miner's Bell Bearing [2] 34127900")]
- CapitalOutskirtsDivineTowerOfWestAltusSmithingStoneMinersBellBearing2 = 34127900,
+ [Annotation(Name = "[Capital Outskirts - Divine Tower of West Altus] Smithing-Stone Miner's Bell Bearing [2] 34127900")]
+ CapitalOutskirtsDivineTowerOfWestAltusSmithingStoneMinersBellBearing2 = 34127900,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Divine Tower of Caelid] Stonesword Key 34137000")]
- GreyollsDragonbarrowDivineTowerOfCaelidStoneswordKey = 34137000,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Divine Tower of Caelid] Stonesword Key 34137000")]
+ GreyollsDragonbarrowDivineTowerOfCaelidStoneswordKey = 34137000,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Divine Tower of Caelid] Rune Arc 34137010")]
- GreyollsDragonbarrowDivineTowerOfCaelidRuneArc = 34137010,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Divine Tower of Caelid] Rune Arc 34137010")]
+ GreyollsDragonbarrowDivineTowerOfCaelidRuneArc = 34137010,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Divine Tower of Caelid] Golden Rune [12] 34137020")]
- GreyollsDragonbarrowDivineTowerOfCaelidGoldenRune12 = 34137020,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Divine Tower of Caelid] Golden Rune [12] 34137020")]
+ GreyollsDragonbarrowDivineTowerOfCaelidGoldenRune12 = 34137020,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Divine Tower of Caelid] Radahn's Great Rune 192")]
- GreyollsDragonbarrowDivineTowerOfCaelidRadahnsGreatRune = 192,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Divine Tower of Caelid] Radahn's Great Rune 192")]
+ GreyollsDragonbarrowDivineTowerOfCaelidRadahnsGreatRune = 192,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Divine Tower of Caelid] Godslayer's Greatsword 34137900")]
- GreyollsDragonbarrowDivineTowerOfCaelidGodslayersGreatsword = 34137900,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Divine Tower of Caelid] Godslayer's Greatsword 34137900")]
+ GreyollsDragonbarrowDivineTowerOfCaelidGodslayersGreatsword = 34137900,
- [Annotation(Name = "[Forbidden Lands - Divine Tower of East Altus] Invigorating White Cured Meat 34147000")]
- ForbiddenLandsDivineTowerOfEastAltusInvigoratingWhiteCuredMeat = 34147000,
+ [Annotation(Name = "[Forbidden Lands - Divine Tower of East Altus] Invigorating White Cured Meat 34147000")]
+ ForbiddenLandsDivineTowerOfEastAltusInvigoratingWhiteCuredMeat = 34147000,
- [Annotation(Name = "[Forbidden Lands - Divine Tower of East Altus] Official's Attire 34147010")]
- ForbiddenLandsDivineTowerOfEastAltusOfficialsAttire = 34147010,
+ [Annotation(Name = "[Forbidden Lands - Divine Tower of East Altus] Official's Attire 34147010")]
+ ForbiddenLandsDivineTowerOfEastAltusOfficialsAttire = 34147010,
- [Annotation(Name = "[Forbidden Lands - Divine Tower of East Altus] Flamedrake Talisman +1 34147020")]
- ForbiddenLandsDivineTowerOfEastAltusFlamedrakeTalisman1 = 34147020,
+ [Annotation(Name = "[Forbidden Lands - Divine Tower of East Altus] Flamedrake Talisman +1 34147020")]
+ ForbiddenLandsDivineTowerOfEastAltusFlamedrakeTalisman1 = 34147020,
- [Annotation(Name = "[Forbidden Lands - Divine Tower of East Altus] Morgott's Great Rune 193")]
- ForbiddenLandsDivineTowerOfEastAltusMorgottsGreatRune = 193,
+ [Annotation(Name = "[Forbidden Lands - Divine Tower of East Altus] Morgott's Great Rune 193")]
+ ForbiddenLandsDivineTowerOfEastAltusMorgottsGreatRune = 193,
- [Annotation(Name = "[Forbidden Lands - Divine Tower of East Altus] Mohg's Great Rune 195")]
- ForbiddenLandsDivineTowerOfEastAltusMohgsGreatRune = 195,
+ [Annotation(Name = "[Forbidden Lands - Divine Tower of East Altus] Mohg's Great Rune 195")]
+ ForbiddenLandsDivineTowerOfEastAltusMohgsGreatRune = 195,
- [Annotation(Name = "[Forbidden Lands - Divine Tower of East Altus] Somber Smithing Stone [6] 34147720")]
- ForbiddenLandsDivineTowerOfEastAltusSomberSmithingStone6 = 34147720,
+ [Annotation(Name = "[Forbidden Lands - Divine Tower of East Altus] Somber Smithing Stone [6] 34147720")]
+ ForbiddenLandsDivineTowerOfEastAltusSomberSmithingStone6 = 34147720,
- [Annotation(Name = "[Forbidden Lands - Divine Tower of East Altus] Golden Rune [9] 34147800")]
- ForbiddenLandsDivineTowerOfEastAltusGoldenRune9 = 34147800,
+ [Annotation(Name = "[Forbidden Lands - Divine Tower of East Altus] Golden Rune [9] 34147800")]
+ ForbiddenLandsDivineTowerOfEastAltusGoldenRune9 = 34147800,
- [Annotation(Name = "[Forbidden Lands - Divine Tower of East Altus] Blade of Calling 34147810")]
- ForbiddenLandsDivineTowerOfEastAltusBladeOfCalling = 34147810,
+ [Annotation(Name = "[Forbidden Lands - Divine Tower of East Altus] Blade of Calling 34147810")]
+ ForbiddenLandsDivineTowerOfEastAltusBladeOfCalling = 34147810,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Isolated Divine Tower] Malenia's Great Rune 196")]
- GreyollsDragonbarrowIsolatedDivineTowerMaleniasGreatRune = 196,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Isolated Divine Tower] Malenia's Great Rune 196")]
+ GreyollsDragonbarrowIsolatedDivineTowerMaleniasGreatRune = 196,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Poisonbone Dart 35007000")]
- SubterraneanShunningGroundsPoisonboneDart = 35007000,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Poisonbone Dart 35007000")]
+ SubterraneanShunningGroundsPoisonboneDart = 35007000,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Glass Shard 35007010")]
- SubterraneanShunningGroundsGlassShard = 35007010,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Glass Shard 35007010")]
+ SubterraneanShunningGroundsGlassShard = 35007010,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Golden Rune [1] 35007020")]
- SubterraneanShunningGroundsGoldenRune1 = 35007020,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Golden Rune [1] 35007020")]
+ SubterraneanShunningGroundsGoldenRune1 = 35007020,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Crimson Amber Medallion +2 35007030")]
- SubterraneanShunningGroundsCrimsonAmberMedallion2 = 35007030,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Crimson Amber Medallion +2 35007030")]
+ SubterraneanShunningGroundsCrimsonAmberMedallion2 = 35007030,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Golden Rune [11] 35007040")]
- SubterraneanShunningGroundsGoldenRune11 = 35007040,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Golden Rune [11] 35007040")]
+ SubterraneanShunningGroundsGoldenRune11 = 35007040,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Bloodsoaked Manchettes 35007050")]
- SubterraneanShunningGroundsBloodsoakedManchettes = 35007050,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Bloodsoaked Manchettes 35007050")]
+ SubterraneanShunningGroundsBloodsoakedManchettes = 35007050,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Eye of Yelough 35007060")]
- SubterraneanShunningGroundsEyeOfYelough = 35007060,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Eye of Yelough 35007060")]
+ SubterraneanShunningGroundsEyeOfYelough = 35007060,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Note: Miquella's Needle 69740")]
- SubterraneanShunningGroundsNoteMiquellasNeedle = 69740,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Note: Miquella's Needle 69740")]
+ SubterraneanShunningGroundsNoteMiquellasNeedle = 69740,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Preserving Boluses 35007080")]
- SubterraneanShunningGroundsPreservingBoluses = 35007080,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Preserving Boluses 35007080")]
+ SubterraneanShunningGroundsPreservingBoluses = 35007080,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Furlcalling Finger Remedy 35007090")]
- SubterraneanShunningGroundsFurlcallingFingerRemedy = 35007090,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Furlcalling Finger Remedy 35007090")]
+ SubterraneanShunningGroundsFurlcallingFingerRemedy = 35007090,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Golden Rune [1] 35007100")]
- SubterraneanShunningGroundsGoldenRune1_ = 35007100,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Golden Rune [1] 35007100")]
+ SubterraneanShunningGroundsGoldenRune1_ = 35007100,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Golden Rune [11] 35007110")]
- SubterraneanShunningGroundsGoldenRune11_ = 35007110,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Golden Rune [11] 35007110")]
+ SubterraneanShunningGroundsGoldenRune11_ = 35007110,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Rune Arc 35007120")]
- SubterraneanShunningGroundsRuneArc = 35007120,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Rune Arc 35007120")]
+ SubterraneanShunningGroundsRuneArc = 35007120,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Lost Ashes of War 35007130")]
- SubterraneanShunningGroundsLostAshesOfWar = 35007130,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Lost Ashes of War 35007130")]
+ SubterraneanShunningGroundsLostAshesOfWar = 35007130,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Glass Shard 35007150")]
- SubterraneanShunningGroundsGlassShard_ = 35007150,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Glass Shard 35007150")]
+ SubterraneanShunningGroundsGlassShard_ = 35007150,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Stonesword Key 35007160")]
- SubterraneanShunningGroundsStoneswordKey = 35007160,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Stonesword Key 35007160")]
+ SubterraneanShunningGroundsStoneswordKey = 35007160,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Rainbow Stone Arrow (Fletched) 35007170")]
- SubterraneanShunningGroundsRainbowStoneArrowFletched = 35007170,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Rainbow Stone Arrow (Fletched) 35007170")]
+ SubterraneanShunningGroundsRainbowStoneArrowFletched = 35007170,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Grave Violet 35007180")]
- SubterraneanShunningGroundsGraveViolet = 35007180,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Grave Violet 35007180")]
+ SubterraneanShunningGroundsGraveViolet = 35007180,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Smithing Stone [7] 35007190")]
- SubterraneanShunningGroundsSmithingStone7 = 35007190,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Smithing Stone [7] 35007190")]
+ SubterraneanShunningGroundsSmithingStone7 = 35007190,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Fireproof Dried Liver 35007200")]
- SubterraneanShunningGroundsFireproofDriedLiver = 35007200,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Fireproof Dried Liver 35007200")]
+ SubterraneanShunningGroundsFireproofDriedLiver = 35007200,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Somber Smithing Stone [8] 35007210")]
- SubterraneanShunningGroundsSomberSmithingStone8 = 35007210,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Somber Smithing Stone [8] 35007210")]
+ SubterraneanShunningGroundsSomberSmithingStone8 = 35007210,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Smithing Stone [7] 35007220")]
- SubterraneanShunningGroundsSmithingStone7_ = 35007220,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Smithing Stone [7] 35007220")]
+ SubterraneanShunningGroundsSmithingStone7_ = 35007220,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Grace Mimic 35007240")]
- SubterraneanShunningGroundsGraceMimic = 35007240,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Grace Mimic 35007240")]
+ SubterraneanShunningGroundsGraceMimic = 35007240,
- [Annotation(Name = "[Subterranean Shunning-Grounds] String 35007250")]
- SubterraneanShunningGroundsString = 35007250,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] String 35007250")]
+ SubterraneanShunningGroundsString = 35007250,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Fire Grease 35007260")]
- SubterraneanShunningGroundsFireGrease = 35007260,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Fire Grease 35007260")]
+ SubterraneanShunningGroundsFireGrease = 35007260,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Nomad Ashes 35007270")]
- SubterraneanShunningGroundsNomadAshes = 35007270,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Nomad Ashes 35007270")]
+ SubterraneanShunningGroundsNomadAshes = 35007270,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Preserving Boluses 35007280")]
- SubterraneanShunningGroundsPreservingBoluses_ = 35007280,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Preserving Boluses 35007280")]
+ SubterraneanShunningGroundsPreservingBoluses_ = 35007280,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Glass Shard 35007300")]
- SubterraneanShunningGroundsGlassShard__ = 35007300,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Glass Shard 35007300")]
+ SubterraneanShunningGroundsGlassShard__ = 35007300,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Mohg's Shackle 35007310")]
- SubterraneanShunningGroundsMohgsShackle = 35007310,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Mohg's Shackle 35007310")]
+ SubterraneanShunningGroundsMohgsShackle = 35007310,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Dappled White Cured Meat 35007320")]
- SubterraneanShunningGroundsDappledWhiteCuredMeat = 35007320,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Dappled White Cured Meat 35007320")]
+ SubterraneanShunningGroundsDappledWhiteCuredMeat = 35007320,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Glass Shard 35007330")]
- SubterraneanShunningGroundsGlassShard___ = 35007330,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Glass Shard 35007330")]
+ SubterraneanShunningGroundsGlassShard___ = 35007330,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Golden Centipede 35007340")]
- SubterraneanShunningGroundsGoldenCentipede = 35007340,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Golden Centipede 35007340")]
+ SubterraneanShunningGroundsGoldenCentipede = 35007340,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Poisoned Stone 35007350")]
- SubterraneanShunningGroundsPoisonedStone = 35007350,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Poisoned Stone 35007350")]
+ SubterraneanShunningGroundsPoisonedStone = 35007350,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Freezing Grease 35007370")]
- SubterraneanShunningGroundsFreezingGrease = 35007370,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Freezing Grease 35007370")]
+ SubterraneanShunningGroundsFreezingGrease = 35007370,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Serpent Arrow 35007380")]
- SubterraneanShunningGroundsSerpentArrow = 35007380,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Serpent Arrow 35007380")]
+ SubterraneanShunningGroundsSerpentArrow = 35007380,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Fire Grease 35007390")]
- SubterraneanShunningGroundsFireGrease_ = 35007390,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Fire Grease 35007390")]
+ SubterraneanShunningGroundsFireGrease_ = 35007390,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Somber Smithing Stone [6] 35007400")]
- SubterraneanShunningGroundsSomberSmithingStone6 = 35007400,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Somber Smithing Stone [6] 35007400")]
+ SubterraneanShunningGroundsSomberSmithingStone6 = 35007400,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Smithing Stone [7] 35007410")]
- SubterraneanShunningGroundsSmithingStone7__ = 35007410,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Smithing Stone [7] 35007410")]
+ SubterraneanShunningGroundsSmithingStone7__ = 35007410,
- [Annotation(Name = "[Subterranean Shunning-Grounds] [Incantation] Shadow Bait 35007420")]
- SubterraneanShunningGroundsIncantationShadowBait = 35007420,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] [Incantation] Shadow Bait 35007420")]
+ SubterraneanShunningGroundsIncantationShadowBait = 35007420,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Golden Rune [10] 35007430")]
- SubterraneanShunningGroundsGoldenRune10 = 35007430,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Golden Rune [10] 35007430")]
+ SubterraneanShunningGroundsGoldenRune10 = 35007430,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Somber Smithing Stone [7] 35007450")]
- SubterraneanShunningGroundsSomberSmithingStone7 = 35007450,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Somber Smithing Stone [7] 35007450")]
+ SubterraneanShunningGroundsSomberSmithingStone7 = 35007450,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Smithing Stone [7] 35007460")]
- SubterraneanShunningGroundsSmithingStone7___ = 35007460,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Smithing Stone [7] 35007460")]
+ SubterraneanShunningGroundsSmithingStone7___ = 35007460,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Glass Shard 35007470")]
- SubterraneanShunningGroundsGlassShard____ = 35007470,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Glass Shard 35007470")]
+ SubterraneanShunningGroundsGlassShard____ = 35007470,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Smithing Stone [7] 35007480")]
- SubterraneanShunningGroundsSmithingStone7____ = 35007480,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Smithing Stone [7] 35007480")]
+ SubterraneanShunningGroundsSmithingStone7____ = 35007480,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Golden Rune [9] 35007500")]
- SubterraneanShunningGroundsGoldenRune9 = 35007500,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Golden Rune [9] 35007500")]
+ SubterraneanShunningGroundsGoldenRune9 = 35007500,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Golden Rune [11] 35007510")]
- SubterraneanShunningGroundsGoldenRune11__ = 35007510,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Golden Rune [11] 35007510")]
+ SubterraneanShunningGroundsGoldenRune11__ = 35007510,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Warming Stone 35007530")]
- SubterraneanShunningGroundsWarmingStone = 35007530,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Warming Stone 35007530")]
+ SubterraneanShunningGroundsWarmingStone = 35007530,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Smithing Stone [8] 35007540")]
- SubterraneanShunningGroundsSmithingStone8 = 35007540,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Smithing Stone [8] 35007540")]
+ SubterraneanShunningGroundsSmithingStone8 = 35007540,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Eye of Yelough 35007550")]
- SubterraneanShunningGroundsEyeOfYelough_ = 35007550,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Eye of Yelough 35007550")]
+ SubterraneanShunningGroundsEyeOfYelough_ = 35007550,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Golden Rune [8] 35007560")]
- SubterraneanShunningGroundsGoldenRune8 = 35007560,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Golden Rune [8] 35007560")]
+ SubterraneanShunningGroundsGoldenRune8 = 35007560,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Smithing Stone [7] 35007570")]
- SubterraneanShunningGroundsSmithingStone7_____ = 35007570,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Smithing Stone [7] 35007570")]
+ SubterraneanShunningGroundsSmithingStone7_____ = 35007570,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Golden Rune [1] 35007580")]
- SubterraneanShunningGroundsGoldenRune1__ = 35007580,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Golden Rune [1] 35007580")]
+ SubterraneanShunningGroundsGoldenRune1__ = 35007580,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Golden Rune [11] 35007590")]
- SubterraneanShunningGroundsGoldenRune11___ = 35007590,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Golden Rune [11] 35007590")]
+ SubterraneanShunningGroundsGoldenRune11___ = 35007590,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Smithing Stone [5] 35007600")]
- SubterraneanShunningGroundsSmithingStone5 = 35007600,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Smithing Stone [5] 35007600")]
+ SubterraneanShunningGroundsSmithingStone5 = 35007600,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Ritual Pot 66490")]
- SubterraneanShunningGroundsRitualPot = 66490,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Ritual Pot 66490")]
+ SubterraneanShunningGroundsRitualPot = 66490,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Smithing Stone [6] 35007630")]
- SubterraneanShunningGroundsSmithingStone6 = 35007630,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Smithing Stone [6] 35007630")]
+ SubterraneanShunningGroundsSmithingStone6 = 35007630,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Grace Mimic 35007650")]
- SubterraneanShunningGroundsGraceMimic_ = 35007650,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Grace Mimic 35007650")]
+ SubterraneanShunningGroundsGraceMimic_ = 35007650,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Golden Rune [11] 35007660")]
- SubterraneanShunningGroundsGoldenRune11____ = 35007660,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Golden Rune [11] 35007660")]
+ SubterraneanShunningGroundsGoldenRune11____ = 35007660,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Hefty Beast Bone 35007670")]
- SubterraneanShunningGroundsHeftyBeastBone = 35007670,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Hefty Beast Bone 35007670")]
+ SubterraneanShunningGroundsHeftyBeastBone = 35007670,
- [Annotation(Name = "[Subterranean Shunning-Grounds] [Incantation] Inescapable Frenzy 35007680")]
- SubterraneanShunningGroundsIncantationInescapableFrenzy = 35007680,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] [Incantation] Inescapable Frenzy 35007680")]
+ SubterraneanShunningGroundsIncantationInescapableFrenzy = 35007680,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Erdtree's Favor +1 35007700")]
- SubterraneanShunningGroundsErdtreesFavor1 = 35007700,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Erdtree's Favor +1 35007700")]
+ SubterraneanShunningGroundsErdtreesFavor1 = 35007700,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Nomadic Merchant's Chapeau 35007710")]
- SubterraneanShunningGroundsNomadicMerchantsChapeau = 35007710,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Nomadic Merchant's Chapeau 35007710")]
+ SubterraneanShunningGroundsNomadicMerchantsChapeau = 35007710,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Fingerprint Stone Shield 35007720")]
- SubterraneanShunningGroundsFingerprintStoneShield = 35007720,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Fingerprint Stone Shield 35007720")]
+ SubterraneanShunningGroundsFingerprintStoneShield = 35007720,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Warming Stone 35007730")]
- SubterraneanShunningGroundsWarmingStone_ = 35007730,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Warming Stone 35007730")]
+ SubterraneanShunningGroundsWarmingStone_ = 35007730,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Poisoned Stone 35007740")]
- SubterraneanShunningGroundsPoisonedStone_ = 35007740,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Poisoned Stone 35007740")]
+ SubterraneanShunningGroundsPoisonedStone_ = 35007740,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Smithing Stone [1] 35007750")]
- SubterraneanShunningGroundsSmithingStone1 = 35007750,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Smithing Stone [1] 35007750")]
+ SubterraneanShunningGroundsSmithingStone1 = 35007750,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Fire Longsword 35007770")]
- SubterraneanShunningGroundsFireLongsword = 35007770,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Fire Longsword 35007770")]
+ SubterraneanShunningGroundsFireLongsword = 35007770,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Rune Arc 35007780")]
- SubterraneanShunningGroundsRuneArc_ = 35007780,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Rune Arc 35007780")]
+ SubterraneanShunningGroundsRuneArc_ = 35007780,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Frenzied's Cookbook [2] 68410")]
- SubterraneanShunningGroundsFrenziedsCookbook2 = 68410,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Frenzied's Cookbook [2] 68410")]
+ SubterraneanShunningGroundsFrenziedsCookbook2 = 68410,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Ghost Glovewort [6] 35007900")]
- SubterraneanShunningGroundsGhostGlovewort6 = 35007900,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Ghost Glovewort [6] 35007900")]
+ SubterraneanShunningGroundsGhostGlovewort6 = 35007900,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Root Resin 35007910")]
- SubterraneanShunningGroundsRootResin = 35007910,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Root Resin 35007910")]
+ SubterraneanShunningGroundsRootResin = 35007910,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Mushroom 35007920")]
- SubterraneanShunningGroundsMushroom = 35007920,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Mushroom 35007920")]
+ SubterraneanShunningGroundsMushroom = 35007920,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Sacramental Bud 35007930")]
- SubterraneanShunningGroundsSacramentalBud = 35007930,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Sacramental Bud 35007930")]
+ SubterraneanShunningGroundsSacramentalBud = 35007930,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Crucible Scale Talisman 35007940")]
- SubterraneanShunningGroundsCrucibleScaleTalisman = 35007940,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Crucible Scale Talisman 35007940")]
+ SubterraneanShunningGroundsCrucibleScaleTalisman = 35007940,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Haligdrake Talisman +1 35007950")]
- SubterraneanShunningGroundsHaligdrakeTalisman1 = 35007950,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Haligdrake Talisman +1 35007950")]
+ SubterraneanShunningGroundsHaligdrakeTalisman1 = 35007950,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Rune Arc 35007960")]
- SubterraneanShunningGroundsRuneArc__ = 35007960,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Rune Arc 35007960")]
+ SubterraneanShunningGroundsRuneArc__ = 35007960,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Somber Smithing Stone [6] 35007970")]
- SubterraneanShunningGroundsSomberSmithingStone6_ = 35007970,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Somber Smithing Stone [6] 35007970")]
+ SubterraneanShunningGroundsSomberSmithingStone6_ = 35007970,
- [Annotation(Name = "[Subterranean Shunning-Grounds] Somber Smithing Stone [7] 35007980")]
- SubterraneanShunningGroundsSomberSmithingStone7_ = 35007980,
+ [Annotation(Name = "[Subterranean Shunning-Grounds] Somber Smithing Stone [7] 35007980")]
+ SubterraneanShunningGroundsSomberSmithingStone7_ = 35007980,
- [Annotation(Name = "[Ruin-Strewn Precipice] Golden Rune [1] 39207000")]
- RuinStrewnPrecipiceGoldenRune1 = 39207000,
+ [Annotation(Name = "[Ruin-Strewn Precipice] Golden Rune [1] 39207000")]
+ RuinStrewnPrecipiceGoldenRune1 = 39207000,
- [Annotation(Name = "[Ruin-Strewn Precipice] Smithing Stone [5] 39207010")]
- RuinStrewnPrecipiceSmithingStone5 = 39207010,
+ [Annotation(Name = "[Ruin-Strewn Precipice] Smithing Stone [5] 39207010")]
+ RuinStrewnPrecipiceSmithingStone5 = 39207010,
- [Annotation(Name = "[Ruin-Strewn Precipice] Rune Arc 39207020")]
- RuinStrewnPrecipiceRuneArc = 39207020,
+ [Annotation(Name = "[Ruin-Strewn Precipice] Rune Arc 39207020")]
+ RuinStrewnPrecipiceRuneArc = 39207020,
- [Annotation(Name = "[Ruin-Strewn Precipice] Somber Smithing Stone [3] 39207030")]
- RuinStrewnPrecipiceSomberSmithingStone3 = 39207030,
+ [Annotation(Name = "[Ruin-Strewn Precipice] Somber Smithing Stone [3] 39207030")]
+ RuinStrewnPrecipiceSomberSmithingStone3 = 39207030,
- [Annotation(Name = "[Ruin-Strewn Precipice] Serpent-God's Curved Sword 39207040")]
- RuinStrewnPrecipiceSerpentGodsCurvedSword = 39207040,
+ [Annotation(Name = "[Ruin-Strewn Precipice] Serpent-God's Curved Sword 39207040")]
+ RuinStrewnPrecipiceSerpentGodsCurvedSword = 39207040,
- [Annotation(Name = "[Ruin-Strewn Precipice] Smithing Stone [4] 39207050")]
- RuinStrewnPrecipiceSmithingStone4 = 39207050,
+ [Annotation(Name = "[Ruin-Strewn Precipice] Smithing Stone [4] 39207050")]
+ RuinStrewnPrecipiceSmithingStone4 = 39207050,
- [Annotation(Name = "[Ruin-Strewn Precipice] Golden Rune [4] 39207060")]
- RuinStrewnPrecipiceGoldenRune4 = 39207060,
+ [Annotation(Name = "[Ruin-Strewn Precipice] Golden Rune [4] 39207060")]
+ RuinStrewnPrecipiceGoldenRune4 = 39207060,
- [Annotation(Name = "[Ruin-Strewn Precipice] Golden Rune [5] 39207070")]
- RuinStrewnPrecipiceGoldenRune5 = 39207070,
+ [Annotation(Name = "[Ruin-Strewn Precipice] Golden Rune [5] 39207070")]
+ RuinStrewnPrecipiceGoldenRune5 = 39207070,
- [Annotation(Name = "[Ruin-Strewn Precipice] Rune Arc 39207080")]
- RuinStrewnPrecipiceRuneArc_ = 39207080,
+ [Annotation(Name = "[Ruin-Strewn Precipice] Rune Arc 39207080")]
+ RuinStrewnPrecipiceRuneArc_ = 39207080,
- [Annotation(Name = "[Ruin-Strewn Precipice] Soft Cotton 39207090")]
- RuinStrewnPrecipiceSoftCotton = 39207090,
+ [Annotation(Name = "[Ruin-Strewn Precipice] Soft Cotton 39207090")]
+ RuinStrewnPrecipiceSoftCotton = 39207090,
- [Annotation(Name = "[Ruin-Strewn Precipice] Golden Rune [5] 39207100")]
- RuinStrewnPrecipiceGoldenRune5_ = 39207100,
+ [Annotation(Name = "[Ruin-Strewn Precipice] Golden Rune [5] 39207100")]
+ RuinStrewnPrecipiceGoldenRune5_ = 39207100,
- [Annotation(Name = "[Ruin-Strewn Precipice] Golden Rune [5] 39207110")]
- RuinStrewnPrecipiceGoldenRune5__ = 39207110,
+ [Annotation(Name = "[Ruin-Strewn Precipice] Golden Rune [5] 39207110")]
+ RuinStrewnPrecipiceGoldenRune5__ = 39207110,
- [Annotation(Name = "[Ruin-Strewn Precipice] Lost Ashes of War 39207120")]
- RuinStrewnPrecipiceLostAshesOfWar = 39207120,
+ [Annotation(Name = "[Ruin-Strewn Precipice] Lost Ashes of War 39207120")]
+ RuinStrewnPrecipiceLostAshesOfWar = 39207120,
- [Annotation(Name = "[Ruin-Strewn Precipice] Smithing Stone [3] 39207130")]
- RuinStrewnPrecipiceSmithingStone3 = 39207130,
+ [Annotation(Name = "[Ruin-Strewn Precipice] Smithing Stone [3] 39207130")]
+ RuinStrewnPrecipiceSmithingStone3 = 39207130,
- [Annotation(Name = "[Ruin-Strewn Precipice] Smithing Stone [3] 39207140")]
- RuinStrewnPrecipiceSmithingStone3_ = 39207140,
+ [Annotation(Name = "[Ruin-Strewn Precipice] Smithing Stone [3] 39207140")]
+ RuinStrewnPrecipiceSmithingStone3_ = 39207140,
- [Annotation(Name = "[Ruin-Strewn Precipice] Smithing Stone [3] 39207150")]
- RuinStrewnPrecipiceSmithingStone3__ = 39207150,
+ [Annotation(Name = "[Ruin-Strewn Precipice] Smithing Stone [3] 39207150")]
+ RuinStrewnPrecipiceSmithingStone3__ = 39207150,
- [Annotation(Name = "[Ruin-Strewn Precipice] Lightning Grease 39207160")]
- RuinStrewnPrecipiceLightningGrease = 39207160,
+ [Annotation(Name = "[Ruin-Strewn Precipice] Lightning Grease 39207160")]
+ RuinStrewnPrecipiceLightningGrease = 39207160,
- [Annotation(Name = "[Ruin-Strewn Precipice] Sacred Tear 39207170")]
- RuinStrewnPrecipiceSacredTear = 39207170,
+ [Annotation(Name = "[Ruin-Strewn Precipice] Sacred Tear 39207170")]
+ RuinStrewnPrecipiceSacredTear = 39207170,
- [Annotation(Name = "[Ruin-Strewn Precipice] Smithing Stone [1] 39207200")]
- RuinStrewnPrecipiceSmithingStone1 = 39207200,
+ [Annotation(Name = "[Ruin-Strewn Precipice] Smithing Stone [1] 39207200")]
+ RuinStrewnPrecipiceSmithingStone1 = 39207200,
- [Annotation(Name = "[Ruin-Strewn Precipice] Bull-Goat Helm 39207500")]
- RuinStrewnPrecipiceBullGoatHelm = 39207500,
+ [Annotation(Name = "[Ruin-Strewn Precipice] Bull-Goat Helm 39207500")]
+ RuinStrewnPrecipiceBullGoatHelm = 39207500,
- [Annotation(Name = "Golden Rune [1] 99017000")]
- GoldenRune1_____________________ = 99017000,
+ [Annotation(Name = "Golden Rune [1] 99017000")]
+ GoldenRune1_____________________ = 99017000,
- [Annotation(Name = "Cracked Pot 99997020")]
- CrackedPot = 99997020,
+ [Annotation(Name = "Cracked Pot 99997020")]
+ CrackedPot = 99997020,
- [Annotation(Name = "Perfume Bottle 99997030")]
- PerfumeBottle = 99997030,
+ [Annotation(Name = "Perfume Bottle 99997030")]
+ PerfumeBottle = 99997030,
- [Annotation(Name = "Veteran's Helm 59930000")]
- VeteransHelm = 59930000,
+ [Annotation(Name = "Veteran's Helm 59930000")]
+ VeteransHelm = 59930000,
- [Annotation(Name = "Soft Cotton 59931000")]
- SoftCotton = 59931000,
+ [Annotation(Name = "Soft Cotton 59931000")]
+ SoftCotton = 59931000,
- [Annotation(Name = "[Limgrave - Mistwood] Spiked Cracked Tear 65140")]
- LimgraveMistwoodSpikedCrackedTear = 65140,
+ [Annotation(Name = "[Limgrave - Mistwood] Spiked Cracked Tear 65140")]
+ LimgraveMistwoodSpikedCrackedTear = 65140,
- [Annotation(Name = "[Limgrave - Mistwood] Greenspill Crystal Tear 65010")]
- LimgraveMistwoodGreenspillCrystalTear = 65010,
+ [Annotation(Name = "[Limgrave - Mistwood] Greenspill Crystal Tear 65010")]
+ LimgraveMistwoodGreenspillCrystalTear = 65010,
- [Annotation(Name = "[Limgrave - Third Church of Marika] Flask of Wondrous Physick 60020")]
- LimgraveThirdChurchOfMarikaFlaskOfWondrousPhysick = 60020,
+ [Annotation(Name = "[Limgrave - Third Church of Marika] Flask of Wondrous Physick 60020")]
+ LimgraveThirdChurchOfMarikaFlaskOfWondrousPhysick = 60020,
- [Annotation(Name = "[Limgrave - Third Church of Marika] Crimson Crystal Tear 65020")]
- LimgraveThirdChurchOfMarikaCrimsonCrystalTear = 65020,
+ [Annotation(Name = "[Limgrave - Third Church of Marika] Crimson Crystal Tear 65020")]
+ LimgraveThirdChurchOfMarikaCrimsonCrystalTear = 65020,
- [Annotation(Name = "[Limgrave - Third Church of Marika] Sacred Tear 1046387100")]
- LimgraveThirdChurchOfMarikaSacredTear = 1046387100,
+ [Annotation(Name = "[Limgrave - Third Church of Marika] Sacred Tear 1046387100")]
+ LimgraveThirdChurchOfMarikaSacredTear = 1046387100,
- [Annotation(Name = "[Weeping Peninsula - Fourth Church of Marika] Sacred Tear 1041337200")]
- WeepingPeninsulaFourthChurchOfMarikaSacredTear = 1041337200,
+ [Annotation(Name = "[Weeping Peninsula - Fourth Church of Marika] Sacred Tear 1041337200")]
+ WeepingPeninsulaFourthChurchOfMarikaSacredTear = 1041337200,
- [Annotation(Name = "[Limgrave - Seaside Ruins] Sacred Tear 1043357100")]
- LimgraveSeasideRuinsSacredTear = 1043357100,
+ [Annotation(Name = "[Limgrave - Seaside Ruins] Sacred Tear 1043357100")]
+ LimgraveSeasideRuinsSacredTear = 1043357100,
- [Annotation(Name = "[Weeping Peninsula - Ailing Village Outskirts] Sacred Tear 1044337100")]
- WeepingPeninsulaAilingVillageOutskirtsSacredTear = 1044337100,
+ [Annotation(Name = "[Weeping Peninsula - Ailing Village Outskirts] Sacred Tear 1044337100")]
+ WeepingPeninsulaAilingVillageOutskirtsSacredTear = 1044337100,
- [Annotation(Name = "[Stormhill - Stormhill Shack] Golden Seed 1041387100")]
- StormhillStormhillShackGoldenSeed = 1041387100,
+ [Annotation(Name = "[Stormhill - Stormhill Shack] Golden Seed 1041387100")]
+ StormhillStormhillShackGoldenSeed = 1041387100,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne Approach] Golden Seed 1044327020")]
- WeepingPeninsulaCastleMorneApproachGoldenSeed = 1044327020,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne Approach] Golden Seed 1044327020")]
+ WeepingPeninsulaCastleMorneApproachGoldenSeed = 1044327020,
- [Annotation(Name = "[Limgrave - Fort Haight] Golden Seed 1046367100")]
- LimgraveFortHaightGoldenSeed = 1046367100,
+ [Annotation(Name = "[Limgrave - Fort Haight] Golden Seed 1046367100")]
+ LimgraveFortHaightGoldenSeed = 1046367100,
- [Annotation(Name = "[Limgrave - Agheel Lake North] Ash of War: Repeating Thrust 1043377400")]
- LimgraveAgheelLakeNorthAshOfWarRepeatingThrust = 1043377400,
+ [Annotation(Name = "[Limgrave - Agheel Lake North] Ash of War: Repeating Thrust 1043377400")]
+ LimgraveAgheelLakeNorthAshOfWarRepeatingThrust = 1043377400,
- [Annotation(Name = "[Stormhill - Warmaster's Shack] Blue-Feathered Branchsword 1042387400")]
- StormhillWarmastersShackBlueFeatheredBranchsword = 1042387400,
+ [Annotation(Name = "[Stormhill - Warmaster's Shack] Blue-Feathered Branchsword 1042387400")]
+ StormhillWarmastersShackBlueFeatheredBranchsword = 1042387400,
- [Annotation(Name = "[Stormhill - Warmaster's Shack] Bone Peddler's Bell Bearing 1042387410")]
- StormhillWarmastersShackBonePeddlersBellBearing = 1042387410,
+ [Annotation(Name = "[Stormhill - Warmaster's Shack] Bone Peddler's Bell Bearing 1042387410")]
+ StormhillWarmastersShackBonePeddlersBellBearing = 1042387410,
- [Annotation(Name = "[Stormhill - Forested West Cliffside] Smithing Stone [1] 1040387000")]
- StormhillForestedWestCliffsideSmithingStone1 = 1040387000,
+ [Annotation(Name = "[Stormhill - Forested West Cliffside] Smithing Stone [1] 1040387000")]
+ StormhillForestedWestCliffsideSmithingStone1 = 1040387000,
- [Annotation(Name = "[Stormhill - Forested West Cliffside] Nomadic Warrior's Cookbook [7] 67050")]
- StormhillForestedWestCliffsideNomadicWarriorsCookbook7 = 67050,
+ [Annotation(Name = "[Stormhill - Forested West Cliffside] Nomadic Warrior's Cookbook [7] 67050")]
+ StormhillForestedWestCliffsideNomadicWarriorsCookbook7 = 67050,
- [Annotation(Name = "[Limgrave - Church of Dragon Communion] Great Dragonfly Head 1041357000")]
- LimgraveChurchOfDragonCommunionGreatDragonflyHead = 1041357000,
+ [Annotation(Name = "[Limgrave - Church of Dragon Communion] Great Dragonfly Head 1041357000")]
+ LimgraveChurchOfDragonCommunionGreatDragonflyHead = 1041357000,
- [Annotation(Name = "[Limgrave - Church of Dragon Communion] Smithing Stone [2] 1041357010")]
- LimgraveChurchOfDragonCommunionSmithingStone2 = 1041357010,
+ [Annotation(Name = "[Limgrave - Church of Dragon Communion] Smithing Stone [2] 1041357010")]
+ LimgraveChurchOfDragonCommunionSmithingStone2 = 1041357010,
- [Annotation(Name = "[Limgrave - Church of Dragon Communion] Exalted Flesh 1041357020")]
- LimgraveChurchOfDragonCommunionExaltedFlesh = 1041357020,
+ [Annotation(Name = "[Limgrave - Church of Dragon Communion] Exalted Flesh 1041357020")]
+ LimgraveChurchOfDragonCommunionExaltedFlesh = 1041357020,
- [Annotation(Name = "[Limgrave - Coastal Cave Entrance] Land Octopus Ovary 1041367000")]
- LimgraveCoastalCaveEntranceLandOctopusOvary = 1041367000,
+ [Annotation(Name = "[Limgrave - Coastal Cave Entrance] Land Octopus Ovary 1041367000")]
+ LimgraveCoastalCaveEntranceLandOctopusOvary = 1041367000,
- [Annotation(Name = "[Limgrave - Stormfoot Catacombs Entrance] Strip of White Flesh 1041377000")]
- LimgraveStormfootCatacombsEntranceStripOfWhiteFlesh = 1041377000,
+ [Annotation(Name = "[Limgrave - Stormfoot Catacombs Entrance] Strip of White Flesh 1041377000")]
+ LimgraveStormfootCatacombsEntranceStripOfWhiteFlesh = 1041377000,
- [Annotation(Name = "[Limgrave - Stormfoot Catacombs Entrance] Starlight Shards 1041377020")]
- LimgraveStormfootCatacombsEntranceStarlightShards = 1041377020,
+ [Annotation(Name = "[Limgrave - Stormfoot Catacombs Entrance] Starlight Shards 1041377020")]
+ LimgraveStormfootCatacombsEntranceStarlightShards = 1041377020,
- [Annotation(Name = "[Stormhill - Stormhill Shack] Magic Grease 1041387010")]
- StormhillStormhillShackMagicGrease = 1041387010,
+ [Annotation(Name = "[Stormhill - Stormhill Shack] Magic Grease 1041387010")]
+ StormhillStormhillShackMagicGrease = 1041387010,
- [Annotation(Name = "[Stormhill - Stormhill Shack] Smithing Stone [1] 1041387030")]
- StormhillStormhillShackSmithingStone1 = 1041387030,
+ [Annotation(Name = "[Stormhill - Stormhill Shack] Smithing Stone [1] 1041387030")]
+ StormhillStormhillShackSmithingStone1 = 1041387030,
- [Annotation(Name = "[Stormhill - Stormhill Shack] Stonesword Key 1041387040")]
- StormhillStormhillShackStoneswordKey = 1041387040,
+ [Annotation(Name = "[Stormhill - Stormhill Shack] Stonesword Key 1041387040")]
+ StormhillStormhillShackStoneswordKey = 1041387040,
- [Annotation(Name = "[Stormhill - Stormhill Shack] Godrick Soldier Ashes 1041387050")]
- StormhillStormhillShackGodrickSoldierAshes = 1041387050,
+ [Annotation(Name = "[Stormhill - Stormhill Shack] Godrick Soldier Ashes 1041387050")]
+ StormhillStormhillShackGodrickSoldierAshes = 1041387050,
- [Annotation(Name = "[Stormhill - Stormhill Shack] Bloodrose 1041387200")]
- StormhillStormhillShackBloodrose = 1041387200,
+ [Annotation(Name = "[Stormhill - Stormhill Shack] Bloodrose 1041387200")]
+ StormhillStormhillShackBloodrose = 1041387200,
- [Annotation(Name = "[Stormhill - North of Stormhill Shack] Lump of Flesh 1041397000")]
- StormhillNorthOfStormhillShackLumpOfFlesh = 1041397000,
+ [Annotation(Name = "[Stormhill - North of Stormhill Shack] Lump of Flesh 1041397000")]
+ StormhillNorthOfStormhillShackLumpOfFlesh = 1041397000,
- [Annotation(Name = "[Stormhill - Northwest Cliffside] Duelist's Furled Finger 60240")]
- StormhillNorthwestCliffsideDuelistsFurledFinger = 60240,
+ [Annotation(Name = "[Stormhill - Northwest Cliffside] Duelist's Furled Finger 60240")]
+ StormhillNorthwestCliffsideDuelistsFurledFinger = 60240,
- [Annotation(Name = "[Stormhill - Northwest Cliffside] Small Red Effigy 60250")]
- StormhillNorthwestCliffsideSmallRedEffigy = 60250,
+ [Annotation(Name = "[Stormhill - Northwest Cliffside] Small Red Effigy 60250")]
+ StormhillNorthwestCliffsideSmallRedEffigy = 60250,
- [Annotation(Name = "[Limgrave - South of Stranded Graveyard] Gold-Pickled Fowl Foot 1042357010")]
- LimgraveSouthOfStrandedGraveyardGoldPickledFowlFoot = 1042357010,
+ [Annotation(Name = "[Limgrave - South of Stranded Graveyard] Gold-Pickled Fowl Foot 1042357010")]
+ LimgraveSouthOfStrandedGraveyardGoldPickledFowlFoot = 1042357010,
- [Annotation(Name = "[Limgrave - South of Stranded Graveyard] Lump of Flesh 1042357000")]
- LimgraveSouthOfStrandedGraveyardLumpOfFlesh = 1042357000,
+ [Annotation(Name = "[Limgrave - South of Stranded Graveyard] Lump of Flesh 1042357000")]
+ LimgraveSouthOfStrandedGraveyardLumpOfFlesh = 1042357000,
- [Annotation(Name = "[Limgrave - Church of Elleh] Silver-Pickled Fowl Foot 1042367010")]
- LimgraveChurchOfEllehSilverPickledFowlFoot = 1042367010,
+ [Annotation(Name = "[Limgrave - Church of Elleh] Silver-Pickled Fowl Foot 1042367010")]
+ LimgraveChurchOfEllehSilverPickledFowlFoot = 1042367010,
- [Annotation(Name = "[Limgrave - Church of Elleh] Golden Rune [2] 1042367030")]
- LimgraveChurchOfEllehGoldenRune2 = 1042367030,
+ [Annotation(Name = "[Limgrave - Church of Elleh] Golden Rune [2] 1042367030")]
+ LimgraveChurchOfEllehGoldenRune2 = 1042367030,
- [Annotation(Name = "[Limgrave - Church of Elleh] Golden Rune [1] 1042367040")]
- LimgraveChurchOfEllehGoldenRune1 = 1042367040,
+ [Annotation(Name = "[Limgrave - Church of Elleh] Golden Rune [1] 1042367040")]
+ LimgraveChurchOfEllehGoldenRune1 = 1042367040,
- [Annotation(Name = "[Limgrave - Church of Elleh] Smithing Stone [1] 1042367050")]
- LimgraveChurchOfEllehSmithingStone1 = 1042367050,
+ [Annotation(Name = "[Limgrave - Church of Elleh] Smithing Stone [1] 1042367050")]
+ LimgraveChurchOfEllehSmithingStone1 = 1042367050,
- [Annotation(Name = "[Limgrave - Church of Elleh] Smithing Stone [1] 1042367060")]
- LimgraveChurchOfEllehSmithingStone1_ = 1042367060,
+ [Annotation(Name = "[Limgrave - Church of Elleh] Smithing Stone [1] 1042367060")]
+ LimgraveChurchOfEllehSmithingStone1_ = 1042367060,
- [Annotation(Name = "[Limgrave - Gatefront] Ruin Fragment 1042377000")]
- LimgraveGatefrontRuinFragment = 1042377000,
+ [Annotation(Name = "[Limgrave - Gatefront] Ruin Fragment 1042377000")]
+ LimgraveGatefrontRuinFragment = 1042377000,
- [Annotation(Name = "[Troll Carriage - Gatefront Ruins] Flail 1042377060")]
- TrollCarriageGatefrontRuinsFlail = 1042377060,
+ [Annotation(Name = "[Troll Carriage - Gatefront Ruins] Flail 1042377060")]
+ TrollCarriageGatefrontRuinsFlail = 1042377060,
- [Annotation(Name = "[Troll Carriage - Gatefront Ruins] Lordsworn's Greatsword 1042377070")]
- TrollCarriageGatefrontRuinsLordswornsGreatsword = 1042377070,
+ [Annotation(Name = "[Troll Carriage - Gatefront Ruins] Lordsworn's Greatsword 1042377070")]
+ TrollCarriageGatefrontRuinsLordswornsGreatsword = 1042377070,
- [Annotation(Name = "[Limgrave - Gatefront] Whetstone Knife 60130")]
- LimgraveGatefrontWhetstoneKnife = 60130,
+ [Annotation(Name = "[Limgrave - Gatefront] Whetstone Knife 60130")]
+ LimgraveGatefrontWhetstoneKnife = 60130,
- [Annotation(Name = "[Limgrave - Gatefront] Ash of War: Storm Stomp 1042377110")]
- LimgraveGatefrontAshOfWarStormStomp = 1042377110,
+ [Annotation(Name = "[Limgrave - Gatefront] Ash of War: Storm Stomp 1042377110")]
+ LimgraveGatefrontAshOfWarStormStomp = 1042377110,
- [Annotation(Name = "[Limgrave - Gatefront] Kukri 1042377010")]
- LimgraveGatefrontKukri = 1042377010,
+ [Annotation(Name = "[Limgrave - Gatefront] Kukri 1042377010")]
+ LimgraveGatefrontKukri = 1042377010,
- [Annotation(Name = "[Limgrave - Gatefront] Arrow's Reach Talisman 1042377300")]
- LimgraveGatefrontArrowsReachTalisman = 1042377300,
+ [Annotation(Name = "[Limgrave - Gatefront] Arrow's Reach Talisman 1042377300")]
+ LimgraveGatefrontArrowsReachTalisman = 1042377300,
- [Annotation(Name = "[Limgrave - Gatefront] Assassin's Crimson Dagger 1042377100")]
- LimgraveGatefrontAssassinsCrimsonDagger = 1042377100,
+ [Annotation(Name = "[Limgrave - Gatefront] Assassin's Crimson Dagger 1042377100")]
+ LimgraveGatefrontAssassinsCrimsonDagger = 1042377100,
- [Annotation(Name = "[Stormhill - Warmaster's Shack] Beast Liver 1042387000")]
- StormhillWarmastersShackBeastLiver = 1042387000,
+ [Annotation(Name = "[Stormhill - Warmaster's Shack] Beast Liver 1042387000")]
+ StormhillWarmastersShackBeastLiver = 1042387000,
- [Annotation(Name = "[Stormhill - Warmaster's Shack] Golden Rune [1] 1042387010")]
- StormhillWarmastersShackGoldenRune1 = 1042387010,
+ [Annotation(Name = "[Stormhill - Warmaster's Shack] Golden Rune [1] 1042387010")]
+ StormhillWarmastersShackGoldenRune1 = 1042387010,
- [Annotation(Name = "[Stormhill - Warmaster's Shack] Fire Arrow 1042387020")]
- StormhillWarmastersShackFireArrow = 1042387020,
+ [Annotation(Name = "[Stormhill - Warmaster's Shack] Fire Arrow 1042387020")]
+ StormhillWarmastersShackFireArrow = 1042387020,
- [Annotation(Name = "[Stormhill - Warmaster's Shack] Golden Rune [5] 1042387030")]
- StormhillWarmastersShackGoldenRune5 = 1042387030,
+ [Annotation(Name = "[Stormhill - Warmaster's Shack] Golden Rune [5] 1042387030")]
+ StormhillWarmastersShackGoldenRune5 = 1042387030,
- [Annotation(Name = "[Stormhill - Warmaster's Shack] Golden Rune [1] 1042387040")]
- StormhillWarmastersShackGoldenRune1_ = 1042387040,
+ [Annotation(Name = "[Stormhill - Warmaster's Shack] Golden Rune [1] 1042387040")]
+ StormhillWarmastersShackGoldenRune1_ = 1042387040,
- [Annotation(Name = "[Stormhill - Warmaster's Shack] Golden Rune [3] 1042387050")]
- StormhillWarmastersShackGoldenRune3 = 1042387050,
+ [Annotation(Name = "[Stormhill - Warmaster's Shack] Golden Rune [3] 1042387050")]
+ StormhillWarmastersShackGoldenRune3 = 1042387050,
- [Annotation(Name = "[Stormhill - Warmaster's Shack] Golden Rune [2] 1042387070")]
- StormhillWarmastersShackGoldenRune2 = 1042387070,
+ [Annotation(Name = "[Stormhill - Warmaster's Shack] Golden Rune [2] 1042387070")]
+ StormhillWarmastersShackGoldenRune2 = 1042387070,
- [Annotation(Name = "[Stormhill - Warmaster's Shack] Golden Rune [1] 1042387080")]
- StormhillWarmastersShackGoldenRune1__ = 1042387080,
+ [Annotation(Name = "[Stormhill - Warmaster's Shack] Golden Rune [1] 1042387080")]
+ StormhillWarmastersShackGoldenRune1__ = 1042387080,
- [Annotation(Name = "[Stormhill - Warmaster's Shack] Golden Rune [2] 1042387090")]
- StormhillWarmastersShackGoldenRune2_ = 1042387090,
+ [Annotation(Name = "[Stormhill - Warmaster's Shack] Golden Rune [2] 1042387090")]
+ StormhillWarmastersShackGoldenRune2_ = 1042387090,
- [Annotation(Name = "[Stormhill - Warmaster's Shack] Golden Rune [1] 1042387100")]
- StormhillWarmastersShackGoldenRune1___ = 1042387100,
+ [Annotation(Name = "[Stormhill - Warmaster's Shack] Golden Rune [1] 1042387100")]
+ StormhillWarmastersShackGoldenRune1___ = 1042387100,
- [Annotation(Name = "[Stormhill - Warmaster's Shack] Golden Rune [1] 1042387110")]
- StormhillWarmastersShackGoldenRune1____ = 1042387110,
+ [Annotation(Name = "[Stormhill - Warmaster's Shack] Golden Rune [1] 1042387110")]
+ StormhillWarmastersShackGoldenRune1____ = 1042387110,
- [Annotation(Name = "[Stormhill - Warmaster's Shack] Golden Rune [2] 1042387120")]
- StormhillWarmastersShackGoldenRune2__ = 1042387120,
+ [Annotation(Name = "[Stormhill - Warmaster's Shack] Golden Rune [2] 1042387120")]
+ StormhillWarmastersShackGoldenRune2__ = 1042387120,
- [Annotation(Name = "[Stormhill - Warmaster's Shack] Lump of Flesh 1042387140")]
- StormhillWarmastersShackLumpOfFlesh = 1042387140,
+ [Annotation(Name = "[Stormhill - Warmaster's Shack] Lump of Flesh 1042387140")]
+ StormhillWarmastersShackLumpOfFlesh = 1042387140,
- [Annotation(Name = "[Stormhill - Warmaster's Shack] Smithing Stone [1] 1042387600")]
- StormhillWarmastersShackSmithingStone1 = 1042387600,
+ [Annotation(Name = "[Stormhill - Warmaster's Shack] Smithing Stone [1] 1042387600")]
+ StormhillWarmastersShackSmithingStone1 = 1042387600,
- [Annotation(Name = "[Stormhill - Warmaster's Shack] Smoldering Butterfly 1042387200")]
- StormhillWarmastersShackSmolderingButterfly = 1042387200,
+ [Annotation(Name = "[Stormhill - Warmaster's Shack] Smoldering Butterfly 1042387200")]
+ StormhillWarmastersShackSmolderingButterfly = 1042387200,
- [Annotation(Name = "[Stormhill - North of Warmaster's Shack] Strength-knot Crystal Tear 65210")]
- StormhillNorthOfWarmastersShackStrengthknotCrystalTear = 65210,
+ [Annotation(Name = "[Stormhill - North of Warmaster's Shack] Strength-knot Crystal Tear 65210")]
+ StormhillNorthOfWarmastersShackStrengthknotCrystalTear = 65210,
- [Annotation(Name = "[Stormhill - North of Warmaster's Shack] Lance 1042397010")]
- StormhillNorthOfWarmastersShackLance = 1042397010,
+ [Annotation(Name = "[Stormhill - North of Warmaster's Shack] Lance 1042397010")]
+ StormhillNorthOfWarmastersShackLance = 1042397010,
- [Annotation(Name = "[Stormhill - North of Warmaster's Shack] Beast Crest Heater Shield 1042397900")]
- StormhillNorthOfWarmastersShackBeastCrestHeaterShield = 1042397900,
+ [Annotation(Name = "[Stormhill - North of Warmaster's Shack] Beast Crest Heater Shield 1042397900")]
+ StormhillNorthOfWarmastersShackBeastCrestHeaterShield = 1042397900,
- [Annotation(Name = "[Stormhill - North of Warmaster's Shack] Scaled Helm 1042397500")]
- StormhillNorthOfWarmastersShackScaledHelm = 1042397500,
+ [Annotation(Name = "[Stormhill - North of Warmaster's Shack] Scaled Helm 1042397500")]
+ StormhillNorthOfWarmastersShackScaledHelm = 1042397500,
- [Annotation(Name = "[Stormhill - North of Warmaster's Shack] Hammer Talisman 1042397700")]
- StormhillNorthOfWarmastersShackHammerTalisman = 1042397700,
+ [Annotation(Name = "[Stormhill - North of Warmaster's Shack] Hammer Talisman 1042397700")]
+ StormhillNorthOfWarmastersShackHammerTalisman = 1042397700,
- [Annotation(Name = "[Limgrave - Seaside Ruins] Crab Eggs 1043357000")]
- LimgraveSeasideRuinsCrabEggs = 1043357000,
+ [Annotation(Name = "[Limgrave - Seaside Ruins] Crab Eggs 1043357000")]
+ LimgraveSeasideRuinsCrabEggs = 1043357000,
- [Annotation(Name = "[Limgrave - Seaside Ruins] Golden Rune [1] 1043357010")]
- LimgraveSeasideRuinsGoldenRune1 = 1043357010,
+ [Annotation(Name = "[Limgrave - Seaside Ruins] Golden Rune [1] 1043357010")]
+ LimgraveSeasideRuinsGoldenRune1 = 1043357010,
- [Annotation(Name = "[Limgrave - Seaside Ruins] Slumbering Egg 1043357030")]
- LimgraveSeasideRuinsSlumberingEgg = 1043357030,
+ [Annotation(Name = "[Limgrave - Seaside Ruins] Slumbering Egg 1043357030")]
+ LimgraveSeasideRuinsSlumberingEgg = 1043357030,
- [Annotation(Name = "[Limgrave - Dragon-Burnt Ruins] Stonesword Key 1043367010")]
- LimgraveDragonBurntRuinsStoneswordKey = 1043367010,
+ [Annotation(Name = "[Limgrave - Dragon-Burnt Ruins] Stonesword Key 1043367010")]
+ LimgraveDragonBurntRuinsStoneswordKey = 1043367010,
- [Annotation(Name = "[Limgrave - Dragon-Burnt Ruins] Golden Rune [2] 1043367020")]
- LimgraveDragonBurntRuinsGoldenRune2 = 1043367020,
+ [Annotation(Name = "[Limgrave - Dragon-Burnt Ruins] Golden Rune [2] 1043367020")]
+ LimgraveDragonBurntRuinsGoldenRune2 = 1043367020,
- [Annotation(Name = "[Limgrave - Dragon-Burnt Ruins] Crab Eggs 1043367040")]
- LimgraveDragonBurntRuinsCrabEggs = 1043367040,
+ [Annotation(Name = "[Limgrave - Dragon-Burnt Ruins] Crab Eggs 1043367040")]
+ LimgraveDragonBurntRuinsCrabEggs = 1043367040,
- [Annotation(Name = "[Limgrave - Dragon-Burnt Ruins] Twinblade 1043367110")]
- LimgraveDragonBurntRuinsTwinblade = 1043367110,
+ [Annotation(Name = "[Limgrave - Dragon-Burnt Ruins] Twinblade 1043367110")]
+ LimgraveDragonBurntRuinsTwinblade = 1043367110,
- [Annotation(Name = "[Limgrave - Dragon-Burnt Ruins] Arteria Leaf 1043367070")]
- LimgraveDragonBurntRuinsArteriaLeaf = 1043367070,
+ [Annotation(Name = "[Limgrave - Dragon-Burnt Ruins] Arteria Leaf 1043367070")]
+ LimgraveDragonBurntRuinsArteriaLeaf = 1043367070,
- [Annotation(Name = "[Limgrave - Agheel Lake North] Smithing Stone [1] 1043377000")]
- LimgraveAgheelLakeNorthSmithingStone1 = 1043377000,
+ [Annotation(Name = "[Limgrave - Agheel Lake North] Smithing Stone [1] 1043377000")]
+ LimgraveAgheelLakeNorthSmithingStone1 = 1043377000,
- [Annotation(Name = "[Limgrave - Agheel Lake North] Fire Grease 1043377010")]
- LimgraveAgheelLakeNorthFireGrease = 1043377010,
+ [Annotation(Name = "[Limgrave - Agheel Lake North] Fire Grease 1043377010")]
+ LimgraveAgheelLakeNorthFireGrease = 1043377010,
- [Annotation(Name = "[Limgrave - Agheel Lake North] Arteria Leaf 1043377020")]
- LimgraveAgheelLakeNorthArteriaLeaf = 1043377020,
+ [Annotation(Name = "[Limgrave - Agheel Lake North] Arteria Leaf 1043377020")]
+ LimgraveAgheelLakeNorthArteriaLeaf = 1043377020,
- [Annotation(Name = "[Limgrave - Gatefront] Map: Limgrave, West 62010")]
- LimgraveGatefrontMapLimgraveWest = 62010,
+ [Annotation(Name = "[Limgrave - Gatefront] Map: Limgrave, West 62010")]
+ LimgraveGatefrontMapLimgraveWest = 62010,
- [Annotation(Name = "[Limgrave - Gatefront] Reduvia 1042377700")]
- LimgraveGatefrontReduvia = 1042377700,
+ [Annotation(Name = "[Limgrave - Gatefront] Reduvia 1042377700")]
+ LimgraveGatefrontReduvia = 1042377700,
- [Annotation(Name = "[Limgrave - Murkwater Coast] Armorer's Cookbook [1] 67200")]
- LimgraveMurkwaterCoastArmorersCookbook1 = 67200,
+ [Annotation(Name = "[Limgrave - Murkwater Coast] Armorer's Cookbook [1] 67200")]
+ LimgraveMurkwaterCoastArmorersCookbook1 = 67200,
- [Annotation(Name = "[Limgrave - Murkwater Coast] Smithing Stone [1] 1043387010")]
- LimgraveMurkwaterCoastSmithingStone1 = 1043387010,
+ [Annotation(Name = "[Limgrave - Murkwater Coast] Smithing Stone [1] 1043387010")]
+ LimgraveMurkwaterCoastSmithingStone1 = 1043387010,
- [Annotation(Name = "[Limgrave - Murkwater Coast] Golden Rune [2] 1043387020")]
- LimgraveMurkwaterCoastGoldenRune2 = 1043387020,
+ [Annotation(Name = "[Limgrave - Murkwater Coast] Golden Rune [2] 1043387020")]
+ LimgraveMurkwaterCoastGoldenRune2 = 1043387020,
- [Annotation(Name = "[Stormhill - Saintsbridge] Exalted Flesh 1043397010")]
- StormhillSaintsbridgeExaltedFlesh = 1043397010,
+ [Annotation(Name = "[Stormhill - Saintsbridge] Exalted Flesh 1043397010")]
+ StormhillSaintsbridgeExaltedFlesh = 1043397010,
- [Annotation(Name = "[Stormhill - Saintsbridge] Smithing Stone [1] 1043397020")]
- StormhillSaintsbridgeSmithingStone1 = 1043397020,
+ [Annotation(Name = "[Stormhill - Saintsbridge] Smithing Stone [1] 1043397020")]
+ StormhillSaintsbridgeSmithingStone1 = 1043397020,
- [Annotation(Name = "[Stormhill - Saintsbridge] Golden Rune [3] 1043397200")]
- StormhillSaintsbridgeGoldenRune3 = 1043397200,
+ [Annotation(Name = "[Stormhill - Saintsbridge] Golden Rune [3] 1043397200")]
+ StormhillSaintsbridgeGoldenRune3 = 1043397200,
- [Annotation(Name = "[Stormhill - Saintsbridge] Turtle Neck Meat 1043397030")]
- StormhillSaintsbridgeTurtleNeckMeat = 1043397030,
+ [Annotation(Name = "[Stormhill - Saintsbridge] Turtle Neck Meat 1043397030")]
+ StormhillSaintsbridgeTurtleNeckMeat = 1043397030,
- [Annotation(Name = "[Stormhill - Godrick Knight] Golden Vow 1043397500")]
- StormhillGodrickKnightGoldenVow = 1043397500,
+ [Annotation(Name = "[Stormhill - Godrick Knight] Golden Vow 1043397500")]
+ StormhillGodrickKnightGoldenVow = 1043397500,
- [Annotation(Name = "[Stormhill - Northeast Cliffside] Soporific Grease 1043407000")]
- StormhillNortheastCliffsideSoporificGrease = 1043407000,
+ [Annotation(Name = "[Stormhill - Northeast Cliffside] Soporific Grease 1043407000")]
+ StormhillNortheastCliffsideSoporificGrease = 1043407000,
- [Annotation(Name = "[Stormhill - Northeast Cliffside] Lance Talisman 1043407010")]
- StormhillNortheastCliffsideLanceTalisman = 1043407010,
+ [Annotation(Name = "[Stormhill - Northeast Cliffside] Lance Talisman 1043407010")]
+ StormhillNortheastCliffsideLanceTalisman = 1043407010,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne Approach] Map: Weeping Peninsula 62011")]
- WeepingPeninsulaCastleMorneApproachMapWeepingPeninsula = 62011,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne Approach] Map: Weeping Peninsula 62011")]
+ WeepingPeninsulaCastleMorneApproachMapWeepingPeninsula = 62011,
- [Annotation(Name = "[Weeping Peninsula - Bridge of Sacrifice] Stonesword Key 1044347000")]
- WeepingPeninsulaBridgeOfSacrificeStoneswordKey = 1044347000,
+ [Annotation(Name = "[Weeping Peninsula - Bridge of Sacrifice] Stonesword Key 1044347000")]
+ WeepingPeninsulaBridgeOfSacrificeStoneswordKey = 1044347000,
- [Annotation(Name = "[Weeping Peninsula - Bridge of Sacrifice] Smithing Stone [1] 1044347010")]
- WeepingPeninsulaBridgeOfSacrificeSmithingStone1 = 1044347010,
+ [Annotation(Name = "[Weeping Peninsula - Bridge of Sacrifice] Smithing Stone [1] 1044347010")]
+ WeepingPeninsulaBridgeOfSacrificeSmithingStone1 = 1044347010,
- [Annotation(Name = "[Weeping Peninsula - Bridge of Sacrifice] Ruin Fragment 1044347050")]
- WeepingPeninsulaBridgeOfSacrificeRuinFragment = 1044347050,
+ [Annotation(Name = "[Weeping Peninsula - Bridge of Sacrifice] Ruin Fragment 1044347050")]
+ WeepingPeninsulaBridgeOfSacrificeRuinFragment = 1044347050,
- [Annotation(Name = "[Weeping Peninsula - Bridge of Sacrifice] Large Club 1044347080")]
- WeepingPeninsulaBridgeOfSacrificeLargeClub = 1044347080,
+ [Annotation(Name = "[Weeping Peninsula - Bridge of Sacrifice] Large Club 1044347080")]
+ WeepingPeninsulaBridgeOfSacrificeLargeClub = 1044347080,
- [Annotation(Name = "[Limgrave - Agheel Lake South] Golden Rune [2] 1044357000")]
- LimgraveAgheelLakeSouthGoldenRune2 = 1044357000,
+ [Annotation(Name = "[Limgrave - Agheel Lake South] Golden Rune [2] 1044357000")]
+ LimgraveAgheelLakeSouthGoldenRune2 = 1044357000,
- [Annotation(Name = "[Limgrave - Agheel Lake South] Royal House Scroll 1044357010")]
- LimgraveAgheelLakeSouthRoyalHouseScroll = 1044357010,
+ [Annotation(Name = "[Limgrave - Agheel Lake South] Royal House Scroll 1044357010")]
+ LimgraveAgheelLakeSouthRoyalHouseScroll = 1044357010,
- [Annotation(Name = "[Limgrave - Agheel Lake South] Golden Rune [1] 1044357020")]
- LimgraveAgheelLakeSouthGoldenRune1 = 1044357020,
+ [Annotation(Name = "[Limgrave - Agheel Lake South] Golden Rune [1] 1044357020")]
+ LimgraveAgheelLakeSouthGoldenRune1 = 1044357020,
- [Annotation(Name = "[Limgrave - Agheel Lake South] Sliver of Meat 1044357030")]
- LimgraveAgheelLakeSouthSliverOfMeat = 1044357030,
+ [Annotation(Name = "[Limgrave - Agheel Lake South] Sliver of Meat 1044357030")]
+ LimgraveAgheelLakeSouthSliverOfMeat = 1044357030,
- [Annotation(Name = "Flame Sling 1044357050")]
- FlameSling = 1044357050,
+ [Annotation(Name = "Flame Sling 1044357050")]
+ FlameSling = 1044357050,
- [Annotation(Name = "[Limgrave - Agheel Lake South] Crab Eggs 1044357040")]
- LimgraveAgheelLakeSouthCrabEggs = 1044357040,
+ [Annotation(Name = "[Limgrave - Agheel Lake South] Crab Eggs 1044357040")]
+ LimgraveAgheelLakeSouthCrabEggs = 1044357040,
- [Annotation(Name = "[Limgrave - Agheel Lake South] Golden Rune [1] 1044357060")]
- LimgraveAgheelLakeSouthGoldenRune1_ = 1044357060,
+ [Annotation(Name = "[Limgrave - Agheel Lake South] Golden Rune [1] 1044357060")]
+ LimgraveAgheelLakeSouthGoldenRune1_ = 1044357060,
- [Annotation(Name = "[Limgrave - Agheel Lake South] Starlight Shards 1044357070")]
- LimgraveAgheelLakeSouthStarlightShards = 1044357070,
+ [Annotation(Name = "[Limgrave - Agheel Lake South] Starlight Shards 1044357070")]
+ LimgraveAgheelLakeSouthStarlightShards = 1044357070,
- [Annotation(Name = "[Limgrave - Agheel Lake South] Larval Tear 1044357100")]
- LimgraveAgheelLakeSouthLarvalTear = 1044357100,
+ [Annotation(Name = "[Limgrave - Agheel Lake South] Larval Tear 1044357100")]
+ LimgraveAgheelLakeSouthLarvalTear = 1044357100,
- [Annotation(Name = "[Limgrave - Agheel Lake South] Great epee 1044357900")]
- LimgraveAgheelLakeSouthGreatepee = 1044357900,
+ [Annotation(Name = "[Limgrave - Agheel Lake South] Great epee 1044357900")]
+ LimgraveAgheelLakeSouthGreatepee = 1044357900,
- [Annotation(Name = "[Limgrave - Waypoint Ruins] Glowstone 1044367000")]
- LimgraveWaypointRuinsGlowstone = 1044367000,
+ [Annotation(Name = "[Limgrave - Waypoint Ruins] Glowstone 1044367000")]
+ LimgraveWaypointRuinsGlowstone = 1044367000,
- [Annotation(Name = "[Limgrave - Waypoint Ruins] Golden Rune [1] 1044367010")]
- LimgraveWaypointRuinsGoldenRune1 = 1044367010,
+ [Annotation(Name = "[Limgrave - Waypoint Ruins] Golden Rune [1] 1044367010")]
+ LimgraveWaypointRuinsGoldenRune1 = 1044367010,
- [Annotation(Name = "[Limgrave - Waypoint Ruins] Immunizing Cured Meat 1044367020")]
- LimgraveWaypointRuinsImmunizingCuredMeat = 1044367020,
+ [Annotation(Name = "[Limgrave - Waypoint Ruins] Immunizing Cured Meat 1044367020")]
+ LimgraveWaypointRuinsImmunizingCuredMeat = 1044367020,
- [Annotation(Name = "[Limgrave - Waypoint Ruins] Trina's Lily 1044367100")]
- LimgraveWaypointRuinsTrinasLily = 1044367100,
+ [Annotation(Name = "[Limgrave - Waypoint Ruins] Trina's Lily 1044367100")]
+ LimgraveWaypointRuinsTrinasLily = 1044367100,
- [Annotation(Name = "[Limgrave - Waypoint Ruins] Smoldering Butterfly 1044367030")]
- LimgraveWaypointRuinsSmolderingButterfly = 1044367030,
+ [Annotation(Name = "[Limgrave - Waypoint Ruins] Smoldering Butterfly 1044367030")]
+ LimgraveWaypointRuinsSmolderingButterfly = 1044367030,
- [Annotation(Name = "[Limgrave - Waypoint Ruins] Somber Smithing Stone [1] 1044367040")]
- LimgraveWaypointRuinsSomberSmithingStone1 = 1044367040,
+ [Annotation(Name = "[Limgrave - Waypoint Ruins] Somber Smithing Stone [1] 1044367040")]
+ LimgraveWaypointRuinsSomberSmithingStone1 = 1044367040,
- [Annotation(Name = "[Troll Carriage - Waypoint Ruins] Greataxe 1044367200")]
- TrollCarriageWaypointRuinsGreataxe = 1044367200,
+ [Annotation(Name = "[Troll Carriage - Waypoint Ruins] Greataxe 1044367200")]
+ TrollCarriageWaypointRuinsGreataxe = 1044367200,
- [Annotation(Name = "[Limgrave - Waypoint Ruins] Golden Rune [1] 1044367300")]
- LimgraveWaypointRuinsGoldenRune1_ = 1044367300,
+ [Annotation(Name = "[Limgrave - Waypoint Ruins] Golden Rune [1] 1044367300")]
+ LimgraveWaypointRuinsGoldenRune1_ = 1044367300,
- [Annotation(Name = "[Limgrave - Waypoint Ruins] Golden Rune [1] 1044367310")]
- LimgraveWaypointRuinsGoldenRune1__ = 1044367310,
+ [Annotation(Name = "[Limgrave - Waypoint Ruins] Golden Rune [1] 1044367310")]
+ LimgraveWaypointRuinsGoldenRune1__ = 1044367310,
- [Annotation(Name = "[Limgrave - Waypoint Ruins] Golden Rune [2] 1044367320")]
- LimgraveWaypointRuinsGoldenRune2 = 1044367320,
+ [Annotation(Name = "[Limgrave - Waypoint Ruins] Golden Rune [2] 1044367320")]
+ LimgraveWaypointRuinsGoldenRune2 = 1044367320,
- [Annotation(Name = "[Limgrave - Waypoint Ruins] Golden Rune [1] 1044367330")]
- LimgraveWaypointRuinsGoldenRune1___ = 1044367330,
+ [Annotation(Name = "[Limgrave - Waypoint Ruins] Golden Rune [1] 1044367330")]
+ LimgraveWaypointRuinsGoldenRune1___ = 1044367330,
- [Annotation(Name = "[Limgrave - Waypoint Ruins] Golden Rune [3] 1044367340")]
- LimgraveWaypointRuinsGoldenRune3 = 1044367340,
+ [Annotation(Name = "[Limgrave - Waypoint Ruins] Golden Rune [3] 1044367340")]
+ LimgraveWaypointRuinsGoldenRune3 = 1044367340,
- [Annotation(Name = "[Limgrave - Mistwood Outskirts] Golden Rune [1] 1044377010")]
- LimgraveMistwoodOutskirtsGoldenRune1 = 1044377010,
+ [Annotation(Name = "[Limgrave - Mistwood Outskirts] Golden Rune [1] 1044377010")]
+ LimgraveMistwoodOutskirtsGoldenRune1 = 1044377010,
- [Annotation(Name = "[Limgrave - Mistwood Outskirts] Gold-Pickled Fowl Foot 1044377200")]
- LimgraveMistwoodOutskirtsGoldPickledFowlFoot = 1044377200,
+ [Annotation(Name = "[Limgrave - Mistwood Outskirts] Gold-Pickled Fowl Foot 1044377200")]
+ LimgraveMistwoodOutskirtsGoldPickledFowlFoot = 1044377200,
- [Annotation(Name = "[Limgrave - Mistwood Outskirts] Sacrificial Twig 1044377020")]
- LimgraveMistwoodOutskirtsSacrificialTwig = 1044377020,
+ [Annotation(Name = "[Limgrave - Mistwood Outskirts] Sacrificial Twig 1044377020")]
+ LimgraveMistwoodOutskirtsSacrificialTwig = 1044377020,
- [Annotation(Name = "[Limgrave - Artist's Shack] Smithing Stone [1] 1044387010")]
- LimgraveArtistsShackSmithingStone1 = 1044387010,
+ [Annotation(Name = "[Limgrave - Artist's Shack] Smithing Stone [1] 1044387010")]
+ LimgraveArtistsShackSmithingStone1 = 1044387010,
- [Annotation(Name = "[Limgrave - Artist's Shack] Poisonbloom 1044387040")]
- LimgraveArtistsShackPoisonbloom = 1044387040,
+ [Annotation(Name = "[Limgrave - Artist's Shack] Poisonbloom 1044387040")]
+ LimgraveArtistsShackPoisonbloom = 1044387040,
- [Annotation(Name = "[Limgrave - Artist's Shack] Golden Rune [1] 1044387100")]
- LimgraveArtistsShackGoldenRune1 = 1044387100,
+ [Annotation(Name = "[Limgrave - Artist's Shack] Golden Rune [1] 1044387100")]
+ LimgraveArtistsShackGoldenRune1 = 1044387100,
- [Annotation(Name = "[Leyndell - Minor Erdtree] 1045337400")]
- LeyndellMinorErdtree = 1045337400,
+ [Annotation(Name = "[Leyndell - Minor Erdtree] 1045337400")]
+ LeyndellMinorErdtree = 1045337400,
- [Annotation(Name = "[Limgrave - Southwest of Fort Haight] Golden Rune [1] 1045357000")]
- LimgraveSouthwestOfFortHaightGoldenRune1 = 1045357000,
+ [Annotation(Name = "[Limgrave - Southwest of Fort Haight] Golden Rune [1] 1045357000")]
+ LimgraveSouthwestOfFortHaightGoldenRune1 = 1045357000,
- [Annotation(Name = "[Limgrave - Southwest of Fort Haight] Golden Rune [1] 1045357020")]
- LimgraveSouthwestOfFortHaightGoldenRune1_ = 1045357020,
+ [Annotation(Name = "[Limgrave - Southwest of Fort Haight] Golden Rune [1] 1045357020")]
+ LimgraveSouthwestOfFortHaightGoldenRune1_ = 1045357020,
- [Annotation(Name = "[Limgrave - Southwest of Fort Haight] Golden Rune [4] 1045357030")]
- LimgraveSouthwestOfFortHaightGoldenRune4 = 1045357030,
+ [Annotation(Name = "[Limgrave - Southwest of Fort Haight] Golden Rune [4] 1045357030")]
+ LimgraveSouthwestOfFortHaightGoldenRune4 = 1045357030,
- [Annotation(Name = "[Limgrave - Southwest of Fort Haight] Golden Rune [3] 1045357040")]
- LimgraveSouthwestOfFortHaightGoldenRune3 = 1045357040,
+ [Annotation(Name = "[Limgrave - Southwest of Fort Haight] Golden Rune [3] 1045357040")]
+ LimgraveSouthwestOfFortHaightGoldenRune3 = 1045357040,
- [Annotation(Name = "[Limgrave - Southwest of Fort Haight] Golden Rune [2] 1045357050")]
- LimgraveSouthwestOfFortHaightGoldenRune2 = 1045357050,
+ [Annotation(Name = "[Limgrave - Southwest of Fort Haight] Golden Rune [2] 1045357050")]
+ LimgraveSouthwestOfFortHaightGoldenRune2 = 1045357050,
- [Annotation(Name = "[Limgrave - Southwest of Fort Haight] Golden Rune [1] 1045357060")]
- LimgraveSouthwestOfFortHaightGoldenRune1__ = 1045357060,
+ [Annotation(Name = "[Limgrave - Southwest of Fort Haight] Golden Rune [1] 1045357060")]
+ LimgraveSouthwestOfFortHaightGoldenRune1__ = 1045357060,
- [Annotation(Name = "[Limgrave - Southwest of Fort Haight] Golden Rune [2] 1045357070")]
- LimgraveSouthwestOfFortHaightGoldenRune2_ = 1045357070,
+ [Annotation(Name = "[Limgrave - Southwest of Fort Haight] Golden Rune [2] 1045357070")]
+ LimgraveSouthwestOfFortHaightGoldenRune2_ = 1045357070,
- [Annotation(Name = "[Limgrave - Southwest of Fort Haight] Golden Rune [1] 1045357080")]
- LimgraveSouthwestOfFortHaightGoldenRune1___ = 1045357080,
+ [Annotation(Name = "[Limgrave - Southwest of Fort Haight] Golden Rune [1] 1045357080")]
+ LimgraveSouthwestOfFortHaightGoldenRune1___ = 1045357080,
- [Annotation(Name = "[Limgrave - Southwest of Fort Haight] Golden Rune [1] 1045357090")]
- LimgraveSouthwestOfFortHaightGoldenRune1____ = 1045357090,
+ [Annotation(Name = "[Limgrave - Southwest of Fort Haight] Golden Rune [1] 1045357090")]
+ LimgraveSouthwestOfFortHaightGoldenRune1____ = 1045357090,
- [Annotation(Name = "[Limgrave - Mistwood] Golden Rune [2] 1045377000")]
- LimgraveMistwoodGoldenRune2 = 1045377000,
+ [Annotation(Name = "[Limgrave - Mistwood] Golden Rune [2] 1045377000")]
+ LimgraveMistwoodGoldenRune2 = 1045377000,
- [Annotation(Name = "[Limgrave - Mistwood] Smithing Stone [2] 1045377010")]
- LimgraveMistwoodSmithingStone2 = 1045377010,
+ [Annotation(Name = "[Limgrave - Mistwood] Smithing Stone [2] 1045377010")]
+ LimgraveMistwoodSmithingStone2 = 1045377010,
- [Annotation(Name = "[Limgrave - Mistwood] Map: Limgrave, East 62012")]
- LimgraveMistwoodMapLimgraveEast = 62012,
+ [Annotation(Name = "[Limgrave - Mistwood] Map: Limgrave, East 62012")]
+ LimgraveMistwoodMapLimgraveEast = 62012,
- [Annotation(Name = "[Limgrave - Mistwood] Nomadic Warrior's Cookbook [4] 67800")]
- LimgraveMistwoodNomadicWarriorsCookbook4 = 67800,
+ [Annotation(Name = "[Limgrave - Mistwood] Nomadic Warrior's Cookbook [4] 67800")]
+ LimgraveMistwoodNomadicWarriorsCookbook4 = 67800,
- [Annotation(Name = "[Limgrave - Mistwood] Axe Talisman 1045377100")]
- LimgraveMistwoodAxeTalisman = 1045377100,
+ [Annotation(Name = "[Limgrave - Mistwood] Axe Talisman 1045377100")]
+ LimgraveMistwoodAxeTalisman = 1045377100,
- [Annotation(Name = "[Limgrave - Mistwood] Golden Rune [1] 1045377050")]
- LimgraveMistwoodGoldenRune1 = 1045377050,
+ [Annotation(Name = "[Limgrave - Mistwood] Golden Rune [1] 1045377050")]
+ LimgraveMistwoodGoldenRune1 = 1045377050,
- [Annotation(Name = "[Limgrave - Mistwood] Thin Beast Bones 1045377060")]
- LimgraveMistwoodThinBeastBones = 1045377060,
+ [Annotation(Name = "[Limgrave - Mistwood] Thin Beast Bones 1045377060")]
+ LimgraveMistwoodThinBeastBones = 1045377060,
- [Annotation(Name = "[Limgrave - Mistwood] Gold-Tinged Excrement 1045377070")]
- LimgraveMistwoodGoldTingedExcrement = 1045377070,
+ [Annotation(Name = "[Limgrave - Mistwood] Gold-Tinged Excrement 1045377070")]
+ LimgraveMistwoodGoldTingedExcrement = 1045377070,
- [Annotation(Name = "[Limgrave - Mistwood] Throwing Dagger 1045377080")]
- LimgraveMistwoodThrowingDagger = 1045377080,
+ [Annotation(Name = "[Limgrave - Mistwood] Throwing Dagger 1045377080")]
+ LimgraveMistwoodThrowingDagger = 1045377080,
- [Annotation(Name = "[Limgrave - Mistwood] Golden Rune [5] 1045377090")]
- LimgraveMistwoodGoldenRune5 = 1045377090,
+ [Annotation(Name = "[Limgrave - Mistwood] Golden Rune [5] 1045377090")]
+ LimgraveMistwoodGoldenRune5 = 1045377090,
- [Annotation(Name = "[Limgrave - South of Summonwater Village] Magic Grease 1045387000")]
- LimgraveSouthOfSummonwaterVillageMagicGrease = 1045387000,
+ [Annotation(Name = "[Limgrave - South of Summonwater Village] Magic Grease 1045387000")]
+ LimgraveSouthOfSummonwaterVillageMagicGrease = 1045387000,
- [Annotation(Name = "[Limgrave - South of Summonwater Village] Fevor's Cookbook [1] 68200")]
- LimgraveSouthOfSummonwaterVillageFevorsCookbook1 = 68200,
+ [Annotation(Name = "[Limgrave - South of Summonwater Village] Fevor's Cookbook [1] 68200")]
+ LimgraveSouthOfSummonwaterVillageFevorsCookbook1 = 68200,
- [Annotation(Name = "[Limgrave - South of Summonwater Village] Golden Rune [1] 1045387020")]
- LimgraveSouthOfSummonwaterVillageGoldenRune1 = 1045387020,
+ [Annotation(Name = "[Limgrave - South of Summonwater Village] Golden Rune [1] 1045387020")]
+ LimgraveSouthOfSummonwaterVillageGoldenRune1 = 1045387020,
- [Annotation(Name = "[Limgrave - South of Summonwater Village] Golden Rune [1] 1045387030")]
- LimgraveSouthOfSummonwaterVillageGoldenRune1_ = 1045387030,
+ [Annotation(Name = "[Limgrave - South of Summonwater Village] Golden Rune [1] 1045387030")]
+ LimgraveSouthOfSummonwaterVillageGoldenRune1_ = 1045387030,
- [Annotation(Name = "[Limgrave - South of Summonwater Village] Golden Rune [1] 1045387040")]
- LimgraveSouthOfSummonwaterVillageGoldenRune1__ = 1045387040,
+ [Annotation(Name = "[Limgrave - South of Summonwater Village] Golden Rune [1] 1045387040")]
+ LimgraveSouthOfSummonwaterVillageGoldenRune1__ = 1045387040,
- [Annotation(Name = "[Limgrave - South of Summonwater Village] Golden Rune [2] 1045387050")]
- LimgraveSouthOfSummonwaterVillageGoldenRune2 = 1045387050,
+ [Annotation(Name = "[Limgrave - South of Summonwater Village] Golden Rune [2] 1045387050")]
+ LimgraveSouthOfSummonwaterVillageGoldenRune2 = 1045387050,
- [Annotation(Name = "[Limgrave - South of Summonwater Village] Golden Rune [4] 1045387060")]
- LimgraveSouthOfSummonwaterVillageGoldenRune4 = 1045387060,
+ [Annotation(Name = "[Limgrave - South of Summonwater Village] Golden Rune [4] 1045387060")]
+ LimgraveSouthOfSummonwaterVillageGoldenRune4 = 1045387060,
- [Annotation(Name = "[Limgrave - South of Summonwater Village] Golden Rune [4] 1045387070")]
- LimgraveSouthOfSummonwaterVillageGoldenRune4_ = 1045387070,
+ [Annotation(Name = "[Limgrave - South of Summonwater Village] Golden Rune [4] 1045387070")]
+ LimgraveSouthOfSummonwaterVillageGoldenRune4_ = 1045387070,
- [Annotation(Name = "[Limgrave - South of Summonwater Village] Golden Rune [6] 1045387080")]
- LimgraveSouthOfSummonwaterVillageGoldenRune6 = 1045387080,
+ [Annotation(Name = "[Limgrave - South of Summonwater Village] Golden Rune [6] 1045387080")]
+ LimgraveSouthOfSummonwaterVillageGoldenRune6 = 1045387080,
- [Annotation(Name = "[Limgrave - Summonwater Village] Golden Rune [4] 1045397000")]
- LimgraveSummonwaterVillageGoldenRune4 = 1045397000,
+ [Annotation(Name = "[Limgrave - Summonwater Village] Golden Rune [4] 1045397000")]
+ LimgraveSummonwaterVillageGoldenRune4 = 1045397000,
- [Annotation(Name = "[Limgrave - Summonwater Village] Mushroom 1045397020")]
- LimgraveSummonwaterVillageMushroom = 1045397020,
+ [Annotation(Name = "[Limgrave - Summonwater Village] Mushroom 1045397020")]
+ LimgraveSummonwaterVillageMushroom = 1045397020,
- [Annotation(Name = "[Limgrave - Summonwater Village] Smithing Stone [1] 1045397140")]
- LimgraveSummonwaterVillageSmithingStone1 = 1045397140,
+ [Annotation(Name = "[Limgrave - Summonwater Village] Smithing Stone [1] 1045397140")]
+ LimgraveSummonwaterVillageSmithingStone1 = 1045397140,
- [Annotation(Name = "[Limgrave - Summonwater Village] Green Turtle Talisman 1045397120")]
- LimgraveSummonwaterVillageGreenTurtleTalisman = 1045397120,
+ [Annotation(Name = "[Limgrave - Summonwater Village] Green Turtle Talisman 1045397120")]
+ LimgraveSummonwaterVillageGreenTurtleTalisman = 1045397120,
- [Annotation(Name = "[Limgrave - Summonwater Village] Smithing Stone [2] 1045397040")]
- LimgraveSummonwaterVillageSmithingStone2 = 1045397040,
+ [Annotation(Name = "[Limgrave - Summonwater Village] Smithing Stone [2] 1045397040")]
+ LimgraveSummonwaterVillageSmithingStone2 = 1045397040,
- [Annotation(Name = "[Limgrave - Summonwater Village] Golden Rune [1] 1045397050")]
- LimgraveSummonwaterVillageGoldenRune1 = 1045397050,
+ [Annotation(Name = "[Limgrave - Summonwater Village] Golden Rune [1] 1045397050")]
+ LimgraveSummonwaterVillageGoldenRune1 = 1045397050,
- [Annotation(Name = "[Limgrave - Summonwater Village] Golden Rune [1] 1045397060")]
- LimgraveSummonwaterVillageGoldenRune1_ = 1045397060,
+ [Annotation(Name = "[Limgrave - Summonwater Village] Golden Rune [1] 1045397060")]
+ LimgraveSummonwaterVillageGoldenRune1_ = 1045397060,
- [Annotation(Name = "[Limgrave - Summonwater Village] Golden Rune [1] 1045397070")]
- LimgraveSummonwaterVillageGoldenRune1__ = 1045397070,
+ [Annotation(Name = "[Limgrave - Summonwater Village] Golden Rune [1] 1045397070")]
+ LimgraveSummonwaterVillageGoldenRune1__ = 1045397070,
- [Annotation(Name = "[Limgrave - Summonwater Village] Golden Rune [1] 1045397080")]
- LimgraveSummonwaterVillageGoldenRune1___ = 1045397080,
+ [Annotation(Name = "[Limgrave - Summonwater Village] Golden Rune [1] 1045397080")]
+ LimgraveSummonwaterVillageGoldenRune1___ = 1045397080,
- [Annotation(Name = "[Limgrave - Summonwater Village] Golden Rune [5] 1045397090")]
- LimgraveSummonwaterVillageGoldenRune5 = 1045397090,
+ [Annotation(Name = "[Limgrave - Summonwater Village] Golden Rune [5] 1045397090")]
+ LimgraveSummonwaterVillageGoldenRune5 = 1045397090,
- [Annotation(Name = "[Limgrave - Summonwater Village] Golden Rune [2] 1045397100")]
- LimgraveSummonwaterVillageGoldenRune2 = 1045397100,
+ [Annotation(Name = "[Limgrave - Summonwater Village] Golden Rune [2] 1045397100")]
+ LimgraveSummonwaterVillageGoldenRune2 = 1045397100,
- [Annotation(Name = "[Limgrave - Summonwater Village] Golden Rune [1] 1045397110")]
- LimgraveSummonwaterVillageGoldenRune1____ = 1045397110,
+ [Annotation(Name = "[Limgrave - Summonwater Village] Golden Rune [1] 1045397110")]
+ LimgraveSummonwaterVillageGoldenRune1____ = 1045397110,
- [Annotation(Name = "[Limgrave - Fort Haight] Smithing Stone [1] 1046367000")]
- LimgraveFortHaightSmithingStone1 = 1046367000,
+ [Annotation(Name = "[Limgrave - Fort Haight] Smithing Stone [1] 1046367000")]
+ LimgraveFortHaightSmithingStone1 = 1046367000,
- [Annotation(Name = "[Limgrave - Fort Haight] Bloodrose 1046367010")]
- LimgraveFortHaightBloodrose = 1046367010,
+ [Annotation(Name = "[Limgrave - Fort Haight] Bloodrose 1046367010")]
+ LimgraveFortHaightBloodrose = 1046367010,
- [Annotation(Name = "[Limgrave - Fort Haight] Nomadic Warrior's Cookbook [6] 67020")]
- LimgraveFortHaightNomadicWarriorsCookbook6 = 67020,
+ [Annotation(Name = "[Limgrave - Fort Haight] Nomadic Warrior's Cookbook [6] 67020")]
+ LimgraveFortHaightNomadicWarriorsCookbook6 = 67020,
- [Annotation(Name = "[Limgrave - Fort Haight] Bloodrose 1046367030")]
- LimgraveFortHaightBloodrose_ = 1046367030,
+ [Annotation(Name = "[Limgrave - Fort Haight] Bloodrose 1046367030")]
+ LimgraveFortHaightBloodrose_ = 1046367030,
- [Annotation(Name = "[Limgrave - Fort Haight] Dectus Medallion (Left) 1046367500")]
- LimgraveFortHaightDectusMedallionLeft = 1046367500,
+ [Annotation(Name = "[Limgrave - Fort Haight] Dectus Medallion (Left) 1046367500")]
+ LimgraveFortHaightDectusMedallionLeft = 1046367500,
- [Annotation(Name = "[Limgrave - Fort Haight] Ash of War: Bloody Slash 1046367700")]
- LimgraveFortHaightAshOfWarBloodySlash = 1046367700,
+ [Annotation(Name = "[Limgrave - Fort Haight] Ash of War: Bloody Slash 1046367700")]
+ LimgraveFortHaightAshOfWarBloodySlash = 1046367700,
- [Annotation(Name = "[Limgrave - East of Siofra River Well] Strip of White Flesh 1046377000")]
- LimgraveEastOfSiofraRiverWellStripOfWhiteFlesh = 1046377000,
+ [Annotation(Name = "[Limgrave - East of Siofra River Well] Strip of White Flesh 1046377000")]
+ LimgraveEastOfSiofraRiverWellStripOfWhiteFlesh = 1046377000,
- [Annotation(Name = "[Limgrave - Third Church of Marika] Neutralizing Boluses 1046387010")]
- LimgraveThirdChurchOfMarikaNeutralizingBoluses = 1046387010,
+ [Annotation(Name = "[Limgrave - Third Church of Marika] Neutralizing Boluses 1046387010")]
+ LimgraveThirdChurchOfMarikaNeutralizingBoluses = 1046387010,
- [Annotation(Name = "[Weeping Peninsula - Isolated Merchant's Shack] Golden Rune [1] 1041327000")]
- WeepingPeninsulaIsolatedMerchantsShackGoldenRune1 = 1041327000,
+ [Annotation(Name = "[Weeping Peninsula - Isolated Merchant's Shack] Golden Rune [1] 1041327000")]
+ WeepingPeninsulaIsolatedMerchantsShackGoldenRune1 = 1041327000,
- [Annotation(Name = "[Weeping Peninsula - Isolated Merchant's Shack] Golden Rune [1] 1041327010")]
- WeepingPeninsulaIsolatedMerchantsShackGoldenRune1_ = 1041327010,
+ [Annotation(Name = "[Weeping Peninsula - Isolated Merchant's Shack] Golden Rune [1] 1041327010")]
+ WeepingPeninsulaIsolatedMerchantsShackGoldenRune1_ = 1041327010,
- [Annotation(Name = "[Weeping Peninsula - Isolated Merchant's Shack] Golden Rune [2] 1041327020")]
- WeepingPeninsulaIsolatedMerchantsShackGoldenRune2 = 1041327020,
+ [Annotation(Name = "[Weeping Peninsula - Isolated Merchant's Shack] Golden Rune [2] 1041327020")]
+ WeepingPeninsulaIsolatedMerchantsShackGoldenRune2 = 1041327020,
- [Annotation(Name = "[Weeping Peninsula - Isolated Merchant's Shack] Golden Rune [1] 1041327030")]
- WeepingPeninsulaIsolatedMerchantsShackGoldenRune1__ = 1041327030,
+ [Annotation(Name = "[Weeping Peninsula - Isolated Merchant's Shack] Golden Rune [1] 1041327030")]
+ WeepingPeninsulaIsolatedMerchantsShackGoldenRune1__ = 1041327030,
- [Annotation(Name = "[Weeping Peninsula - Isolated Merchant's Shack] Golden Rune [1] 1041327040")]
- WeepingPeninsulaIsolatedMerchantsShackGoldenRune1___ = 1041327040,
+ [Annotation(Name = "[Weeping Peninsula - Isolated Merchant's Shack] Golden Rune [1] 1041327040")]
+ WeepingPeninsulaIsolatedMerchantsShackGoldenRune1___ = 1041327040,
- [Annotation(Name = "[Weeping Peninsula - Isolated Merchant's Shack] Golden Rune [3] 1041327050")]
- WeepingPeninsulaIsolatedMerchantsShackGoldenRune3 = 1041327050,
+ [Annotation(Name = "[Weeping Peninsula - Isolated Merchant's Shack] Golden Rune [3] 1041327050")]
+ WeepingPeninsulaIsolatedMerchantsShackGoldenRune3 = 1041327050,
- [Annotation(Name = "[Weeping Peninsula - Fourth Church of Marika] Golden Rune [1] 1041337000")]
- WeepingPeninsulaFourthChurchOfMarikaGoldenRune1 = 1041337000,
+ [Annotation(Name = "[Weeping Peninsula - Fourth Church of Marika] Golden Rune [1] 1041337000")]
+ WeepingPeninsulaFourthChurchOfMarikaGoldenRune1 = 1041337000,
- [Annotation(Name = "[Weeping Peninsula - Fourth Church of Marika] Golden Rune [5] 1041337010")]
- WeepingPeninsulaFourthChurchOfMarikaGoldenRune5 = 1041337010,
+ [Annotation(Name = "[Weeping Peninsula - Fourth Church of Marika] Golden Rune [5] 1041337010")]
+ WeepingPeninsulaFourthChurchOfMarikaGoldenRune5 = 1041337010,
- [Annotation(Name = "[Weeping Peninsula - Fourth Church of Marika] Great Dragonfly Head 1041337030")]
- WeepingPeninsulaFourthChurchOfMarikaGreatDragonflyHead = 1041337030,
+ [Annotation(Name = "[Weeping Peninsula - Fourth Church of Marika] Great Dragonfly Head 1041337030")]
+ WeepingPeninsulaFourthChurchOfMarikaGreatDragonflyHead = 1041337030,
- [Annotation(Name = "[Weeping Peninsula - Fourth Church of Marika] Ambush Shard 1041337100")]
- WeepingPeninsulaFourthChurchOfMarikaAmbushShard = 1041337100,
+ [Annotation(Name = "[Weeping Peninsula - Fourth Church of Marika] Ambush Shard 1041337100")]
+ WeepingPeninsulaFourthChurchOfMarikaAmbushShard = 1041337100,
- [Annotation(Name = "[Weeping Peninsula - Tower of Return] Great Dragonfly Head 1042327000")]
- WeepingPeninsulaTowerOfReturnGreatDragonflyHead = 1042327000,
+ [Annotation(Name = "[Weeping Peninsula - Tower of Return] Great Dragonfly Head 1042327000")]
+ WeepingPeninsulaTowerOfReturnGreatDragonflyHead = 1042327000,
- [Annotation(Name = "[Weeping Peninsula - Tower of Return] Mushroom 1042327020")]
- WeepingPeninsulaTowerOfReturnMushroom = 1042327020,
+ [Annotation(Name = "[Weeping Peninsula - Tower of Return] Mushroom 1042327020")]
+ WeepingPeninsulaTowerOfReturnMushroom = 1042327020,
- [Annotation(Name = "[Weeping Peninsula - Tower of Return] Composite Bow 1042327100")]
- WeepingPeninsulaTowerOfReturnCompositeBow = 1042327100,
+ [Annotation(Name = "[Weeping Peninsula - Tower of Return] Composite Bow 1042327100")]
+ WeepingPeninsulaTowerOfReturnCompositeBow = 1042327100,
- [Annotation(Name = "[Weeping Peninsula - Tombsward] Eclipse Crest Heater Shield 1042337000")]
- WeepingPeninsulaTombswardEclipseCrestHeaterShield = 1042337000,
+ [Annotation(Name = "[Weeping Peninsula - Tombsward] Eclipse Crest Heater Shield 1042337000")]
+ WeepingPeninsulaTombswardEclipseCrestHeaterShield = 1042337000,
- [Annotation(Name = "[Weeping Peninsula - Tombsward] Radagon's Scarseal 1042337100")]
- WeepingPeninsulaTombswardRadagonsScarseal = 1042337100,
+ [Annotation(Name = "[Weeping Peninsula - Tombsward] Radagon's Scarseal 1042337100")]
+ WeepingPeninsulaTombswardRadagonsScarseal = 1042337100,
- [Annotation(Name = "[Weeping Peninsula - Tombsward Ruins] Blood Grease 1042347000")]
- WeepingPeninsulaTombswardRuinsBloodGrease = 1042347000,
+ [Annotation(Name = "[Weeping Peninsula - Tombsward Ruins] Blood Grease 1042347000")]
+ WeepingPeninsulaTombswardRuinsBloodGrease = 1042347000,
- [Annotation(Name = "[Limgrave - South of Stranded Graveyard] Sliver of Meat 1042357020")]
- LimgraveSouthOfStrandedGraveyardSliverOfMeat = 1042357020,
+ [Annotation(Name = "[Limgrave - South of Stranded Graveyard] Sliver of Meat 1042357020")]
+ LimgraveSouthOfStrandedGraveyardSliverOfMeat = 1042357020,
- [Annotation(Name = "[Limgrave - South of Stranded Graveyard] Bewitching Branch 1042357030")]
- LimgraveSouthOfStrandedGraveyardBewitchingBranch = 1042357030,
+ [Annotation(Name = "[Limgrave - South of Stranded Graveyard] Bewitching Branch 1042357030")]
+ LimgraveSouthOfStrandedGraveyardBewitchingBranch = 1042357030,
- [Annotation(Name = "[Weeping Peninsula - Tombsward Ruins] Beast Liver 1042347010")]
- WeepingPeninsulaTombswardRuinsBeastLiver = 1042347010,
+ [Annotation(Name = "[Weeping Peninsula - Tombsward Ruins] Beast Liver 1042347010")]
+ WeepingPeninsulaTombswardRuinsBeastLiver = 1042347010,
- [Annotation(Name = "[Weeping Peninsula - Tombsward Ruins] Winged Scythe 1042347100")]
- WeepingPeninsulaTombswardRuinsWingedScythe = 1042347100,
+ [Annotation(Name = "[Weeping Peninsula - Tombsward Ruins] Winged Scythe 1042347100")]
+ WeepingPeninsulaTombswardRuinsWingedScythe = 1042347100,
- [Annotation(Name = "[Weeping Peninsula - Tombsward Ruins] Golden Rune [2] 1042347020")]
- WeepingPeninsulaTombswardRuinsGoldenRune2 = 1042347020,
+ [Annotation(Name = "[Weeping Peninsula - Tombsward Ruins] Golden Rune [2] 1042347020")]
+ WeepingPeninsulaTombswardRuinsGoldenRune2 = 1042347020,
- [Annotation(Name = "[Weeping Peninsula - Tombsward Ruins] Gilded Iron Shield 1042347030")]
- WeepingPeninsulaTombswardRuinsGildedIronShield = 1042347030,
+ [Annotation(Name = "[Weeping Peninsula - Tombsward Ruins] Gilded Iron Shield 1042347030")]
+ WeepingPeninsulaTombswardRuinsGildedIronShield = 1042347030,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne Approach] Yellow Ember 1043327000")]
- WeepingPeninsulaCastleMorneApproachYellowEmber = 1043327000,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne Approach] Yellow Ember 1043327000")]
+ WeepingPeninsulaCastleMorneApproachYellowEmber = 1043327000,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne Approach] Sliver of Meat 1043327010")]
- WeepingPeninsulaCastleMorneApproachSliverOfMeat = 1043327010,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne Approach] Sliver of Meat 1043327010")]
+ WeepingPeninsulaCastleMorneApproachSliverOfMeat = 1043327010,
- [Annotation(Name = "[Weeping Peninsula - Minor Erdtree] Golden Rune [2] 1043337000")]
- WeepingPeninsulaMinorErdtreeGoldenRune2 = 1043337000,
+ [Annotation(Name = "[Weeping Peninsula - Minor Erdtree] Golden Rune [2] 1043337000")]
+ WeepingPeninsulaMinorErdtreeGoldenRune2 = 1043337000,
- [Annotation(Name = "[Weeping Peninsula - Minor Erdtree] Golden Rune [2] 1043337010")]
- WeepingPeninsulaMinorErdtreeGoldenRune2_ = 1043337010,
+ [Annotation(Name = "[Weeping Peninsula - Minor Erdtree] Golden Rune [2] 1043337010")]
+ WeepingPeninsulaMinorErdtreeGoldenRune2_ = 1043337010,
- [Annotation(Name = "[Weeping Peninsula - Church of Pilgrimage] Arteria Leaf 1043347000")]
- WeepingPeninsulaChurchOfPilgrimageArteriaLeaf = 1043347000,
+ [Annotation(Name = "[Weeping Peninsula - Church of Pilgrimage] Arteria Leaf 1043347000")]
+ WeepingPeninsulaChurchOfPilgrimageArteriaLeaf = 1043347000,
- [Annotation(Name = "[Weeping Peninsula - Church of Pilgrimage] Shield of the Guilty 1043347100")]
- WeepingPeninsulaChurchOfPilgrimageShieldOfTheGuilty = 1043347100,
+ [Annotation(Name = "[Weeping Peninsula - Church of Pilgrimage] Shield of the Guilty 1043347100")]
+ WeepingPeninsulaChurchOfPilgrimageShieldOfTheGuilty = 1043347100,
- [Annotation(Name = "[Weeping Peninsula - Church of Pilgrimage] Faith-knot Crystal Tear 65240")]
- WeepingPeninsulaChurchOfPilgrimageFaithknotCrystalTear = 65240,
+ [Annotation(Name = "[Weeping Peninsula - Church of Pilgrimage] Faith-knot Crystal Tear 65240")]
+ WeepingPeninsulaChurchOfPilgrimageFaithknotCrystalTear = 65240,
- [Annotation(Name = "[Weeping Peninsula - Church of Pilgrimage] Gold-Tinged Excrement 1043347040")]
- WeepingPeninsulaChurchOfPilgrimageGoldTingedExcrement = 1043347040,
+ [Annotation(Name = "[Weeping Peninsula - Church of Pilgrimage] Gold-Tinged Excrement 1043347040")]
+ WeepingPeninsulaChurchOfPilgrimageGoldTingedExcrement = 1043347040,
- [Annotation(Name = "[Weeping Peninsula - Church of Pilgrimage] String 1043347050")]
- WeepingPeninsulaChurchOfPilgrimageString = 1043347050,
+ [Annotation(Name = "[Weeping Peninsula - Church of Pilgrimage] String 1043347050")]
+ WeepingPeninsulaChurchOfPilgrimageString = 1043347050,
- [Annotation(Name = "[Weeping Peninsula - Church of Pilgrimage] Demi-Human Queen's Staff 1043347400")]
- WeepingPeninsulaChurchOfPilgrimageDemiHumanQueensStaff = 1043347400,
+ [Annotation(Name = "[Weeping Peninsula - Church of Pilgrimage] Demi-Human Queen's Staff 1043347400")]
+ WeepingPeninsulaChurchOfPilgrimageDemiHumanQueensStaff = 1043347400,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne Approach] Golden Rune [4] 1044317010")]
- WeepingPeninsulaCastleMorneApproachGoldenRune4 = 1044317010,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne Approach] Golden Rune [4] 1044317010")]
+ WeepingPeninsulaCastleMorneApproachGoldenRune4 = 1044317010,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne Approach] Arteria Leaf 1044317020")]
- WeepingPeninsulaCastleMorneApproachArteriaLeaf = 1044317020,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne Approach] Arteria Leaf 1044317020")]
+ WeepingPeninsulaCastleMorneApproachArteriaLeaf = 1044317020,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne Approach] Somber Smithing Stone [2] 1044317030")]
- WeepingPeninsulaCastleMorneApproachSomberSmithingStone2 = 1044317030,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne Approach] Somber Smithing Stone [2] 1044317030")]
+ WeepingPeninsulaCastleMorneApproachSomberSmithingStone2 = 1044317030,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne Approach] Smithing Stone [1] 1044327010")]
- WeepingPeninsulaCastleMorneApproachSmithingStone1 = 1044327010,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne Approach] Smithing Stone [1] 1044327010")]
+ WeepingPeninsulaCastleMorneApproachSmithingStone1 = 1044327010,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne Approach] Warming Stone 1044327030")]
- WeepingPeninsulaCastleMorneApproachWarmingStone = 1044327030,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne Approach] Warming Stone 1044327030")]
+ WeepingPeninsulaCastleMorneApproachWarmingStone = 1044327030,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne Approach] Great Turtle Shell 1044327040")]
- WeepingPeninsulaCastleMorneApproachGreatTurtleShell = 1044327040,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne Approach] Great Turtle Shell 1044327040")]
+ WeepingPeninsulaCastleMorneApproachGreatTurtleShell = 1044327040,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne Approach] Sacrificial Axe 1044327400")]
- WeepingPeninsulaCastleMorneApproachSacrificialAxe = 1044327400,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne Approach] Sacrificial Axe 1044327400")]
+ WeepingPeninsulaCastleMorneApproachSacrificialAxe = 1044327400,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne Approach] Ash of War: Barricade Shield 1044327410")]
- WeepingPeninsulaCastleMorneApproachAshOfWarBarricadeShield = 1044327410,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne Approach] Ash of War: Barricade Shield 1044327410")]
+ WeepingPeninsulaCastleMorneApproachAshOfWarBarricadeShield = 1044327410,
- [Annotation(Name = "[Weeping Peninsula - Ailing Village Outskirts] Crest Wooden Shield 1044337000")]
- WeepingPeninsulaAilingVillageOutskirtsCrestWoodenShield = 1044337000,
+ [Annotation(Name = "[Weeping Peninsula - Ailing Village Outskirts] Crest Wooden Shield 1044337000")]
+ WeepingPeninsulaAilingVillageOutskirtsCrestWoodenShield = 1044337000,
- [Annotation(Name = "[Weeping Peninsula - Ailing Village Outskirts] Rainbow Stone 1044337020")]
- WeepingPeninsulaAilingVillageOutskirtsRainbowStone = 1044337020,
+ [Annotation(Name = "[Weeping Peninsula - Ailing Village Outskirts] Rainbow Stone 1044337020")]
+ WeepingPeninsulaAilingVillageOutskirtsRainbowStone = 1044337020,
- [Annotation(Name = "[Weeping Peninsula - Bridge of Sacrifice] Hand Ballista 1044347100")]
- WeepingPeninsulaBridgeOfSacrificeHandBallista = 1044347100,
+ [Annotation(Name = "[Weeping Peninsula - Bridge of Sacrifice] Hand Ballista 1044347100")]
+ WeepingPeninsulaBridgeOfSacrificeHandBallista = 1044347100,
- [Annotation(Name = "[Weeping Peninsula - Bridge of Sacrifice] Rainbow Stone 1044347040")]
- WeepingPeninsulaBridgeOfSacrificeRainbowStone = 1044347040,
+ [Annotation(Name = "[Weeping Peninsula - Bridge of Sacrifice] Rainbow Stone 1044347040")]
+ WeepingPeninsulaBridgeOfSacrificeRainbowStone = 1044347040,
- [Annotation(Name = "[Weeping Peninsula - Bridge of Sacrifice] Golden Rune [1] 1044347060")]
- WeepingPeninsulaBridgeOfSacrificeGoldenRune1 = 1044347060,
+ [Annotation(Name = "[Weeping Peninsula - Bridge of Sacrifice] Golden Rune [1] 1044347060")]
+ WeepingPeninsulaBridgeOfSacrificeGoldenRune1 = 1044347060,
- [Annotation(Name = "[Weeping Peninsula - Bridge of Sacrifice] Golden Rune [1] 1044347070")]
- WeepingPeninsulaBridgeOfSacrificeGoldenRune1_ = 1044347070,
+ [Annotation(Name = "[Weeping Peninsula - Bridge of Sacrifice] Golden Rune [1] 1044347070")]
+ WeepingPeninsulaBridgeOfSacrificeGoldenRune1_ = 1044347070,
- [Annotation(Name = "[Leyndell - Minor Erdtree] Starlight Shards 1045337000")]
- LeyndellMinorErdtreeStarlightShards = 1045337000,
+ [Annotation(Name = "[Leyndell - Minor Erdtree] Starlight Shards 1045337000")]
+ LeyndellMinorErdtreeStarlightShards = 1045337000,
- [Annotation(Name = "[Leyndell - Minor Erdtree] Memory Stone 60400")]
- LeyndellMinorErdtreeMemoryStone = 60400,
+ [Annotation(Name = "[Leyndell - Minor Erdtree] Memory Stone 60400")]
+ LeyndellMinorErdtreeMemoryStone = 60400,
- [Annotation(Name = "[Weeping Peninsula - Impaler's Catacombs Entrance] Stonesword Key 1045347000")]
- WeepingPeninsulaImpalersCatacombsEntranceStoneswordKey = 1045347000,
+ [Annotation(Name = "[Weeping Peninsula - Impaler's Catacombs Entrance] Stonesword Key 1045347000")]
+ WeepingPeninsulaImpalersCatacombsEntranceStoneswordKey = 1045347000,
- [Annotation(Name = "[Weeping Peninsula - Tombsward] Golden Rune [1] 1042337200")]
- WeepingPeninsulaTombswardGoldenRune1 = 1042337200,
+ [Annotation(Name = "[Weeping Peninsula - Tombsward] Golden Rune [1] 1042337200")]
+ WeepingPeninsulaTombswardGoldenRune1 = 1042337200,
- [Annotation(Name = "[Weeping Peninsula - Morne Moangrave] Somber Smithing Stone [1] 1043307000")]
- WeepingPeninsulaMorneMoangraveSomberSmithingStone1 = 1043307000,
+ [Annotation(Name = "[Weeping Peninsula - Morne Moangrave] Somber Smithing Stone [1] 1043307000")]
+ WeepingPeninsulaMorneMoangraveSomberSmithingStone1 = 1043307000,
- [Annotation(Name = "[Weeping Peninsula - Morne Moangrave] Fire Arrow 1043307010")]
- WeepingPeninsulaMorneMoangraveFireArrow = 1043307010,
+ [Annotation(Name = "[Weeping Peninsula - Morne Moangrave] Fire Arrow 1043307010")]
+ WeepingPeninsulaMorneMoangraveFireArrow = 1043307010,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] Fire Grease 1043317000")]
- WeepingPeninsulaCastleMorneFireGrease = 1043317000,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] Fire Grease 1043317000")]
+ WeepingPeninsulaCastleMorneFireGrease = 1043317000,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317010")]
- WeepingPeninsulaCastleMorne = 1043317010,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317010")]
+ WeepingPeninsulaCastleMorne = 1043317010,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] Smithing Stone [2] 1043317020")]
- WeepingPeninsulaCastleMorneSmithingStone2 = 1043317020,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] Smithing Stone [2] 1043317020")]
+ WeepingPeninsulaCastleMorneSmithingStone2 = 1043317020,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317030")]
- WeepingPeninsulaCastleMorne_ = 1043317030,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317030")]
+ WeepingPeninsulaCastleMorne_ = 1043317030,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317040")]
- WeepingPeninsulaCastleMorne__ = 1043317040,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317040")]
+ WeepingPeninsulaCastleMorne__ = 1043317040,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317050")]
- WeepingPeninsulaCastleMorne___ = 1043317050,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317050")]
+ WeepingPeninsulaCastleMorne___ = 1043317050,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317060")]
- WeepingPeninsulaCastleMorne____ = 1043317060,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317060")]
+ WeepingPeninsulaCastleMorne____ = 1043317060,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317070")]
- WeepingPeninsulaCastleMorne_____ = 1043317070,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317070")]
+ WeepingPeninsulaCastleMorne_____ = 1043317070,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] Golden Rune [2] 1043317080")]
- WeepingPeninsulaCastleMorneGoldenRune2 = 1043317080,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] Golden Rune [2] 1043317080")]
+ WeepingPeninsulaCastleMorneGoldenRune2 = 1043317080,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] Smithing Stone [2] 1043317090")]
- WeepingPeninsulaCastleMorneSmithingStone2_ = 1043317090,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] Smithing Stone [2] 1043317090")]
+ WeepingPeninsulaCastleMorneSmithingStone2_ = 1043317090,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317100")]
- WeepingPeninsulaCastleMorne______ = 1043317100,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317100")]
+ WeepingPeninsulaCastleMorne______ = 1043317100,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] Golden Rune [2] 1043317110")]
- WeepingPeninsulaCastleMorneGoldenRune2_ = 1043317110,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] Golden Rune [2] 1043317110")]
+ WeepingPeninsulaCastleMorneGoldenRune2_ = 1043317110,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317120")]
- WeepingPeninsulaCastleMorne_______ = 1043317120,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317120")]
+ WeepingPeninsulaCastleMorne_______ = 1043317120,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317130")]
- WeepingPeninsulaCastleMorne________ = 1043317130,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317130")]
+ WeepingPeninsulaCastleMorne________ = 1043317130,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] Pickled Turtle Neck 1043317140")]
- WeepingPeninsulaCastleMornePickledTurtleNeck = 1043317140,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] Pickled Turtle Neck 1043317140")]
+ WeepingPeninsulaCastleMornePickledTurtleNeck = 1043317140,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317150")]
- WeepingPeninsulaCastleMorne_________ = 1043317150,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317150")]
+ WeepingPeninsulaCastleMorne_________ = 1043317150,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317160")]
- WeepingPeninsulaCastleMorne__________ = 1043317160,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317160")]
+ WeepingPeninsulaCastleMorne__________ = 1043317160,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] Stonesword Key 1043317170")]
- WeepingPeninsulaCastleMorneStoneswordKey = 1043317170,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] Stonesword Key 1043317170")]
+ WeepingPeninsulaCastleMorneStoneswordKey = 1043317170,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317180")]
- WeepingPeninsulaCastleMorne___________ = 1043317180,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317180")]
+ WeepingPeninsulaCastleMorne___________ = 1043317180,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317190")]
- WeepingPeninsulaCastleMorne____________ = 1043317190,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317190")]
+ WeepingPeninsulaCastleMorne____________ = 1043317190,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317200")]
- WeepingPeninsulaCastleMorne_____________ = 1043317200,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317200")]
+ WeepingPeninsulaCastleMorne_____________ = 1043317200,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317210")]
- WeepingPeninsulaCastleMorne______________ = 1043317210,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317210")]
+ WeepingPeninsulaCastleMorne______________ = 1043317210,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] Tarnished Golden Sunflower 1043317220")]
- WeepingPeninsulaCastleMorneTarnishedGoldenSunflower = 1043317220,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] Tarnished Golden Sunflower 1043317220")]
+ WeepingPeninsulaCastleMorneTarnishedGoldenSunflower = 1043317220,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317230")]
- WeepingPeninsulaCastleMorne_______________ = 1043317230,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317230")]
+ WeepingPeninsulaCastleMorne_______________ = 1043317230,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] Smithing Stone [2] 1043317240")]
- WeepingPeninsulaCastleMorneSmithingStone2__ = 1043317240,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] Smithing Stone [2] 1043317240")]
+ WeepingPeninsulaCastleMorneSmithingStone2__ = 1043317240,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317250")]
- WeepingPeninsulaCastleMorne________________ = 1043317250,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317250")]
+ WeepingPeninsulaCastleMorne________________ = 1043317250,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317260")]
- WeepingPeninsulaCastleMorne_________________ = 1043317260,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317260")]
+ WeepingPeninsulaCastleMorne_________________ = 1043317260,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317270")]
- WeepingPeninsulaCastleMorne__________________ = 1043317270,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317270")]
+ WeepingPeninsulaCastleMorne__________________ = 1043317270,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] Throwing Dagger 1043317280")]
- WeepingPeninsulaCastleMorneThrowingDagger = 1043317280,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] Throwing Dagger 1043317280")]
+ WeepingPeninsulaCastleMorneThrowingDagger = 1043317280,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317290")]
- WeepingPeninsulaCastleMorne___________________ = 1043317290,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317290")]
+ WeepingPeninsulaCastleMorne___________________ = 1043317290,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317300")]
- WeepingPeninsulaCastleMorne____________________ = 1043317300,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317300")]
+ WeepingPeninsulaCastleMorne____________________ = 1043317300,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317310")]
- WeepingPeninsulaCastleMorne_____________________ = 1043317310,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317310")]
+ WeepingPeninsulaCastleMorne_____________________ = 1043317310,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] Furlcalling Finger Remedy 1043317320")]
- WeepingPeninsulaCastleMorneFurlcallingFingerRemedy = 1043317320,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] Furlcalling Finger Remedy 1043317320")]
+ WeepingPeninsulaCastleMorneFurlcallingFingerRemedy = 1043317320,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] Steel-Wire Torch 1043317330")]
- WeepingPeninsulaCastleMorneSteelWireTorch = 1043317330,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] Steel-Wire Torch 1043317330")]
+ WeepingPeninsulaCastleMorneSteelWireTorch = 1043317330,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317340")]
- WeepingPeninsulaCastleMorne______________________ = 1043317340,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] 1043317340")]
+ WeepingPeninsulaCastleMorne______________________ = 1043317340,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] Smithing Stone [1] 1043317350")]
- WeepingPeninsulaCastleMorneSmithingStone1 = 1043317350,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] Smithing Stone [1] 1043317350")]
+ WeepingPeninsulaCastleMorneSmithingStone1 = 1043317350,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] Ballista Bolt 1043317360")]
- WeepingPeninsulaCastleMorneBallistaBolt = 1043317360,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] Ballista Bolt 1043317360")]
+ WeepingPeninsulaCastleMorneBallistaBolt = 1043317360,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] Whip 1043317370")]
- WeepingPeninsulaCastleMorneWhip = 1043317370,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] Whip 1043317370")]
+ WeepingPeninsulaCastleMorneWhip = 1043317370,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] Golden Rune [1] 1043317400")]
- WeepingPeninsulaCastleMorneGoldenRune1 = 1043317400,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] Golden Rune [1] 1043317400")]
+ WeepingPeninsulaCastleMorneGoldenRune1 = 1043317400,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] Smithing Stone [1] 1043317500")]
- WeepingPeninsulaCastleMorneSmithingStone1_ = 1043317500,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] Smithing Stone [1] 1043317500")]
+ WeepingPeninsulaCastleMorneSmithingStone1_ = 1043317500,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] Twinblade Talisman 1043317900")]
- WeepingPeninsulaCastleMorneTwinbladeTalisman = 1043317900,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] Twinblade Talisman 1043317900")]
+ WeepingPeninsulaCastleMorneTwinbladeTalisman = 1043317900,
- [Annotation(Name = "[Weeping Peninsula - Castle Morne] Claymore 1043317910")]
- WeepingPeninsulaCastleMorneClaymore = 1043317910,
+ [Annotation(Name = "[Weeping Peninsula - Castle Morne] Claymore 1043317910")]
+ WeepingPeninsulaCastleMorneClaymore = 1043317910,
- [Annotation(Name = "[Weeping Peninsula - Ailing Village Outskirts] Strip of White Flesh 1044337030")]
- WeepingPeninsulaAilingVillageOutskirtsStripOfWhiteFlesh = 1044337030,
+ [Annotation(Name = "[Weeping Peninsula - Ailing Village Outskirts] Strip of White Flesh 1044337030")]
+ WeepingPeninsulaAilingVillageOutskirtsStripOfWhiteFlesh = 1044337030,
- [Annotation(Name = "[Weeping Peninsula - Ailing Village Outskirts] 1044337040")]
- WeepingPeninsulaAilingVillageOutskirts = 1044337040,
+ [Annotation(Name = "[Weeping Peninsula - Ailing Village Outskirts] 1044337040")]
+ WeepingPeninsulaAilingVillageOutskirts = 1044337040,
- [Annotation(Name = "[Weeping Peninsula - Ailing Village Outskirts] Golden Rune [2] 1044337050")]
- WeepingPeninsulaAilingVillageOutskirtsGoldenRune2 = 1044337050,
+ [Annotation(Name = "[Weeping Peninsula - Ailing Village Outskirts] Golden Rune [2] 1044337050")]
+ WeepingPeninsulaAilingVillageOutskirtsGoldenRune2 = 1044337050,
- [Annotation(Name = "[Weeping Peninsula - Ailing Village Outskirts] 1044337060")]
- WeepingPeninsulaAilingVillageOutskirts_ = 1044337060,
+ [Annotation(Name = "[Weeping Peninsula - Ailing Village Outskirts] 1044337060")]
+ WeepingPeninsulaAilingVillageOutskirts_ = 1044337060,
- [Annotation(Name = "[Weeping Peninsula - Ailing Village Outskirts] Golden Rune [2] 1044337070")]
- WeepingPeninsulaAilingVillageOutskirtsGoldenRune2_ = 1044337070,
+ [Annotation(Name = "[Weeping Peninsula - Ailing Village Outskirts] Golden Rune [2] 1044337070")]
+ WeepingPeninsulaAilingVillageOutskirtsGoldenRune2_ = 1044337070,
- [Annotation(Name = "[Weeping Peninsula - Ailing Village Outskirts] The Flame of Frenzy 1044337080")]
- WeepingPeninsulaAilingVillageOutskirtsTheFlameOfFrenzy = 1044337080,
+ [Annotation(Name = "[Weeping Peninsula - Ailing Village Outskirts] The Flame of Frenzy 1044337080")]
+ WeepingPeninsulaAilingVillageOutskirtsTheFlameOfFrenzy = 1044337080,
- [Annotation(Name = "[Weeping Peninsula - Ailing Village Outskirts] Smithing Stone [2] 1044337200")]
- WeepingPeninsulaAilingVillageOutskirtsSmithingStone2 = 1044337200,
+ [Annotation(Name = "[Weeping Peninsula - Ailing Village Outskirts] Smithing Stone [2] 1044337200")]
+ WeepingPeninsulaAilingVillageOutskirtsSmithingStone2 = 1044337200,
- [Annotation(Name = "[Weeping Peninsula - Ailing Village Outskirts] Morning Star 1044337210")]
- WeepingPeninsulaAilingVillageOutskirtsMorningStar = 1044337210,
+ [Annotation(Name = "[Weeping Peninsula - Ailing Village Outskirts] Morning Star 1044337210")]
+ WeepingPeninsulaAilingVillageOutskirtsMorningStar = 1044337210,
- [Annotation(Name = "[Limgrave - Rear Gael Tunnel Entrance] Golden Rune [1] 1046397000")]
- LimgraveRearGaelTunnelEntranceGoldenRune1 = 1046397000,
+ [Annotation(Name = "[Limgrave - Rear Gael Tunnel Entrance] Golden Rune [1] 1046397000")]
+ LimgraveRearGaelTunnelEntranceGoldenRune1 = 1046397000,
- [Annotation(Name = "[Limgrave - Rear Gael Tunnel Entrance] Golden Rune [2] 1046397010")]
- LimgraveRearGaelTunnelEntranceGoldenRune2 = 1046397010,
+ [Annotation(Name = "[Limgrave - Rear Gael Tunnel Entrance] Golden Rune [2] 1046397010")]
+ LimgraveRearGaelTunnelEntranceGoldenRune2 = 1046397010,
- [Annotation(Name = "[Limgrave - Rear Gael Tunnel Entrance] Golden Rune [3] 1046397020")]
- LimgraveRearGaelTunnelEntranceGoldenRune3 = 1046397020,
+ [Annotation(Name = "[Limgrave - Rear Gael Tunnel Entrance] Golden Rune [3] 1046397020")]
+ LimgraveRearGaelTunnelEntranceGoldenRune3 = 1046397020,
- [Annotation(Name = "[Caelid - Smoldering Church] Nascent Butterfly 1046407000")]
- CaelidSmolderingChurchNascentButterfly = 1046407000,
+ [Annotation(Name = "[Caelid - Smoldering Church] Nascent Butterfly 1046407000")]
+ CaelidSmolderingChurchNascentButterfly = 1046407000,
- [Annotation(Name = "[Caelid - Smoldering Church] Rune Arc 1046407010")]
- CaelidSmolderingChurchRuneArc = 1046407010,
+ [Annotation(Name = "[Caelid - Smoldering Church] Rune Arc 1046407010")]
+ CaelidSmolderingChurchRuneArc = 1046407010,
- [Annotation(Name = "[Caelid - Smoldering Church] Golden Rune [3] 1046407020")]
- CaelidSmolderingChurchGoldenRune3 = 1046407020,
+ [Annotation(Name = "[Caelid - Smoldering Church] Golden Rune [3] 1046407020")]
+ CaelidSmolderingChurchGoldenRune3 = 1046407020,
- [Annotation(Name = "[Caelid - Smoldering Church] Missionary's Cookbook [3] 67650")]
- CaelidSmolderingChurchMissionarysCookbook3 = 67650,
+ [Annotation(Name = "[Caelid - Smoldering Church] Missionary's Cookbook [3] 67650")]
+ CaelidSmolderingChurchMissionarysCookbook3 = 67650,
- [Annotation(Name = "[Caelid - Smoldering Church] Preserving Boluses 1046407040")]
- CaelidSmolderingChurchPreservingBoluses = 1046407040,
+ [Annotation(Name = "[Caelid - Smoldering Church] Preserving Boluses 1046407040")]
+ CaelidSmolderingChurchPreservingBoluses = 1046407040,
- [Annotation(Name = "[Caelid - Smoldering Church] Nomadic Warrior's Cookbook [14] 67870")]
- CaelidSmolderingChurchNomadicWarriorsCookbook14 = 67870,
+ [Annotation(Name = "[Caelid - Smoldering Church] Nomadic Warrior's Cookbook [14] 67870")]
+ CaelidSmolderingChurchNomadicWarriorsCookbook14 = 67870,
- [Annotation(Name = "[Caelid - Smoldering Church] Drawstring Lightning Grease 1046407060")]
- CaelidSmolderingChurchDrawstringLightningGrease = 1046407060,
+ [Annotation(Name = "[Caelid - Smoldering Church] Drawstring Lightning Grease 1046407060")]
+ CaelidSmolderingChurchDrawstringLightningGrease = 1046407060,
- [Annotation(Name = "[Caelid - Smoldering Church] Sacred Scorpion Charm 1046407700")]
- CaelidSmolderingChurchSacredScorpionCharm = 1046407700,
+ [Annotation(Name = "[Caelid - Smoldering Church] Sacred Scorpion Charm 1046407700")]
+ CaelidSmolderingChurchSacredScorpionCharm = 1046407700,
- [Annotation(Name = "[Caelid - West of Caelid Highway South] Golden Rune [1] 1047377000")]
- CaelidWestOfCaelidHighwaySouthGoldenRune1 = 1047377000,
+ [Annotation(Name = "[Caelid - West of Caelid Highway South] Golden Rune [1] 1047377000")]
+ CaelidWestOfCaelidHighwaySouthGoldenRune1 = 1047377000,
- [Annotation(Name = "[Caelid - West of Caelid Highway South] Golden Rune [5] 1047377010")]
- CaelidWestOfCaelidHighwaySouthGoldenRune5 = 1047377010,
+ [Annotation(Name = "[Caelid - West of Caelid Highway South] Golden Rune [5] 1047377010")]
+ CaelidWestOfCaelidHighwaySouthGoldenRune5 = 1047377010,
- [Annotation(Name = "[Caelid - West of Caelid Highway South] Golden Rune [1] 1047377020")]
- CaelidWestOfCaelidHighwaySouthGoldenRune1_ = 1047377020,
+ [Annotation(Name = "[Caelid - West of Caelid Highway South] Golden Rune [1] 1047377020")]
+ CaelidWestOfCaelidHighwaySouthGoldenRune1_ = 1047377020,
- [Annotation(Name = "[Caelid - West of Caelid Highway South] Golden Rune [2] 1047377030")]
- CaelidWestOfCaelidHighwaySouthGoldenRune2 = 1047377030,
+ [Annotation(Name = "[Caelid - West of Caelid Highway South] Golden Rune [2] 1047377030")]
+ CaelidWestOfCaelidHighwaySouthGoldenRune2 = 1047377030,
- [Annotation(Name = "[Caelid - West of Caelid Highway South] Poisonbloom 1047377040")]
- CaelidWestOfCaelidHighwaySouthPoisonbloom = 1047377040,
+ [Annotation(Name = "[Caelid - West of Caelid Highway South] Poisonbloom 1047377040")]
+ CaelidWestOfCaelidHighwaySouthPoisonbloom = 1047377040,
- [Annotation(Name = "[Caelid - West of Caelid Highway South] Starlight Shards 1047377050")]
- CaelidWestOfCaelidHighwaySouthStarlightShards = 1047377050,
+ [Annotation(Name = "[Caelid - West of Caelid Highway South] Starlight Shards 1047377050")]
+ CaelidWestOfCaelidHighwaySouthStarlightShards = 1047377050,
- [Annotation(Name = "[Caelid - West of Caelid Highway South] Larval Tear 1047377100")]
- CaelidWestOfCaelidHighwaySouthLarvalTear = 1047377100,
+ [Annotation(Name = "[Caelid - West of Caelid Highway South] Larval Tear 1047377100")]
+ CaelidWestOfCaelidHighwaySouthLarvalTear = 1047377100,
- [Annotation(Name = "[Caelid - Fort Gael] Somber Smithing Stone [4] 1047387010")]
- CaelidFortGaelSomberSmithingStone4 = 1047387010,
+ [Annotation(Name = "[Caelid - Fort Gael] Somber Smithing Stone [4] 1047387010")]
+ CaelidFortGaelSomberSmithingStone4 = 1047387010,
- [Annotation(Name = "[Caelid - Fort Gael] Great Dragonfly Head 1047387030")]
- CaelidFortGaelGreatDragonflyHead = 1047387030,
+ [Annotation(Name = "[Caelid - Fort Gael] Great Dragonfly Head 1047387030")]
+ CaelidFortGaelGreatDragonflyHead = 1047387030,
- [Annotation(Name = "[Caelid - Fort Gael] Rot Grease 1047387040")]
- CaelidFortGaelRotGrease = 1047387040,
+ [Annotation(Name = "[Caelid - Fort Gael] Rot Grease 1047387040")]
+ CaelidFortGaelRotGrease = 1047387040,
- [Annotation(Name = "[Caelid - Fort Gael] Rune Arc 1047387070")]
- CaelidFortGaelRuneArc = 1047387070,
+ [Annotation(Name = "[Caelid - Fort Gael] Rune Arc 1047387070")]
+ CaelidFortGaelRuneArc = 1047387070,
- [Annotation(Name = "[Caelid - Fort Gael] Warming Stone 1047387080")]
- CaelidFortGaelWarmingStone = 1047387080,
+ [Annotation(Name = "[Caelid - Fort Gael] Warming Stone 1047387080")]
+ CaelidFortGaelWarmingStone = 1047387080,
- [Annotation(Name = "[Caelid - Fort Gael] Smoldering Butterfly 1047387100")]
- CaelidFortGaelSmolderingButterfly = 1047387100,
+ [Annotation(Name = "[Caelid - Fort Gael] Smoldering Butterfly 1047387100")]
+ CaelidFortGaelSmolderingButterfly = 1047387100,
- [Annotation(Name = "[Caelid - Fort Gael] Mushroom 1047387110")]
- CaelidFortGaelMushroom = 1047387110,
+ [Annotation(Name = "[Caelid - Fort Gael] Mushroom 1047387110")]
+ CaelidFortGaelMushroom = 1047387110,
- [Annotation(Name = "[Caelid - Fort Gael] Flame, Grant Me Strength 1047387120")]
- CaelidFortGaelFlameGrantMeStrength = 1047387120,
+ [Annotation(Name = "[Caelid - Fort Gael] Flame, Grant Me Strength 1047387120")]
+ CaelidFortGaelFlameGrantMeStrength = 1047387120,
- [Annotation(Name = "[Caelid - Fort Gael] Explosive Greatbolt 1047387130")]
- CaelidFortGaelExplosiveGreatbolt = 1047387130,
+ [Annotation(Name = "[Caelid - Fort Gael] Explosive Greatbolt 1047387130")]
+ CaelidFortGaelExplosiveGreatbolt = 1047387130,
- [Annotation(Name = "[Caelid - Fort Gael] Ash of War: Lion's Claw 1047387700")]
- CaelidFortGaelAshOfWarLionsClaw = 1047387700,
+ [Annotation(Name = "[Caelid - Fort Gael] Ash of War: Lion's Claw 1047387700")]
+ CaelidFortGaelAshOfWarLionsClaw = 1047387700,
- [Annotation(Name = "[Caelid - Fort Gael] Starscourge Heirloom 1047387900")]
- CaelidFortGaelStarscourgeHeirloom = 1047387900,
+ [Annotation(Name = "[Caelid - Fort Gael] Starscourge Heirloom 1047387900")]
+ CaelidFortGaelStarscourgeHeirloom = 1047387900,
- [Annotation(Name = "[Caelid - Fort Gael] Meteoric Ore Blade 1047387910")]
- CaelidFortGaelMeteoricOreBlade = 1047387910,
+ [Annotation(Name = "[Caelid - Fort Gael] Meteoric Ore Blade 1047387910")]
+ CaelidFortGaelMeteoricOreBlade = 1047387910,
- [Annotation(Name = "[Caelid - Fort Gael] Katar 1047387920")]
- CaelidFortGaelKatar = 1047387920,
+ [Annotation(Name = "[Caelid - Fort Gael] Katar 1047387920")]
+ CaelidFortGaelKatar = 1047387920,
- [Annotation(Name = "[Caelid - Fort Gael North] Smithing Stone [5] 1047397000")]
- CaelidFortGaelNorthSmithingStone5 = 1047397000,
+ [Annotation(Name = "[Caelid - Fort Gael North] Smithing Stone [5] 1047397000")]
+ CaelidFortGaelNorthSmithingStone5 = 1047397000,
- [Annotation(Name = "[Caelid - Fort Gael North] Golden Rune [9] 1047397040")]
- CaelidFortGaelNorthGoldenRune9 = 1047397040,
+ [Annotation(Name = "[Caelid - Fort Gael North] Golden Rune [9] 1047397040")]
+ CaelidFortGaelNorthGoldenRune9 = 1047397040,
- [Annotation(Name = "[Caelid - Fort Gael North] Slumbering Egg 1047397080")]
- CaelidFortGaelNorthSlumberingEgg = 1047397080,
+ [Annotation(Name = "[Caelid - Fort Gael North] Slumbering Egg 1047397080")]
+ CaelidFortGaelNorthSlumberingEgg = 1047397080,
- [Annotation(Name = "[Caelid - Caelem Ruins] Golden Rune [5] 1047407000")]
- CaelidCaelemRuinsGoldenRune5 = 1047407000,
+ [Annotation(Name = "[Caelid - Caelem Ruins] Golden Rune [5] 1047407000")]
+ CaelidCaelemRuinsGoldenRune5 = 1047407000,
- [Annotation(Name = "[Caelid - Caelem Ruins] Cracked Pot 66190")]
- CaelidCaelemRuinsCrackedPot = 66190,
+ [Annotation(Name = "[Caelid - Caelem Ruins] Cracked Pot 66190")]
+ CaelidCaelemRuinsCrackedPot = 66190,
- [Annotation(Name = "[Caelid - Caelem Ruins] Smithing Stone [4] 1047407020")]
- CaelidCaelemRuinsSmithingStone4 = 1047407020,
+ [Annotation(Name = "[Caelid - Caelem Ruins] Smithing Stone [4] 1047407020")]
+ CaelidCaelemRuinsSmithingStone4 = 1047407020,
- [Annotation(Name = "[Caelid - Caelem Ruins] Somber Smithing Stone [4] 1047407030")]
- CaelidCaelemRuinsSomberSmithingStone4 = 1047407030,
+ [Annotation(Name = "[Caelid - Caelem Ruins] Somber Smithing Stone [4] 1047407030")]
+ CaelidCaelemRuinsSomberSmithingStone4 = 1047407030,
- [Annotation(Name = "[Caelid - Caelem Ruins] Explosive Bolt 1047407040")]
- CaelidCaelemRuinsExplosiveBolt = 1047407040,
+ [Annotation(Name = "[Caelid - Caelem Ruins] Explosive Bolt 1047407040")]
+ CaelidCaelemRuinsExplosiveBolt = 1047407040,
- [Annotation(Name = "[Caelid - Caelem Ruins] Drawstring Fire Grease 1047407070")]
- CaelidCaelemRuinsDrawstringFireGrease = 1047407070,
+ [Annotation(Name = "[Caelid - Caelem Ruins] Drawstring Fire Grease 1047407070")]
+ CaelidCaelemRuinsDrawstringFireGrease = 1047407070,
- [Annotation(Name = "[Caelid - Caelem Ruins] Smoldering Butterfly 1047407080")]
- CaelidCaelemRuinsSmolderingButterfly = 1047407080,
+ [Annotation(Name = "[Caelid - Caelem Ruins] Smoldering Butterfly 1047407080")]
+ CaelidCaelemRuinsSmolderingButterfly = 1047407080,
- [Annotation(Name = "[Caelid - Caelem Ruins] Rune Arc 1047407900")]
- CaelidCaelemRuinsRuneArc = 1047407900,
+ [Annotation(Name = "[Caelid - Caelem Ruins] Rune Arc 1047407900")]
+ CaelidCaelemRuinsRuneArc = 1047407900,
- [Annotation(Name = "[Caelid - Caelem Ruins] Sword of St. Trina 1047407910")]
- CaelidCaelemRuinsSwordOfStTrina = 1047407910,
+ [Annotation(Name = "[Caelid - Caelem Ruins] Sword of St. Trina 1047407910")]
+ CaelidCaelemRuinsSwordOfStTrina = 1047407910,
- [Annotation(Name = "[Caelid - Caelem Ruins] Greatsword 1047407920")]
- CaelidCaelemRuinsGreatsword = 1047407920,
+ [Annotation(Name = "[Caelid - Caelem Ruins] Greatsword 1047407920")]
+ CaelidCaelemRuinsGreatsword = 1047407920,
- [Annotation(Name = "[Caelid - Cathedral of Dragon Communion] Ancient Dragon Apostle's Cookbook [3] 68030")]
- CaelidCathedralOfDragonCommunionAncientDragonApostlesCookbook3 = 68030,
+ [Annotation(Name = "[Caelid - Cathedral of Dragon Communion] Ancient Dragon Apostle's Cookbook [3] 68030")]
+ CaelidCathedralOfDragonCommunionAncientDragonApostlesCookbook3 = 68030,
- [Annotation(Name = "[Caelid - Caelid Highway South] Crab Eggs 1048377000")]
- CaelidCaelidHighwaySouthCrabEggs = 1048377000,
+ [Annotation(Name = "[Caelid - Caelid Highway South] Crab Eggs 1048377000")]
+ CaelidCaelidHighwaySouthCrabEggs = 1048377000,
- [Annotation(Name = "[Caelid - Caelid Highway South] Golden Rune [3] 1048377020")]
- CaelidCaelidHighwaySouthGoldenRune3 = 1048377020,
+ [Annotation(Name = "[Caelid - Caelid Highway South] Golden Rune [3] 1048377020")]
+ CaelidCaelidHighwaySouthGoldenRune3 = 1048377020,
- [Annotation(Name = "[Caelid - Caelid Highway South] Golden Rune [4] 1048377030")]
- CaelidCaelidHighwaySouthGoldenRune4 = 1048377030,
+ [Annotation(Name = "[Caelid - Caelid Highway South] Golden Rune [4] 1048377030")]
+ CaelidCaelidHighwaySouthGoldenRune4 = 1048377030,
- [Annotation(Name = "[Caelid - West Aeonia Swamp] Golden Rune [4] 1048387000")]
- CaelidWestAeoniaSwampGoldenRune4 = 1048387000,
+ [Annotation(Name = "[Caelid - West Aeonia Swamp] Golden Rune [4] 1048387000")]
+ CaelidWestAeoniaSwampGoldenRune4 = 1048387000,
- [Annotation(Name = "[Caelid - West Aeonia Swamp] Perfume Bottle 66790")]
- CaelidWestAeoniaSwampPerfumeBottle = 66790,
+ [Annotation(Name = "[Caelid - West Aeonia Swamp] Perfume Bottle 66790")]
+ CaelidWestAeoniaSwampPerfumeBottle = 66790,
- [Annotation(Name = "[Caelid - West Aeonia Swamp] Traveler's Hat 1048387010")]
- CaelidWestAeoniaSwampTravelersHat = 1048387010,
+ [Annotation(Name = "[Caelid - West Aeonia Swamp] Traveler's Hat 1048387010")]
+ CaelidWestAeoniaSwampTravelersHat = 1048387010,
- [Annotation(Name = "[Caelid - West Aeonia Swamp] Golden Rune [5] 1048387020")]
- CaelidWestAeoniaSwampGoldenRune5 = 1048387020,
+ [Annotation(Name = "[Caelid - West Aeonia Swamp] Golden Rune [5] 1048387020")]
+ CaelidWestAeoniaSwampGoldenRune5 = 1048387020,
- [Annotation(Name = "[Caelid - West Aeonia Swamp] Sacramental Bud 1048387500")]
- CaelidWestAeoniaSwampSacramentalBud = 1048387500,
+ [Annotation(Name = "[Caelid - West Aeonia Swamp] Sacramental Bud 1048387500")]
+ CaelidWestAeoniaSwampSacramentalBud = 1048387500,
- [Annotation(Name = "[Caelid - Smoldering Wall] Sacramental Bud 1048397000")]
- CaelidSmolderingWallSacramentalBud = 1048397000,
+ [Annotation(Name = "[Caelid - Smoldering Wall] Sacramental Bud 1048397000")]
+ CaelidSmolderingWallSacramentalBud = 1048397000,
- [Annotation(Name = "[Caelid - Smoldering Wall] Somber Smithing Stone [5] 1048397010")]
- CaelidSmolderingWallSomberSmithingStone5 = 1048397010,
+ [Annotation(Name = "[Caelid - Smoldering Wall] Somber Smithing Stone [5] 1048397010")]
+ CaelidSmolderingWallSomberSmithingStone5 = 1048397010,
- [Annotation(Name = "[Caelid - Smoldering Wall] Great Dragonfly Head 1048397040")]
- CaelidSmolderingWallGreatDragonflyHead = 1048397040,
+ [Annotation(Name = "[Caelid - Smoldering Wall] Great Dragonfly Head 1048397040")]
+ CaelidSmolderingWallGreatDragonflyHead = 1048397040,
- [Annotation(Name = "[Caelid - Smoldering Wall] Stonesword Key 1048397050")]
- CaelidSmolderingWallStoneswordKey = 1048397050,
+ [Annotation(Name = "[Caelid - Smoldering Wall] Stonesword Key 1048397050")]
+ CaelidSmolderingWallStoneswordKey = 1048397050,
- [Annotation(Name = "[Caelid - Smoldering Wall] Rock Sling 1048397900")]
- CaelidSmolderingWallRockSling = 1048397900,
+ [Annotation(Name = "[Caelid - Smoldering Wall] Rock Sling 1048397900")]
+ CaelidSmolderingWallRockSling = 1048397900,
- [Annotation(Name = "[Caelid - Deep Siofra Well] Golden Rune [1] 1048407010")]
- CaelidDeepSiofraWellGoldenRune1 = 1048407010,
+ [Annotation(Name = "[Caelid - Deep Siofra Well] Golden Rune [1] 1048407010")]
+ CaelidDeepSiofraWellGoldenRune1 = 1048407010,
- [Annotation(Name = "[Caelid - Deep Siofra Well] Golden Rune [6] 1048407020")]
- CaelidDeepSiofraWellGoldenRune6 = 1048407020,
+ [Annotation(Name = "[Caelid - Deep Siofra Well] Golden Rune [6] 1048407020")]
+ CaelidDeepSiofraWellGoldenRune6 = 1048407020,
- [Annotation(Name = "[Caelid - Deep Siofra Well] Golden Rune [2] 1048407030")]
- CaelidDeepSiofraWellGoldenRune2 = 1048407030,
+ [Annotation(Name = "[Caelid - Deep Siofra Well] Golden Rune [2] 1048407030")]
+ CaelidDeepSiofraWellGoldenRune2 = 1048407030,
- [Annotation(Name = "[Caelid - Deep Siofra Well] Sacramental Bud 1048407040")]
- CaelidDeepSiofraWellSacramentalBud = 1048407040,
+ [Annotation(Name = "[Caelid - Deep Siofra Well] Sacramental Bud 1048407040")]
+ CaelidDeepSiofraWellSacramentalBud = 1048407040,
- [Annotation(Name = "[Caelid - Deep Siofra Well] Hefty Beast Bone 1048407050")]
- CaelidDeepSiofraWellHeftyBeastBone = 1048407050,
+ [Annotation(Name = "[Caelid - Deep Siofra Well] Hefty Beast Bone 1048407050")]
+ CaelidDeepSiofraWellHeftyBeastBone = 1048407050,
- [Annotation(Name = "[Caelid - Deep Siofra Well] Spiked Palisade Shield 1048407060")]
- CaelidDeepSiofraWellSpikedPalisadeShield = 1048407060,
+ [Annotation(Name = "[Caelid - Deep Siofra Well] Spiked Palisade Shield 1048407060")]
+ CaelidDeepSiofraWellSpikedPalisadeShield = 1048407060,
- [Annotation(Name = "[Caelid - Deep Siofra Well] Visage Shield 1048407900")]
- CaelidDeepSiofraWellVisageShield = 1048407900,
+ [Annotation(Name = "[Caelid - Deep Siofra Well] Visage Shield 1048407900")]
+ CaelidDeepSiofraWellVisageShield = 1048407900,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Isolated Merchant's Shack] Gravity Stone Peddler's Bell Bearing 1048417800")]
- GreyollsDragonbarrowIsolatedMerchantsShackGravityStonePeddlersBellBearing = 1048417800,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Isolated Merchant's Shack] Gravity Stone Peddler's Bell Bearing 1048417800")]
+ GreyollsDragonbarrowIsolatedMerchantsShackGravityStonePeddlersBellBearing = 1048417800,
- [Annotation(Name = "[Caelid - Southwest of Caelid Highway South] Smoldering Butterfly 1049367000")]
- CaelidSouthwestOfCaelidHighwaySouthSmolderingButterfly = 1049367000,
+ [Annotation(Name = "[Caelid - Southwest of Caelid Highway South] Smoldering Butterfly 1049367000")]
+ CaelidSouthwestOfCaelidHighwaySouthSmolderingButterfly = 1049367000,
- [Annotation(Name = "[Caelid - Southwest of Caelid Highway South] Fan Daggers 1049367010")]
- CaelidSouthwestOfCaelidHighwaySouthFanDaggers = 1049367010,
+ [Annotation(Name = "[Caelid - Southwest of Caelid Highway South] Fan Daggers 1049367010")]
+ CaelidSouthwestOfCaelidHighwaySouthFanDaggers = 1049367010,
- [Annotation(Name = "[Caelid - Southern Aeonia Swamp Bank] Windy Crystal Tear 65150")]
- CaelidSouthernAeoniaSwampBankWindyCrystalTear = 65150,
+ [Annotation(Name = "[Caelid - Southern Aeonia Swamp Bank] Windy Crystal Tear 65150")]
+ CaelidSouthernAeoniaSwampBankWindyCrystalTear = 65150,
- [Annotation(Name = "[Caelid - Southern Aeonia Swamp Bank] Beast Blood 1049377010")]
- CaelidSouthernAeoniaSwampBankBeastBlood = 1049377010,
+ [Annotation(Name = "[Caelid - Southern Aeonia Swamp Bank] Beast Blood 1049377010")]
+ CaelidSouthernAeoniaSwampBankBeastBlood = 1049377010,
- [Annotation(Name = "[Caelid - Southern Aeonia Swamp Bank] Golden Seed 1049377020")]
- CaelidSouthernAeoniaSwampBankGoldenSeed = 1049377020,
+ [Annotation(Name = "[Caelid - Southern Aeonia Swamp Bank] Golden Seed 1049377020")]
+ CaelidSouthernAeoniaSwampBankGoldenSeed = 1049377020,
- [Annotation(Name = "[Caelid - Southern Aeonia Swamp Bank] Beast Blood 1049377050")]
- CaelidSouthernAeoniaSwampBankBeastBlood_ = 1049377050,
+ [Annotation(Name = "[Caelid - Southern Aeonia Swamp Bank] Beast Blood 1049377050")]
+ CaelidSouthernAeoniaSwampBankBeastBlood_ = 1049377050,
- [Annotation(Name = "[Caelid - Southern Aeonia Swamp Bank] Golden Rune [2] 1049377070")]
- CaelidSouthernAeoniaSwampBankGoldenRune2 = 1049377070,
+ [Annotation(Name = "[Caelid - Southern Aeonia Swamp Bank] Golden Rune [2] 1049377070")]
+ CaelidSouthernAeoniaSwampBankGoldenRune2 = 1049377070,
- [Annotation(Name = "[Caelid - Southern Aeonia Swamp Bank] Ash of War: Poison Moth Flight 1049377100")]
- CaelidSouthernAeoniaSwampBankAshOfWarPoisonMothFlight = 1049377100,
+ [Annotation(Name = "[Caelid - Southern Aeonia Swamp Bank] Ash of War: Poison Moth Flight 1049377100")]
+ CaelidSouthernAeoniaSwampBankAshOfWarPoisonMothFlight = 1049377100,
- [Annotation(Name = "[Caelid - Southern Aeonia Swamp Bank] Death's Poker 1049377110")]
- CaelidSouthernAeoniaSwampBankDeathsPoker = 1049377110,
+ [Annotation(Name = "[Caelid - Southern Aeonia Swamp Bank] Death's Poker 1049377110")]
+ CaelidSouthernAeoniaSwampBankDeathsPoker = 1049377110,
- [Annotation(Name = "[Caelid - Southern Aeonia Swamp Bank] Somber Smithing Stone [4] 1049377700")]
- CaelidSouthernAeoniaSwampBankSomberSmithingStone4 = 1049377700,
+ [Annotation(Name = "[Caelid - Southern Aeonia Swamp Bank] Somber Smithing Stone [4] 1049377700")]
+ CaelidSouthernAeoniaSwampBankSomberSmithingStone4 = 1049377700,
- [Annotation(Name = "[Caelid - East Aeonia Swamp] Eternal Darkness 1049387800")]
- CaelidEastAeoniaSwampEternalDarkness = 1049387800,
+ [Annotation(Name = "[Caelid - East Aeonia Swamp] Eternal Darkness 1049387800")]
+ CaelidEastAeoniaSwampEternalDarkness = 1049387800,
- [Annotation(Name = "[Caelid - East Aeonia Swamp] Somber Smithing Stone [4] 1049387010")]
- CaelidEastAeoniaSwampSomberSmithingStone4 = 1049387010,
+ [Annotation(Name = "[Caelid - East Aeonia Swamp] Somber Smithing Stone [4] 1049387010")]
+ CaelidEastAeoniaSwampSomberSmithingStone4 = 1049387010,
- [Annotation(Name = "[Caelid - East Aeonia Swamp] Aeonian Butterfly 1049387020")]
- CaelidEastAeoniaSwampAeonianButterfly = 1049387020,
+ [Annotation(Name = "[Caelid - East Aeonia Swamp] Aeonian Butterfly 1049387020")]
+ CaelidEastAeoniaSwampAeonianButterfly = 1049387020,
- [Annotation(Name = "[Caelid - East Aeonia Swamp] Smithing Stone [4] 1049387030")]
- CaelidEastAeoniaSwampSmithingStone4 = 1049387030,
+ [Annotation(Name = "[Caelid - East Aeonia Swamp] Smithing Stone [4] 1049387030")]
+ CaelidEastAeoniaSwampSmithingStone4 = 1049387030,
- [Annotation(Name = "[Caelid - East Aeonia Swamp] Black-Key Bolt 1049387040")]
- CaelidEastAeoniaSwampBlackKeyBolt = 1049387040,
+ [Annotation(Name = "[Caelid - East Aeonia Swamp] Black-Key Bolt 1049387040")]
+ CaelidEastAeoniaSwampBlackKeyBolt = 1049387040,
- [Annotation(Name = "[Caelid - East Aeonia Swamp] Sacramental Bud 1049387060")]
- CaelidEastAeoniaSwampSacramentalBud = 1049387060,
+ [Annotation(Name = "[Caelid - East Aeonia Swamp] Sacramental Bud 1049387060")]
+ CaelidEastAeoniaSwampSacramentalBud = 1049387060,
- [Annotation(Name = "[Caelid - East Aeonia Swamp] Rune Arc 1049387070")]
- CaelidEastAeoniaSwampRuneArc = 1049387070,
+ [Annotation(Name = "[Caelid - East Aeonia Swamp] Rune Arc 1049387070")]
+ CaelidEastAeoniaSwampRuneArc = 1049387070,
- [Annotation(Name = "[Caelid - East Aeonia Swamp] Golden Rune [4] 1049387080")]
- CaelidEastAeoniaSwampGoldenRune4 = 1049387080,
+ [Annotation(Name = "[Caelid - East Aeonia Swamp] Golden Rune [4] 1049387080")]
+ CaelidEastAeoniaSwampGoldenRune4 = 1049387080,
- [Annotation(Name = "[Caelid - East Aeonia Swamp] Golden Rune [5] 1049387110")]
- CaelidEastAeoniaSwampGoldenRune5 = 1049387110,
+ [Annotation(Name = "[Caelid - East Aeonia Swamp] Golden Rune [5] 1049387110")]
+ CaelidEastAeoniaSwampGoldenRune5 = 1049387110,
- [Annotation(Name = "[Caelid - East Aeonia Swamp] Glass Shard 1049387120")]
- CaelidEastAeoniaSwampGlassShard = 1049387120,
+ [Annotation(Name = "[Caelid - East Aeonia Swamp] Glass Shard 1049387120")]
+ CaelidEastAeoniaSwampGlassShard = 1049387120,
- [Annotation(Name = "[Caelid - West Sellia] Stonesword Key 1049397000")]
- CaelidWestSelliaStoneswordKey = 1049397000,
+ [Annotation(Name = "[Caelid - West Sellia] Stonesword Key 1049397000")]
+ CaelidWestSelliaStoneswordKey = 1049397000,
- [Annotation(Name = "[Caelid - West Sellia] Poisonbloom 1049397010")]
- CaelidWestSelliaPoisonbloom = 1049397010,
+ [Annotation(Name = "[Caelid - West Sellia] Poisonbloom 1049397010")]
+ CaelidWestSelliaPoisonbloom = 1049397010,
- [Annotation(Name = "[Caelid - West Sellia] Rune Arc 1049397020")]
- CaelidWestSelliaRuneArc = 1049397020,
+ [Annotation(Name = "[Caelid - West Sellia] Rune Arc 1049397020")]
+ CaelidWestSelliaRuneArc = 1049397020,
- [Annotation(Name = "[Caelid - West Sellia] Staff of Loss 1049397030")]
- CaelidWestSelliaStaffOfLoss = 1049397030,
+ [Annotation(Name = "[Caelid - West Sellia] Staff of Loss 1049397030")]
+ CaelidWestSelliaStaffOfLoss = 1049397030,
- [Annotation(Name = "[Caelid - West Sellia] Rotten Stray Ashes 1049397040")]
- CaelidWestSelliaRottenStrayAshes = 1049397040,
+ [Annotation(Name = "[Caelid - West Sellia] Rotten Stray Ashes 1049397040")]
+ CaelidWestSelliaRottenStrayAshes = 1049397040,
- [Annotation(Name = "[Caelid - West Sellia] Nox Flowing Sword 1049397800")]
- CaelidWestSelliaNoxFlowingSword = 1049397800,
+ [Annotation(Name = "[Caelid - West Sellia] Nox Flowing Sword 1049397800")]
+ CaelidWestSelliaNoxFlowingSword = 1049397800,
- [Annotation(Name = "[Caelid - West Sellia] Battlemage Hugues 1049397850")]
- CaelidWestSelliaBattlemageHugues = 1049397850,
+ [Annotation(Name = "[Caelid - West Sellia] Battlemage Hugues 1049397850")]
+ CaelidWestSelliaBattlemageHugues = 1049397850,
- [Annotation(Name = "[Caelid - West Sellia] Lusat's Glintstone Staff 1049397900")]
- CaelidWestSelliaLusatsGlintstoneStaff = 1049397900,
+ [Annotation(Name = "[Caelid - West Sellia] Lusat's Glintstone Staff 1049397900")]
+ CaelidWestSelliaLusatsGlintstoneStaff = 1049397900,
- [Annotation(Name = "[Caelid - West Sellia] Spelldrake Talisman +1 1049397910")]
- CaelidWestSelliaSpelldrakeTalisman1 = 1049397910,
+ [Annotation(Name = "[Caelid - West Sellia] Spelldrake Talisman +1 1049397910")]
+ CaelidWestSelliaSpelldrakeTalisman1 = 1049397910,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Deep Siofra Well] Map: Dragonbarrow 62041")]
- GreyollsDragonbarrowDeepSiofraWellMapDragonbarrow = 62041,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Deep Siofra Well] Map: Dragonbarrow 62041")]
+ GreyollsDragonbarrowDeepSiofraWellMapDragonbarrow = 62041,
- [Annotation(Name = "[Caelid - Southern Aeonia Swamp Bank] Map: Caelid 62040")]
- CaelidSouthernAeoniaSwampBankMapCaelid = 62040,
+ [Annotation(Name = "[Caelid - Southern Aeonia Swamp Bank] Map: Caelid 62040")]
+ CaelidSouthernAeoniaSwampBankMapCaelid = 62040,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Deep Siofra Well] Golden Rune [5] 1049407000")]
- GreyollsDragonbarrowDeepSiofraWellGoldenRune5 = 1049407000,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Deep Siofra Well] Golden Rune [5] 1049407000")]
+ GreyollsDragonbarrowDeepSiofraWellGoldenRune5 = 1049407000,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Deep Siofra Well] Gravel Stone 1049407010")]
- GreyollsDragonbarrowDeepSiofraWellGravelStone = 1049407010,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Deep Siofra Well] Gravel Stone 1049407010")]
+ GreyollsDragonbarrowDeepSiofraWellGravelStone = 1049407010,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Deep Siofra Well] Sliver of Meat 1049407020")]
- GreyollsDragonbarrowDeepSiofraWellSliverOfMeat = 1049407020,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Deep Siofra Well] Sliver of Meat 1049407020")]
+ GreyollsDragonbarrowDeepSiofraWellSliverOfMeat = 1049407020,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Deep Siofra Well] Smithing Stone [5] 1049407040")]
- GreyollsDragonbarrowDeepSiofraWellSmithingStone5 = 1049407040,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Deep Siofra Well] Smithing Stone [5] 1049407040")]
+ GreyollsDragonbarrowDeepSiofraWellSmithingStone5 = 1049407040,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Divine Tower of Caelid Entrance] Arteria Leaf 1049417040")]
- GreyollsDragonbarrowDivineTowerOfCaelidEntranceArteriaLeaf = 1049417040,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Divine Tower of Caelid Entrance] Arteria Leaf 1049417040")]
+ GreyollsDragonbarrowDivineTowerOfCaelidEntranceArteriaLeaf = 1049417040,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Divine Tower of Caelid Entrance] Dragonwound Grease 1049417070")]
- GreyollsDragonbarrowDivineTowerOfCaelidEntranceDragonwoundGrease = 1049417070,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Divine Tower of Caelid Entrance] Dragonwound Grease 1049417070")]
+ GreyollsDragonbarrowDivineTowerOfCaelidEntranceDragonwoundGrease = 1049417070,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Divine Tower of Caelid Entrance] Rune Arc 1049417080")]
- GreyollsDragonbarrowDivineTowerOfCaelidEntranceRuneArc = 1049417080,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Divine Tower of Caelid Entrance] Rune Arc 1049417080")]
+ GreyollsDragonbarrowDivineTowerOfCaelidEntranceRuneArc = 1049417080,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Divine Tower of Caelid Entrance] Somber Smithing Stone [9] 1049417090")]
- GreyollsDragonbarrowDivineTowerOfCaelidEntranceSomberSmithingStone9 = 1049417090,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Divine Tower of Caelid Entrance] Somber Smithing Stone [9] 1049417090")]
+ GreyollsDragonbarrowDivineTowerOfCaelidEntranceSomberSmithingStone9 = 1049417090,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Divine Tower of Caelid Entrance] Numen's Rune 1049417100")]
- GreyollsDragonbarrowDivineTowerOfCaelidEntranceNumensRune = 1049417100,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Divine Tower of Caelid Entrance] Numen's Rune 1049417100")]
+ GreyollsDragonbarrowDivineTowerOfCaelidEntranceNumensRune = 1049417100,
- [Annotation(Name = "[Caelid - East Sellia] Night Comet 1050397900")]
- CaelidEastSelliaNightComet = 1050397900,
+ [Annotation(Name = "[Caelid - East Sellia] Night Comet 1050397900")]
+ CaelidEastSelliaNightComet = 1050397900,
- [Annotation(Name = "[Caelid - East Sellia] Imbued Sword Key 1050397910")]
- CaelidEastSelliaImbuedSwordKey = 1050397910,
+ [Annotation(Name = "[Caelid - East Sellia] Imbued Sword Key 1050397910")]
+ CaelidEastSelliaImbuedSwordKey = 1050397910,
- [Annotation(Name = "[Caelid - Impassable Greatbridge] Mushroom 1050367000")]
- CaelidImpassableGreatbridgeMushroom = 1050367000,
+ [Annotation(Name = "[Caelid - Impassable Greatbridge] Mushroom 1050367000")]
+ CaelidImpassableGreatbridgeMushroom = 1050367000,
- [Annotation(Name = "[Caelid - Impassable Greatbridge] Arrow's Sting Talisman 1050367900")]
- CaelidImpassableGreatbridgeArrowsStingTalisman = 1050367900,
+ [Annotation(Name = "[Caelid - Impassable Greatbridge] Arrow's Sting Talisman 1050367900")]
+ CaelidImpassableGreatbridgeArrowsStingTalisman = 1050367900,
- [Annotation(Name = "[Caelid - Gowry's Shack] Golden Rune [5] 1050387000")]
- CaelidGowrysShackGoldenRune5 = 1050387000,
+ [Annotation(Name = "[Caelid - Gowry's Shack] Golden Rune [5] 1050387000")]
+ CaelidGowrysShackGoldenRune5 = 1050387000,
- [Annotation(Name = "[Caelid - Gowry's Shack] Drawstring Poison Grease 1050387010")]
- CaelidGowrysShackDrawstringPoisonGrease = 1050387010,
+ [Annotation(Name = "[Caelid - Gowry's Shack] Drawstring Poison Grease 1050387010")]
+ CaelidGowrysShackDrawstringPoisonGrease = 1050387010,
- [Annotation(Name = "[Caelid - Gowry's Shack] Sacred Tear 1050387020")]
- CaelidGowrysShackSacredTear = 1050387020,
+ [Annotation(Name = "[Caelid - Gowry's Shack] Sacred Tear 1050387020")]
+ CaelidGowrysShackSacredTear = 1050387020,
- [Annotation(Name = "[Caelid - East Sellia] Poison Grease 1050397000")]
- CaelidEastSelliaPoisonGrease = 1050397000,
+ [Annotation(Name = "[Caelid - East Sellia] Poison Grease 1050397000")]
+ CaelidEastSelliaPoisonGrease = 1050397000,
- [Annotation(Name = "[Caelid - East Sellia] Toxic Mushroom 1050397010")]
- CaelidEastSelliaToxicMushroom = 1050397010,
+ [Annotation(Name = "[Caelid - East Sellia] Toxic Mushroom 1050397010")]
+ CaelidEastSelliaToxicMushroom = 1050397010,
- [Annotation(Name = "[Caelid - East Sellia] Smithing Stone [7] 1050397020")]
- CaelidEastSelliaSmithingStone7 = 1050397020,
+ [Annotation(Name = "[Caelid - East Sellia] Smithing Stone [7] 1050397020")]
+ CaelidEastSelliaSmithingStone7 = 1050397020,
- [Annotation(Name = "[Caelid - East Sellia] Smithing Stone [7] 1050397030")]
- CaelidEastSelliaSmithingStone7_ = 1050397030,
+ [Annotation(Name = "[Caelid - East Sellia] Smithing Stone [7] 1050397030")]
+ CaelidEastSelliaSmithingStone7_ = 1050397030,
- [Annotation(Name = "[Caelid - East Sellia] Stonesword Key 1050397040")]
- CaelidEastSelliaStoneswordKey = 1050397040,
+ [Annotation(Name = "[Caelid - East Sellia] Stonesword Key 1050397040")]
+ CaelidEastSelliaStoneswordKey = 1050397040,
- [Annotation(Name = "[Caelid - East Sellia] Smithing Stone [8] 1050397050")]
- CaelidEastSelliaSmithingStone8 = 1050397050,
+ [Annotation(Name = "[Caelid - East Sellia] Smithing Stone [8] 1050397050")]
+ CaelidEastSelliaSmithingStone8 = 1050397050,
- [Annotation(Name = "[Caelid - East Sellia] Starlight Shards 1050397060")]
- CaelidEastSelliaStarlightShards = 1050397060,
+ [Annotation(Name = "[Caelid - East Sellia] Starlight Shards 1050397060")]
+ CaelidEastSelliaStarlightShards = 1050397060,
- [Annotation(Name = "[Caelid - East Sellia] Cerulean Tear Scarab 1050397070")]
- CaelidEastSelliaCeruleanTearScarab = 1050397070,
+ [Annotation(Name = "[Caelid - East Sellia] Cerulean Tear Scarab 1050397070")]
+ CaelidEastSelliaCeruleanTearScarab = 1050397070,
- [Annotation(Name = "[Caelid - East Sellia] Beast Blood 1050397090")]
- CaelidEastSelliaBeastBlood = 1050397090,
+ [Annotation(Name = "[Caelid - East Sellia] Beast Blood 1050397090")]
+ CaelidEastSelliaBeastBlood = 1050397090,
- [Annotation(Name = "[Caelid - East Sellia] Golden Seed 1050397100")]
- CaelidEastSelliaGoldenSeed = 1050397100,
+ [Annotation(Name = "[Caelid - East Sellia] Golden Seed 1050397100")]
+ CaelidEastSelliaGoldenSeed = 1050397100,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Dragonbarrow Fork] Dragon Heart 1050407800")]
- GreyollsDragonbarrowDragonbarrowForkDragonHeart = 1050407800,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Dragonbarrow Fork] Dragon Heart 1050407800")]
+ GreyollsDragonbarrowDragonbarrowForkDragonHeart = 1050407800,
- [Annotation(Name = "[Caelid - Redmane Castle South Cliffside] Smoldering Butterfly 1051357000")]
- CaelidRedmaneCastleSouthCliffsideSmolderingButterfly = 1051357000,
+ [Annotation(Name = "[Caelid - Redmane Castle South Cliffside] Smoldering Butterfly 1051357000")]
+ CaelidRedmaneCastleSouthCliffsideSmolderingButterfly = 1051357000,
- [Annotation(Name = "[Caelid - Redmane Castle] Golden Rune [6] 1051367000")]
- CaelidRedmaneCastleGoldenRune6 = 1051367000,
+ [Annotation(Name = "[Caelid - Redmane Castle] Golden Rune [6] 1051367000")]
+ CaelidRedmaneCastleGoldenRune6 = 1051367000,
- [Annotation(Name = "[Caelid - Redmane Castle] Armorer's Cookbook [4] 67260")]
- CaelidRedmaneCastleArmorersCookbook4 = 67260,
+ [Annotation(Name = "[Caelid - Redmane Castle] Armorer's Cookbook [4] 67260")]
+ CaelidRedmaneCastleArmorersCookbook4 = 67260,
- [Annotation(Name = "[Caelid - Redmane Castle] Smithing Stone [6] 1051367020")]
- CaelidRedmaneCastleSmithingStone6 = 1051367020,
+ [Annotation(Name = "[Caelid - Redmane Castle] Smithing Stone [6] 1051367020")]
+ CaelidRedmaneCastleSmithingStone6 = 1051367020,
- [Annotation(Name = "[Caelid - Redmane Castle] Smithing Stone [3] 1051367030")]
- CaelidRedmaneCastleSmithingStone3 = 1051367030,
+ [Annotation(Name = "[Caelid - Redmane Castle] Smithing Stone [3] 1051367030")]
+ CaelidRedmaneCastleSmithingStone3 = 1051367030,
- [Annotation(Name = "[Caelid - Redmane Castle] Smithing Stone [4] 1051367040")]
- CaelidRedmaneCastleSmithingStone4 = 1051367040,
+ [Annotation(Name = "[Caelid - Redmane Castle] Smithing Stone [4] 1051367040")]
+ CaelidRedmaneCastleSmithingStone4 = 1051367040,
- [Annotation(Name = "[Caelid - Redmane Castle] Smithing Stone [3] 1051367050")]
- CaelidRedmaneCastleSmithingStone3_ = 1051367050,
+ [Annotation(Name = "[Caelid - Redmane Castle] Smithing Stone [3] 1051367050")]
+ CaelidRedmaneCastleSmithingStone3_ = 1051367050,
- [Annotation(Name = "[Caelid - Redmane Castle] Smithing Stone [5] 1051367060")]
- CaelidRedmaneCastleSmithingStone5 = 1051367060,
+ [Annotation(Name = "[Caelid - Redmane Castle] Smithing Stone [5] 1051367060")]
+ CaelidRedmaneCastleSmithingStone5 = 1051367060,
- [Annotation(Name = "[Caelid - Redmane Castle] Red-Hot Whetblade 65640")]
- CaelidRedmaneCastleRedHotWhetblade = 65640,
+ [Annotation(Name = "[Caelid - Redmane Castle] Red-Hot Whetblade 65640")]
+ CaelidRedmaneCastleRedHotWhetblade = 65640,
- [Annotation(Name = "[Caelid - Redmane Castle] Smithing Stone [5] 1051367080")]
- CaelidRedmaneCastleSmithingStone5_ = 1051367080,
+ [Annotation(Name = "[Caelid - Redmane Castle] Smithing Stone [5] 1051367080")]
+ CaelidRedmaneCastleSmithingStone5_ = 1051367080,
- [Annotation(Name = "[Caelid - Redmane Castle] Smithing Stone [4] 1051367090")]
- CaelidRedmaneCastleSmithingStone4_ = 1051367090,
+ [Annotation(Name = "[Caelid - Redmane Castle] Smithing Stone [4] 1051367090")]
+ CaelidRedmaneCastleSmithingStone4_ = 1051367090,
- [Annotation(Name = "[Caelid - Redmane Castle] Smithing Stone [6] 1051367100")]
- CaelidRedmaneCastleSmithingStone6_ = 1051367100,
+ [Annotation(Name = "[Caelid - Redmane Castle] Smithing Stone [6] 1051367100")]
+ CaelidRedmaneCastleSmithingStone6_ = 1051367100,
- [Annotation(Name = "[Caelid - Redmane Castle] Somber Smithing Stone [5] 1051367110")]
- CaelidRedmaneCastleSomberSmithingStone5 = 1051367110,
+ [Annotation(Name = "[Caelid - Redmane Castle] Somber Smithing Stone [5] 1051367110")]
+ CaelidRedmaneCastleSomberSmithingStone5 = 1051367110,
- [Annotation(Name = "[Caelid - Redmane Castle] Armorer's Cookbook [5] 67310")]
- CaelidRedmaneCastleArmorersCookbook5 = 67310,
+ [Annotation(Name = "[Caelid - Redmane Castle] Armorer's Cookbook [5] 67310")]
+ CaelidRedmaneCastleArmorersCookbook5 = 67310,
- [Annotation(Name = "[Caelid - Redmane Castle] Flamberge 1051367130")]
- CaelidRedmaneCastleFlamberge = 1051367130,
+ [Annotation(Name = "[Caelid - Redmane Castle] Flamberge 1051367130")]
+ CaelidRedmaneCastleFlamberge = 1051367130,
- [Annotation(Name = "[Caelid - Redmane Castle] Somber Smithing Stone [4] 1051367700")]
- CaelidRedmaneCastleSomberSmithingStone4 = 1051367700,
+ [Annotation(Name = "[Caelid - Redmane Castle] Somber Smithing Stone [4] 1051367700")]
+ CaelidRedmaneCastleSomberSmithingStone4 = 1051367700,
- [Annotation(Name = "[Caelid - Redmane Castle] Somber Smithing Stone [4] 1051367800")]
- CaelidRedmaneCastleSomberSmithingStone4_ = 1051367800,
+ [Annotation(Name = "[Caelid - Redmane Castle] Somber Smithing Stone [4] 1051367800")]
+ CaelidRedmaneCastleSomberSmithingStone4_ = 1051367800,
- [Annotation(Name = "[Caelid - Redmane Castle] Smithing Stone [6] 1051367910")]
- CaelidRedmaneCastleSmithingStone6__ = 1051367910,
+ [Annotation(Name = "[Caelid - Redmane Castle] Smithing Stone [6] 1051367910")]
+ CaelidRedmaneCastleSmithingStone6__ = 1051367910,
- [Annotation(Name = "[Caelid - West Radahn Arena] Radahn's Spear 1051387000")]
- CaelidWestRadahnArenaRadahnsSpear = 1051387000,
+ [Annotation(Name = "[Caelid - West Radahn Arena] Radahn's Spear 1051387000")]
+ CaelidWestRadahnArenaRadahnsSpear = 1051387000,
- [Annotation(Name = "[Caelid - West Radahn Arena] Radahn's Spear 1051387010")]
- CaelidWestRadahnArenaRadahnsSpear_ = 1051387010,
+ [Annotation(Name = "[Caelid - West Radahn Arena] Radahn's Spear 1051387010")]
+ CaelidWestRadahnArenaRadahnsSpear_ = 1051387010,
- [Annotation(Name = "[Caelid - West Radahn Arena] Radahn's Spear 1051387020")]
- CaelidWestRadahnArenaRadahnsSpear__ = 1051387020,
+ [Annotation(Name = "[Caelid - West Radahn Arena] Radahn's Spear 1051387020")]
+ CaelidWestRadahnArenaRadahnsSpear__ = 1051387020,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Fort Faroth] Golden Rune [12] 1051397040")]
- GreyollsDragonbarrowFortFarothGoldenRune12 = 1051397040,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Fort Faroth] Golden Rune [12] 1051397040")]
+ GreyollsDragonbarrowFortFarothGoldenRune12 = 1051397040,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Fort Faroth] Neutralizing Boluses 1051397050")]
- GreyollsDragonbarrowFortFarothNeutralizingBoluses = 1051397050,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Fort Faroth] Neutralizing Boluses 1051397050")]
+ GreyollsDragonbarrowFortFarothNeutralizingBoluses = 1051397050,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Fort Faroth] Radagon's Soreseal 1051397060")]
- GreyollsDragonbarrowFortFarothRadagonsSoreseal = 1051397060,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Fort Faroth] Radagon's Soreseal 1051397060")]
+ GreyollsDragonbarrowFortFarothRadagonsSoreseal = 1051397060,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Fort Faroth] Dectus Medallion (Right) 1051397900")]
- GreyollsDragonbarrowFortFarothDectusMedallionRight = 1051397900,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Fort Faroth] Dectus Medallion (Right) 1051397900")]
+ GreyollsDragonbarrowFortFarothDectusMedallionRight = 1051397900,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Minor Erdtree] Rune Arc 1051407040")]
- GreyollsDragonbarrowMinorErdtreeRuneArc = 1051407040,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Minor Erdtree] Rune Arc 1051407040")]
+ GreyollsDragonbarrowMinorErdtreeRuneArc = 1051407040,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Bestial Sanctum] Soft Cotton 1051417000")]
- GreyollsDragonbarrowBestialSanctumSoftCotton = 1051417000,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Bestial Sanctum] Soft Cotton 1051417000")]
+ GreyollsDragonbarrowBestialSanctumSoftCotton = 1051417000,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Bestial Sanctum] Cinquedea 1051417010")]
- GreyollsDragonbarrowBestialSanctumCinquedea = 1051417010,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Bestial Sanctum] Cinquedea 1051417010")]
+ GreyollsDragonbarrowBestialSanctumCinquedea = 1051417010,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Bestial Sanctum] Golden Seed 1051437020")]
- GreyollsDragonbarrowBestialSanctumGoldenSeed = 1051437020,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Bestial Sanctum] Golden Seed 1051437020")]
+ GreyollsDragonbarrowBestialSanctumGoldenSeed = 1051437020,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Bestial Sanctum] Dragoncrest Shield Talisman 1051417030")]
- GreyollsDragonbarrowBestialSanctumDragoncrestShieldTalisman = 1051417030,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Bestial Sanctum] Dragoncrest Shield Talisman 1051417030")]
+ GreyollsDragonbarrowBestialSanctumDragoncrestShieldTalisman = 1051417030,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Southeast Farum Greatbridge] Golden Rune [8] 1052417000")]
- GreyollsDragonbarrowSoutheastFarumGreatbridgeGoldenRune8 = 1052417000,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Southeast Farum Greatbridge] Golden Rune [8] 1052417000")]
+ GreyollsDragonbarrowSoutheastFarumGreatbridgeGoldenRune8 = 1052417000,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Southeast Farum Greatbridge] Golden Rune [6] 1052417010")]
- GreyollsDragonbarrowSoutheastFarumGreatbridgeGoldenRune6 = 1052417010,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Southeast Farum Greatbridge] Golden Rune [6] 1052417010")]
+ GreyollsDragonbarrowSoutheastFarumGreatbridgeGoldenRune6 = 1052417010,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Southeast Farum Greatbridge] Golden Rune [3] 1052417020")]
- GreyollsDragonbarrowSoutheastFarumGreatbridgeGoldenRune3 = 1052417020,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Southeast Farum Greatbridge] Golden Rune [3] 1052417020")]
+ GreyollsDragonbarrowSoutheastFarumGreatbridgeGoldenRune3 = 1052417020,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Southeast Farum Greatbridge] Golden Rune [1] 1052417030")]
- GreyollsDragonbarrowSoutheastFarumGreatbridgeGoldenRune1 = 1052417030,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Southeast Farum Greatbridge] Golden Rune [1] 1052417030")]
+ GreyollsDragonbarrowSoutheastFarumGreatbridgeGoldenRune1 = 1052417030,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Southeast Farum Greatbridge] Ash of War: Bloodhound's Step 1052417100")]
- GreyollsDragonbarrowSoutheastFarumGreatbridgeAshOfWarBloodhoundsStep = 1052417100,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Southeast Farum Greatbridge] Ash of War: Bloodhound's Step 1052417100")]
+ GreyollsDragonbarrowSoutheastFarumGreatbridgeAshOfWarBloodhoundsStep = 1052417100,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Southeast Farum Greatbridge] Memory Stone 60460")]
- GreyollsDragonbarrowSoutheastFarumGreatbridgeMemoryStone = 60460,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Southeast Farum Greatbridge] Memory Stone 60460")]
+ GreyollsDragonbarrowSoutheastFarumGreatbridgeMemoryStone = 60460,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Northeast Cliffside] Starlight Shards 1052437000")]
- GreyollsDragonbarrowNortheastCliffsideStarlightShards = 1052437000,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Northeast Cliffside] Starlight Shards 1052437000")]
+ GreyollsDragonbarrowNortheastCliffsideStarlightShards = 1052437000,
- [Annotation(Name = "[Liurnia of the Lakes - Main Academy Gate] Golden Seed 1035467100")]
- LiurniaOfTheLakesMainAcademyGateGoldenSeed = 1035467100,
+ [Annotation(Name = "[Liurnia of the Lakes - Main Academy Gate] Golden Seed 1035467100")]
+ LiurniaOfTheLakesMainAcademyGateGoldenSeed = 1035467100,
- [Annotation(Name = "[Liurnia of the Lakes - Gate Town Southwest] Golden Seed 1036447300")]
- LiurniaOfTheLakesGateTownSouthwestGoldenSeed = 1036447300,
+ [Annotation(Name = "[Liurnia of the Lakes - Gate Town Southwest] Golden Seed 1036447300")]
+ LiurniaOfTheLakesGateTownSouthwestGoldenSeed = 1036447300,
- [Annotation(Name = "[Liurnia of the Lakes - Church of Irith] Sacred Tear 1039397000")]
- LiurniaOfTheLakesChurchOfIrithSacredTear = 1039397000,
+ [Annotation(Name = "[Liurnia of the Lakes - Church of Irith] Sacred Tear 1039397000")]
+ LiurniaOfTheLakesChurchOfIrithSacredTear = 1039397000,
- [Annotation(Name = "[Liurnia of the Lakes - Southeast Ravine] Sacred Tear 1036497000")]
- LiurniaOfTheLakesSoutheastRavineSacredTear = 1036497000,
+ [Annotation(Name = "[Liurnia of the Lakes - Southeast Ravine] Sacred Tear 1036497000")]
+ LiurniaOfTheLakesSoutheastRavineSacredTear = 1036497000,
- [Annotation(Name = "[Bellum Highway - Church of Inhibition] Sacred Tear 1037497100")]
- BellumHighwayChurchOfInhibitionSacredTear = 1037497100,
+ [Annotation(Name = "[Bellum Highway - Church of Inhibition] Sacred Tear 1037497100")]
+ BellumHighwayChurchOfInhibitionSacredTear = 1037497100,
- [Annotation(Name = "[Liurnia of the Lakes - West of Scenic Isle] Dexterity-knot Crystal Tear 65220")]
- LiurniaOfTheLakesWestOfScenicIsleDexterityknotCrystalTear = 65220,
+ [Annotation(Name = "[Liurnia of the Lakes - West of Scenic Isle] Dexterity-knot Crystal Tear 65220")]
+ LiurniaOfTheLakesWestOfScenicIsleDexterityknotCrystalTear = 65220,
- [Annotation(Name = "[Liurnia of the Lakes - South of Caria Manor] Intelligence-knot Crystal Tear 65230")]
- LiurniaOfTheLakesSouthOfCariaManorIntelligenceknotCrystalTear = 65230,
+ [Annotation(Name = "[Liurnia of the Lakes - South of Caria Manor] Intelligence-knot Crystal Tear 65230")]
+ LiurniaOfTheLakesSouthOfCariaManorIntelligenceknotCrystalTear = 65230,
- [Annotation(Name = "[Liurnia of the Lakes - Gate Town Northwest] Ancient Death Rancor 1036457400")]
- LiurniaOfTheLakesGateTownNorthwestAncientDeathRancor = 1036457400,
+ [Annotation(Name = "[Liurnia of the Lakes - Gate Town Northwest] Ancient Death Rancor 1036457400")]
+ LiurniaOfTheLakesGateTownNorthwestAncientDeathRancor = 1036457400,
- [Annotation(Name = "[Bellum Highway - East Raya Lucaria Gate] Ash of War: Giant Hunt 1036487400")]
- BellumHighwayEastRayaLucariaGateAshOfWarGiantHunt = 1036487400,
+ [Annotation(Name = "[Bellum Highway - East Raya Lucaria Gate] Ash of War: Giant Hunt 1036487400")]
+ BellumHighwayEastRayaLucariaGateAshOfWarGiantHunt = 1036487400,
- [Annotation(Name = "[Liurnia of the Lakes - Laskyar Ruins] Red-Feathered Branchsword 1037427400")]
- LiurniaOfTheLakesLaskyarRuinsRedFeatheredBranchsword = 1037427400,
+ [Annotation(Name = "[Liurnia of the Lakes - Laskyar Ruins] Red-Feathered Branchsword 1037427400")]
+ LiurniaOfTheLakesLaskyarRuinsRedFeatheredBranchsword = 1037427400,
- [Annotation(Name = "[Liurnia of the Lakes - Church of Vows] Meat Peddler's Bell Bearing 1037467400")]
- LiurniaOfTheLakesChurchOfVowsMeatPeddlersBellBearing = 1037467400,
+ [Annotation(Name = "[Liurnia of the Lakes - Church of Vows] Meat Peddler's Bell Bearing 1037467400")]
+ LiurniaOfTheLakesChurchOfVowsMeatPeddlersBellBearing = 1037467400,
- [Annotation(Name = "[Liurnia of the Lakes - Liurnia Highway Far North] Ash of War: Ice Spear 1039437400")]
- LiurniaOfTheLakesLiurniaHighwayFarNorthAshOfWarIceSpear = 1039437400,
+ [Annotation(Name = "[Liurnia of the Lakes - Liurnia Highway Far North] Ash of War: Ice Spear 1039437400")]
+ LiurniaOfTheLakesLiurniaHighwayFarNorthAshOfWarIceSpear = 1039437400,
- [Annotation(Name = "[Liurnia of the Lakes - North of Gate Town Bridge] Dragon Cult Prayerbook 1038447100")]
- LiurniaOfTheLakesNorthOfGateTownBridgeDragonCultPrayerbook = 1038447100,
+ [Annotation(Name = "[Liurnia of the Lakes - North of Gate Town Bridge] Dragon Cult Prayerbook 1038447100")]
+ LiurniaOfTheLakesNorthOfGateTownBridgeDragonCultPrayerbook = 1038447100,
- [Annotation(Name = "[Moonlight Altar - Cathedral of Manus Celes] Starlight Shards 1035427200")]
- MoonlightAltarCathedralOfManusCelesStarlightShards = 1035427200,
+ [Annotation(Name = "[Moonlight Altar - Cathedral of Manus Celes] Starlight Shards 1035427200")]
+ MoonlightAltarCathedralOfManusCelesStarlightShards = 1035427200,
- [Annotation(Name = "[Liurnia of the Lakes - Liurnia Highway Far North] Starlight Shards 1039437100")]
- LiurniaOfTheLakesLiurniaHighwayFarNorthStarlightShards = 1039437100,
+ [Annotation(Name = "[Liurnia of the Lakes - Liurnia Highway Far North] Starlight Shards 1039437100")]
+ LiurniaOfTheLakesLiurniaHighwayFarNorthStarlightShards = 1039437100,
- [Annotation(Name = "[Liurnia of the Lakes - Behind Caria Manor] Golden Rune [3] 1036507010")]
- LiurniaOfTheLakesBehindCariaManorGoldenRune3 = 1036507010,
+ [Annotation(Name = "[Liurnia of the Lakes - Behind Caria Manor] Golden Rune [3] 1036507010")]
+ LiurniaOfTheLakesBehindCariaManorGoldenRune3 = 1036507010,
- [Annotation(Name = "[Liurnia of the Lakes - Behind Caria Manor] Thawfrost Boluses 1036507020")]
- LiurniaOfTheLakesBehindCariaManorThawfrostBoluses = 1036507020,
+ [Annotation(Name = "[Liurnia of the Lakes - Behind Caria Manor] Thawfrost Boluses 1036507020")]
+ LiurniaOfTheLakesBehindCariaManorThawfrostBoluses = 1036507020,
- [Annotation(Name = "[Liurnia of the Lakes - Behind Caria Manor] Albinauric Ashes 1036507030")]
- LiurniaOfTheLakesBehindCariaManorAlbinauricAshes = 1036507030,
+ [Annotation(Name = "[Liurnia of the Lakes - Behind Caria Manor] Albinauric Ashes 1036507030")]
+ LiurniaOfTheLakesBehindCariaManorAlbinauricAshes = 1036507030,
- [Annotation(Name = "[Liurnia of the Lakes - Lake-Facing Cliffs] Academy Scroll 1039407000")]
- LiurniaOfTheLakesLakeFacingCliffsAcademyScroll = 1039407000,
+ [Annotation(Name = "[Liurnia of the Lakes - Lake-Facing Cliffs] Academy Scroll 1039407000")]
+ LiurniaOfTheLakesLakeFacingCliffsAcademyScroll = 1039407000,
- [Annotation(Name = "[Liurnia of the Lakes - West of Church of Irith] Warming Stone 1038397000")]
- LiurniaOfTheLakesWestOfChurchOfIrithWarmingStone = 1038397000,
+ [Annotation(Name = "[Liurnia of the Lakes - West of Church of Irith] Warming Stone 1038397000")]
+ LiurniaOfTheLakesWestOfChurchOfIrithWarmingStone = 1038397000,
- [Annotation(Name = "[Liurnia of the Lakes - Liurnia Lake Shore] Smoldering Butterfly 1038407000")]
- LiurniaOfTheLakesLiurniaLakeShoreSmolderingButterfly = 1038407000,
+ [Annotation(Name = "[Liurnia of the Lakes - Liurnia Lake Shore] Smoldering Butterfly 1038407000")]
+ LiurniaOfTheLakesLiurniaLakeShoreSmolderingButterfly = 1038407000,
- [Annotation(Name = "[Liurnia of the Lakes - Liurnia Lake Shore] Glintstone Craftsman's Cookbook [1] 67410")]
- LiurniaOfTheLakesLiurniaLakeShoreGlintstoneCraftsmansCookbook1 = 67410,
+ [Annotation(Name = "[Liurnia of the Lakes - Liurnia Lake Shore] Glintstone Craftsman's Cookbook [1] 67410")]
+ LiurniaOfTheLakesLiurniaLakeShoreGlintstoneCraftsmansCookbook1 = 67410,
- [Annotation(Name = "[Liurnia of the Lakes - Purified Ruins] Golden Rune [3] 1039417000")]
- LiurniaOfTheLakesPurifiedRuinsGoldenRune3 = 1039417000,
+ [Annotation(Name = "[Liurnia of the Lakes - Purified Ruins] Golden Rune [3] 1039417000")]
+ LiurniaOfTheLakesPurifiedRuinsGoldenRune3 = 1039417000,
- [Annotation(Name = "[Liurnia of the Lakes - Purified Ruins] Cuckoo Glintstone 1039417010")]
- LiurniaOfTheLakesPurifiedRuinsCuckooGlintstone = 1039417010,
+ [Annotation(Name = "[Liurnia of the Lakes - Purified Ruins] Cuckoo Glintstone 1039417010")]
+ LiurniaOfTheLakesPurifiedRuinsCuckooGlintstone = 1039417010,
- [Annotation(Name = "[Liurnia of the Lakes - Purified Ruins] Somber Smithing Stone [2] 1039417020")]
- LiurniaOfTheLakesPurifiedRuinsSomberSmithingStone2 = 1039417020,
+ [Annotation(Name = "[Liurnia of the Lakes - Purified Ruins] Somber Smithing Stone [2] 1039417020")]
+ LiurniaOfTheLakesPurifiedRuinsSomberSmithingStone2 = 1039417020,
- [Annotation(Name = "[Liurnia of the Lakes - Purified Ruins] Stormhawk Feather 1039417030")]
- LiurniaOfTheLakesPurifiedRuinsStormhawkFeather = 1039417030,
+ [Annotation(Name = "[Liurnia of the Lakes - Purified Ruins] Stormhawk Feather 1039417030")]
+ LiurniaOfTheLakesPurifiedRuinsStormhawkFeather = 1039417030,
- [Annotation(Name = "[Liurnia of the Lakes - Purified Ruins] Two Fingers Heirloom 1039417100")]
- LiurniaOfTheLakesPurifiedRuinsTwoFingersHeirloom = 1039417100,
+ [Annotation(Name = "[Liurnia of the Lakes - Purified Ruins] Two Fingers Heirloom 1039417100")]
+ LiurniaOfTheLakesPurifiedRuinsTwoFingersHeirloom = 1039417100,
- [Annotation(Name = "[Liurnia of the Lakes - Purified Ruins] Shabriri Grape 1039417200")]
- LiurniaOfTheLakesPurifiedRuinsShabririGrape = 1039417200,
+ [Annotation(Name = "[Liurnia of the Lakes - Purified Ruins] Shabriri Grape 1039417200")]
+ LiurniaOfTheLakesPurifiedRuinsShabririGrape = 1039417200,
- [Annotation(Name = "[Liurnia of the Lakes - Purified Ruins] Golden Rune [6] 1039417300")]
- LiurniaOfTheLakesPurifiedRuinsGoldenRune6 = 1039417300,
+ [Annotation(Name = "[Liurnia of the Lakes - Purified Ruins] Golden Rune [6] 1039417300")]
+ LiurniaOfTheLakesPurifiedRuinsGoldenRune6 = 1039417300,
- [Annotation(Name = "[Liurnia of the Lakes - Purified Ruins] Golden Rune [6] 1039417310")]
- LiurniaOfTheLakesPurifiedRuinsGoldenRune6_ = 1039417310,
+ [Annotation(Name = "[Liurnia of the Lakes - Purified Ruins] Golden Rune [6] 1039417310")]
+ LiurniaOfTheLakesPurifiedRuinsGoldenRune6_ = 1039417310,
- [Annotation(Name = "[Liurnia of the Lakes - Liurnia Highway North] Mushroom 1039427000")]
- LiurniaOfTheLakesLiurniaHighwayNorthMushroom = 1039427000,
+ [Annotation(Name = "[Liurnia of the Lakes - Liurnia Highway North] Mushroom 1039427000")]
+ LiurniaOfTheLakesLiurniaHighwayNorthMushroom = 1039427000,
- [Annotation(Name = "[Liurnia of the Lakes - Liurnia Highway North] Crystal Dart 1039427010")]
- LiurniaOfTheLakesLiurniaHighwayNorthCrystalDart = 1039427010,
+ [Annotation(Name = "[Liurnia of the Lakes - Liurnia Highway North] Crystal Dart 1039427010")]
+ LiurniaOfTheLakesLiurniaHighwayNorthCrystalDart = 1039427010,
- [Annotation(Name = "[Liurnia of the Lakes - Liurnia Highway North] Golden Rune [6] 1039427020")]
- LiurniaOfTheLakesLiurniaHighwayNorthGoldenRune6 = 1039427020,
+ [Annotation(Name = "[Liurnia of the Lakes - Liurnia Highway North] Golden Rune [6] 1039427020")]
+ LiurniaOfTheLakesLiurniaHighwayNorthGoldenRune6 = 1039427020,
- [Annotation(Name = "[Liurnia of the Lakes - Liurnia Highway North] Golden Rune [3] 1039427030")]
- LiurniaOfTheLakesLiurniaHighwayNorthGoldenRune3 = 1039427030,
+ [Annotation(Name = "[Liurnia of the Lakes - Liurnia Highway North] Golden Rune [3] 1039427030")]
+ LiurniaOfTheLakesLiurniaHighwayNorthGoldenRune3 = 1039427030,
- [Annotation(Name = "[Liurnia of the Lakes - Liurnia Highway North] Beast Blood 1039427040")]
- LiurniaOfTheLakesLiurniaHighwayNorthBeastBlood = 1039427040,
+ [Annotation(Name = "[Liurnia of the Lakes - Liurnia Highway North] Beast Blood 1039427040")]
+ LiurniaOfTheLakesLiurniaHighwayNorthBeastBlood = 1039427040,
- [Annotation(Name = "[Liurnia of the Lakes - Liurnia Highway North] Lucerne 1039427050")]
- LiurniaOfTheLakesLiurniaHighwayNorthLucerne = 1039427050,
+ [Annotation(Name = "[Liurnia of the Lakes - Liurnia Highway North] Lucerne 1039427050")]
+ LiurniaOfTheLakesLiurniaHighwayNorthLucerne = 1039427050,
- [Annotation(Name = "[Liurnia of the Lakes - Laskyar Ruins] Golden Rune [3] 1037427000")]
- LiurniaOfTheLakesLaskyarRuinsGoldenRune3 = 1037427000,
+ [Annotation(Name = "[Liurnia of the Lakes - Laskyar Ruins] Golden Rune [3] 1037427000")]
+ LiurniaOfTheLakesLaskyarRuinsGoldenRune3 = 1037427000,
- [Annotation(Name = "[Liurnia of the Lakes - Laskyar Ruins] Glass Shard 1037427030")]
- LiurniaOfTheLakesLaskyarRuinsGlassShard = 1037427030,
+ [Annotation(Name = "[Liurnia of the Lakes - Laskyar Ruins] Glass Shard 1037427030")]
+ LiurniaOfTheLakesLaskyarRuinsGlassShard = 1037427030,
- [Annotation(Name = "[Liurnia of the Lakes - Laskyar Ruins] Ritual Pot 66420")]
- LiurniaOfTheLakesLaskyarRuinsRitualPot = 66420,
+ [Annotation(Name = "[Liurnia of the Lakes - Laskyar Ruins] Ritual Pot 66420")]
+ LiurniaOfTheLakesLaskyarRuinsRitualPot = 66420,
- [Annotation(Name = "[Liurnia of the Lakes - Laskyar Ruins] Wraith Calling Bell 1037427900")]
- LiurniaOfTheLakesLaskyarRuinsWraithCallingBell = 1037427900,
+ [Annotation(Name = "[Liurnia of the Lakes - Laskyar Ruins] Wraith Calling Bell 1037427900")]
+ LiurniaOfTheLakesLaskyarRuinsWraithCallingBell = 1037427900,
- [Annotation(Name = "[Liurnia of the Lakes - South of Mausoleum Compound] Grave Violet 1037477000")]
- LiurniaOfTheLakesSouthOfMausoleumCompoundGraveViolet = 1037477000,
+ [Annotation(Name = "[Liurnia of the Lakes - South of Mausoleum Compound] Grave Violet 1037477000")]
+ LiurniaOfTheLakesSouthOfMausoleumCompoundGraveViolet = 1037477000,
- [Annotation(Name = "[Liurnia of the Lakes - South of Mausoleum Compound] Arteria Leaf 1037477010")]
- LiurniaOfTheLakesSouthOfMausoleumCompoundArteriaLeaf = 1037477010,
+ [Annotation(Name = "[Liurnia of the Lakes - South of Mausoleum Compound] Arteria Leaf 1037477010")]
+ LiurniaOfTheLakesSouthOfMausoleumCompoundArteriaLeaf = 1037477010,
- [Annotation(Name = "[Liurnia of the Lakes - South of Mausoleum Compound] Stalwart Horn Charm 1037477020")]
- LiurniaOfTheLakesSouthOfMausoleumCompoundStalwartHornCharm = 1037477020,
+ [Annotation(Name = "[Liurnia of the Lakes - South of Mausoleum Compound] Stalwart Horn Charm 1037477020")]
+ LiurniaOfTheLakesSouthOfMausoleumCompoundStalwartHornCharm = 1037477020,
- [Annotation(Name = "[Liurnia of the Lakes - South of Mausoleum Compound] Spiralhorn Shield 1037477030")]
- LiurniaOfTheLakesSouthOfMausoleumCompoundSpiralhornShield = 1037477030,
+ [Annotation(Name = "[Liurnia of the Lakes - South of Mausoleum Compound] Spiralhorn Shield 1037477030")]
+ LiurniaOfTheLakesSouthOfMausoleumCompoundSpiralhornShield = 1037477030,
- [Annotation(Name = "[Liurnia of the Lakes - Slumbering Wolf's Shack] Fire Monks' Prayerbook 1036417000")]
- LiurniaOfTheLakesSlumberingWolfsShackFireMonksPrayerbook = 1036417000,
+ [Annotation(Name = "[Liurnia of the Lakes - Slumbering Wolf's Shack] Fire Monks' Prayerbook 1036417000")]
+ LiurniaOfTheLakesSlumberingWolfsShackFireMonksPrayerbook = 1036417000,
- [Annotation(Name = "[Liurnia of the Lakes - Slumbering Wolf's Shack] Dappled Cured Meat 1036417010")]
- LiurniaOfTheLakesSlumberingWolfsShackDappledCuredMeat = 1036417010,
+ [Annotation(Name = "[Liurnia of the Lakes - Slumbering Wolf's Shack] Dappled Cured Meat 1036417010")]
+ LiurniaOfTheLakesSlumberingWolfsShackDappledCuredMeat = 1036417010,
- [Annotation(Name = "[Liurnia of the Lakes - Slumbering Wolf's Shack] Rune Arc 1036417020")]
- LiurniaOfTheLakesSlumberingWolfsShackRuneArc = 1036417020,
+ [Annotation(Name = "[Liurnia of the Lakes - Slumbering Wolf's Shack] Rune Arc 1036417020")]
+ LiurniaOfTheLakesSlumberingWolfsShackRuneArc = 1036417020,
- [Annotation(Name = "[Liurnia of the Lakes - Gate Town Southwest] Crystal Bud 1036447000")]
- LiurniaOfTheLakesGateTownSouthwestCrystalBud = 1036447000,
+ [Annotation(Name = "[Liurnia of the Lakes - Gate Town Southwest] Crystal Bud 1036447000")]
+ LiurniaOfTheLakesGateTownSouthwestCrystalBud = 1036447000,
- [Annotation(Name = "[Liurnia of the Lakes - Gate Town Southwest] Arteria Leaf 1036447010")]
- LiurniaOfTheLakesGateTownSouthwestArteriaLeaf = 1036447010,
+ [Annotation(Name = "[Liurnia of the Lakes - Gate Town Southwest] Arteria Leaf 1036447010")]
+ LiurniaOfTheLakesGateTownSouthwestArteriaLeaf = 1036447010,
- [Annotation(Name = "[Liurnia of the Lakes - Gate Town Southwest] Smithing Stone [2] 1036447040")]
- LiurniaOfTheLakesGateTownSouthwestSmithingStone2 = 1036447040,
+ [Annotation(Name = "[Liurnia of the Lakes - Gate Town Southwest] Smithing Stone [2] 1036447040")]
+ LiurniaOfTheLakesGateTownSouthwestSmithingStone2 = 1036447040,
- [Annotation(Name = "[Liurnia of the Lakes - Gate Town Southwest] Shattershard Arrow (Fletched) 1036447050")]
- LiurniaOfTheLakesGateTownSouthwestShattershardArrowFletched = 1036447050,
+ [Annotation(Name = "[Liurnia of the Lakes - Gate Town Southwest] Shattershard Arrow (Fletched) 1036447050")]
+ LiurniaOfTheLakesGateTownSouthwestShattershardArrowFletched = 1036447050,
- [Annotation(Name = "[Liurnia of the Lakes - Gate Town Southwest] Glintstone Firefly 1036447060")]
- LiurniaOfTheLakesGateTownSouthwestGlintstoneFirefly = 1036447060,
+ [Annotation(Name = "[Liurnia of the Lakes - Gate Town Southwest] Glintstone Firefly 1036447060")]
+ LiurniaOfTheLakesGateTownSouthwestGlintstoneFirefly = 1036447060,
- [Annotation(Name = "[Liurnia of the Lakes - Gate Town Southwest] Glintstone Craftsman's Cookbook [4] 67400")]
- LiurniaOfTheLakesGateTownSouthwestGlintstoneCraftsmansCookbook4 = 67400,
+ [Annotation(Name = "[Liurnia of the Lakes - Gate Town Southwest] Glintstone Craftsman's Cookbook [4] 67400")]
+ LiurniaOfTheLakesGateTownSouthwestGlintstoneCraftsmansCookbook4 = 67400,
- [Annotation(Name = "[Liurnia of the Lakes - Gate Town Northwest] Crystal Cave Moss 1036457020")]
- LiurniaOfTheLakesGateTownNorthwestCrystalCaveMoss = 1036457020,
+ [Annotation(Name = "[Liurnia of the Lakes - Gate Town Northwest] Crystal Cave Moss 1036457020")]
+ LiurniaOfTheLakesGateTownNorthwestCrystalCaveMoss = 1036457020,
- [Annotation(Name = "[Liurnia of the Lakes - Gate Town Northwest] Stonesword Key 1036457110")]
- LiurniaOfTheLakesGateTownNorthwestStoneswordKey = 1036457110,
+ [Annotation(Name = "[Liurnia of the Lakes - Gate Town Northwest] Stonesword Key 1036457110")]
+ LiurniaOfTheLakesGateTownNorthwestStoneswordKey = 1036457110,
- [Annotation(Name = "[Liurnia of the Lakes - South Rose Church] Somber Smithing Stone [1] 1035437010")]
- LiurniaOfTheLakesSouthRoseChurchSomberSmithingStone1 = 1035437010,
+ [Annotation(Name = "[Liurnia of the Lakes - South Rose Church] Somber Smithing Stone [1] 1035437010")]
+ LiurniaOfTheLakesSouthRoseChurchSomberSmithingStone1 = 1035437010,
- [Annotation(Name = "[Liurnia of the Lakes - South Rose Church] Larval Tear 1035437100")]
- LiurniaOfTheLakesSouthRoseChurchLarvalTear = 1035437100,
+ [Annotation(Name = "[Liurnia of the Lakes - South Rose Church] Larval Tear 1035437100")]
+ LiurniaOfTheLakesSouthRoseChurchLarvalTear = 1035437100,
- [Annotation(Name = "[Liurnia of the Lakes - North Rose Church] Smithing Stone [3] 1035447000")]
- LiurniaOfTheLakesNorthRoseChurchSmithingStone3 = 1035447000,
+ [Annotation(Name = "[Liurnia of the Lakes - North Rose Church] Smithing Stone [3] 1035447000")]
+ LiurniaOfTheLakesNorthRoseChurchSmithingStone3 = 1035447000,
- [Annotation(Name = "[Liurnia of the Lakes - North Rose Church] Golden Rune [1] 1035447010")]
- LiurniaOfTheLakesNorthRoseChurchGoldenRune1 = 1035447010,
+ [Annotation(Name = "[Liurnia of the Lakes - North Rose Church] Golden Rune [1] 1035447010")]
+ LiurniaOfTheLakesNorthRoseChurchGoldenRune1 = 1035447010,
- [Annotation(Name = "[Liurnia of the Lakes - North Rose Church] Golden Rune [4] 1035447020")]
- LiurniaOfTheLakesNorthRoseChurchGoldenRune4 = 1035447020,
+ [Annotation(Name = "[Liurnia of the Lakes - North Rose Church] Golden Rune [4] 1035447020")]
+ LiurniaOfTheLakesNorthRoseChurchGoldenRune4 = 1035447020,
- [Annotation(Name = "[Liurnia of the Lakes - North Rose Church] Golden Rune [3] 1035447030")]
- LiurniaOfTheLakesNorthRoseChurchGoldenRune3 = 1035447030,
+ [Annotation(Name = "[Liurnia of the Lakes - North Rose Church] Golden Rune [3] 1035447030")]
+ LiurniaOfTheLakesNorthRoseChurchGoldenRune3 = 1035447030,
- [Annotation(Name = "[Liurnia of the Lakes - North Rose Church] Golden Rune [2] 1035447040")]
- LiurniaOfTheLakesNorthRoseChurchGoldenRune2 = 1035447040,
+ [Annotation(Name = "[Liurnia of the Lakes - North Rose Church] Golden Rune [2] 1035447040")]
+ LiurniaOfTheLakesNorthRoseChurchGoldenRune2 = 1035447040,
- [Annotation(Name = "[Liurnia of the Lakes - North Rose Church] Golden Rune [4] 1035447050")]
- LiurniaOfTheLakesNorthRoseChurchGoldenRune4_ = 1035447050,
+ [Annotation(Name = "[Liurnia of the Lakes - North Rose Church] Golden Rune [4] 1035447050")]
+ LiurniaOfTheLakesNorthRoseChurchGoldenRune4_ = 1035447050,
- [Annotation(Name = "[Liurnia of the Lakes - North Rose Church] Golden Rune [2] 1035447060")]
- LiurniaOfTheLakesNorthRoseChurchGoldenRune2_ = 1035447060,
+ [Annotation(Name = "[Liurnia of the Lakes - North Rose Church] Golden Rune [2] 1035447060")]
+ LiurniaOfTheLakesNorthRoseChurchGoldenRune2_ = 1035447060,
- [Annotation(Name = "[Liurnia of the Lakes - North Rose Church] Golden Rune [1] 1035447070")]
- LiurniaOfTheLakesNorthRoseChurchGoldenRune1_ = 1035447070,
+ [Annotation(Name = "[Liurnia of the Lakes - North Rose Church] Golden Rune [1] 1035447070")]
+ LiurniaOfTheLakesNorthRoseChurchGoldenRune1_ = 1035447070,
- [Annotation(Name = "[Liurnia of the Lakes - North Rose Church] Golden Rune [5] 1035447080")]
- LiurniaOfTheLakesNorthRoseChurchGoldenRune5 = 1035447080,
+ [Annotation(Name = "[Liurnia of the Lakes - North Rose Church] Golden Rune [5] 1035447080")]
+ LiurniaOfTheLakesNorthRoseChurchGoldenRune5 = 1035447080,
- [Annotation(Name = "[Liurnia of the Lakes - North Rose Church] Golden Rune [2] 1035447090")]
- LiurniaOfTheLakesNorthRoseChurchGoldenRune2__ = 1035447090,
+ [Annotation(Name = "[Liurnia of the Lakes - North Rose Church] Golden Rune [2] 1035447090")]
+ LiurniaOfTheLakesNorthRoseChurchGoldenRune2__ = 1035447090,
- [Annotation(Name = "[Liurnia of the Lakes - North Rose Church] Golden Rune [3] 1035447100")]
- LiurniaOfTheLakesNorthRoseChurchGoldenRune3_ = 1035447100,
+ [Annotation(Name = "[Liurnia of the Lakes - North Rose Church] Golden Rune [3] 1035447100")]
+ LiurniaOfTheLakesNorthRoseChurchGoldenRune3_ = 1035447100,
- [Annotation(Name = "[Liurnia of the Lakes - North Rose Church] Smithing Stone [2] 1035447110")]
- LiurniaOfTheLakesNorthRoseChurchSmithingStone2 = 1035447110,
+ [Annotation(Name = "[Liurnia of the Lakes - North Rose Church] Smithing Stone [2] 1035447110")]
+ LiurniaOfTheLakesNorthRoseChurchSmithingStone2 = 1035447110,
- [Annotation(Name = "[Liurnia of the Lakes - North Rose Church] Blue-White Wooden Shield 1035447120")]
- LiurniaOfTheLakesNorthRoseChurchBlueWhiteWoodenShield = 1035447120,
+ [Annotation(Name = "[Liurnia of the Lakes - North Rose Church] Blue-White Wooden Shield 1035447120")]
+ LiurniaOfTheLakesNorthRoseChurchBlueWhiteWoodenShield = 1035447120,
- [Annotation(Name = "[Liurnia of the Lakes - North Rose Church] Nomadic Warrior's Cookbook [12] 67060")]
- LiurniaOfTheLakesNorthRoseChurchNomadicWarriorsCookbook12 = 67060,
+ [Annotation(Name = "[Liurnia of the Lakes - North Rose Church] Nomadic Warrior's Cookbook [12] 67060")]
+ LiurniaOfTheLakesNorthRoseChurchNomadicWarriorsCookbook12 = 67060,
- [Annotation(Name = "[Liurnia of the Lakes - South Raya Lucaria Gate] Celestial Dew 1035457000")]
- LiurniaOfTheLakesSouthRayaLucariaGateCelestialDew = 1035457000,
+ [Annotation(Name = "[Liurnia of the Lakes - South Raya Lucaria Gate] Celestial Dew 1035457000")]
+ LiurniaOfTheLakesSouthRayaLucariaGateCelestialDew = 1035457000,
- [Annotation(Name = "[Liurnia of the Lakes - South Raya Lucaria Gate] Strip of White Flesh 1035457030")]
- LiurniaOfTheLakesSouthRayaLucariaGateStripOfWhiteFlesh = 1035457030,
+ [Annotation(Name = "[Liurnia of the Lakes - South Raya Lucaria Gate] Strip of White Flesh 1035457030")]
+ LiurniaOfTheLakesSouthRayaLucariaGateStripOfWhiteFlesh = 1035457030,
- [Annotation(Name = "[Liurnia of the Lakes - Main Academy Gate] Stonesword Key 1035467020")]
- LiurniaOfTheLakesMainAcademyGateStoneswordKey = 1035467020,
+ [Annotation(Name = "[Liurnia of the Lakes - Main Academy Gate] Stonesword Key 1035467020")]
+ LiurniaOfTheLakesMainAcademyGateStoneswordKey = 1035467020,
- [Annotation(Name = "[Liurnia of the Lakes - Main Academy Gate] Ash of War: Raptor of the Mists 1035467700")]
- LiurniaOfTheLakesMainAcademyGateAshOfWarRaptorOfTheMists = 1035467700,
+ [Annotation(Name = "[Liurnia of the Lakes - Main Academy Gate] Ash of War: Raptor of the Mists 1035467700")]
+ LiurniaOfTheLakesMainAcademyGateAshOfWarRaptorOfTheMists = 1035467700,
- [Annotation(Name = "[Liurnia of the Lakes - Testu's Rise] Golden Rune [1] 1035477000")]
- LiurniaOfTheLakesTestusRiseGoldenRune1 = 1035477000,
+ [Annotation(Name = "[Liurnia of the Lakes - Testu's Rise] Golden Rune [1] 1035477000")]
+ LiurniaOfTheLakesTestusRiseGoldenRune1 = 1035477000,
- [Annotation(Name = "[Liurnia of the Lakes - Temple Quarter] Rimed Crystal Bud 1034447000")]
- LiurniaOfTheLakesTempleQuarterRimedCrystalBud = 1034447000,
+ [Annotation(Name = "[Liurnia of the Lakes - Temple Quarter] Rimed Crystal Bud 1034447000")]
+ LiurniaOfTheLakesTempleQuarterRimedCrystalBud = 1034447000,
- [Annotation(Name = "[Liurnia of the Lakes - Temple Quarter] Smithing Stone [2] 1034447010")]
- LiurniaOfTheLakesTempleQuarterSmithingStone2 = 1034447010,
+ [Annotation(Name = "[Liurnia of the Lakes - Temple Quarter] Smithing Stone [2] 1034447010")]
+ LiurniaOfTheLakesTempleQuarterSmithingStone2 = 1034447010,
- [Annotation(Name = "[Liurnia of the Lakes - Temple Quarter] Icerind Hatchet 1034447900")]
- LiurniaOfTheLakesTempleQuarterIcerindHatchet = 1034447900,
+ [Annotation(Name = "[Liurnia of the Lakes - Temple Quarter] Icerind Hatchet 1034447900")]
+ LiurniaOfTheLakesTempleQuarterIcerindHatchet = 1034447900,
- [Annotation(Name = "[Liurnia of the Lakes - Church of Vows] Gold Sewing Needle 1037467000")]
- LiurniaOfTheLakesChurchOfVowsGoldSewingNeedle = 1037467000,
+ [Annotation(Name = "[Liurnia of the Lakes - Church of Vows] Gold Sewing Needle 1037467000")]
+ LiurniaOfTheLakesChurchOfVowsGoldSewingNeedle = 1037467000,
- [Annotation(Name = "[Liurnia of the Lakes - Church of Vows] Golden Tailoring Tools 60150")]
- LiurniaOfTheLakesChurchOfVowsGoldenTailoringTools = 60150,
+ [Annotation(Name = "[Liurnia of the Lakes - Church of Vows] Golden Tailoring Tools 60150")]
+ LiurniaOfTheLakesChurchOfVowsGoldenTailoringTools = 60150,
- [Annotation(Name = "[Liurnia of the Lakes - Church of Vows] Stormhawk Feather 1037467010")]
- LiurniaOfTheLakesChurchOfVowsStormhawkFeather = 1037467010,
+ [Annotation(Name = "[Liurnia of the Lakes - Church of Vows] Stormhawk Feather 1037467010")]
+ LiurniaOfTheLakesChurchOfVowsStormhawkFeather = 1037467010,
- [Annotation(Name = "[Liurnia of the Lakes - Highway Lookout Tower] Smithing Stone [2] 1038427000")]
- LiurniaOfTheLakesHighwayLookoutTowerSmithingStone2 = 1038427000,
+ [Annotation(Name = "[Liurnia of the Lakes - Highway Lookout Tower] Smithing Stone [2] 1038427000")]
+ LiurniaOfTheLakesHighwayLookoutTowerSmithingStone2 = 1038427000,
- [Annotation(Name = "[Liurnia of the Lakes - Highway Lookout Tower] Golden Rune [4] 1038427010")]
- LiurniaOfTheLakesHighwayLookoutTowerGoldenRune4 = 1038427010,
+ [Annotation(Name = "[Liurnia of the Lakes - Highway Lookout Tower] Golden Rune [4] 1038427010")]
+ LiurniaOfTheLakesHighwayLookoutTowerGoldenRune4 = 1038427010,
- [Annotation(Name = "[Liurnia of the Lakes - Highway Lookout Tower] Carian Glintblade Staff 1038427020")]
- LiurniaOfTheLakesHighwayLookoutTowerCarianGlintbladeStaff = 1038427020,
+ [Annotation(Name = "[Liurnia of the Lakes - Highway Lookout Tower] Carian Glintblade Staff 1038427020")]
+ LiurniaOfTheLakesHighwayLookoutTowerCarianGlintbladeStaff = 1038427020,
- [Annotation(Name = "[Liurnia of the Lakes - Highway Lookout Tower] Glintstone Craftsman's Cookbook [3] 67480")]
- LiurniaOfTheLakesHighwayLookoutTowerGlintstoneCraftsmansCookbook3 = 67480,
+ [Annotation(Name = "[Liurnia of the Lakes - Highway Lookout Tower] Glintstone Craftsman's Cookbook [3] 67480")]
+ LiurniaOfTheLakesHighwayLookoutTowerGlintstoneCraftsmansCookbook3 = 67480,
- [Annotation(Name = "[Liurnia of the Lakes - Testu's Rise] Smithing Stone [2] 1035477010")]
- LiurniaOfTheLakesTestusRiseSmithingStone2 = 1035477010,
+ [Annotation(Name = "[Liurnia of the Lakes - Testu's Rise] Smithing Stone [2] 1035477010")]
+ LiurniaOfTheLakesTestusRiseSmithingStone2 = 1035477010,
- [Annotation(Name = "[Liurnia of the Lakes - Testu's Rise] Memory Stone 60420")]
- LiurniaOfTheLakesTestusRiseMemoryStone = 60420,
+ [Annotation(Name = "[Liurnia of the Lakes - Testu's Rise] Memory Stone 60420")]
+ LiurniaOfTheLakesTestusRiseMemoryStone = 60420,
- [Annotation(Name = "[Bellum Highway - Converted Fringe Tower] Crystal Dart 1039487000")]
- BellumHighwayConvertedFringeTowerCrystalDart = 1039487000,
+ [Annotation(Name = "[Bellum Highway - Converted Fringe Tower] Crystal Dart 1039487000")]
+ BellumHighwayConvertedFringeTowerCrystalDart = 1039487000,
- [Annotation(Name = "[Bellum Highway - Converted Fringe Tower] Cannon of Haima 1039487100")]
- BellumHighwayConvertedFringeTowerCannonOfHaima = 1039487100,
+ [Annotation(Name = "[Bellum Highway - Converted Fringe Tower] Cannon of Haima 1039487100")]
+ BellumHighwayConvertedFringeTowerCannonOfHaima = 1039487100,
- [Annotation(Name = "[Moonlight Altar] Ranni's Dark Moon 1033407100")]
- MoonlightAltarRannisDarkMoon = 1033407100,
+ [Annotation(Name = "[Moonlight Altar] Ranni's Dark Moon 1033407100")]
+ MoonlightAltarRannisDarkMoon = 1033407100,
- [Annotation(Name = "[Liurnia of the Lakes - Foot of the Four Belfries] Strip of White Flesh 1033467000")]
- LiurniaOfTheLakesFootOfTheFourBelfriesStripOfWhiteFlesh = 1033467000,
+ [Annotation(Name = "[Liurnia of the Lakes - Foot of the Four Belfries] Strip of White Flesh 1033467000")]
+ LiurniaOfTheLakesFootOfTheFourBelfriesStripOfWhiteFlesh = 1033467000,
- [Annotation(Name = "[Liurnia of the Lakes - Foot of the Four Belfries] Blood Grease 1033467030")]
- LiurniaOfTheLakesFootOfTheFourBelfriesBloodGrease = 1033467030,
+ [Annotation(Name = "[Liurnia of the Lakes - Foot of the Four Belfries] Blood Grease 1033467030")]
+ LiurniaOfTheLakesFootOfTheFourBelfriesBloodGrease = 1033467030,
- [Annotation(Name = "[Liurnia of the Lakes - Foot of the Four Belfries] Jellyfish Shield 1033467040")]
- LiurniaOfTheLakesFootOfTheFourBelfriesJellyfishShield = 1033467040,
+ [Annotation(Name = "[Liurnia of the Lakes - Foot of the Four Belfries] Jellyfish Shield 1033467040")]
+ LiurniaOfTheLakesFootOfTheFourBelfriesJellyfishShield = 1033467040,
- [Annotation(Name = "[Liurnia of the Lakes - The Four Belfries] Imbued Sword Key 1033477020")]
- LiurniaOfTheLakesTheFourBelfriesImbuedSwordKey = 1033477020,
+ [Annotation(Name = "[Liurnia of the Lakes - The Four Belfries] Imbued Sword Key 1033477020")]
+ LiurniaOfTheLakesTheFourBelfriesImbuedSwordKey = 1033477020,
- [Annotation(Name = "[Liurnia of the Lakes - The Four Belfries] Albinauric Bloodclot 1033477900")]
- LiurniaOfTheLakesTheFourBelfriesAlbinauricBloodclot = 1033477900,
+ [Annotation(Name = "[Liurnia of the Lakes - The Four Belfries] Albinauric Bloodclot 1033477900")]
+ LiurniaOfTheLakesTheFourBelfriesAlbinauricBloodclot = 1033477900,
- [Annotation(Name = "[Liurnia of the Lakes - The Four Belfries] Cuckoo Glintstone 1033477910")]
- LiurniaOfTheLakesTheFourBelfriesCuckooGlintstone = 1033477910,
+ [Annotation(Name = "[Liurnia of the Lakes - The Four Belfries] Cuckoo Glintstone 1033477910")]
+ LiurniaOfTheLakesTheFourBelfriesCuckooGlintstone = 1033477910,
- [Annotation(Name = "[Liurnia of the Lakes - Ranni's Rise] Golden Rune [3] 1034507010")]
- LiurniaOfTheLakesRannisRiseGoldenRune3 = 1034507010,
+ [Annotation(Name = "[Liurnia of the Lakes - Ranni's Rise] Golden Rune [3] 1034507010")]
+ LiurniaOfTheLakesRannisRiseGoldenRune3 = 1034507010,
- [Annotation(Name = "[Liurnia of the Lakes - Ranni's Rise] Golden Rune [4] 1034507020")]
- LiurniaOfTheLakesRannisRiseGoldenRune4 = 1034507020,
+ [Annotation(Name = "[Liurnia of the Lakes - Ranni's Rise] Golden Rune [4] 1034507020")]
+ LiurniaOfTheLakesRannisRiseGoldenRune4 = 1034507020,
- [Annotation(Name = "[Liurnia of the Lakes - Ranni's Rise] Golden Rune [5] 1034507030")]
- LiurniaOfTheLakesRannisRiseGoldenRune5 = 1034507030,
+ [Annotation(Name = "[Liurnia of the Lakes - Ranni's Rise] Golden Rune [5] 1034507030")]
+ LiurniaOfTheLakesRannisRiseGoldenRune5 = 1034507030,
- [Annotation(Name = "[Liurnia of the Lakes - Ranni's Rise] Golden Rune [1] 1034507040")]
- LiurniaOfTheLakesRannisRiseGoldenRune1 = 1034507040,
+ [Annotation(Name = "[Liurnia of the Lakes - Ranni's Rise] Golden Rune [1] 1034507040")]
+ LiurniaOfTheLakesRannisRiseGoldenRune1 = 1034507040,
- [Annotation(Name = "[Liurnia of the Lakes - Ranni's Rise] Golden Rune [3] 1034507050")]
- LiurniaOfTheLakesRannisRiseGoldenRune3_ = 1034507050,
+ [Annotation(Name = "[Liurnia of the Lakes - Ranni's Rise] Golden Rune [3] 1034507050")]
+ LiurniaOfTheLakesRannisRiseGoldenRune3_ = 1034507050,
- [Annotation(Name = "[Liurnia of the Lakes - Ranni's Rise] Golden Rune [3] 1034507060")]
- LiurniaOfTheLakesRannisRiseGoldenRune3__ = 1034507060,
+ [Annotation(Name = "[Liurnia of the Lakes - Ranni's Rise] Golden Rune [3] 1034507060")]
+ LiurniaOfTheLakesRannisRiseGoldenRune3__ = 1034507060,
- [Annotation(Name = "[Liurnia of the Lakes - Ranni's Rise] Golden Rune [2] 1034507070")]
- LiurniaOfTheLakesRannisRiseGoldenRune2 = 1034507070,
+ [Annotation(Name = "[Liurnia of the Lakes - Ranni's Rise] Golden Rune [2] 1034507070")]
+ LiurniaOfTheLakesRannisRiseGoldenRune2 = 1034507070,
- [Annotation(Name = "[Liurnia of the Lakes - Ranni's Rise] Golden Rune [3] 1034507080")]
- LiurniaOfTheLakesRannisRiseGoldenRune3___ = 1034507080,
+ [Annotation(Name = "[Liurnia of the Lakes - Ranni's Rise] Golden Rune [3] 1034507080")]
+ LiurniaOfTheLakesRannisRiseGoldenRune3___ = 1034507080,
- [Annotation(Name = "[Liurnia of the Lakes - Ranni's Rise] Black Wolf Mask 1034507090")]
- LiurniaOfTheLakesRannisRiseBlackWolfMask = 1034507090,
+ [Annotation(Name = "[Liurnia of the Lakes - Ranni's Rise] Black Wolf Mask 1034507090")]
+ LiurniaOfTheLakesRannisRiseBlackWolfMask = 1034507090,
- [Annotation(Name = "[Liurnia of the Lakes - Ranni's Rise] Memory Stone 60430")]
- LiurniaOfTheLakesRannisRiseMemoryStone = 60430,
+ [Annotation(Name = "[Liurnia of the Lakes - Ranni's Rise] Memory Stone 60430")]
+ LiurniaOfTheLakesRannisRiseMemoryStone = 60430,
- [Annotation(Name = "[Liurnia of the Lakes - Ranni's Rise] 1034507200")]
- LiurniaOfTheLakesRannisRise = 1034507200,
+ [Annotation(Name = "[Liurnia of the Lakes - Ranni's Rise] 1034507200")]
+ LiurniaOfTheLakesRannisRise = 1034507200,
- [Annotation(Name = "[Liurnia of the Lakes - Renna's Rise] Snow Witch Skirt 1034517900")]
- LiurniaOfTheLakesRennasRiseSnowWitchSkirt = 1034517900,
+ [Annotation(Name = "[Liurnia of the Lakes - Renna's Rise] Snow Witch Skirt 1034517900")]
+ LiurniaOfTheLakesRennasRiseSnowWitchSkirt = 1034517900,
- [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Throwing Dagger 1034477000")]
- LiurniaOfTheLakesSorcerersIsleWestThrowingDagger = 1034477000,
+ [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Throwing Dagger 1034477000")]
+ LiurniaOfTheLakesSorcerersIsleWestThrowingDagger = 1034477000,
- [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Golden Rune [2] 1034477500")]
- LiurniaOfTheLakesSorcerersIsleWestGoldenRune2 = 1034477500,
+ [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Golden Rune [2] 1034477500")]
+ LiurniaOfTheLakesSorcerersIsleWestGoldenRune2 = 1034477500,
- [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Golden Rune [1] 1034477110")]
- LiurniaOfTheLakesSorcerersIsleWestGoldenRune1 = 1034477110,
+ [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Golden Rune [1] 1034477110")]
+ LiurniaOfTheLakesSorcerersIsleWestGoldenRune1 = 1034477110,
- [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Golden Rune [3] 1034477120")]
- LiurniaOfTheLakesSorcerersIsleWestGoldenRune3 = 1034477120,
+ [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Golden Rune [3] 1034477120")]
+ LiurniaOfTheLakesSorcerersIsleWestGoldenRune3 = 1034477120,
- [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Golden Rune [3] 1034477130")]
- LiurniaOfTheLakesSorcerersIsleWestGoldenRune3_ = 1034477130,
+ [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Golden Rune [3] 1034477130")]
+ LiurniaOfTheLakesSorcerersIsleWestGoldenRune3_ = 1034477130,
- [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Golden Rune [1] 1034477140")]
- LiurniaOfTheLakesSorcerersIsleWestGoldenRune1_ = 1034477140,
+ [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Golden Rune [1] 1034477140")]
+ LiurniaOfTheLakesSorcerersIsleWestGoldenRune1_ = 1034477140,
- [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Golden Rune [5] 1034477150")]
- LiurniaOfTheLakesSorcerersIsleWestGoldenRune5 = 1034477150,
+ [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Golden Rune [5] 1034477150")]
+ LiurniaOfTheLakesSorcerersIsleWestGoldenRune5 = 1034477150,
- [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Golden Rune [3] 1034477160")]
- LiurniaOfTheLakesSorcerersIsleWestGoldenRune3__ = 1034477160,
+ [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Golden Rune [3] 1034477160")]
+ LiurniaOfTheLakesSorcerersIsleWestGoldenRune3__ = 1034477160,
- [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Golden Rune [2] 1034477170")]
- LiurniaOfTheLakesSorcerersIsleWestGoldenRune2_ = 1034477170,
+ [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Golden Rune [2] 1034477170")]
+ LiurniaOfTheLakesSorcerersIsleWestGoldenRune2_ = 1034477170,
- [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Golden Rune [3] 1034477180")]
- LiurniaOfTheLakesSorcerersIsleWestGoldenRune3___ = 1034477180,
+ [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Golden Rune [3] 1034477180")]
+ LiurniaOfTheLakesSorcerersIsleWestGoldenRune3___ = 1034477180,
- [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Golden Rune [3] 1034477190")]
- LiurniaOfTheLakesSorcerersIsleWestGoldenRune3____ = 1034477190,
+ [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Golden Rune [3] 1034477190")]
+ LiurniaOfTheLakesSorcerersIsleWestGoldenRune3____ = 1034477190,
- [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Golden Rune [4] 1034477200")]
- LiurniaOfTheLakesSorcerersIsleWestGoldenRune4 = 1034477200,
+ [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Golden Rune [4] 1034477200")]
+ LiurniaOfTheLakesSorcerersIsleWestGoldenRune4 = 1034477200,
- [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Golden Rune [2] 1034477210")]
- LiurniaOfTheLakesSorcerersIsleWestGoldenRune2__ = 1034477210,
+ [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Golden Rune [2] 1034477210")]
+ LiurniaOfTheLakesSorcerersIsleWestGoldenRune2__ = 1034477210,
- [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Golden Rune [4] 1034477220")]
- LiurniaOfTheLakesSorcerersIsleWestGoldenRune4_ = 1034477220,
+ [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Golden Rune [4] 1034477220")]
+ LiurniaOfTheLakesSorcerersIsleWestGoldenRune4_ = 1034477220,
- [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Golden Rune [6] 1034477300")]
- LiurniaOfTheLakesSorcerersIsleWestGoldenRune6 = 1034477300,
+ [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Golden Rune [6] 1034477300")]
+ LiurniaOfTheLakesSorcerersIsleWestGoldenRune6 = 1034477300,
- [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Golden Rune [6] 1034477310")]
- LiurniaOfTheLakesSorcerersIsleWestGoldenRune6_ = 1034477310,
+ [Annotation(Name = "[Liurnia of the Lakes - Sorcerer's Isle West] Golden Rune [6] 1034477310")]
+ LiurniaOfTheLakesSorcerersIsleWestGoldenRune6_ = 1034477310,
- [Annotation(Name = "[Liurnia of the Lakes - Kingsrealm Ruins] Golden Rune [6] 1034487300")]
- LiurniaOfTheLakesKingsrealmRuinsGoldenRune6 = 1034487300,
+ [Annotation(Name = "[Liurnia of the Lakes - Kingsrealm Ruins] Golden Rune [6] 1034487300")]
+ LiurniaOfTheLakesKingsrealmRuinsGoldenRune6 = 1034487300,
- [Annotation(Name = "[Liurnia of the Lakes - Kingsrealm Ruins] Golden Rune [6] 1034487310")]
- LiurniaOfTheLakesKingsrealmRuinsGoldenRune6_ = 1034487310,
+ [Annotation(Name = "[Liurnia of the Lakes - Kingsrealm Ruins] Golden Rune [6] 1034487310")]
+ LiurniaOfTheLakesKingsrealmRuinsGoldenRune6_ = 1034487310,
- [Annotation(Name = "[Liurnia of the Lakes - Kingsrealm Ruins] Rimed Crystal Bud 1034487000")]
- LiurniaOfTheLakesKingsrealmRuinsRimedCrystalBud = 1034487000,
+ [Annotation(Name = "[Liurnia of the Lakes - Kingsrealm Ruins] Rimed Crystal Bud 1034487000")]
+ LiurniaOfTheLakesKingsrealmRuinsRimedCrystalBud = 1034487000,
- [Annotation(Name = "[Liurnia of the Lakes - Kingsrealm Ruins] Glintstone Firefly 1034487010")]
- LiurniaOfTheLakesKingsrealmRuinsGlintstoneFirefly = 1034487010,
+ [Annotation(Name = "[Liurnia of the Lakes - Kingsrealm Ruins] Glintstone Firefly 1034487010")]
+ LiurniaOfTheLakesKingsrealmRuinsGlintstoneFirefly = 1034487010,
- [Annotation(Name = "[Liurnia of the Lakes - Kingsrealm Ruins] Frozen Needle 1034487100")]
- LiurniaOfTheLakesKingsrealmRuinsFrozenNeedle = 1034487100,
+ [Annotation(Name = "[Liurnia of the Lakes - Kingsrealm Ruins] Frozen Needle 1034487100")]
+ LiurniaOfTheLakesKingsrealmRuinsFrozenNeedle = 1034487100,
- [Annotation(Name = "[Liurnia of the Lakes - Artist's Shack] Smoldering Butterfly 1038457000")]
- LiurniaOfTheLakesArtistsShackSmolderingButterfly = 1038457000,
+ [Annotation(Name = "[Liurnia of the Lakes - Artist's Shack] Smoldering Butterfly 1038457000")]
+ LiurniaOfTheLakesArtistsShackSmolderingButterfly = 1038457000,
- [Annotation(Name = "[Liurnia of the Lakes - Artist's Shack] Flame, Cleanse Me 1038457010")]
- LiurniaOfTheLakesArtistsShackFlameCleanseMe = 1038457010,
+ [Annotation(Name = "[Liurnia of the Lakes - Artist's Shack] Flame, Cleanse Me 1038457010")]
+ LiurniaOfTheLakesArtistsShackFlameCleanseMe = 1038457010,
- [Annotation(Name = "[Liurnia of the Lakes - Artist's Shack] Smithing Stone [4] 1038457020")]
- LiurniaOfTheLakesArtistsShackSmithingStone4 = 1038457020,
+ [Annotation(Name = "[Liurnia of the Lakes - Artist's Shack] Smithing Stone [4] 1038457020")]
+ LiurniaOfTheLakesArtistsShackSmithingStone4 = 1038457020,
- [Annotation(Name = "[Bellum Highway - Frenzied Flame Village] Frenzied's Cookbook [1] 68400")]
- BellumHighwayFrenziedFlameVillageFrenziedsCookbook1 = 68400,
+ [Annotation(Name = "[Bellum Highway - Frenzied Flame Village] Frenzied's Cookbook [1] 68400")]
+ BellumHighwayFrenziedFlameVillageFrenziedsCookbook1 = 68400,
- [Annotation(Name = "[Bellum Highway - Frenzied Flame Village] Eye of Yelough 1038487020")]
- BellumHighwayFrenziedFlameVillageEyeOfYelough = 1038487020,
+ [Annotation(Name = "[Bellum Highway - Frenzied Flame Village] Eye of Yelough 1038487020")]
+ BellumHighwayFrenziedFlameVillageEyeOfYelough = 1038487020,
- [Annotation(Name = "[Bellum Highway - Frenzied Flame Village] Stonesword Key 1038487030")]
- BellumHighwayFrenziedFlameVillageStoneswordKey = 1038487030,
+ [Annotation(Name = "[Bellum Highway - Frenzied Flame Village] Stonesword Key 1038487030")]
+ BellumHighwayFrenziedFlameVillageStoneswordKey = 1038487030,
- [Annotation(Name = "[Bellum Highway - Frenzied Flame Village] Note: The Lord of Frenzied Flame 69760")]
- BellumHighwayFrenziedFlameVillageNoteTheLordOfFrenziedFlame = 69760,
+ [Annotation(Name = "[Bellum Highway - Frenzied Flame Village] Note: The Lord of Frenzied Flame 69760")]
+ BellumHighwayFrenziedFlameVillageNoteTheLordOfFrenziedFlame = 69760,
- [Annotation(Name = "[Bellum Highway - Frenzied Flame Village] Shabriri's Woe 1038487100")]
- BellumHighwayFrenziedFlameVillageShabririsWoe = 1038487100,
+ [Annotation(Name = "[Bellum Highway - Frenzied Flame Village] Shabriri's Woe 1038487100")]
+ BellumHighwayFrenziedFlameVillageShabririsWoe = 1038487100,
- [Annotation(Name = "[Bellum Highway - Frenzied Flame Village] Eye of Yelough 1038487120")]
- BellumHighwayFrenziedFlameVillageEyeOfYelough_ = 1038487120,
+ [Annotation(Name = "[Bellum Highway - Frenzied Flame Village] Eye of Yelough 1038487120")]
+ BellumHighwayFrenziedFlameVillageEyeOfYelough_ = 1038487120,
- [Annotation(Name = "[Bellum Highway - Frenzied Flame Village] Frenzyflame Stone 1038487130")]
- BellumHighwayFrenziedFlameVillageFrenzyflameStone = 1038487130,
+ [Annotation(Name = "[Bellum Highway - Frenzied Flame Village] Frenzyflame Stone 1038487130")]
+ BellumHighwayFrenziedFlameVillageFrenzyflameStone = 1038487130,
- [Annotation(Name = "[Liurnia of the Lakes - Ravine-Veiled Village] Smithing Stone [5] 1038507000")]
- LiurniaOfTheLakesRavineVeiledVillageSmithingStone5 = 1038507000,
+ [Annotation(Name = "[Liurnia of the Lakes - Ravine-Veiled Village] Smithing Stone [5] 1038507000")]
+ LiurniaOfTheLakesRavineVeiledVillageSmithingStone5 = 1038507000,
- [Annotation(Name = "[Liurnia of the Lakes - Ravine-Veiled Village] Dragonwound Grease 1038507010")]
- LiurniaOfTheLakesRavineVeiledVillageDragonwoundGrease = 1038507010,
+ [Annotation(Name = "[Liurnia of the Lakes - Ravine-Veiled Village] Dragonwound Grease 1038507010")]
+ LiurniaOfTheLakesRavineVeiledVillageDragonwoundGrease = 1038507010,
- [Annotation(Name = "[Bellum Highway - Church of Inhibition] Cuckoo Glintstone 1037497000")]
- BellumHighwayChurchOfInhibitionCuckooGlintstone = 1037497000,
+ [Annotation(Name = "[Bellum Highway - Church of Inhibition] Cuckoo Glintstone 1037497000")]
+ BellumHighwayChurchOfInhibitionCuckooGlintstone = 1037497000,
- [Annotation(Name = "[Bellum Highway - Church of Inhibition] Rune Arc 1037497010")]
- BellumHighwayChurchOfInhibitionRuneArc = 1037497010,
+ [Annotation(Name = "[Bellum Highway - Church of Inhibition] Rune Arc 1037497010")]
+ BellumHighwayChurchOfInhibitionRuneArc = 1037497010,
- [Annotation(Name = "[Bellum Highway - Church of Inhibition] Finger Maiden Fillet 1037497030")]
- BellumHighwayChurchOfInhibitionFingerMaidenFillet = 1037497030,
+ [Annotation(Name = "[Bellum Highway - Church of Inhibition] Finger Maiden Fillet 1037497030")]
+ BellumHighwayChurchOfInhibitionFingerMaidenFillet = 1037497030,
- [Annotation(Name = "[Bellum Highway - Church of Inhibition] Great Mace 1037497200")]
- BellumHighwayChurchOfInhibitionGreatMace = 1037497200,
+ [Annotation(Name = "[Bellum Highway - Church of Inhibition] Great Mace 1037497200")]
+ BellumHighwayChurchOfInhibitionGreatMace = 1037497200,
- [Annotation(Name = "[Bellum Highway - Church of Inhibition] Fingerprint Grape 1037497300")]
- BellumHighwayChurchOfInhibitionFingerprintGrape = 1037497300,
+ [Annotation(Name = "[Bellum Highway - Church of Inhibition] Fingerprint Grape 1037497300")]
+ BellumHighwayChurchOfInhibitionFingerprintGrape = 1037497300,
- [Annotation(Name = "[Liurnia of the Lakes - Liurnia Highway Far North] Golden Rune [2] 1039437010")]
- LiurniaOfTheLakesLiurniaHighwayFarNorthGoldenRune2 = 1039437010,
+ [Annotation(Name = "[Liurnia of the Lakes - Liurnia Highway Far North] Golden Rune [2] 1039437010")]
+ LiurniaOfTheLakesLiurniaHighwayFarNorthGoldenRune2 = 1039437010,
- [Annotation(Name = "[Liurnia of the Lakes - Liurnia Highway Far North] Golden Rune [6] 1039437020")]
- LiurniaOfTheLakesLiurniaHighwayFarNorthGoldenRune6 = 1039437020,
+ [Annotation(Name = "[Liurnia of the Lakes - Liurnia Highway Far North] Golden Rune [6] 1039437020")]
+ LiurniaOfTheLakesLiurniaHighwayFarNorthGoldenRune6 = 1039437020,
- [Annotation(Name = "[Liurnia of the Lakes - Liurnia Highway Far North] Golden Rune [1] 1039437030")]
- LiurniaOfTheLakesLiurniaHighwayFarNorthGoldenRune1 = 1039437030,
+ [Annotation(Name = "[Liurnia of the Lakes - Liurnia Highway Far North] Golden Rune [1] 1039437030")]
+ LiurniaOfTheLakesLiurniaHighwayFarNorthGoldenRune1 = 1039437030,
- [Annotation(Name = "[Liurnia of the Lakes - Liurnia Highway Far North] Golden Rune [3] 1039437040")]
- LiurniaOfTheLakesLiurniaHighwayFarNorthGoldenRune3 = 1039437040,
+ [Annotation(Name = "[Liurnia of the Lakes - Liurnia Highway Far North] Golden Rune [3] 1039437040")]
+ LiurniaOfTheLakesLiurniaHighwayFarNorthGoldenRune3 = 1039437040,
- [Annotation(Name = "[Liurnia of the Lakes - Liurnia Highway Far North] Golden Rune [2] 1039437050")]
- LiurniaOfTheLakesLiurniaHighwayFarNorthGoldenRune2_ = 1039437050,
+ [Annotation(Name = "[Liurnia of the Lakes - Liurnia Highway Far North] Golden Rune [2] 1039437050")]
+ LiurniaOfTheLakesLiurniaHighwayFarNorthGoldenRune2_ = 1039437050,
- [Annotation(Name = "[Liurnia of the Lakes - Liurnia Highway Far North] Golden Rune [3] 1039437060")]
- LiurniaOfTheLakesLiurniaHighwayFarNorthGoldenRune3_ = 1039437060,
+ [Annotation(Name = "[Liurnia of the Lakes - Liurnia Highway Far North] Golden Rune [3] 1039437060")]
+ LiurniaOfTheLakesLiurniaHighwayFarNorthGoldenRune3_ = 1039437060,
- [Annotation(Name = "[Liurnia of the Lakes - Gate Town Bridge] Strip of White Flesh 1038437000")]
- LiurniaOfTheLakesGateTownBridgeStripOfWhiteFlesh = 1038437000,
+ [Annotation(Name = "[Liurnia of the Lakes - Gate Town Bridge] Strip of White Flesh 1038437000")]
+ LiurniaOfTheLakesGateTownBridgeStripOfWhiteFlesh = 1038437000,
- [Annotation(Name = "[Liurnia of the Lakes - Gate Town Bridge] Sliver of Meat 1038437010")]
- LiurniaOfTheLakesGateTownBridgeSliverOfMeat = 1038437010,
+ [Annotation(Name = "[Liurnia of the Lakes - Gate Town Bridge] Sliver of Meat 1038437010")]
+ LiurniaOfTheLakesGateTownBridgeSliverOfMeat = 1038437010,
- [Annotation(Name = "[Liurnia of the Lakes - Gate Town Bridge] Silver-Pickled Fowl Foot 1038437020")]
- LiurniaOfTheLakesGateTownBridgeSilverPickledFowlFoot = 1038437020,
+ [Annotation(Name = "[Liurnia of the Lakes - Gate Town Bridge] Silver-Pickled Fowl Foot 1038437020")]
+ LiurniaOfTheLakesGateTownBridgeSilverPickledFowlFoot = 1038437020,
- [Annotation(Name = "[Liurnia of the Lakes - Gate Town Bridge] Golden Rune [6] 1038437100")]
- LiurniaOfTheLakesGateTownBridgeGoldenRune6 = 1038437100,
+ [Annotation(Name = "[Liurnia of the Lakes - Gate Town Bridge] Golden Rune [6] 1038437100")]
+ LiurniaOfTheLakesGateTownBridgeGoldenRune6 = 1038437100,
- [Annotation(Name = "[Liurnia of the Lakes - South of Scenic Isle] Ballista Bolt 1037417010")]
- LiurniaOfTheLakesSouthOfScenicIsleBallistaBolt = 1037417010,
+ [Annotation(Name = "[Liurnia of the Lakes - South of Scenic Isle] Ballista Bolt 1037417010")]
+ LiurniaOfTheLakesSouthOfScenicIsleBallistaBolt = 1037417010,
- [Annotation(Name = "[Liurnia of the Lakes - North of Scenic Isle] Golden Rune [3] 1037437000")]
- LiurniaOfTheLakesNorthOfScenicIsleGoldenRune3 = 1037437000,
+ [Annotation(Name = "[Liurnia of the Lakes - North of Scenic Isle] Golden Rune [3] 1037437000")]
+ LiurniaOfTheLakesNorthOfScenicIsleGoldenRune3 = 1037437000,
- [Annotation(Name = "[Liurnia of the Lakes - North of Scenic Isle] Smithing Stone [3] 1037437010")]
- LiurniaOfTheLakesNorthOfScenicIsleSmithingStone3 = 1037437010,
+ [Annotation(Name = "[Liurnia of the Lakes - North of Scenic Isle] Smithing Stone [3] 1037437010")]
+ LiurniaOfTheLakesNorthOfScenicIsleSmithingStone3 = 1037437010,
- [Annotation(Name = "[Liurnia of the Lakes - Gate Town Southeast] Golden Rune [4] 1037447000")]
- LiurniaOfTheLakesGateTownSoutheastGoldenRune4 = 1037447000,
+ [Annotation(Name = "[Liurnia of the Lakes - Gate Town Southeast] Golden Rune [4] 1037447000")]
+ LiurniaOfTheLakesGateTownSoutheastGoldenRune4 = 1037447000,
- [Annotation(Name = "[Liurnia of the Lakes - Gate Town Southeast] Magic Grease 1037447010")]
- LiurniaOfTheLakesGateTownSoutheastMagicGrease = 1037447010,
+ [Annotation(Name = "[Liurnia of the Lakes - Gate Town Southeast] Magic Grease 1037447010")]
+ LiurniaOfTheLakesGateTownSoutheastMagicGrease = 1037447010,
- [Annotation(Name = "[Liurnia of the Lakes - Gate Town Northeast] Smithing Stone [3] 1037457100")]
- LiurniaOfTheLakesGateTownNortheastSmithingStone3 = 1037457100,
+ [Annotation(Name = "[Liurnia of the Lakes - Gate Town Northeast] Smithing Stone [3] 1037457100")]
+ LiurniaOfTheLakesGateTownNortheastSmithingStone3 = 1037457100,
- [Annotation(Name = "[Liurnia of the Lakes - Boilprawn Shack] Smithing Stone [2] 1036437000")]
- LiurniaOfTheLakesBoilprawnShackSmithingStone2 = 1036437000,
+ [Annotation(Name = "[Liurnia of the Lakes - Boilprawn Shack] Smithing Stone [2] 1036437000")]
+ LiurniaOfTheLakesBoilprawnShackSmithingStone2 = 1036437000,
- [Annotation(Name = "[Liurnia of the Lakes - Boilprawn Shack] Confessor Hood 1036437010")]
- LiurniaOfTheLakesBoilprawnShackConfessorHood = 1036437010,
+ [Annotation(Name = "[Liurnia of the Lakes - Boilprawn Shack] Confessor Hood 1036437010")]
+ LiurniaOfTheLakesBoilprawnShackConfessorHood = 1036437010,
- [Annotation(Name = "[Liurnia of the Lakes - Boilprawn Shack] Tarnished Golden Sunflower 1036437020")]
- LiurniaOfTheLakesBoilprawnShackTarnishedGoldenSunflower = 1036437020,
+ [Annotation(Name = "[Liurnia of the Lakes - Boilprawn Shack] Tarnished Golden Sunflower 1036437020")]
+ LiurniaOfTheLakesBoilprawnShackTarnishedGoldenSunflower = 1036437020,
- [Annotation(Name = "[Liurnia of the Lakes - Boilprawn Shack] Rainbow Stone 1036437030")]
- LiurniaOfTheLakesBoilprawnShackRainbowStone = 1036437030,
+ [Annotation(Name = "[Liurnia of the Lakes - Boilprawn Shack] Rainbow Stone 1036437030")]
+ LiurniaOfTheLakesBoilprawnShackRainbowStone = 1036437030,
- [Annotation(Name = "[Liurnia of the Lakes - Jarburg] Smithing Stone [3] 1039447000")]
- LiurniaOfTheLakesJarburgSmithingStone3 = 1039447000,
+ [Annotation(Name = "[Liurnia of the Lakes - Jarburg] Smithing Stone [3] 1039447000")]
+ LiurniaOfTheLakesJarburgSmithingStone3 = 1039447000,
- [Annotation(Name = "[Liurnia of the Lakes - Jarburg] Great Dragonfly Head 1039447010")]
- LiurniaOfTheLakesJarburgGreatDragonflyHead = 1039447010,
+ [Annotation(Name = "[Liurnia of the Lakes - Jarburg] Great Dragonfly Head 1039447010")]
+ LiurniaOfTheLakesJarburgGreatDragonflyHead = 1039447010,
- [Annotation(Name = "[Liurnia of the Lakes - Jarburg] Trina's Lily 1039447020")]
- LiurniaOfTheLakesJarburgTrinasLily = 1039447020,
+ [Annotation(Name = "[Liurnia of the Lakes - Jarburg] Trina's Lily 1039447020")]
+ LiurniaOfTheLakesJarburgTrinasLily = 1039447020,
- [Annotation(Name = "[Liurnia of the Lakes - Jarburg] Smithing Stone [3] 1039447030")]
- LiurniaOfTheLakesJarburgSmithingStone3_ = 1039447030,
+ [Annotation(Name = "[Liurnia of the Lakes - Jarburg] Smithing Stone [3] 1039447030")]
+ LiurniaOfTheLakesJarburgSmithingStone3_ = 1039447030,
- [Annotation(Name = "[Liurnia of the Lakes - Jarburg] Living Jar Shard 1039447040")]
- LiurniaOfTheLakesJarburgLivingJarShard = 1039447040,
+ [Annotation(Name = "[Liurnia of the Lakes - Jarburg] Living Jar Shard 1039447040")]
+ LiurniaOfTheLakesJarburgLivingJarShard = 1039447040,
- [Annotation(Name = "[Liurnia of the Lakes - Jarburg] Cracked Pot 66080")]
- LiurniaOfTheLakesJarburgCrackedPot = 66080,
+ [Annotation(Name = "[Liurnia of the Lakes - Jarburg] Cracked Pot 66080")]
+ LiurniaOfTheLakesJarburgCrackedPot = 66080,
- [Annotation(Name = "[Liurnia of the Lakes - Jarburg] Cracked Pot 66090")]
- LiurniaOfTheLakesJarburgCrackedPot_ = 66090,
+ [Annotation(Name = "[Liurnia of the Lakes - Jarburg] Cracked Pot 66090")]
+ LiurniaOfTheLakesJarburgCrackedPot_ = 66090,
- [Annotation(Name = "[Liurnia of the Lakes - Jarburg] Cracked Pot 66100")]
- LiurniaOfTheLakesJarburgCrackedPot__ = 66100,
+ [Annotation(Name = "[Liurnia of the Lakes - Jarburg] Cracked Pot 66100")]
+ LiurniaOfTheLakesJarburgCrackedPot__ = 66100,
- [Annotation(Name = "[Liurnia of the Lakes - Jarburg] Ritual Pot 66430")]
- LiurniaOfTheLakesJarburgRitualPot = 66430,
+ [Annotation(Name = "[Liurnia of the Lakes - Jarburg] Ritual Pot 66430")]
+ LiurniaOfTheLakesJarburgRitualPot = 66430,
- [Annotation(Name = "[Liurnia of the Lakes - Jarburg] Ritual Pot 66440")]
- LiurniaOfTheLakesJarburgRitualPot_ = 66440,
+ [Annotation(Name = "[Liurnia of the Lakes - Jarburg] Ritual Pot 66440")]
+ LiurniaOfTheLakesJarburgRitualPot_ = 66440,
- [Annotation(Name = "[Liurnia of the Lakes - Crystalline Woods] Smithing Stone [3] 1034467100")]
- LiurniaOfTheLakesCrystallineWoodsSmithingStone3 = 1034467100,
+ [Annotation(Name = "[Liurnia of the Lakes - Crystalline Woods] Smithing Stone [3] 1034467100")]
+ LiurniaOfTheLakesCrystallineWoodsSmithingStone3 = 1034467100,
- [Annotation(Name = "[Liurnia of the Lakes - Meeting Place] Dragonwound Grease 1034457010")]
- LiurniaOfTheLakesMeetingPlaceDragonwoundGrease = 1034457010,
+ [Annotation(Name = "[Liurnia of the Lakes - Meeting Place] Dragonwound Grease 1034457010")]
+ LiurniaOfTheLakesMeetingPlaceDragonwoundGrease = 1034457010,
- [Annotation(Name = "[Liurnia of the Lakes - Meeting Place] Kukri 1034457020")]
- LiurniaOfTheLakesMeetingPlaceKukri = 1034457020,
+ [Annotation(Name = "[Liurnia of the Lakes - Meeting Place] Kukri 1034457020")]
+ LiurniaOfTheLakesMeetingPlaceKukri = 1034457020,
- [Annotation(Name = "[Liurnia of the Lakes - Meeting Place] Academy Glintstone Key 1034457100")]
- LiurniaOfTheLakesMeetingPlaceAcademyGlintstoneKey = 1034457100,
+ [Annotation(Name = "[Liurnia of the Lakes - Meeting Place] Academy Glintstone Key 1034457100")]
+ LiurniaOfTheLakesMeetingPlaceAcademyGlintstoneKey = 1034457100,
- [Annotation(Name = "[Liurnia of the Lakes - Laskyar Ruins] Smithing Stone [3] 1037427010")]
- LiurniaOfTheLakesLaskyarRuinsSmithingStone3 = 1037427010,
+ [Annotation(Name = "[Liurnia of the Lakes - Laskyar Ruins] Smithing Stone [3] 1037427010")]
+ LiurniaOfTheLakesLaskyarRuinsSmithingStone3 = 1037427010,
- [Annotation(Name = "[Liurnia of the Lakes - Laskyar Ruins] Nomadic Warrior's Cookbook [11] 67220")]
- LiurniaOfTheLakesLaskyarRuinsNomadicWarriorsCookbook11 = 67220,
+ [Annotation(Name = "[Liurnia of the Lakes - Laskyar Ruins] Nomadic Warrior's Cookbook [11] 67220")]
+ LiurniaOfTheLakesLaskyarRuinsNomadicWarriorsCookbook11 = 67220,
- [Annotation(Name = "[Moonlight Altar - Cathedral of Manus Celes] Smithing Stone [2] 1035427010")]
- MoonlightAltarCathedralOfManusCelesSmithingStone2 = 1035427010,
+ [Annotation(Name = "[Moonlight Altar - Cathedral of Manus Celes] Smithing Stone [2] 1035427010")]
+ MoonlightAltarCathedralOfManusCelesSmithingStone2 = 1035427010,
- [Annotation(Name = "[Moonlight Altar - Cathedral of Manus Celes] Rune Arc 1035427030")]
- MoonlightAltarCathedralOfManusCelesRuneArc = 1035427030,
+ [Annotation(Name = "[Moonlight Altar - Cathedral of Manus Celes] Rune Arc 1035427030")]
+ MoonlightAltarCathedralOfManusCelesRuneArc = 1035427030,
- [Annotation(Name = "[Moonlight Altar - Cathedral of Manus Celes] Ivory Sickle 1035427040")]
- MoonlightAltarCathedralOfManusCelesIvorySickle = 1035427040,
+ [Annotation(Name = "[Moonlight Altar - Cathedral of Manus Celes] Ivory Sickle 1035427040")]
+ MoonlightAltarCathedralOfManusCelesIvorySickle = 1035427040,
- [Annotation(Name = "[Moonlight Altar - Cathedral of Manus Celes] Starlight Shards 1035427100")]
- MoonlightAltarCathedralOfManusCelesStarlightShards_ = 1035427100,
+ [Annotation(Name = "[Moonlight Altar - Cathedral of Manus Celes] Starlight Shards 1035427100")]
+ MoonlightAltarCathedralOfManusCelesStarlightShards_ = 1035427100,
- [Annotation(Name = "[Moonlight Altar - Cathedral of Manus Celes] Starlight Shards 1035427110")]
- MoonlightAltarCathedralOfManusCelesStarlightShards__ = 1035427110,
+ [Annotation(Name = "[Moonlight Altar - Cathedral of Manus Celes] Starlight Shards 1035427110")]
+ MoonlightAltarCathedralOfManusCelesStarlightShards__ = 1035427110,
- [Annotation(Name = "[Moonlight Altar - Cathedral of Manus Celes] Starlight Shards 1035427120")]
- MoonlightAltarCathedralOfManusCelesStarlightShards___ = 1035427120,
+ [Annotation(Name = "[Moonlight Altar - Cathedral of Manus Celes] Starlight Shards 1035427120")]
+ MoonlightAltarCathedralOfManusCelesStarlightShards___ = 1035427120,
- [Annotation(Name = "[Moonlight Altar - Cathedral of Manus Celes] Starlight Shards 1035427130")]
- MoonlightAltarCathedralOfManusCelesStarlightShards____ = 1035427130,
+ [Annotation(Name = "[Moonlight Altar - Cathedral of Manus Celes] Starlight Shards 1035427130")]
+ MoonlightAltarCathedralOfManusCelesStarlightShards____ = 1035427130,
- [Annotation(Name = "[Moonlight Altar - Cathedral of Manus Celes] Starlight Shards 1035427140")]
- MoonlightAltarCathedralOfManusCelesStarlightShards_____ = 1035427140,
+ [Annotation(Name = "[Moonlight Altar - Cathedral of Manus Celes] Starlight Shards 1035427140")]
+ MoonlightAltarCathedralOfManusCelesStarlightShards_____ = 1035427140,
- [Annotation(Name = "[Moonlight Altar - Cathedral of Manus Celes] Starlight Shards 1035427150")]
- MoonlightAltarCathedralOfManusCelesStarlightShards______ = 1035427150,
+ [Annotation(Name = "[Moonlight Altar - Cathedral of Manus Celes] Starlight Shards 1035427150")]
+ MoonlightAltarCathedralOfManusCelesStarlightShards______ = 1035427150,
- [Annotation(Name = "[Moonlight Altar - Cathedral of Manus Celes] Starlight Shards 1035427160")]
- MoonlightAltarCathedralOfManusCelesStarlightShards_______ = 1035427160,
+ [Annotation(Name = "[Moonlight Altar - Cathedral of Manus Celes] Starlight Shards 1035427160")]
+ MoonlightAltarCathedralOfManusCelesStarlightShards_______ = 1035427160,
- [Annotation(Name = "[Moonlight Altar - Cathedral of Manus Celes] Starlight Shards 1035427170")]
- MoonlightAltarCathedralOfManusCelesStarlightShards________ = 1035427170,
+ [Annotation(Name = "[Moonlight Altar - Cathedral of Manus Celes] Starlight Shards 1035427170")]
+ MoonlightAltarCathedralOfManusCelesStarlightShards________ = 1035427170,
- [Annotation(Name = "[Moonlight Altar - Cathedral of Manus Celes] Starlight Shards 1035427180")]
- MoonlightAltarCathedralOfManusCelesStarlightShards_________ = 1035427180,
+ [Annotation(Name = "[Moonlight Altar - Cathedral of Manus Celes] Starlight Shards 1035427180")]
+ MoonlightAltarCathedralOfManusCelesStarlightShards_________ = 1035427180,
- [Annotation(Name = "[Moonlight Altar - Cathedral of Manus Celes] Starlight Shards 1035427190")]
- MoonlightAltarCathedralOfManusCelesStarlightShards__________ = 1035427190,
+ [Annotation(Name = "[Moonlight Altar - Cathedral of Manus Celes] Starlight Shards 1035427190")]
+ MoonlightAltarCathedralOfManusCelesStarlightShards__________ = 1035427190,
- [Annotation(Name = "[Liurnia of the Lakes - South Raya Lucaria Gate] Meeting Place Map 1035457100")]
- LiurniaOfTheLakesSouthRayaLucariaGateMeetingPlaceMap = 1035457100,
+ [Annotation(Name = "[Liurnia of the Lakes - South Raya Lucaria Gate] Meeting Place Map 1035457100")]
+ LiurniaOfTheLakesSouthRayaLucariaGateMeetingPlaceMap = 1035457100,
- [Annotation(Name = "[Liurnia of the Lakes - South of Caria Manor] Somber Smithing Stone [4] 1035497020")]
- LiurniaOfTheLakesSouthOfCariaManorSomberSmithingStone4 = 1035497020,
+ [Annotation(Name = "[Liurnia of the Lakes - South of Caria Manor] Somber Smithing Stone [4] 1035497020")]
+ LiurniaOfTheLakesSouthOfCariaManorSomberSmithingStone4 = 1035497020,
- [Annotation(Name = "[Liurnia of the Lakes - North of Sorcerer's Isle] Old Fang 1035487010")]
- LiurniaOfTheLakesNorthOfSorcerersIsleOldFang = 1035487010,
+ [Annotation(Name = "[Liurnia of the Lakes - North of Sorcerer's Isle] Old Fang 1035487010")]
+ LiurniaOfTheLakesNorthOfSorcerersIsleOldFang = 1035487010,
- [Annotation(Name = "[Liurnia of the Lakes - North of Sorcerer's Isle] Soporific Grease 1035487020")]
- LiurniaOfTheLakesNorthOfSorcerersIsleSoporificGrease = 1035487020,
+ [Annotation(Name = "[Liurnia of the Lakes - North of Sorcerer's Isle] Soporific Grease 1035487020")]
+ LiurniaOfTheLakesNorthOfSorcerersIsleSoporificGrease = 1035487020,
- [Annotation(Name = "[Liurnia of the Lakes - North of Sorcerer's Isle] Lump of Flesh 1035487030")]
- LiurniaOfTheLakesNorthOfSorcerersIsleLumpOfFlesh = 1035487030,
+ [Annotation(Name = "[Liurnia of the Lakes - North of Sorcerer's Isle] Lump of Flesh 1035487030")]
+ LiurniaOfTheLakesNorthOfSorcerersIsleLumpOfFlesh = 1035487030,
- [Annotation(Name = "[Liurnia of the Lakes - North of Sorcerer's Isle] Golden Rune [6] 1035487100")]
- LiurniaOfTheLakesNorthOfSorcerersIsleGoldenRune6 = 1035487100,
+ [Annotation(Name = "[Liurnia of the Lakes - North of Sorcerer's Isle] Golden Rune [6] 1035487100")]
+ LiurniaOfTheLakesNorthOfSorcerersIsleGoldenRune6 = 1035487100,
- [Annotation(Name = "[Bellum Highway - East Raya Lucaria Gate] Sanctuary Stone 1036487000")]
- BellumHighwayEastRayaLucariaGateSanctuaryStone = 1036487000,
+ [Annotation(Name = "[Bellum Highway - East Raya Lucaria Gate] Sanctuary Stone 1036487000")]
+ BellumHighwayEastRayaLucariaGateSanctuaryStone = 1036487000,
- [Annotation(Name = "[Bellum Highway - East Raya Lucaria Gate] Golden Rune [1] 1036487100")]
- BellumHighwayEastRayaLucariaGateGoldenRune1 = 1036487100,
+ [Annotation(Name = "[Bellum Highway - East Raya Lucaria Gate] Golden Rune [1] 1036487100")]
+ BellumHighwayEastRayaLucariaGateGoldenRune1 = 1036487100,
- [Annotation(Name = "[Liurnia of the Lakes - Mausoleum Compound] Slumbering Egg 1037487000")]
- LiurniaOfTheLakesMausoleumCompoundSlumberingEgg = 1037487000,
+ [Annotation(Name = "[Liurnia of the Lakes - Mausoleum Compound] Slumbering Egg 1037487000")]
+ LiurniaOfTheLakesMausoleumCompoundSlumberingEgg = 1037487000,
- [Annotation(Name = "[Liurnia of the Lakes - Mausoleum Compound] Golden Rune [3] 1037487010")]
- LiurniaOfTheLakesMausoleumCompoundGoldenRune3 = 1037487010,
+ [Annotation(Name = "[Liurnia of the Lakes - Mausoleum Compound] Golden Rune [3] 1037487010")]
+ LiurniaOfTheLakesMausoleumCompoundGoldenRune3 = 1037487010,
- [Annotation(Name = "[Liurnia of the Lakes - Mausoleum Compound] Golden Rune [3] 1037487020")]
- LiurniaOfTheLakesMausoleumCompoundGoldenRune3_ = 1037487020,
+ [Annotation(Name = "[Liurnia of the Lakes - Mausoleum Compound] Golden Rune [3] 1037487020")]
+ LiurniaOfTheLakesMausoleumCompoundGoldenRune3_ = 1037487020,
- [Annotation(Name = "[Liurnia of the Lakes - Mausoleum Compound] Golden Rune [1] 1037487030")]
- LiurniaOfTheLakesMausoleumCompoundGoldenRune1 = 1037487030,
+ [Annotation(Name = "[Liurnia of the Lakes - Mausoleum Compound] Golden Rune [1] 1037487030")]
+ LiurniaOfTheLakesMausoleumCompoundGoldenRune1 = 1037487030,
- [Annotation(Name = "[Liurnia of the Lakes - Mausoleum Compound] Golden Rune [7] 1037487040")]
- LiurniaOfTheLakesMausoleumCompoundGoldenRune7 = 1037487040,
+ [Annotation(Name = "[Liurnia of the Lakes - Mausoleum Compound] Golden Rune [7] 1037487040")]
+ LiurniaOfTheLakesMausoleumCompoundGoldenRune7 = 1037487040,
- [Annotation(Name = "[Liurnia of the Lakes - Mausoleum Compound] Golden Rune [3] 1037487050")]
- LiurniaOfTheLakesMausoleumCompoundGoldenRune3__ = 1037487050,
+ [Annotation(Name = "[Liurnia of the Lakes - Mausoleum Compound] Golden Rune [3] 1037487050")]
+ LiurniaOfTheLakesMausoleumCompoundGoldenRune3__ = 1037487050,
- [Annotation(Name = "[Liurnia of the Lakes - Mausoleum Compound] Golden Rune [2] 1037487060")]
- LiurniaOfTheLakesMausoleumCompoundGoldenRune2 = 1037487060,
+ [Annotation(Name = "[Liurnia of the Lakes - Mausoleum Compound] Golden Rune [2] 1037487060")]
+ LiurniaOfTheLakesMausoleumCompoundGoldenRune2 = 1037487060,
- [Annotation(Name = "[Liurnia of the Lakes - Mausoleum Compound] Golden Rune [4] 1037487070")]
- LiurniaOfTheLakesMausoleumCompoundGoldenRune4 = 1037487070,
+ [Annotation(Name = "[Liurnia of the Lakes - Mausoleum Compound] Golden Rune [4] 1037487070")]
+ LiurniaOfTheLakesMausoleumCompoundGoldenRune4 = 1037487070,
- [Annotation(Name = "[Liurnia of the Lakes - Mausoleum Compound] Golden Rune [3] 1037487080")]
- LiurniaOfTheLakesMausoleumCompoundGoldenRune3___ = 1037487080,
+ [Annotation(Name = "[Liurnia of the Lakes - Mausoleum Compound] Golden Rune [3] 1037487080")]
+ LiurniaOfTheLakesMausoleumCompoundGoldenRune3___ = 1037487080,
- [Annotation(Name = "[Liurnia of the Lakes - Mausoleum Compound] Golden Rune [1] 1037487100")]
- LiurniaOfTheLakesMausoleumCompoundGoldenRune1_ = 1037487100,
+ [Annotation(Name = "[Liurnia of the Lakes - Mausoleum Compound] Golden Rune [1] 1037487100")]
+ LiurniaOfTheLakesMausoleumCompoundGoldenRune1_ = 1037487100,
- [Annotation(Name = "[Liurnia of the Lakes - The Four Belfries] Somber Smithing Stone [3] 1033477000")]
- LiurniaOfTheLakesTheFourBelfriesSomberSmithingStone3 = 1033477000,
+ [Annotation(Name = "[Liurnia of the Lakes - The Four Belfries] Somber Smithing Stone [3] 1033477000")]
+ LiurniaOfTheLakesTheFourBelfriesSomberSmithingStone3 = 1033477000,
- [Annotation(Name = "[Liurnia of the Lakes - The Four Belfries] Smithing Stone [4] 1033477010")]
- LiurniaOfTheLakesTheFourBelfriesSmithingStone4 = 1033477010,
+ [Annotation(Name = "[Liurnia of the Lakes - The Four Belfries] Smithing Stone [4] 1033477010")]
+ LiurniaOfTheLakesTheFourBelfriesSmithingStone4 = 1033477010,
- [Annotation(Name = "[Liurnia of the Lakes - The Four Belfries] Rune Arc 1033477030")]
- LiurniaOfTheLakesTheFourBelfriesRuneArc = 1033477030,
+ [Annotation(Name = "[Liurnia of the Lakes - The Four Belfries] Rune Arc 1033477030")]
+ LiurniaOfTheLakesTheFourBelfriesRuneArc = 1033477030,
- [Annotation(Name = "[Liurnia of the Lakes - The Four Belfries] Carian Knight's Sword 1033477200")]
- LiurniaOfTheLakesTheFourBelfriesCarianKnightsSword = 1033477200,
+ [Annotation(Name = "[Liurnia of the Lakes - The Four Belfries] Carian Knight's Sword 1033477200")]
+ LiurniaOfTheLakesTheFourBelfriesCarianKnightsSword = 1033477200,
- [Annotation(Name = "[Liurnia of the Lakes - Ruined Labyrinth] Frenzyflame Stone 1038477010")]
- LiurniaOfTheLakesRuinedLabyrinthFrenzyflameStone = 1038477010,
+ [Annotation(Name = "[Liurnia of the Lakes - Ruined Labyrinth] Frenzyflame Stone 1038477010")]
+ LiurniaOfTheLakesRuinedLabyrinthFrenzyflameStone = 1038477010,
- [Annotation(Name = "[Liurnia of the Lakes - Ruined Labyrinth] Stonesword Key 1038477030")]
- LiurniaOfTheLakesRuinedLabyrinthStoneswordKey = 1038477030,
+ [Annotation(Name = "[Liurnia of the Lakes - Ruined Labyrinth] Stonesword Key 1038477030")]
+ LiurniaOfTheLakesRuinedLabyrinthStoneswordKey = 1038477030,
- [Annotation(Name = "[Liurnia of the Lakes - Ruined Labyrinth] Golden Rune [1] 1038477100")]
- LiurniaOfTheLakesRuinedLabyrinthGoldenRune1 = 1038477100,
+ [Annotation(Name = "[Liurnia of the Lakes - Ruined Labyrinth] Golden Rune [1] 1038477100")]
+ LiurniaOfTheLakesRuinedLabyrinthGoldenRune1 = 1038477100,
- [Annotation(Name = "[Liurnia of the Lakes - North of Gate Town Bridge] Smithing Stone [3] 1038447030")]
- LiurniaOfTheLakesNorthOfGateTownBridgeSmithingStone3 = 1038447030,
+ [Annotation(Name = "[Liurnia of the Lakes - North of Gate Town Bridge] Smithing Stone [3] 1038447030")]
+ LiurniaOfTheLakesNorthOfGateTownBridgeSmithingStone3 = 1038447030,
- [Annotation(Name = "[Liurnia of the Lakes - North of Gate Town Bridge] Land Squirt Ashes 1038447040")]
- LiurniaOfTheLakesNorthOfGateTownBridgeLandSquirtAshes = 1038447040,
+ [Annotation(Name = "[Liurnia of the Lakes - North of Gate Town Bridge] Land Squirt Ashes 1038447040")]
+ LiurniaOfTheLakesNorthOfGateTownBridgeLandSquirtAshes = 1038447040,
- [Annotation(Name = "[Liurnia - Liurnia Highway South Endpoint] Treespear 1040407000")]
- LiurniaLiurniaHighwaySouthEndpointTreespear = 1040407000,
+ [Annotation(Name = "[Liurnia - Liurnia Highway South Endpoint] Treespear 1040407000")]
+ LiurniaLiurniaHighwaySouthEndpointTreespear = 1040407000,
- [Annotation(Name = "[Liurnia of the Lakes - Laskyar Ruins] Glintstone Craftsman's Cookbook [2] 67450")]
- LiurniaOfTheLakesLaskyarRuinsGlintstoneCraftsmansCookbook2 = 67450,
+ [Annotation(Name = "[Liurnia of the Lakes - Laskyar Ruins] Glintstone Craftsman's Cookbook [2] 67450")]
+ LiurniaOfTheLakesLaskyarRuinsGlintstoneCraftsmansCookbook2 = 67450,
- [Annotation(Name = "[Liurnia of the Lakes - Laskyar Ruins] Sacrificial Twig 1038417010")]
- LiurniaOfTheLakesLaskyarRuinsSacrificialTwig = 1038417010,
+ [Annotation(Name = "[Liurnia of the Lakes - Laskyar Ruins] Sacrificial Twig 1038417010")]
+ LiurniaOfTheLakesLaskyarRuinsSacrificialTwig = 1038417010,
- [Annotation(Name = "[Liurnia of the Lakes - Laskyar Ruins] Gravitas 1038417100")]
- LiurniaOfTheLakesLaskyarRuinsGravitas = 1038417100,
+ [Annotation(Name = "[Liurnia of the Lakes - Laskyar Ruins] Gravitas 1038417100")]
+ LiurniaOfTheLakesLaskyarRuinsGravitas = 1038417100,
- [Annotation(Name = "[Liurnia of the Lakes - Cuckoo's Evergaol] Dragonscale Blade 1033457100")]
- LiurniaOfTheLakesCuckoosEvergaolDragonscaleBlade = 1033457100,
+ [Annotation(Name = "[Liurnia of the Lakes - Cuckoo's Evergaol] Dragonscale Blade 1033457100")]
+ LiurniaOfTheLakesCuckoosEvergaolDragonscaleBlade = 1033457100,
- [Annotation(Name = "[Liurnia of the Lakes - Bellum Highway] Somber Smithing Stone [3] 1036477000")]
- LiurniaOfTheLakesBellumHighwaySomberSmithingStone3 = 1036477000,
+ [Annotation(Name = "[Liurnia of the Lakes - Bellum Highway] Somber Smithing Stone [3] 1036477000")]
+ LiurniaOfTheLakesBellumHighwaySomberSmithingStone3 = 1036477000,
- [Annotation(Name = "[Liurnia of the Lakes - Bellum Highway] Golden Rune [1] 1036477100")]
- LiurniaOfTheLakesBellumHighwayGoldenRune1 = 1036477100,
+ [Annotation(Name = "[Liurnia of the Lakes - Bellum Highway] Golden Rune [1] 1036477100")]
+ LiurniaOfTheLakesBellumHighwayGoldenRune1 = 1036477100,
- [Annotation(Name = "[Moonlight Altar - Moonfolk Ruins] Albinauric Bloodclot 1034427020")]
- MoonlightAltarMoonfolkRuinsAlbinauricBloodclot = 1034427020,
+ [Annotation(Name = "[Moonlight Altar - Moonfolk Ruins] Albinauric Bloodclot 1034427020")]
+ MoonlightAltarMoonfolkRuinsAlbinauricBloodclot = 1034427020,
- [Annotation(Name = "[Moonlight Altar - Moonfolk Ruins] Smithing Stone [2] 1034427030")]
- MoonlightAltarMoonfolkRuinsSmithingStone2 = 1034427030,
+ [Annotation(Name = "[Moonlight Altar - Moonfolk Ruins] Smithing Stone [2] 1034427030")]
+ MoonlightAltarMoonfolkRuinsSmithingStone2 = 1034427030,
- [Annotation(Name = "[Moonlight Altar - Moonfolk Ruins] Crystal Sword 1034427050")]
- MoonlightAltarMoonfolkRuinsCrystalSword = 1034427050,
+ [Annotation(Name = "[Moonlight Altar - Moonfolk Ruins] Crystal Sword 1034427050")]
+ MoonlightAltarMoonfolkRuinsCrystalSword = 1034427050,
- [Annotation(Name = "[Moonlight Altar - Moonfolk Ruins] Larval Tear 1034427060")]
- MoonlightAltarMoonfolkRuinsLarvalTear = 1034427060,
+ [Annotation(Name = "[Moonlight Altar - Moonfolk Ruins] Larval Tear 1034427060")]
+ MoonlightAltarMoonfolkRuinsLarvalTear = 1034427060,
- [Annotation(Name = "[Liurnia of the Lakes - Converted Tower] Magic Grease 1034437000")]
- LiurniaOfTheLakesConvertedTowerMagicGrease = 1034437000,
+ [Annotation(Name = "[Liurnia of the Lakes - Converted Tower] Magic Grease 1034437000")]
+ LiurniaOfTheLakesConvertedTowerMagicGrease = 1034437000,
- [Annotation(Name = "[Liurnia of the Lakes - Converted Tower] Memory Stone 60410")]
- LiurniaOfTheLakesConvertedTowerMemoryStone = 60410,
+ [Annotation(Name = "[Liurnia of the Lakes - Converted Tower] Memory Stone 60410")]
+ LiurniaOfTheLakesConvertedTowerMemoryStone = 60410,
- [Annotation(Name = "[Liurnia of the Lakes - Converted Tower] Golden Rune [6] 1034437200")]
- LiurniaOfTheLakesConvertedTowerGoldenRune6 = 1034437200,
+ [Annotation(Name = "[Liurnia of the Lakes - Converted Tower] Golden Rune [6] 1034437200")]
+ LiurniaOfTheLakesConvertedTowerGoldenRune6 = 1034437200,
- [Annotation(Name = "[Liurnia of the Lakes - Converted Tower] Cuckoo Glintstone 1034437300")]
- LiurniaOfTheLakesConvertedTowerCuckooGlintstone = 1034437300,
+ [Annotation(Name = "[Liurnia of the Lakes - Converted Tower] Cuckoo Glintstone 1034437300")]
+ LiurniaOfTheLakesConvertedTowerCuckooGlintstone = 1034437300,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Rune Arc 1035507000")]
- LiurniaOfTheLakesCariaManorRuneArc = 1035507000,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Rune Arc 1035507000")]
+ LiurniaOfTheLakesCariaManorRuneArc = 1035507000,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Golden Rune [4] 1035507010")]
- LiurniaOfTheLakesCariaManorGoldenRune4 = 1035507010,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Golden Rune [4] 1035507010")]
+ LiurniaOfTheLakesCariaManorGoldenRune4 = 1035507010,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Stonesword Key 1035507020")]
- LiurniaOfTheLakesCariaManorStoneswordKey = 1035507020,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Stonesword Key 1035507020")]
+ LiurniaOfTheLakesCariaManorStoneswordKey = 1035507020,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Slumbering Egg 1035507030")]
- LiurniaOfTheLakesCariaManorSlumberingEgg = 1035507030,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Slumbering Egg 1035507030")]
+ LiurniaOfTheLakesCariaManorSlumberingEgg = 1035507030,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Glintstone Craftsman's Cookbook [6] 67460")]
- LiurniaOfTheLakesCariaManorGlintstoneCraftsmansCookbook6 = 67460,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Glintstone Craftsman's Cookbook [6] 67460")]
+ LiurniaOfTheLakesCariaManorGlintstoneCraftsmansCookbook6 = 67460,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Somber Smithing Stone [3] 1035507050")]
- LiurniaOfTheLakesCariaManorSomberSmithingStone3 = 1035507050,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Somber Smithing Stone [3] 1035507050")]
+ LiurniaOfTheLakesCariaManorSomberSmithingStone3 = 1035507050,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Golden Rune [3] 1035507060")]
- LiurniaOfTheLakesCariaManorGoldenRune3 = 1035507060,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Golden Rune [3] 1035507060")]
+ LiurniaOfTheLakesCariaManorGoldenRune3 = 1035507060,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Crystal Dart 1035507070")]
- LiurniaOfTheLakesCariaManorCrystalDart = 1035507070,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Crystal Dart 1035507070")]
+ LiurniaOfTheLakesCariaManorCrystalDart = 1035507070,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Smithing Stone [4] 1035507080")]
- LiurniaOfTheLakesCariaManorSmithingStone4 = 1035507080,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Smithing Stone [4] 1035507080")]
+ LiurniaOfTheLakesCariaManorSmithingStone4 = 1035507080,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Ash of War: Carian Grandeur 1035507090")]
- LiurniaOfTheLakesCariaManorAshOfWarCarianGrandeur = 1035507090,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Ash of War: Carian Grandeur 1035507090")]
+ LiurniaOfTheLakesCariaManorAshOfWarCarianGrandeur = 1035507090,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Somber Smithing Stone [3] 1035507100")]
- LiurniaOfTheLakesCariaManorSomberSmithingStone3_ = 1035507100,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Somber Smithing Stone [3] 1035507100")]
+ LiurniaOfTheLakesCariaManorSomberSmithingStone3_ = 1035507100,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Spellproof Dried Liver 1035507110")]
- LiurniaOfTheLakesCariaManorSpellproofDriedLiver = 1035507110,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Spellproof Dried Liver 1035507110")]
+ LiurniaOfTheLakesCariaManorSpellproofDriedLiver = 1035507110,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Rimed Crystal Bud 1035507120")]
- LiurniaOfTheLakesCariaManorRimedCrystalBud = 1035507120,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Rimed Crystal Bud 1035507120")]
+ LiurniaOfTheLakesCariaManorRimedCrystalBud = 1035507120,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Smithing Stone [2] 1035507130")]
- LiurniaOfTheLakesCariaManorSmithingStone2 = 1035507130,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Smithing Stone [2] 1035507130")]
+ LiurniaOfTheLakesCariaManorSmithingStone2 = 1035507130,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Smithing Stone [4] 1035507140")]
- LiurniaOfTheLakesCariaManorSmithingStone4_ = 1035507140,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Smithing Stone [4] 1035507140")]
+ LiurniaOfTheLakesCariaManorSmithingStone4_ = 1035507140,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Urumi 1035507150")]
- LiurniaOfTheLakesCariaManorUrumi = 1035507150,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Urumi 1035507150")]
+ LiurniaOfTheLakesCariaManorUrumi = 1035507150,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Smithing Stone [3] 1035507160")]
- LiurniaOfTheLakesCariaManorSmithingStone3 = 1035507160,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Smithing Stone [3] 1035507160")]
+ LiurniaOfTheLakesCariaManorSmithingStone3 = 1035507160,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Golden Rune [4] 1035507170")]
- LiurniaOfTheLakesCariaManorGoldenRune4_ = 1035507170,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Golden Rune [4] 1035507170")]
+ LiurniaOfTheLakesCariaManorGoldenRune4_ = 1035507170,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Old Fang 1035507180")]
- LiurniaOfTheLakesCariaManorOldFang = 1035507180,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Old Fang 1035507180")]
+ LiurniaOfTheLakesCariaManorOldFang = 1035507180,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Glintstone Firefly 1035507190")]
- LiurniaOfTheLakesCariaManorGlintstoneFirefly = 1035507190,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Glintstone Firefly 1035507190")]
+ LiurniaOfTheLakesCariaManorGlintstoneFirefly = 1035507190,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Ice Crest Shield 1035507200")]
- LiurniaOfTheLakesCariaManorIceCrestShield = 1035507200,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Ice Crest Shield 1035507200")]
+ LiurniaOfTheLakesCariaManorIceCrestShield = 1035507200,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Magic Grease 1035507220")]
- LiurniaOfTheLakesCariaManorMagicGrease = 1035507220,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Magic Grease 1035507220")]
+ LiurniaOfTheLakesCariaManorMagicGrease = 1035507220,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Rimed Crystal Bud 1035507230")]
- LiurniaOfTheLakesCariaManorRimedCrystalBud_ = 1035507230,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Rimed Crystal Bud 1035507230")]
+ LiurniaOfTheLakesCariaManorRimedCrystalBud_ = 1035507230,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Rimed Crystal Bud 1035507240")]
- LiurniaOfTheLakesCariaManorRimedCrystalBud__ = 1035507240,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Rimed Crystal Bud 1035507240")]
+ LiurniaOfTheLakesCariaManorRimedCrystalBud__ = 1035507240,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Rimed Crystal Bud 1035507250")]
- LiurniaOfTheLakesCariaManorRimedCrystalBud___ = 1035507250,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Rimed Crystal Bud 1035507250")]
+ LiurniaOfTheLakesCariaManorRimedCrystalBud___ = 1035507250,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Rimed Crystal Bud 1035507260")]
- LiurniaOfTheLakesCariaManorRimedCrystalBud____ = 1035507260,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Rimed Crystal Bud 1035507260")]
+ LiurniaOfTheLakesCariaManorRimedCrystalBud____ = 1035507260,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Rimed Crystal Bud 1035507270")]
- LiurniaOfTheLakesCariaManorRimedCrystalBud_____ = 1035507270,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Rimed Crystal Bud 1035507270")]
+ LiurniaOfTheLakesCariaManorRimedCrystalBud_____ = 1035507270,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Rimed Crystal Bud 1035507280")]
- LiurniaOfTheLakesCariaManorRimedCrystalBud______ = 1035507280,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Rimed Crystal Bud 1035507280")]
+ LiurniaOfTheLakesCariaManorRimedCrystalBud______ = 1035507280,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Golden Seed 1035507300")]
- LiurniaOfTheLakesCariaManorGoldenSeed = 1035507300,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Golden Seed 1035507300")]
+ LiurniaOfTheLakesCariaManorGoldenSeed = 1035507300,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Cracked Pot 66110")]
- LiurniaOfTheLakesCariaManorCrackedPot = 66110,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Cracked Pot 66110")]
+ LiurniaOfTheLakesCariaManorCrackedPot = 66110,
- [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Sword of Night and Flame 1035507900")]
- LiurniaOfTheLakesCariaManorSwordOfNightandFlame = 1035507900,
+ [Annotation(Name = "[Liurnia of the Lakes - Caria Manor] Sword of Night and Flame 1035507900")]
+ LiurniaOfTheLakesCariaManorSwordOfNightandFlame = 1035507900,
- [Annotation(Name = "[Bellum Highway - Church of Inhibition] Rune Arc 1037497020")]
- BellumHighwayChurchOfInhibitionRuneArc_ = 1037497020,
+ [Annotation(Name = "[Bellum Highway - Church of Inhibition] Rune Arc 1037497020")]
+ BellumHighwayChurchOfInhibitionRuneArc_ = 1037497020,
- [Annotation(Name = "[Liurnia of the Lakes - Eastern Tableland] Immunizing White Cured Meat 1038467000")]
- LiurniaOfTheLakesEasternTablelandImmunizingWhiteCuredMeat = 1038467000,
+ [Annotation(Name = "[Liurnia of the Lakes - Eastern Tableland] Immunizing White Cured Meat 1038467000")]
+ LiurniaOfTheLakesEasternTablelandImmunizingWhiteCuredMeat = 1038467000,
- [Annotation(Name = "[Liurnia of the Lakes - Eastern Tableland] Golden Rune [1] 1038467400")]
- LiurniaOfTheLakesEasternTablelandGoldenRune1 = 1038467400,
+ [Annotation(Name = "[Liurnia of the Lakes - Eastern Tableland] Golden Rune [1] 1038467400")]
+ LiurniaOfTheLakesEasternTablelandGoldenRune1 = 1038467400,
- [Annotation(Name = "[Bellum Highway - Frenzy-Flaming Tower] Yellow Ember 1038497000")]
- BellumHighwayFrenzyFlamingTowerYellowEmber = 1038497000,
+ [Annotation(Name = "[Bellum Highway - Frenzy-Flaming Tower] Yellow Ember 1038497000")]
+ BellumHighwayFrenzyFlamingTowerYellowEmber = 1038497000,
- [Annotation(Name = "[Bellum Highway - Frenzy-Flaming Tower] Smithing Stone [2] 1038497010")]
- BellumHighwayFrenzyFlamingTowerSmithingStone2 = 1038497010,
+ [Annotation(Name = "[Bellum Highway - Frenzy-Flaming Tower] Smithing Stone [2] 1038497010")]
+ BellumHighwayFrenzyFlamingTowerSmithingStone2 = 1038497010,
- [Annotation(Name = "[Bellum Highway - Frenzy-Flaming Tower] Burred Bolt 1038497030")]
- BellumHighwayFrenzyFlamingTowerBurredBolt = 1038497030,
+ [Annotation(Name = "[Bellum Highway - Frenzy-Flaming Tower] Burred Bolt 1038497030")]
+ BellumHighwayFrenzyFlamingTowerBurredBolt = 1038497030,
- [Annotation(Name = "[Bellum Highway - Frenzy-Flaming Tower] Golden Rune [3] 1038497040")]
- BellumHighwayFrenzyFlamingTowerGoldenRune3 = 1038497040,
+ [Annotation(Name = "[Bellum Highway - Frenzy-Flaming Tower] Golden Rune [3] 1038497040")]
+ BellumHighwayFrenzyFlamingTowerGoldenRune3 = 1038497040,
- [Annotation(Name = "[Bellum Highway - Frenzy-Flaming Tower] Howl of Shabriri 1038497900")]
- BellumHighwayFrenzyFlamingTowerHowlOfShabriri = 1038497900,
+ [Annotation(Name = "[Bellum Highway - Frenzy-Flaming Tower] Howl of Shabriri 1038497900")]
+ BellumHighwayFrenzyFlamingTowerHowlOfShabriri = 1038497900,
- [Annotation(Name = "[Moonlight Altar] Smithing Stone [7] 1033417000")]
- MoonlightAltarSmithingStone7 = 1033417000,
+ [Annotation(Name = "[Moonlight Altar] Smithing Stone [7] 1033417000")]
+ MoonlightAltarSmithingStone7 = 1033417000,
- [Annotation(Name = "[Moonlight Altar] Smithing Stone [8] 1033417010")]
- MoonlightAltarSmithingStone8 = 1033417010,
+ [Annotation(Name = "[Moonlight Altar] Smithing Stone [8] 1033417010")]
+ MoonlightAltarSmithingStone8 = 1033417010,
- [Annotation(Name = "[Moonlight Altar] Smithing Stone [7] 1033417020")]
- MoonlightAltarSmithingStone7_ = 1033417020,
+ [Annotation(Name = "[Moonlight Altar] Smithing Stone [7] 1033417020")]
+ MoonlightAltarSmithingStone7_ = 1033417020,
- [Annotation(Name = "[Moonlight Altar] Dragon Heart 1033417400")]
- MoonlightAltarDragonHeart = 1033417400,
+ [Annotation(Name = "[Moonlight Altar] Dragon Heart 1033417400")]
+ MoonlightAltarDragonHeart = 1033417400,
- [Annotation(Name = "[Moonlight Altar] Dragon Heart 1033417410")]
- MoonlightAltarDragonHeart_ = 1033417410,
+ [Annotation(Name = "[Moonlight Altar] Dragon Heart 1033417410")]
+ MoonlightAltarDragonHeart_ = 1033417410,
- [Annotation(Name = "[Liurnia of the Lakes - Revenger's Shack] Raw Meat Dumpling 1033447000")]
- LiurniaOfTheLakesRevengersShackRawMeatDumpling = 1033447000,
+ [Annotation(Name = "[Liurnia of the Lakes - Revenger's Shack] Raw Meat Dumpling 1033447000")]
+ LiurniaOfTheLakesRevengersShackRawMeatDumpling = 1033447000,
- [Annotation(Name = "[Liurnia of the Lakes - Revenger's Shack] Raw Meat Dumpling 1033447010")]
- LiurniaOfTheLakesRevengersShackRawMeatDumpling_ = 1033447010,
+ [Annotation(Name = "[Liurnia of the Lakes - Revenger's Shack] Raw Meat Dumpling 1033447010")]
+ LiurniaOfTheLakesRevengersShackRawMeatDumpling_ = 1033447010,
- [Annotation(Name = "[Liurnia of the Lakes - Revenger's Shack] Raw Meat Dumpling 1033447020")]
- LiurniaOfTheLakesRevengersShackRawMeatDumpling__ = 1033447020,
+ [Annotation(Name = "[Liurnia of the Lakes - Revenger's Shack] Raw Meat Dumpling 1033447020")]
+ LiurniaOfTheLakesRevengersShackRawMeatDumpling__ = 1033447020,
- [Annotation(Name = "[Liurnia of the Lakes - Revenger's Shack] Raw Meat Dumpling 1033447030")]
- LiurniaOfTheLakesRevengersShackRawMeatDumpling___ = 1033447030,
+ [Annotation(Name = "[Liurnia of the Lakes - Revenger's Shack] Raw Meat Dumpling 1033447030")]
+ LiurniaOfTheLakesRevengersShackRawMeatDumpling___ = 1033447030,
- [Annotation(Name = "[Liurnia of the Lakes - Revenger's Shack] Raw Meat Dumpling 1033447040")]
- LiurniaOfTheLakesRevengersShackRawMeatDumpling____ = 1033447040,
+ [Annotation(Name = "[Liurnia of the Lakes - Revenger's Shack] Raw Meat Dumpling 1033447040")]
+ LiurniaOfTheLakesRevengersShackRawMeatDumpling____ = 1033447040,
- [Annotation(Name = "[Moonlight Altar - Deep Ainsel Well] Gravel Stone 1034417000")]
- MoonlightAltarDeepAinselWellGravelStone = 1034417000,
+ [Annotation(Name = "[Moonlight Altar - Deep Ainsel Well] Gravel Stone 1034417000")]
+ MoonlightAltarDeepAinselWellGravelStone = 1034417000,
- [Annotation(Name = "[Moonlight Altar - Moonfolk Ruins] Golden Rune [9] 1034427000")]
- MoonlightAltarMoonfolkRuinsGoldenRune9 = 1034427000,
+ [Annotation(Name = "[Moonlight Altar - Moonfolk Ruins] Golden Rune [9] 1034427000")]
+ MoonlightAltarMoonfolkRuinsGoldenRune9 = 1034427000,
- [Annotation(Name = "[Moonlight Altar - Moonfolk Ruins] Magic Grease 1034427010")]
- MoonlightAltarMoonfolkRuinsMagicGrease = 1034427010,
+ [Annotation(Name = "[Moonlight Altar - Moonfolk Ruins] Magic Grease 1034427010")]
+ MoonlightAltarMoonfolkRuinsMagicGrease = 1034427010,
- [Annotation(Name = "[Moonlight Altar - Moonfolk Ruins] Rune Arc 1034427040")]
- MoonlightAltarMoonfolkRuinsRuneArc = 1034427040,
+ [Annotation(Name = "[Moonlight Altar - Moonfolk Ruins] Rune Arc 1034427040")]
+ MoonlightAltarMoonfolkRuinsRuneArc = 1034427040,
- [Annotation(Name = "[Moonlight Altar - Moonfolk Ruins] Somber Smithing Stone [8] 1034427100")]
- MoonlightAltarMoonfolkRuinsSomberSmithingStone8 = 1034427100,
+ [Annotation(Name = "[Moonlight Altar - Moonfolk Ruins] Somber Smithing Stone [8] 1034427100")]
+ MoonlightAltarMoonfolkRuinsSomberSmithingStone8 = 1034427100,
- [Annotation(Name = "[Moonlight Altar - Moonfolk Ruins] Dragon Heart 1034427400")]
- MoonlightAltarMoonfolkRuinsDragonHeart = 1034427400,
+ [Annotation(Name = "[Moonlight Altar - Moonfolk Ruins] Dragon Heart 1034427400")]
+ MoonlightAltarMoonfolkRuinsDragonHeart = 1034427400,
- [Annotation(Name = "[Moonlight Altar - Lunar Estate Ruins] Golden Rune [10] 1035417000")]
- MoonlightAltarLunarEstateRuinsGoldenRune10 = 1035417000,
+ [Annotation(Name = "[Moonlight Altar - Lunar Estate Ruins] Golden Rune [10] 1035417000")]
+ MoonlightAltarLunarEstateRuinsGoldenRune10 = 1035417000,
- [Annotation(Name = "[Moonlight Altar - Lunar Estate Ruins] Glintstone Firefly 1035417010")]
- MoonlightAltarLunarEstateRuinsGlintstoneFirefly = 1035417010,
+ [Annotation(Name = "[Moonlight Altar - Lunar Estate Ruins] Glintstone Firefly 1035417010")]
+ MoonlightAltarLunarEstateRuinsGlintstoneFirefly = 1035417010,
- [Annotation(Name = "[Moonlight Altar - Lunar Estate Ruins] Cerulean Amber Medallion +2 1035417100")]
- MoonlightAltarLunarEstateRuinsCeruleanAmberMedallion2 = 1035417100,
+ [Annotation(Name = "[Moonlight Altar - Lunar Estate Ruins] Cerulean Amber Medallion +2 1035417100")]
+ MoonlightAltarLunarEstateRuinsCeruleanAmberMedallion2 = 1035417100,
- [Annotation(Name = "[Moonlight Altar - Lunar Estate Ruins] Smithing Stone [8] 1035417110")]
- MoonlightAltarLunarEstateRuinsSmithingStone8 = 1035417110,
+ [Annotation(Name = "[Moonlight Altar - Lunar Estate Ruins] Smithing Stone [8] 1035417110")]
+ MoonlightAltarLunarEstateRuinsSmithingStone8 = 1035417110,
- [Annotation(Name = "[Liurnia of the Lakes - Laskyar Ruins] Map: Liurnia, East 62020")]
- LiurniaOfTheLakesLaskyarRuinsMapLiurniaEast = 62020,
+ [Annotation(Name = "[Liurnia of the Lakes - Laskyar Ruins] Map: Liurnia, East 62020")]
+ LiurniaOfTheLakesLaskyarRuinsMapLiurniaEast = 62020,
- [Annotation(Name = "[Liurnia of the Lakes - Gate Town Southeast] Map: Liurnia, North 62021")]
- LiurniaOfTheLakesGateTownSoutheastMapLiurniaNorth = 62021,
+ [Annotation(Name = "[Liurnia of the Lakes - Gate Town Southeast] Map: Liurnia, North 62021")]
+ LiurniaOfTheLakesGateTownSoutheastMapLiurniaNorth = 62021,
- [Annotation(Name = "[Liurnia of the Lakes - Kingsrealm Ruins] Map: Liurnia, West 62022")]
- LiurniaOfTheLakesKingsrealmRuinsMapLiurniaWest = 62022,
+ [Annotation(Name = "[Liurnia of the Lakes - Kingsrealm Ruins] Map: Liurnia, West 62022")]
+ LiurniaOfTheLakesKingsrealmRuinsMapLiurniaWest = 62022,
- [Annotation(Name = "[Mt. Gelmir - Before Hermit Shack] Golden Rune [2] 1035527010")]
- MtGelmirBeforeHermitShackGoldenRune2 = 1035527010,
+ [Annotation(Name = "[Mt. Gelmir - Before Hermit Shack] Golden Rune [2] 1035527010")]
+ MtGelmirBeforeHermitShackGoldenRune2 = 1035527010,
- [Annotation(Name = "[Mt. Gelmir - Before Hermit Shack] Golden Rune [4] 1035527020")]
- MtGelmirBeforeHermitShackGoldenRune4 = 1035527020,
+ [Annotation(Name = "[Mt. Gelmir - Before Hermit Shack] Golden Rune [4] 1035527020")]
+ MtGelmirBeforeHermitShackGoldenRune4 = 1035527020,
- [Annotation(Name = "[Mt. Gelmir - Before Hermit Shack] Golden Rune [2] 1035527030")]
- MtGelmirBeforeHermitShackGoldenRune2_ = 1035527030,
+ [Annotation(Name = "[Mt. Gelmir - Before Hermit Shack] Golden Rune [2] 1035527030")]
+ MtGelmirBeforeHermitShackGoldenRune2_ = 1035527030,
- [Annotation(Name = "[Mt. Gelmir - Before Hermit Shack] Golden Rune [6] 1035527040")]
- MtGelmirBeforeHermitShackGoldenRune6 = 1035527040,
+ [Annotation(Name = "[Mt. Gelmir - Before Hermit Shack] Golden Rune [6] 1035527040")]
+ MtGelmirBeforeHermitShackGoldenRune6 = 1035527040,
- [Annotation(Name = "[Mt. Gelmir - Seethewater Terminus] Smoldering Butterfly 1035537000")]
- MtGelmirSeethewaterTerminusSmolderingButterfly = 1035537000,
+ [Annotation(Name = "[Mt. Gelmir - Seethewater Terminus] Smoldering Butterfly 1035537000")]
+ MtGelmirSeethewaterTerminusSmolderingButterfly = 1035537000,
- [Annotation(Name = "[Mt. Gelmir - Seethewater Terminus] Golden Rune [3] 1035537010")]
- MtGelmirSeethewaterTerminusGoldenRune3 = 1035537010,
+ [Annotation(Name = "[Mt. Gelmir - Seethewater Terminus] Golden Rune [3] 1035537010")]
+ MtGelmirSeethewaterTerminusGoldenRune3 = 1035537010,
- [Annotation(Name = "[Mt. Gelmir - Seethewater Terminus] Mushroom 1035537020")]
- MtGelmirSeethewaterTerminusMushroom = 1035537020,
+ [Annotation(Name = "[Mt. Gelmir - Seethewater Terminus] Mushroom 1035537020")]
+ MtGelmirSeethewaterTerminusMushroom = 1035537020,
- [Annotation(Name = "[Mt. Gelmir - Seethewater Terminus] Smoldering Butterfly 1035537030")]
- MtGelmirSeethewaterTerminusSmolderingButterfly_ = 1035537030,
+ [Annotation(Name = "[Mt. Gelmir - Seethewater Terminus] Smoldering Butterfly 1035537030")]
+ MtGelmirSeethewaterTerminusSmolderingButterfly_ = 1035537030,
- [Annotation(Name = "[Mt. Gelmir - Seethewater Terminus] Smoldering Butterfly 1035537040")]
- MtGelmirSeethewaterTerminusSmolderingButterfly__ = 1035537040,
+ [Annotation(Name = "[Mt. Gelmir - Seethewater Terminus] Smoldering Butterfly 1035537040")]
+ MtGelmirSeethewaterTerminusSmolderingButterfly__ = 1035537040,
- [Annotation(Name = "[Mt. Gelmir - Seethewater Terminus] Golden Rune [5] 1035537050")]
- MtGelmirSeethewaterTerminusGoldenRune5 = 1035537050,
+ [Annotation(Name = "[Mt. Gelmir - Seethewater Terminus] Golden Rune [5] 1035537050")]
+ MtGelmirSeethewaterTerminusGoldenRune5 = 1035537050,
- [Annotation(Name = "[Mt. Gelmir - Fort Laiedd] Dragonwound Grease 1035547000")]
- MtGelmirFortLaieddDragonwoundGrease = 1035547000,
+ [Annotation(Name = "[Mt. Gelmir - Fort Laiedd] Dragonwound Grease 1035547000")]
+ MtGelmirFortLaieddDragonwoundGrease = 1035547000,
- [Annotation(Name = "[Mt. Gelmir - Fort Laiedd] Golden Rune [3] 1035547010")]
- MtGelmirFortLaieddGoldenRune3 = 1035547010,
+ [Annotation(Name = "[Mt. Gelmir - Fort Laiedd] Golden Rune [3] 1035547010")]
+ MtGelmirFortLaieddGoldenRune3 = 1035547010,
- [Annotation(Name = "[Mt. Gelmir - Fort Laiedd] Stonesword Key 1035547020")]
- MtGelmirFortLaieddStoneswordKey = 1035547020,
+ [Annotation(Name = "[Mt. Gelmir - Fort Laiedd] Stonesword Key 1035547020")]
+ MtGelmirFortLaieddStoneswordKey = 1035547020,
- [Annotation(Name = "[Mt. Gelmir - Fort Laiedd] Armorer's Cookbook [7] 67250")]
- MtGelmirFortLaieddArmorersCookbook7 = 67250,
+ [Annotation(Name = "[Mt. Gelmir - Fort Laiedd] Armorer's Cookbook [7] 67250")]
+ MtGelmirFortLaieddArmorersCookbook7 = 67250,
- [Annotation(Name = "[Mt. Gelmir - Fort Laiedd] Fire Scorpion Charm 1035547050")]
- MtGelmirFortLaieddFireScorpionCharm = 1035547050,
+ [Annotation(Name = "[Mt. Gelmir - Fort Laiedd] Fire Scorpion Charm 1035547050")]
+ MtGelmirFortLaieddFireScorpionCharm = 1035547050,
- [Annotation(Name = "[Mt. Gelmir - Fort Laiedd] Golden Rune [8] 1035547060")]
- MtGelmirFortLaieddGoldenRune8 = 1035547060,
+ [Annotation(Name = "[Mt. Gelmir - Fort Laiedd] Golden Rune [8] 1035547060")]
+ MtGelmirFortLaieddGoldenRune8 = 1035547060,
- [Annotation(Name = "[Mt. Gelmir - Fort Laiedd] Slumbering Egg 1035547070")]
- MtGelmirFortLaieddSlumberingEgg = 1035547070,
+ [Annotation(Name = "[Mt. Gelmir - Fort Laiedd] Slumbering Egg 1035547070")]
+ MtGelmirFortLaieddSlumberingEgg = 1035547070,
- [Annotation(Name = "[Altus Plateau - Perfumer's Ruins] Golden Rune [5] 1036517000")]
- AltusPlateauPerfumersRuinsGoldenRune5 = 1036517000,
+ [Annotation(Name = "[Altus Plateau - Perfumer's Ruins] Golden Rune [5] 1036517000")]
+ AltusPlateauPerfumersRuinsGoldenRune5 = 1036517000,
- [Annotation(Name = "[Altus Plateau - Perfumer's Ruins] Perfumer's Cookbook [1] 67840")]
- AltusPlateauPerfumersRuinsPerfumersCookbook1 = 67840,
+ [Annotation(Name = "[Altus Plateau - Perfumer's Ruins] Perfumer's Cookbook [1] 67840")]
+ AltusPlateauPerfumersRuinsPerfumersCookbook1 = 67840,
- [Annotation(Name = "[Altus Plateau - Perfumer's Ruins] Perfume Bottle 66730")]
- AltusPlateauPerfumersRuinsPerfumeBottle = 66730,
+ [Annotation(Name = "[Altus Plateau - Perfumer's Ruins] Perfume Bottle 66730")]
+ AltusPlateauPerfumersRuinsPerfumeBottle = 66730,
- [Annotation(Name = "[Mt. Gelmir - Craftsman's Shack] Smithing Stone [6] 1036527000")]
- MtGelmirCraftsmansShackSmithingStone6 = 1036527000,
+ [Annotation(Name = "[Mt. Gelmir - Craftsman's Shack] Smithing Stone [6] 1036527000")]
+ MtGelmirCraftsmansShackSmithingStone6 = 1036527000,
- [Annotation(Name = "[Mt. Gelmir - Craftsman's Shack] Perfumer's Talisman 1036527010")]
- MtGelmirCraftsmansShackPerfumersTalisman = 1036527010,
+ [Annotation(Name = "[Mt. Gelmir - Craftsman's Shack] Perfumer's Talisman 1036527010")]
+ MtGelmirCraftsmansShackPerfumersTalisman = 1036527010,
- [Annotation(Name = "[Mt. Gelmir - Craftsman's Shack] Budding Cave Moss 1036527020")]
- MtGelmirCraftsmansShackBuddingCaveMoss = 1036527020,
+ [Annotation(Name = "[Mt. Gelmir - Craftsman's Shack] Budding Cave Moss 1036527020")]
+ MtGelmirCraftsmansShackBuddingCaveMoss = 1036527020,
- [Annotation(Name = "[Mt. Gelmir - Craftsman's Shack] Nascent Butterfly 1036527030")]
- MtGelmirCraftsmansShackNascentButterfly = 1036527030,
+ [Annotation(Name = "[Mt. Gelmir - Craftsman's Shack] Nascent Butterfly 1036527030")]
+ MtGelmirCraftsmansShackNascentButterfly = 1036527030,
- [Annotation(Name = "[Mt. Gelmir - Craftsman's Shack] Gravel Stone 1036527040")]
- MtGelmirCraftsmansShackGravelStone = 1036527040,
+ [Annotation(Name = "[Mt. Gelmir - Craftsman's Shack] Gravel Stone 1036527040")]
+ MtGelmirCraftsmansShackGravelStone = 1036527040,
- [Annotation(Name = "[Mt. Gelmir - Craftsman's Shack] Roiling Magma 1036527050")]
- MtGelmirCraftsmansShackRoilingMagma = 1036527050,
+ [Annotation(Name = "[Mt. Gelmir - Craftsman's Shack] Roiling Magma 1036527050")]
+ MtGelmirCraftsmansShackRoilingMagma = 1036527050,
- [Annotation(Name = "[Mt. Gelmir - Craftsman's Shack] Pulley Crossbow 1036527060")]
- MtGelmirCraftsmansShackPulleyCrossbow = 1036527060,
+ [Annotation(Name = "[Mt. Gelmir - Craftsman's Shack] Pulley Crossbow 1036527060")]
+ MtGelmirCraftsmansShackPulleyCrossbow = 1036527060,
- [Annotation(Name = "[Mt. Gelmir - Craftsman's Shack] Perfume Bottle 66740")]
- MtGelmirCraftsmansShackPerfumeBottle = 66740,
+ [Annotation(Name = "[Mt. Gelmir - Craftsman's Shack] Perfume Bottle 66740")]
+ MtGelmirCraftsmansShackPerfumeBottle = 66740,
- [Annotation(Name = "[Mt. Gelmir - Outside Volcano Manor] Golden Rune [6] 1036537000")]
- MtGelmirOutsideVolcanoManorGoldenRune6 = 1036537000,
+ [Annotation(Name = "[Mt. Gelmir - Outside Volcano Manor] Golden Rune [6] 1036537000")]
+ MtGelmirOutsideVolcanoManorGoldenRune6 = 1036537000,
- [Annotation(Name = "[Mt. Gelmir - Volcano Manor Entrance] Golden Rune [3] 1036547000")]
- MtGelmirVolcanoManorEntranceGoldenRune3 = 1036547000,
+ [Annotation(Name = "[Mt. Gelmir - Volcano Manor Entrance] Golden Rune [3] 1036547000")]
+ MtGelmirVolcanoManorEntranceGoldenRune3 = 1036547000,
- [Annotation(Name = "[Mt. Gelmir - Volcano Manor Entrance] Smoldering Butterfly 1036547010")]
- MtGelmirVolcanoManorEntranceSmolderingButterfly = 1036547010,
+ [Annotation(Name = "[Mt. Gelmir - Volcano Manor Entrance] Smoldering Butterfly 1036547010")]
+ MtGelmirVolcanoManorEntranceSmolderingButterfly = 1036547010,
- [Annotation(Name = "[Mt. Gelmir - Volcano Manor Entrance] Golden Rune [7] 1036547020")]
- MtGelmirVolcanoManorEntranceGoldenRune7 = 1036547020,
+ [Annotation(Name = "[Mt. Gelmir - Volcano Manor Entrance] Golden Rune [7] 1036547020")]
+ MtGelmirVolcanoManorEntranceGoldenRune7 = 1036547020,
- [Annotation(Name = "[Mt. Gelmir - Volcano Manor Entrance] Smoldering Butterfly 1036547030")]
- MtGelmirVolcanoManorEntranceSmolderingButterfly_ = 1036547030,
+ [Annotation(Name = "[Mt. Gelmir - Volcano Manor Entrance] Smoldering Butterfly 1036547030")]
+ MtGelmirVolcanoManorEntranceSmolderingButterfly_ = 1036547030,
- [Annotation(Name = "[Mt. Gelmir - Volcano Manor Entrance] Starlight Shards 1036547040")]
- MtGelmirVolcanoManorEntranceStarlightShards = 1036547040,
+ [Annotation(Name = "[Mt. Gelmir - Volcano Manor Entrance] Starlight Shards 1036547040")]
+ MtGelmirVolcanoManorEntranceStarlightShards = 1036547040,
- [Annotation(Name = "[Mt. Gelmir - Volcano Manor Entrance] Fireproof Dried Liver 1036547050")]
- MtGelmirVolcanoManorEntranceFireproofDriedLiver = 1036547050,
+ [Annotation(Name = "[Mt. Gelmir - Volcano Manor Entrance] Fireproof Dried Liver 1036547050")]
+ MtGelmirVolcanoManorEntranceFireproofDriedLiver = 1036547050,
- [Annotation(Name = "[Mt. Gelmir - Volcano Manor Entrance] Larval Tear 1036547100")]
- MtGelmirVolcanoManorEntranceLarvalTear = 1036547100,
+ [Annotation(Name = "[Mt. Gelmir - Volcano Manor Entrance] Larval Tear 1036547100")]
+ MtGelmirVolcanoManorEntranceLarvalTear = 1036547100,
- [Annotation(Name = "[Altus Plateau - Abandoned Coffin] Smithing Stone [5] 1037517000")]
- AltusPlateauAbandonedCoffinSmithingStone5 = 1037517000,
+ [Annotation(Name = "[Altus Plateau - Abandoned Coffin] Smithing Stone [5] 1037517000")]
+ AltusPlateauAbandonedCoffinSmithingStone5 = 1037517000,
- [Annotation(Name = "[Altus Plateau - Abandoned Coffin] Fulgurbloom 1037517010")]
- AltusPlateauAbandonedCoffinFulgurbloom = 1037517010,
+ [Annotation(Name = "[Altus Plateau - Abandoned Coffin] Fulgurbloom 1037517010")]
+ AltusPlateauAbandonedCoffinFulgurbloom = 1037517010,
- [Annotation(Name = "[Altus Plateau - Abandoned Coffin] Ruler's Mask 1037517020")]
- AltusPlateauAbandonedCoffinRulersMask = 1037517020,
+ [Annotation(Name = "[Altus Plateau - Abandoned Coffin] Ruler's Mask 1037517020")]
+ AltusPlateauAbandonedCoffinRulersMask = 1037517020,
- [Annotation(Name = "[Mt. Gelmir - Seethewater River] Arrow 1037527020")]
- MtGelmirSeethewaterRiverArrow = 1037527020,
+ [Annotation(Name = "[Mt. Gelmir - Seethewater River] Arrow 1037527020")]
+ MtGelmirSeethewaterRiverArrow = 1037527020,
- [Annotation(Name = "[Mt. Gelmir - Seethewater River] Sacramental Bud 1037527030")]
- MtGelmirSeethewaterRiverSacramentalBud = 1037527030,
+ [Annotation(Name = "[Mt. Gelmir - Seethewater River] Sacramental Bud 1037527030")]
+ MtGelmirSeethewaterRiverSacramentalBud = 1037527030,
- [Annotation(Name = "[Mt. Gelmir - Seethewater River] String 1037527040")]
- MtGelmirSeethewaterRiverString = 1037527040,
+ [Annotation(Name = "[Mt. Gelmir - Seethewater River] String 1037527040")]
+ MtGelmirSeethewaterRiverString = 1037527040,
- [Annotation(Name = "[Mt. Gelmir - Seethewater River] Gold-Tinged Excrement 1037527050")]
- MtGelmirSeethewaterRiverGoldTingedExcrement = 1037527050,
+ [Annotation(Name = "[Mt. Gelmir - Seethewater River] Gold-Tinged Excrement 1037527050")]
+ MtGelmirSeethewaterRiverGoldTingedExcrement = 1037527050,
- [Annotation(Name = "[Mt. Gelmir - Seethewater River] Gold Firefly 1037527060")]
- MtGelmirSeethewaterRiverGoldFirefly = 1037527060,
+ [Annotation(Name = "[Mt. Gelmir - Seethewater River] Gold Firefly 1037527060")]
+ MtGelmirSeethewaterRiverGoldFirefly = 1037527060,
- [Annotation(Name = "[Mt. Gelmir - Seethewater River] Prattling Pate \"You're beautiful\" 1037527070")]
- MtGelmirSeethewaterRiverPrattlingPateYourebeautiful = 1037527070,
+ [Annotation(Name = "[Mt. Gelmir - Seethewater River] Prattling Pate \"You're beautiful\" 1037527070")]
+ MtGelmirSeethewaterRiverPrattlingPateYourebeautiful = 1037527070,
- [Annotation(Name = "[Mt. Gelmir - Seethewater River] Starlight Shards 1037527080")]
- MtGelmirSeethewaterRiverStarlightShards = 1037527080,
+ [Annotation(Name = "[Mt. Gelmir - Seethewater River] Starlight Shards 1037527080")]
+ MtGelmirSeethewaterRiverStarlightShards = 1037527080,
- [Annotation(Name = "[Mt. Gelmir - Seethewater River] Hierodas Glintstone Crown 1037527090")]
- MtGelmirSeethewaterRiverHierodasGlintstoneCrown = 1037527090,
+ [Annotation(Name = "[Mt. Gelmir - Seethewater River] Hierodas Glintstone Crown 1037527090")]
+ MtGelmirSeethewaterRiverHierodasGlintstoneCrown = 1037527090,
- [Annotation(Name = "[Mt. Gelmir - Seethewater River] Errant Sorcerer Manchettes 1037527100")]
- MtGelmirSeethewaterRiverErrantSorcererManchettes = 1037527100,
+ [Annotation(Name = "[Mt. Gelmir - Seethewater River] Errant Sorcerer Manchettes 1037527100")]
+ MtGelmirSeethewaterRiverErrantSorcererManchettes = 1037527100,
- [Annotation(Name = "[Mt. Gelmir - Primeval Sorcerer Azur] Mushroom 1037537000")]
- MtGelmirPrimevalSorcererAzurMushroom = 1037537000,
+ [Annotation(Name = "[Mt. Gelmir - Primeval Sorcerer Azur] Mushroom 1037537000")]
+ MtGelmirPrimevalSorcererAzurMushroom = 1037537000,
- [Annotation(Name = "[Mt. Gelmir - Primeval Sorcerer Azur] Golden Rune [6] 1037537010")]
- MtGelmirPrimevalSorcererAzurGoldenRune6 = 1037537010,
+ [Annotation(Name = "[Mt. Gelmir - Primeval Sorcerer Azur] Golden Rune [6] 1037537010")]
+ MtGelmirPrimevalSorcererAzurGoldenRune6 = 1037537010,
- [Annotation(Name = "[Mt. Gelmir - Primeval Sorcerer Azur] Smithing Stone [5] 1037537020")]
- MtGelmirPrimevalSorcererAzurSmithingStone5 = 1037537020,
+ [Annotation(Name = "[Mt. Gelmir - Primeval Sorcerer Azur] Smithing Stone [5] 1037537020")]
+ MtGelmirPrimevalSorcererAzurSmithingStone5 = 1037537020,
- [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Beast Blood 1037547000")]
- MtGelmirMinorErdtreeBeastBlood = 1037547000,
+ [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Beast Blood 1037547000")]
+ MtGelmirMinorErdtreeBeastBlood = 1037547000,
- [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Stonesword Key 1037547010")]
- MtGelmirMinorErdtreeStoneswordKey = 1037547010,
+ [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Stonesword Key 1037547010")]
+ MtGelmirMinorErdtreeStoneswordKey = 1037547010,
- [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Soporific Grease 1037547020")]
- MtGelmirMinorErdtreeSoporificGrease = 1037547020,
+ [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Soporific Grease 1037547020")]
+ MtGelmirMinorErdtreeSoporificGrease = 1037547020,
- [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Herba 1037547030")]
- MtGelmirMinorErdtreeHerba = 1037547030,
+ [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Herba 1037547030")]
+ MtGelmirMinorErdtreeHerba = 1037547030,
- [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Eye of Yelough 1037547040")]
- MtGelmirMinorErdtreeEyeOfYelough = 1037547040,
+ [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Eye of Yelough 1037547040")]
+ MtGelmirMinorErdtreeEyeOfYelough = 1037547040,
- [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Golden Arrow 1037547050")]
- MtGelmirMinorErdtreeGoldenArrow = 1037547050,
+ [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Golden Arrow 1037547050")]
+ MtGelmirMinorErdtreeGoldenArrow = 1037547050,
- [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Glass Shard 1037547060")]
- MtGelmirMinorErdtreeGlassShard = 1037547060,
+ [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Glass Shard 1037547060")]
+ MtGelmirMinorErdtreeGlassShard = 1037547060,
- [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Nascent Butterfly 1037547070")]
- MtGelmirMinorErdtreeNascentButterfly = 1037547070,
+ [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Nascent Butterfly 1037547070")]
+ MtGelmirMinorErdtreeNascentButterfly = 1037547070,
- [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Rejuvenating Boluses 1037547080")]
- MtGelmirMinorErdtreeRejuvenatingBoluses = 1037547080,
+ [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Rejuvenating Boluses 1037547080")]
+ MtGelmirMinorErdtreeRejuvenatingBoluses = 1037547080,
- [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Hefty Beast Bone 1037547090")]
- MtGelmirMinorErdtreeHeftyBeastBone = 1037547090,
+ [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Hefty Beast Bone 1037547090")]
+ MtGelmirMinorErdtreeHeftyBeastBone = 1037547090,
- [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Golden Rune [6] 1037547100")]
- MtGelmirMinorErdtreeGoldenRune6 = 1037547100,
+ [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Golden Rune [6] 1037547100")]
+ MtGelmirMinorErdtreeGoldenRune6 = 1037547100,
- [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Great Arrow 1037547110")]
- MtGelmirMinorErdtreeGreatArrow = 1037547110,
+ [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Great Arrow 1037547110")]
+ MtGelmirMinorErdtreeGreatArrow = 1037547110,
- [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Fan Daggers 1037547120")]
- MtGelmirMinorErdtreeFanDaggers = 1037547120,
+ [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Fan Daggers 1037547120")]
+ MtGelmirMinorErdtreeFanDaggers = 1037547120,
- [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Drawstring Fire Grease 1037547130")]
- MtGelmirMinorErdtreeDrawstringFireGrease = 1037547130,
+ [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Drawstring Fire Grease 1037547130")]
+ MtGelmirMinorErdtreeDrawstringFireGrease = 1037547130,
- [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Golden Rune [4] 1037547140")]
- MtGelmirMinorErdtreeGoldenRune4 = 1037547140,
+ [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Golden Rune [4] 1037547140")]
+ MtGelmirMinorErdtreeGoldenRune4 = 1037547140,
- [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Scavenger's Curved Sword 1037547150")]
- MtGelmirMinorErdtreeScavengersCurvedSword = 1037547150,
+ [Annotation(Name = "[Mt. Gelmir - Minor Erdtree] Scavenger's Curved Sword 1037547150")]
+ MtGelmirMinorErdtreeScavengersCurvedSword = 1037547150,
- [Annotation(Name = "[Mt. Gelmir - Volcano Cave Entrance] Poison Grease 1037557000")]
- MtGelmirVolcanoCaveEntrancePoisonGrease = 1037557000,
+ [Annotation(Name = "[Mt. Gelmir - Volcano Cave Entrance] Poison Grease 1037557000")]
+ MtGelmirVolcanoCaveEntrancePoisonGrease = 1037557000,
- [Annotation(Name = "[Altus Plateau - Lux Ruins] Nascent Butterfly 1038517000")]
- AltusPlateauLuxRuinsNascentButterfly = 1038517000,
+ [Annotation(Name = "[Altus Plateau - Lux Ruins] Nascent Butterfly 1038517000")]
+ AltusPlateauLuxRuinsNascentButterfly = 1038517000,
- [Annotation(Name = "[Altus Plateau - Lux Ruins] String 1038517010")]
- AltusPlateauLuxRuinsString = 1038517010,
+ [Annotation(Name = "[Altus Plateau - Lux Ruins] String 1038517010")]
+ AltusPlateauLuxRuinsString = 1038517010,
- [Annotation(Name = "[Altus Plateau - Lux Ruins] Lightningproof Dried Liver 1038517020")]
- AltusPlateauLuxRuinsLightningproofDriedLiver = 1038517020,
+ [Annotation(Name = "[Altus Plateau - Lux Ruins] Lightningproof Dried Liver 1038517020")]
+ AltusPlateauLuxRuinsLightningproofDriedLiver = 1038517020,
- [Annotation(Name = "[Altus Plateau - Lux Ruins] Greatshield Talisman 1038517030")]
- AltusPlateauLuxRuinsGreatshieldTalisman = 1038517030,
+ [Annotation(Name = "[Altus Plateau - Lux Ruins] Greatshield Talisman 1038517030")]
+ AltusPlateauLuxRuinsGreatshieldTalisman = 1038517030,
- [Annotation(Name = "[Altus Plateau - Lux Ruins] Lightningproof Dried Liver 1038517040")]
- AltusPlateauLuxRuinsLightningproofDriedLiver_ = 1038517040,
+ [Annotation(Name = "[Altus Plateau - Lux Ruins] Lightningproof Dried Liver 1038517040")]
+ AltusPlateauLuxRuinsLightningproofDriedLiver_ = 1038517040,
- [Annotation(Name = "[Altus Plateau - Lux Ruins] Ritual Sword Talisman 1038517050")]
- AltusPlateauLuxRuinsRitualSwordTalisman = 1038517050,
+ [Annotation(Name = "[Altus Plateau - Lux Ruins] Ritual Sword Talisman 1038517050")]
+ AltusPlateauLuxRuinsRitualSwordTalisman = 1038517050,
- [Annotation(Name = "[Altus Plateau - Lux Ruins] Lightning Grease 1038517060")]
- AltusPlateauLuxRuinsLightningGrease = 1038517060,
+ [Annotation(Name = "[Altus Plateau - Lux Ruins] Lightning Grease 1038517060")]
+ AltusPlateauLuxRuinsLightningGrease = 1038517060,
- [Annotation(Name = "[Altus Plateau - Lux Ruins] String 1038517070")]
- AltusPlateauLuxRuinsString_ = 1038517070,
+ [Annotation(Name = "[Altus Plateau - Lux Ruins] String 1038517070")]
+ AltusPlateauLuxRuinsString_ = 1038517070,
- [Annotation(Name = "[Altus Plateau - Lux Ruins] Golden Rune [3] 1038517080")]
- AltusPlateauLuxRuinsGoldenRune3 = 1038517080,
+ [Annotation(Name = "[Altus Plateau - Lux Ruins] Golden Rune [3] 1038517080")]
+ AltusPlateauLuxRuinsGoldenRune3 = 1038517080,
- [Annotation(Name = "[Altus Plateau - Lux Ruins] Troll's Golden Sword 1038517090")]
- AltusPlateauLuxRuinsTrollsGoldenSword = 1038517090,
+ [Annotation(Name = "[Altus Plateau - Lux Ruins] Troll's Golden Sword 1038517090")]
+ AltusPlateauLuxRuinsTrollsGoldenSword = 1038517090,
- [Annotation(Name = "[Altus Plateau - Wyndham Ruins] Pearldrake Talisman +1 1038527000")]
- AltusPlateauWyndhamRuinsPearldrakeTalisman1 = 1038527000,
+ [Annotation(Name = "[Altus Plateau - Wyndham Ruins] Pearldrake Talisman +1 1038527000")]
+ AltusPlateauWyndhamRuinsPearldrakeTalisman1 = 1038527000,
- [Annotation(Name = "[Altus Plateau - Wyndham Ruins] Smithing Stone [5] 1038527010")]
- AltusPlateauWyndhamRuinsSmithingStone5 = 1038527010,
+ [Annotation(Name = "[Altus Plateau - Wyndham Ruins] Smithing Stone [5] 1038527010")]
+ AltusPlateauWyndhamRuinsSmithingStone5 = 1038527010,
- [Annotation(Name = "[Altus Plateau - Wyndham Ruins] Golden Rune [3] 1038527020")]
- AltusPlateauWyndhamRuinsGoldenRune3 = 1038527020,
+ [Annotation(Name = "[Altus Plateau - Wyndham Ruins] Golden Rune [3] 1038527020")]
+ AltusPlateauWyndhamRuinsGoldenRune3 = 1038527020,
- [Annotation(Name = "[Altus Plateau - Wyndham Ruins] Golden Rune [7] 1038527030")]
- AltusPlateauWyndhamRuinsGoldenRune7 = 1038527030,
+ [Annotation(Name = "[Altus Plateau - Wyndham Ruins] Golden Rune [7] 1038527030")]
+ AltusPlateauWyndhamRuinsGoldenRune7 = 1038527030,
- [Annotation(Name = "[Altus Plateau - Wyndham Ruins] Dappled White Cured Meat 1038527040")]
- AltusPlateauWyndhamRuinsDappledWhiteCuredMeat = 1038527040,
+ [Annotation(Name = "[Altus Plateau - Wyndham Ruins] Dappled White Cured Meat 1038527040")]
+ AltusPlateauWyndhamRuinsDappledWhiteCuredMeat = 1038527040,
- [Annotation(Name = "[Altus Plateau - Wyndham Ruins] Stormhawk Feather 1038527050")]
- AltusPlateauWyndhamRuinsStormhawkFeather = 1038527050,
+ [Annotation(Name = "[Altus Plateau - Wyndham Ruins] Stormhawk Feather 1038527050")]
+ AltusPlateauWyndhamRuinsStormhawkFeather = 1038527050,
- [Annotation(Name = "[Altus Plateau - Wyndham Ruins] Golden Rune [4] 1038527060")]
- AltusPlateauWyndhamRuinsGoldenRune4 = 1038527060,
+ [Annotation(Name = "[Altus Plateau - Wyndham Ruins] Golden Rune [4] 1038527060")]
+ AltusPlateauWyndhamRuinsGoldenRune4 = 1038527060,
- [Annotation(Name = "[Altus Plateau - Wyndham Ruins] Human Bone Shard 1038527070")]
- AltusPlateauWyndhamRuinsHumanBoneShard = 1038527070,
+ [Annotation(Name = "[Altus Plateau - Wyndham Ruins] Human Bone Shard 1038527070")]
+ AltusPlateauWyndhamRuinsHumanBoneShard = 1038527070,
- [Annotation(Name = "[Altus Plateau - Old Altus Tunnel Entrance] Golden Rune [2] 1038537000")]
- AltusPlateauOldAltusTunnelEntranceGoldenRune2 = 1038537000,
+ [Annotation(Name = "[Altus Plateau - Old Altus Tunnel Entrance] Golden Rune [2] 1038537000")]
+ AltusPlateauOldAltusTunnelEntranceGoldenRune2 = 1038537000,
- [Annotation(Name = "[Altus Plateau - Old Altus Tunnel Entrance] Golden Rune [3] 1038537010")]
- AltusPlateauOldAltusTunnelEntranceGoldenRune3 = 1038537010,
+ [Annotation(Name = "[Altus Plateau - Old Altus Tunnel Entrance] Golden Rune [3] 1038537010")]
+ AltusPlateauOldAltusTunnelEntranceGoldenRune3 = 1038537010,
- [Annotation(Name = "[Altus Plateau - Old Altus Tunnel Entrance] Golden Rune [4] 1038537020")]
- AltusPlateauOldAltusTunnelEntranceGoldenRune4 = 1038537020,
+ [Annotation(Name = "[Altus Plateau - Old Altus Tunnel Entrance] Golden Rune [4] 1038537020")]
+ AltusPlateauOldAltusTunnelEntranceGoldenRune4 = 1038537020,
- [Annotation(Name = "[Altus Plateau - Old Altus Tunnel Entrance] Golden Rune [7] 1038537030")]
- AltusPlateauOldAltusTunnelEntranceGoldenRune7 = 1038537030,
+ [Annotation(Name = "[Altus Plateau - Old Altus Tunnel Entrance] Golden Rune [7] 1038537030")]
+ AltusPlateauOldAltusTunnelEntranceGoldenRune7 = 1038537030,
- [Annotation(Name = "[Altus Plateau - Old Altus Tunnel Entrance] Golden Rune [3] 1038537040")]
- AltusPlateauOldAltusTunnelEntranceGoldenRune3_ = 1038537040,
+ [Annotation(Name = "[Altus Plateau - Old Altus Tunnel Entrance] Golden Rune [3] 1038537040")]
+ AltusPlateauOldAltusTunnelEntranceGoldenRune3_ = 1038537040,
- [Annotation(Name = "[Altus Plateau - Old Altus Tunnel Entrance] Somber Smithing Stone [6] 1038537050")]
- AltusPlateauOldAltusTunnelEntranceSomberSmithingStone6 = 1038537050,
+ [Annotation(Name = "[Altus Plateau - Old Altus Tunnel Entrance] Somber Smithing Stone [6] 1038537050")]
+ AltusPlateauOldAltusTunnelEntranceSomberSmithingStone6 = 1038537050,
- [Annotation(Name = "[Altus Plateau - West of Shaded Castle] Bloodrose 1038547000")]
- AltusPlateauWestOfShadedCastleBloodrose = 1038547000,
+ [Annotation(Name = "[Altus Plateau - West of Shaded Castle] Bloodrose 1038547000")]
+ AltusPlateauWestOfShadedCastleBloodrose = 1038547000,
- [Annotation(Name = "[Altus Plateau - West of Shaded Castle] Explosive Greatbolt 1038547010")]
- AltusPlateauWestOfShadedCastleExplosiveGreatbolt = 1038547010,
+ [Annotation(Name = "[Altus Plateau - West of Shaded Castle] Explosive Greatbolt 1038547010")]
+ AltusPlateauWestOfShadedCastleExplosiveGreatbolt = 1038547010,
- [Annotation(Name = "[Altus Plateau - West of Shaded Castle] Golden Rune [8] 1038547020")]
- AltusPlateauWestOfShadedCastleGoldenRune8 = 1038547020,
+ [Annotation(Name = "[Altus Plateau - West of Shaded Castle] Golden Rune [8] 1038547020")]
+ AltusPlateauWestOfShadedCastleGoldenRune8 = 1038547020,
- [Annotation(Name = "[Altus Plateau - West of Shaded Castle] Fire Arrow 1038547030")]
- AltusPlateauWestOfShadedCastleFireArrow = 1038547030,
+ [Annotation(Name = "[Altus Plateau - West of Shaded Castle] Fire Arrow 1038547030")]
+ AltusPlateauWestOfShadedCastleFireArrow = 1038547030,
- [Annotation(Name = "[Altus Plateau - West of Shaded Castle] Golden Vow 1038547050")]
- AltusPlateauWestOfShadedCastleGoldenVow = 1038547050,
+ [Annotation(Name = "[Altus Plateau - West of Shaded Castle] Golden Vow 1038547050")]
+ AltusPlateauWestOfShadedCastleGoldenVow = 1038547050,
- [Annotation(Name = "[Altus Plateau - West of Shaded Castle] Arteria Leaf 1038547060")]
- AltusPlateauWestOfShadedCastleArteriaLeaf = 1038547060,
+ [Annotation(Name = "[Altus Plateau - West of Shaded Castle] Arteria Leaf 1038547060")]
+ AltusPlateauWestOfShadedCastleArteriaLeaf = 1038547060,
- [Annotation(Name = "[Altus Plateau - West of Shaded Castle] Throwing Dagger 1038547070")]
- AltusPlateauWestOfShadedCastleThrowingDagger = 1038547070,
+ [Annotation(Name = "[Altus Plateau - West of Shaded Castle] Throwing Dagger 1038547070")]
+ AltusPlateauWestOfShadedCastleThrowingDagger = 1038547070,
- [Annotation(Name = "[Altus Plateau - West of Shaded Castle] Beast Blood 1038547080")]
- AltusPlateauWestOfShadedCastleBeastBlood = 1038547080,
+ [Annotation(Name = "[Altus Plateau - West of Shaded Castle] Beast Blood 1038547080")]
+ AltusPlateauWestOfShadedCastleBeastBlood = 1038547080,
- [Annotation(Name = "[Altus Plateau - West of Shaded Castle] Smithing Stone [5] 1038547090")]
- AltusPlateauWestOfShadedCastleSmithingStone5 = 1038547090,
+ [Annotation(Name = "[Altus Plateau - West of Shaded Castle] Smithing Stone [5] 1038547090")]
+ AltusPlateauWestOfShadedCastleSmithingStone5 = 1038547090,
- [Annotation(Name = "[Altus Plateau - West of Shaded Castle] Antspur Rapier 1038547100")]
- AltusPlateauWestOfShadedCastleAntspurRapier = 1038547100,
+ [Annotation(Name = "[Altus Plateau - West of Shaded Castle] Antspur Rapier 1038547100")]
+ AltusPlateauWestOfShadedCastleAntspurRapier = 1038547100,
- [Annotation(Name = "[Altus Plateau - West of Shaded Castle] Pulley Bow 1038547110")]
- AltusPlateauWestOfShadedCastlePulleyBow = 1038547110,
+ [Annotation(Name = "[Altus Plateau - West of Shaded Castle] Pulley Bow 1038547110")]
+ AltusPlateauWestOfShadedCastlePulleyBow = 1038547110,
- [Annotation(Name = "[Altus Plateau - West of Shaded Castle] Sacred Butchering Knife 1038547700")]
- AltusPlateauWestOfShadedCastleSacredButcheringKnife = 1038547700,
+ [Annotation(Name = "[Altus Plateau - West of Shaded Castle] Sacred Butchering Knife 1038547700")]
+ AltusPlateauWestOfShadedCastleSacredButcheringKnife = 1038547700,
- [Annotation(Name = "[Altus Plateau - Golden Lineage Evergaol] Hefty Beast Bone 1039507000")]
- AltusPlateauGoldenLineageEvergaolHeftyBeastBone = 1039507000,
+ [Annotation(Name = "[Altus Plateau - Golden Lineage Evergaol] Hefty Beast Bone 1039507000")]
+ AltusPlateauGoldenLineageEvergaolHeftyBeastBone = 1039507000,
- [Annotation(Name = "[Altus Plateau - Golden Lineage Evergaol] Stonesword Key 1039507010")]
- AltusPlateauGoldenLineageEvergaolStoneswordKey = 1039507010,
+ [Annotation(Name = "[Altus Plateau - Golden Lineage Evergaol] Stonesword Key 1039507010")]
+ AltusPlateauGoldenLineageEvergaolStoneswordKey = 1039507010,
- [Annotation(Name = "[Altus Plateau - Golden Lineage Evergaol] Golden Rune [4] 1039507020")]
- AltusPlateauGoldenLineageEvergaolGoldenRune4 = 1039507020,
+ [Annotation(Name = "[Altus Plateau - Golden Lineage Evergaol] Golden Rune [4] 1039507020")]
+ AltusPlateauGoldenLineageEvergaolGoldenRune4 = 1039507020,
- [Annotation(Name = "[Altus Plateau - Golden Lineage Evergaol] Godfrey Icon 1039507100")]
- AltusPlateauGoldenLineageEvergaolGodfreyIcon = 1039507100,
+ [Annotation(Name = "[Altus Plateau - Golden Lineage Evergaol] Godfrey Icon 1039507100")]
+ AltusPlateauGoldenLineageEvergaolGodfreyIcon = 1039507100,
- [Annotation(Name = "[Altus Plateau - Altus Highway Junction] Perfume Bottle 66760")]
- AltusPlateauAltusHighwayJunctionPerfumeBottle = 66760,
+ [Annotation(Name = "[Altus Plateau - Altus Highway Junction] Perfume Bottle 66760")]
+ AltusPlateauAltusHighwayJunctionPerfumeBottle = 66760,
- [Annotation(Name = "[Altus Plateau - Altus Highway Junction] Fan Daggers 1039517010")]
- AltusPlateauAltusHighwayJunctionFanDaggers = 1039517010,
+ [Annotation(Name = "[Altus Plateau - Altus Highway Junction] Fan Daggers 1039517010")]
+ AltusPlateauAltusHighwayJunctionFanDaggers = 1039517010,
- [Annotation(Name = "[Altus Plateau - Altus Highway Junction] Sacrificial Twig 1039517020")]
- AltusPlateauAltusHighwayJunctionSacrificialTwig = 1039517020,
+ [Annotation(Name = "[Altus Plateau - Altus Highway Junction] Sacrificial Twig 1039517020")]
+ AltusPlateauAltusHighwayJunctionSacrificialTwig = 1039517020,
- [Annotation(Name = "[Altus Plateau - Altus Highway Junction] Warming Stone 1039517030")]
- AltusPlateauAltusHighwayJunctionWarmingStone = 1039517030,
+ [Annotation(Name = "[Altus Plateau - Altus Highway Junction] Warming Stone 1039517030")]
+ AltusPlateauAltusHighwayJunctionWarmingStone = 1039517030,
- [Annotation(Name = "[Altus Plateau - Altus Highway Junction] Turtle Neck Meat 1039517040")]
- AltusPlateauAltusHighwayJunctionTurtleNeckMeat = 1039517040,
+ [Annotation(Name = "[Altus Plateau - Altus Highway Junction] Turtle Neck Meat 1039517040")]
+ AltusPlateauAltusHighwayJunctionTurtleNeckMeat = 1039517040,
- [Annotation(Name = "[Altus Plateau - Altus Highway Junction] Ash of War: Shared Order 1039517200")]
- AltusPlateauAltusHighwayJunctionAshOfWarSharedOrder = 1039517200,
+ [Annotation(Name = "[Altus Plateau - Altus Highway Junction] Ash of War: Shared Order 1039517200")]
+ AltusPlateauAltusHighwayJunctionAshOfWarSharedOrder = 1039517200,
- [Annotation(Name = "[Altus Plateau - Second Church of Marika] Human Bone Shard 1039527000")]
- AltusPlateauSecondChurchOfMarikaHumanBoneShard = 1039527000,
+ [Annotation(Name = "[Altus Plateau - Second Church of Marika] Human Bone Shard 1039527000")]
+ AltusPlateauSecondChurchOfMarikaHumanBoneShard = 1039527000,
- [Annotation(Name = "[Altus Plateau - Second Church of Marika] Magic Grease 1039527020")]
- AltusPlateauSecondChurchOfMarikaMagicGrease = 1039527020,
+ [Annotation(Name = "[Altus Plateau - Second Church of Marika] Magic Grease 1039527020")]
+ AltusPlateauSecondChurchOfMarikaMagicGrease = 1039527020,
- [Annotation(Name = "[Altus Plateau - Second Church of Marika] Eleonora's Poleblade 1039527700")]
- AltusPlateauSecondChurchOfMarikaEleonorasPoleblade = 1039527700,
+ [Annotation(Name = "[Altus Plateau - Second Church of Marika] Eleonora's Poleblade 1039527700")]
+ AltusPlateauSecondChurchOfMarikaEleonorasPoleblade = 1039527700,
- [Annotation(Name = "[Altus Plateau - Mirage Rise] Golden Rune [4] 1039537000")]
- AltusPlateauMirageRiseGoldenRune4 = 1039537000,
+ [Annotation(Name = "[Altus Plateau - Mirage Rise] Golden Rune [4] 1039537000")]
+ AltusPlateauMirageRiseGoldenRune4 = 1039537000,
- [Annotation(Name = "[Altus Plateau - Mirage Rise] Blood Grease 1039537010")]
- AltusPlateauMirageRiseBloodGrease = 1039537010,
+ [Annotation(Name = "[Altus Plateau - Mirage Rise] Blood Grease 1039537010")]
+ AltusPlateauMirageRiseBloodGrease = 1039537010,
- [Annotation(Name = "[Altus Plateau - Mirage Rise] Golden Rune [3] 1039537020")]
- AltusPlateauMirageRiseGoldenRune3 = 1039537020,
+ [Annotation(Name = "[Altus Plateau - Mirage Rise] Golden Rune [3] 1039537020")]
+ AltusPlateauMirageRiseGoldenRune3 = 1039537020,
- [Annotation(Name = "[Altus Plateau - Mirage Rise] Miquella's Lily 1039537030")]
- AltusPlateauMirageRiseMiquellasLily = 1039537030,
+ [Annotation(Name = "[Altus Plateau - Mirage Rise] Miquella's Lily 1039537030")]
+ AltusPlateauMirageRiseMiquellasLily = 1039537030,
- [Annotation(Name = "[Altus Plateau - Mirage Rise] Nascent Butterfly 1039537040")]
- AltusPlateauMirageRiseNascentButterfly = 1039537040,
+ [Annotation(Name = "[Altus Plateau - Mirage Rise] Nascent Butterfly 1039537040")]
+ AltusPlateauMirageRiseNascentButterfly = 1039537040,
- [Annotation(Name = "[Altus Plateau - Mirage Rise] Unseen Blade 1039537050")]
- AltusPlateauMirageRiseUnseenBlade = 1039537050,
+ [Annotation(Name = "[Altus Plateau - Mirage Rise] Unseen Blade 1039537050")]
+ AltusPlateauMirageRiseUnseenBlade = 1039537050,
- [Annotation(Name = "[Altus Plateau - Mirage Rise] Slumbering Egg 1039537060")]
- AltusPlateauMirageRiseSlumberingEgg = 1039537060,
+ [Annotation(Name = "[Altus Plateau - Mirage Rise] Slumbering Egg 1039537060")]
+ AltusPlateauMirageRiseSlumberingEgg = 1039537060,
- [Annotation(Name = "[Altus Plateau - Mirage Rise] Golden Rune [3] 1039537070")]
- AltusPlateauMirageRiseGoldenRune3_ = 1039537070,
+ [Annotation(Name = "[Altus Plateau - Mirage Rise] Golden Rune [3] 1039537070")]
+ AltusPlateauMirageRiseGoldenRune3_ = 1039537070,
- [Annotation(Name = "[Altus Plateau - Mirage Rise] Mirage Riddle 1039537080")]
- AltusPlateauMirageRiseMirageRiddle = 1039537080,
+ [Annotation(Name = "[Altus Plateau - Mirage Rise] Mirage Riddle 1039537080")]
+ AltusPlateauMirageRiseMirageRiddle = 1039537080,
- [Annotation(Name = "[Altus Plateau - Mirage Rise] Crepus's Vial 1039537700")]
- AltusPlateauMirageRiseCrepussVial = 1039537700,
+ [Annotation(Name = "[Altus Plateau - Mirage Rise] Crepus's Vial 1039537700")]
+ AltusPlateauMirageRiseCrepussVial = 1039537700,
- [Annotation(Name = "[Altus Plateau - Shaded Castle] Rot Grease 1039570000")]
- AltusPlateauShadedCastleRotGrease = 1039570000,
+ [Annotation(Name = "[Altus Plateau - Shaded Castle] Rot Grease 1039570000")]
+ AltusPlateauShadedCastleRotGrease = 1039570000,
- [Annotation(Name = "[Altus Plateau - Shaded Castle] Golden Rune [3] 1039547010")]
- AltusPlateauShadedCastleGoldenRune3 = 1039547010,
+ [Annotation(Name = "[Altus Plateau - Shaded Castle] Golden Rune [3] 1039547010")]
+ AltusPlateauShadedCastleGoldenRune3 = 1039547010,
- [Annotation(Name = "[Altus Plateau - Shaded Castle] Smithing Stone [5] 1039547020")]
- AltusPlateauShadedCastleSmithingStone5 = 1039547020,
+ [Annotation(Name = "[Altus Plateau - Shaded Castle] Smithing Stone [5] 1039547020")]
+ AltusPlateauShadedCastleSmithingStone5 = 1039547020,
- [Annotation(Name = "[Altus Plateau - Shaded Castle] Poisonbloom 1039547030")]
- AltusPlateauShadedCastlePoisonbloom = 1039547030,
+ [Annotation(Name = "[Altus Plateau - Shaded Castle] Poisonbloom 1039547030")]
+ AltusPlateauShadedCastlePoisonbloom = 1039547030,
- [Annotation(Name = "[Altus Plateau - Shaded Castle] Perfume Bottle 66770")]
- AltusPlateauShadedCastlePerfumeBottle = 66770,
+ [Annotation(Name = "[Altus Plateau - Shaded Castle] Perfume Bottle 66770")]
+ AltusPlateauShadedCastlePerfumeBottle = 66770,
- [Annotation(Name = "[Altus Plateau - Shaded Castle] Poisonbone Dart 1039547050")]
- AltusPlateauShadedCastlePoisonboneDart = 1039547050,
+ [Annotation(Name = "[Altus Plateau - Shaded Castle] Poisonbone Dart 1039547050")]
+ AltusPlateauShadedCastlePoisonboneDart = 1039547050,
- [Annotation(Name = "[Altus Plateau - Shaded Castle] Golden Rune [6] 1039547060")]
- AltusPlateauShadedCastleGoldenRune6 = 1039547060,
+ [Annotation(Name = "[Altus Plateau - Shaded Castle] Golden Rune [6] 1039547060")]
+ AltusPlateauShadedCastleGoldenRune6 = 1039547060,
- [Annotation(Name = "[Altus Plateau - Shaded Castle] Smithing Stone [4] 1039547070")]
- AltusPlateauShadedCastleSmithingStone4 = 1039547070,
+ [Annotation(Name = "[Altus Plateau - Shaded Castle] Smithing Stone [4] 1039547070")]
+ AltusPlateauShadedCastleSmithingStone4 = 1039547070,
- [Annotation(Name = "[Altus Plateau - Shaded Castle] Somber Smithing Stone [5] 1039547080")]
- AltusPlateauShadedCastleSomberSmithingStone5 = 1039547080,
+ [Annotation(Name = "[Altus Plateau - Shaded Castle] Somber Smithing Stone [5] 1039547080")]
+ AltusPlateauShadedCastleSomberSmithingStone5 = 1039547080,
- [Annotation(Name = "[Altus Plateau - Shaded Castle] Smithing Stone [5] 1039547090")]
- AltusPlateauShadedCastleSmithingStone5_ = 1039547090,
+ [Annotation(Name = "[Altus Plateau - Shaded Castle] Smithing Stone [5] 1039547090")]
+ AltusPlateauShadedCastleSmithingStone5_ = 1039547090,
- [Annotation(Name = "[Altus Plateau - Shaded Castle] Drawstring Fire Grease 1039547100")]
- AltusPlateauShadedCastleDrawstringFireGrease = 1039547100,
+ [Annotation(Name = "[Altus Plateau - Shaded Castle] Drawstring Fire Grease 1039547100")]
+ AltusPlateauShadedCastleDrawstringFireGrease = 1039547100,
- [Annotation(Name = "[Altus Plateau - Shaded Castle] Golden Rune [6] 1039547110")]
- AltusPlateauShadedCastleGoldenRune6_ = 1039547110,
+ [Annotation(Name = "[Altus Plateau - Shaded Castle] Golden Rune [6] 1039547110")]
+ AltusPlateauShadedCastleGoldenRune6_ = 1039547110,
- [Annotation(Name = "[Altus Plateau - Shaded Castle] Beast Blood 1039547120")]
- AltusPlateauShadedCastleBeastBlood = 1039547120,
+ [Annotation(Name = "[Altus Plateau - Shaded Castle] Beast Blood 1039547120")]
+ AltusPlateauShadedCastleBeastBlood = 1039547120,
- [Annotation(Name = "[Altus Plateau - Shaded Castle] Neutralizing Boluses 1039547130")]
- AltusPlateauShadedCastleNeutralizingBoluses = 1039547130,
+ [Annotation(Name = "[Altus Plateau - Shaded Castle] Neutralizing Boluses 1039547130")]
+ AltusPlateauShadedCastleNeutralizingBoluses = 1039547130,
- [Annotation(Name = "[Altus Plateau - Shaded Castle] Glass Shard 1039547140")]
- AltusPlateauShadedCastleGlassShard = 1039547140,
+ [Annotation(Name = "[Altus Plateau - Shaded Castle] Glass Shard 1039547140")]
+ AltusPlateauShadedCastleGlassShard = 1039547140,
- [Annotation(Name = "[Altus Plateau - Shaded Castle] Stonesword Key 1039547150")]
- AltusPlateauShadedCastleStoneswordKey = 1039547150,
+ [Annotation(Name = "[Altus Plateau - Shaded Castle] Stonesword Key 1039547150")]
+ AltusPlateauShadedCastleStoneswordKey = 1039547150,
- [Annotation(Name = "[Altus Plateau - Shaded Castle] Golden Rune [6] 1039547160")]
- AltusPlateauShadedCastleGoldenRune6__ = 1039547160,
+ [Annotation(Name = "[Altus Plateau - Shaded Castle] Golden Rune [6] 1039547160")]
+ AltusPlateauShadedCastleGoldenRune6__ = 1039547160,
- [Annotation(Name = "[Altus Plateau - Shaded Castle] Poison Grease 1039547170")]
- AltusPlateauShadedCastlePoisonGrease = 1039547170,
+ [Annotation(Name = "[Altus Plateau - Shaded Castle] Poison Grease 1039547170")]
+ AltusPlateauShadedCastlePoisonGrease = 1039547170,
- [Annotation(Name = "[Altus Plateau - Shaded Castle] Hefty Beast Bone 1039547180")]
- AltusPlateauShadedCastleHeftyBeastBone = 1039547180,
+ [Annotation(Name = "[Altus Plateau - Shaded Castle] Hefty Beast Bone 1039547180")]
+ AltusPlateauShadedCastleHeftyBeastBone = 1039547180,
- [Annotation(Name = "[Altus Plateau - Shaded Castle] Perfumer's Cookbook [2] 67850")]
- AltusPlateauShadedCastlePerfumersCookbook2 = 67850,
+ [Annotation(Name = "[Altus Plateau - Shaded Castle] Perfumer's Cookbook [2] 67850")]
+ AltusPlateauShadedCastlePerfumersCookbook2 = 67850,
- [Annotation(Name = "[Altus Plateau - Shaded Castle] Smithing Stone [5] 1039547200")]
- AltusPlateauShadedCastleSmithingStone5__ = 1039547200,
+ [Annotation(Name = "[Altus Plateau - Shaded Castle] Smithing Stone [5] 1039547200")]
+ AltusPlateauShadedCastleSmithingStone5__ = 1039547200,
- [Annotation(Name = "[Altus Plateau - Shaded Castle] Gold Firefly 1039547210")]
- AltusPlateauShadedCastleGoldFirefly = 1039547210,
+ [Annotation(Name = "[Altus Plateau - Shaded Castle] Gold Firefly 1039547210")]
+ AltusPlateauShadedCastleGoldFirefly = 1039547210,
- [Annotation(Name = "[Altus Plateau - Shaded Castle] Glass Shard 1039547220")]
- AltusPlateauShadedCastleGlassShard_ = 1039547220,
+ [Annotation(Name = "[Altus Plateau - Shaded Castle] Glass Shard 1039547220")]
+ AltusPlateauShadedCastleGlassShard_ = 1039547220,
- [Annotation(Name = "[Altus Plateau - Shaded Castle] Smithing Stone [5] 1039547230")]
- AltusPlateauShadedCastleSmithingStone5___ = 1039547230,
+ [Annotation(Name = "[Altus Plateau - Shaded Castle] Smithing Stone [5] 1039547230")]
+ AltusPlateauShadedCastleSmithingStone5___ = 1039547230,
- [Annotation(Name = "[Altus Plateau - Shaded Castle] Smithing Stone [5] 1039547240")]
- AltusPlateauShadedCastleSmithingStone5____ = 1039547240,
+ [Annotation(Name = "[Altus Plateau - Shaded Castle] Smithing Stone [5] 1039547240")]
+ AltusPlateauShadedCastleSmithingStone5____ = 1039547240,
- [Annotation(Name = "[Altus Plateau - Shaded Castle] Golden Rune [4] 1039547250")]
- AltusPlateauShadedCastleGoldenRune4 = 1039547250,
+ [Annotation(Name = "[Altus Plateau - Shaded Castle] Golden Rune [4] 1039547250")]
+ AltusPlateauShadedCastleGoldenRune4 = 1039547250,
- [Annotation(Name = "[Altus Plateau - Shaded Castle] Smithing Stone [4] 1039547260")]
- AltusPlateauShadedCastleSmithingStone4_ = 1039547260,
+ [Annotation(Name = "[Altus Plateau - Shaded Castle] Smithing Stone [4] 1039547260")]
+ AltusPlateauShadedCastleSmithingStone4_ = 1039547260,
- [Annotation(Name = "[Altus Plateau - Shaded Castle] Valkyrie's Prosthesis 1039547300")]
- AltusPlateauShadedCastleValkyriesProsthesis = 1039547300,
+ [Annotation(Name = "[Altus Plateau - Shaded Castle] Valkyrie's Prosthesis 1039547300")]
+ AltusPlateauShadedCastleValkyriesProsthesis = 1039547300,
- [Annotation(Name = "[Altus Plateau - Shaded Castle] Starlight Shards 1039547350")]
- AltusPlateauShadedCastleStarlightShards = 1039547350,
+ [Annotation(Name = "[Altus Plateau - Shaded Castle] Starlight Shards 1039547350")]
+ AltusPlateauShadedCastleStarlightShards = 1039547350,
- [Annotation(Name = "[Altus Plateau - Southwest of Tree Sentinel Duo] Gravity Stone Fan 1040507000")]
- AltusPlateauSouthwestOfTreeSentinelDuoGravityStoneFan = 1040507000,
+ [Annotation(Name = "[Altus Plateau - Southwest of Tree Sentinel Duo] Gravity Stone Fan 1040507000")]
+ AltusPlateauSouthwestOfTreeSentinelDuoGravityStoneFan = 1040507000,
- [Annotation(Name = "[Altus Plateau - Stormcaller Church] Celestial Dew 1040517000")]
- AltusPlateauStormcallerChurchCelestialDew = 1040517000,
+ [Annotation(Name = "[Altus Plateau - Stormcaller Church] Celestial Dew 1040517000")]
+ AltusPlateauStormcallerChurchCelestialDew = 1040517000,
- [Annotation(Name = "[Altus Plateau - Stormcaller Church] Old Fang 1040517010")]
- AltusPlateauStormcallerChurchOldFang = 1040517010,
+ [Annotation(Name = "[Altus Plateau - Stormcaller Church] Old Fang 1040517010")]
+ AltusPlateauStormcallerChurchOldFang = 1040517010,
- [Annotation(Name = "[Altus Plateau - Stormcaller Church] Dragonbolt Blessing 1040517020")]
- AltusPlateauStormcallerChurchDragonboltBlessing = 1040517020,
+ [Annotation(Name = "[Altus Plateau - Stormcaller Church] Dragonbolt Blessing 1040517020")]
+ AltusPlateauStormcallerChurchDragonboltBlessing = 1040517020,
- [Annotation(Name = "[Altus Plateau - Stormcaller Church] Beast Blood 1040517030")]
- AltusPlateauStormcallerChurchBeastBlood = 1040517030,
+ [Annotation(Name = "[Altus Plateau - Stormcaller Church] Beast Blood 1040517030")]
+ AltusPlateauStormcallerChurchBeastBlood = 1040517030,
- [Annotation(Name = "[Altus Plateau - Stormcaller Church] Lightning Greatbolt 1040517040")]
- AltusPlateauStormcallerChurchLightningGreatbolt = 1040517040,
+ [Annotation(Name = "[Altus Plateau - Stormcaller Church] Lightning Greatbolt 1040517040")]
+ AltusPlateauStormcallerChurchLightningGreatbolt = 1040517040,
- [Annotation(Name = "[Altus Plateau - Forest-Spanning Greatbridge] Amber Starlight 1040527000")]
- AltusPlateauForestSpanningGreatbridgeAmberStarlight = 1040527000,
+ [Annotation(Name = "[Altus Plateau - Forest-Spanning Greatbridge] Amber Starlight 1040527000")]
+ AltusPlateauForestSpanningGreatbridgeAmberStarlight = 1040527000,
- [Annotation(Name = "[Altus Plateau - Forest-Spanning Greatbridge] Golden Rune [6] 1040527010")]
- AltusPlateauForestSpanningGreatbridgeGoldenRune6 = 1040527010,
+ [Annotation(Name = "[Altus Plateau - Forest-Spanning Greatbridge] Golden Rune [6] 1040527010")]
+ AltusPlateauForestSpanningGreatbridgeGoldenRune6 = 1040527010,
- [Annotation(Name = "[Altus Plateau - Forest-Spanning Greatbridge] Golden Rune [6] 1040527020")]
- AltusPlateauForestSpanningGreatbridgeGoldenRune6_ = 1040527020,
+ [Annotation(Name = "[Altus Plateau - Forest-Spanning Greatbridge] Golden Rune [6] 1040527020")]
+ AltusPlateauForestSpanningGreatbridgeGoldenRune6_ = 1040527020,
- [Annotation(Name = "[Altus Plateau - Forest-Spanning Greatbridge] Golden Rune [4] 1040527030")]
- AltusPlateauForestSpanningGreatbridgeGoldenRune4 = 1040527030,
+ [Annotation(Name = "[Altus Plateau - Forest-Spanning Greatbridge] Golden Rune [4] 1040527030")]
+ AltusPlateauForestSpanningGreatbridgeGoldenRune4 = 1040527030,
- [Annotation(Name = "[Altus Plateau - Forest-Spanning Greatbridge] Golden Rune [3] 1040527040")]
- AltusPlateauForestSpanningGreatbridgeGoldenRune3 = 1040527040,
+ [Annotation(Name = "[Altus Plateau - Forest-Spanning Greatbridge] Golden Rune [3] 1040527040")]
+ AltusPlateauForestSpanningGreatbridgeGoldenRune3 = 1040527040,
- [Annotation(Name = "[Altus Plateau - Forest-Spanning Greatbridge] Golden Rune [4] 1040527050")]
- AltusPlateauForestSpanningGreatbridgeGoldenRune4_ = 1040527050,
+ [Annotation(Name = "[Altus Plateau - Forest-Spanning Greatbridge] Golden Rune [4] 1040527050")]
+ AltusPlateauForestSpanningGreatbridgeGoldenRune4_ = 1040527050,
- [Annotation(Name = "[Altus Plateau - Writheblood Ruins] Golden Rune [5] 1040537000")]
- AltusPlateauWrithebloodRuinsGoldenRune5 = 1040537000,
+ [Annotation(Name = "[Altus Plateau - Writheblood Ruins] Golden Rune [5] 1040537000")]
+ AltusPlateauWrithebloodRuinsGoldenRune5 = 1040537000,
- [Annotation(Name = "[Altus Plateau - Writheblood Ruins] Bloody Helice 1040537010")]
- AltusPlateauWrithebloodRuinsBloodyHelice = 1040537010,
+ [Annotation(Name = "[Altus Plateau - Writheblood Ruins] Bloody Helice 1040537010")]
+ AltusPlateauWrithebloodRuinsBloodyHelice = 1040537010,
- [Annotation(Name = "[Altus Plateau - Writheblood Ruins] Nascent Butterfly 1040537020")]
- AltusPlateauWrithebloodRuinsNascentButterfly = 1040537020,
+ [Annotation(Name = "[Altus Plateau - Writheblood Ruins] Nascent Butterfly 1040537020")]
+ AltusPlateauWrithebloodRuinsNascentButterfly = 1040537020,
- [Annotation(Name = "[Altus Plateau - Writheblood Ruins] Fulgurbloom 1040537030")]
- AltusPlateauWrithebloodRuinsFulgurbloom = 1040537030,
+ [Annotation(Name = "[Altus Plateau - Writheblood Ruins] Fulgurbloom 1040537030")]
+ AltusPlateauWrithebloodRuinsFulgurbloom = 1040537030,
- [Annotation(Name = "[Altus Plateau - Writheblood Ruins] Golden Arrow 1040537040")]
- AltusPlateauWrithebloodRuinsGoldenArrow = 1040537040,
+ [Annotation(Name = "[Altus Plateau - Writheblood Ruins] Golden Arrow 1040537040")]
+ AltusPlateauWrithebloodRuinsGoldenArrow = 1040537040,
- [Annotation(Name = "[Altus Plateau - Writheblood Ruins] Lump of Flesh 1040537050")]
- AltusPlateauWrithebloodRuinsLumpOfFlesh = 1040537050,
+ [Annotation(Name = "[Altus Plateau - Writheblood Ruins] Lump of Flesh 1040537050")]
+ AltusPlateauWrithebloodRuinsLumpOfFlesh = 1040537050,
- [Annotation(Name = "[Altus Plateau - Writheblood Ruins] Hefty Beast Bone 1040537060")]
- AltusPlateauWrithebloodRuinsHeftyBeastBone = 1040537060,
+ [Annotation(Name = "[Altus Plateau - Writheblood Ruins] Hefty Beast Bone 1040537060")]
+ AltusPlateauWrithebloodRuinsHeftyBeastBone = 1040537060,
- [Annotation(Name = "[Altus Plateau - Road of Iniquity Side Path] Great Stars 1040547000")]
- AltusPlateauRoadOfIniquitySidePathGreatStars = 1040547000,
+ [Annotation(Name = "[Altus Plateau - Road of Iniquity Side Path] Great Stars 1040547000")]
+ AltusPlateauRoadOfIniquitySidePathGreatStars = 1040547000,
- [Annotation(Name = "[Altus Plateau - Road of Iniquity Side Path] Gravel Stone 1040547010")]
- AltusPlateauRoadOfIniquitySidePathGravelStone = 1040547010,
+ [Annotation(Name = "[Altus Plateau - Road of Iniquity Side Path] Gravel Stone 1040547010")]
+ AltusPlateauRoadOfIniquitySidePathGravelStone = 1040547010,
- [Annotation(Name = "[Altus Plateau - Road of Iniquity Side Path] Stimulating Boluses 1040547030")]
- AltusPlateauRoadOfIniquitySidePathStimulatingBoluses = 1040547030,
+ [Annotation(Name = "[Altus Plateau - Road of Iniquity Side Path] Stimulating Boluses 1040547030")]
+ AltusPlateauRoadOfIniquitySidePathStimulatingBoluses = 1040547030,
- [Annotation(Name = "[Altus Plateau - Road of Iniquity Side Path] Dragonwound Grease 1040547050")]
- AltusPlateauRoadOfIniquitySidePathDragonwoundGrease = 1040547050,
+ [Annotation(Name = "[Altus Plateau - Road of Iniquity Side Path] Dragonwound Grease 1040547050")]
+ AltusPlateauRoadOfIniquitySidePathDragonwoundGrease = 1040547050,
- [Annotation(Name = "[Altus Plateau - Road of Iniquity Side Path] Radiant Gold Mask 1040547090")]
- AltusPlateauRoadOfIniquitySidePathRadiantGoldMask = 1040547090,
+ [Annotation(Name = "[Altus Plateau - Road of Iniquity Side Path] Radiant Gold Mask 1040547090")]
+ AltusPlateauRoadOfIniquitySidePathRadiantGoldMask = 1040547090,
- [Annotation(Name = "[Altus Plateau - West Windmill Pasture] Giant Rat Ashes 1040557000")]
- AltusPlateauWestWindmillPastureGiantRatAshes = 1040557000,
+ [Annotation(Name = "[Altus Plateau - West Windmill Pasture] Giant Rat Ashes 1040557000")]
+ AltusPlateauWestWindmillPastureGiantRatAshes = 1040557000,
- [Annotation(Name = "[Altus Plateau - Tree Sentinel Duo] Golden Rune [3] 1041517000")]
- AltusPlateauTreeSentinelDuoGoldenRune3 = 1041517000,
+ [Annotation(Name = "[Altus Plateau - Tree Sentinel Duo] Golden Rune [3] 1041517000")]
+ AltusPlateauTreeSentinelDuoGoldenRune3 = 1041517000,
- [Annotation(Name = "[Altus Plateau - Tree Sentinel Duo] Golden Rune [6] 1041517010")]
- AltusPlateauTreeSentinelDuoGoldenRune6 = 1041517010,
+ [Annotation(Name = "[Altus Plateau - Tree Sentinel Duo] Golden Rune [6] 1041517010")]
+ AltusPlateauTreeSentinelDuoGoldenRune6 = 1041517010,
- [Annotation(Name = "[Altus Plateau - Tree Sentinel Duo] Silver-Pickled Fowl Foot 1041517020")]
- AltusPlateauTreeSentinelDuoSilverPickledFowlFoot = 1041517020,
+ [Annotation(Name = "[Altus Plateau - Tree Sentinel Duo] Silver-Pickled Fowl Foot 1041517020")]
+ AltusPlateauTreeSentinelDuoSilverPickledFowlFoot = 1041517020,
- [Annotation(Name = "[Altus Plateau - Tree Sentinel Duo] Gravity Stone Chunk 1041517030")]
- AltusPlateauTreeSentinelDuoGravityStoneChunk = 1041517030,
+ [Annotation(Name = "[Altus Plateau - Tree Sentinel Duo] Gravity Stone Chunk 1041517030")]
+ AltusPlateauTreeSentinelDuoGravityStoneChunk = 1041517030,
- [Annotation(Name = "[Altus Plateau - Rampartside Path] Golden Rune [8] 1041527000")]
- AltusPlateauRampartsidePathGoldenRune8 = 1041527000,
+ [Annotation(Name = "[Altus Plateau - Rampartside Path] Golden Rune [8] 1041527000")]
+ AltusPlateauRampartsidePathGoldenRune8 = 1041527000,
- [Annotation(Name = "[Altus Plateau - Rampartside Path] Golden Rune [6] 1041527010")]
- AltusPlateauRampartsidePathGoldenRune6 = 1041527010,
+ [Annotation(Name = "[Altus Plateau - Rampartside Path] Golden Rune [6] 1041527010")]
+ AltusPlateauRampartsidePathGoldenRune6 = 1041527010,
- [Annotation(Name = "[Altus Plateau - Rampartside Path] Golden Rune [4] 1041527020")]
- AltusPlateauRampartsidePathGoldenRune4 = 1041527020,
+ [Annotation(Name = "[Altus Plateau - Rampartside Path] Golden Rune [4] 1041527020")]
+ AltusPlateauRampartsidePathGoldenRune4 = 1041527020,
- [Annotation(Name = "[Altus Plateau - Rampartside Path] Golden Rune [3] 1041527030")]
- AltusPlateauRampartsidePathGoldenRune3 = 1041527030,
+ [Annotation(Name = "[Altus Plateau - Rampartside Path] Golden Rune [3] 1041527030")]
+ AltusPlateauRampartsidePathGoldenRune3 = 1041527030,
- [Annotation(Name = "[Altus Plateau - Rampartside Path] Golden Rune [1] 1041527040")]
- AltusPlateauRampartsidePathGoldenRune1 = 1041527040,
+ [Annotation(Name = "[Altus Plateau - Rampartside Path] Golden Rune [1] 1041527040")]
+ AltusPlateauRampartsidePathGoldenRune1 = 1041527040,
- [Annotation(Name = "[Altus Plateau - Rampartside Path] Lump of Flesh 1041527070")]
- AltusPlateauRampartsidePathLumpOfFlesh = 1041527070,
+ [Annotation(Name = "[Altus Plateau - Rampartside Path] Lump of Flesh 1041527070")]
+ AltusPlateauRampartsidePathLumpOfFlesh = 1041527070,
- [Annotation(Name = "[Altus Plateau - Rampartside Path] Land Octopus Ovary 1041527080")]
- AltusPlateauRampartsidePathLandOctopusOvary = 1041527080,
+ [Annotation(Name = "[Altus Plateau - Rampartside Path] Land Octopus Ovary 1041527080")]
+ AltusPlateauRampartsidePathLandOctopusOvary = 1041527080,
- [Annotation(Name = "[Altus Plateau - Rampartside Path] Stonesword Key 1041527090")]
- AltusPlateauRampartsidePathStoneswordKey = 1041527090,
+ [Annotation(Name = "[Altus Plateau - Rampartside Path] Stonesword Key 1041527090")]
+ AltusPlateauRampartsidePathStoneswordKey = 1041527090,
- [Annotation(Name = "[Altus Plateau - Woodfolk Ruins] Poisonbone Dart 1041537010")]
- AltusPlateauWoodfolkRuinsPoisonboneDart = 1041537010,
+ [Annotation(Name = "[Altus Plateau - Woodfolk Ruins] Poisonbone Dart 1041537010")]
+ AltusPlateauWoodfolkRuinsPoisonboneDart = 1041537010,
- [Annotation(Name = "[Altus Plateau - Woodfolk Ruins] Wrath of Gold 1041537020")]
- AltusPlateauWoodfolkRuinsWrathOfGold = 1041537020,
+ [Annotation(Name = "[Altus Plateau - Woodfolk Ruins] Wrath of Gold 1041537020")]
+ AltusPlateauWoodfolkRuinsWrathOfGold = 1041537020,
- [Annotation(Name = "[Altus Plateau - Woodfolk Ruins] Invigorating White Cured Meat 1041537030")]
- AltusPlateauWoodfolkRuinsInvigoratingWhiteCuredMeat = 1041537030,
+ [Annotation(Name = "[Altus Plateau - Woodfolk Ruins] Invigorating White Cured Meat 1041537030")]
+ AltusPlateauWoodfolkRuinsInvigoratingWhiteCuredMeat = 1041537030,
- [Annotation(Name = "[Altus Plateau - Woodfolk Ruins] Beast Blood 1041537040")]
- AltusPlateauWoodfolkRuinsBeastBlood = 1041537040,
+ [Annotation(Name = "[Altus Plateau - Woodfolk Ruins] Beast Blood 1041537040")]
+ AltusPlateauWoodfolkRuinsBeastBlood = 1041537040,
- [Annotation(Name = "[Altus Plateau - Woodfolk Ruins] Nomadic Warrior's Cookbook [19] 67070")]
- AltusPlateauWoodfolkRuinsNomadicWarriorsCookbook19 = 67070,
+ [Annotation(Name = "[Altus Plateau - Woodfolk Ruins] Nomadic Warrior's Cookbook [19] 67070")]
+ AltusPlateauWoodfolkRuinsNomadicWarriorsCookbook19 = 67070,
- [Annotation(Name = "[Altus Plateau - Woodfolk Ruins] Gravel Stone 1041537060")]
- AltusPlateauWoodfolkRuinsGravelStone = 1041537060,
+ [Annotation(Name = "[Altus Plateau - Woodfolk Ruins] Gravel Stone 1041537060")]
+ AltusPlateauWoodfolkRuinsGravelStone = 1041537060,
- [Annotation(Name = "[Altus Plateau - Woodfolk Ruins] Soft Cotton 1041537070")]
- AltusPlateauWoodfolkRuinsSoftCotton = 1041537070,
+ [Annotation(Name = "[Altus Plateau - Woodfolk Ruins] Soft Cotton 1041537070")]
+ AltusPlateauWoodfolkRuinsSoftCotton = 1041537070,
- [Annotation(Name = "[Altus Plateau - Woodfolk Ruins] Icon Shield 1041537080")]
- AltusPlateauWoodfolkRuinsIconShield = 1041537080,
+ [Annotation(Name = "[Altus Plateau - Woodfolk Ruins] Icon Shield 1041537080")]
+ AltusPlateauWoodfolkRuinsIconShield = 1041537080,
- [Annotation(Name = "[Altus Plateau - West Windmill Village] Poison Grease 1041547000")]
- AltusPlateauWestWindmillVillagePoisonGrease = 1041547000,
+ [Annotation(Name = "[Altus Plateau - West Windmill Village] Poison Grease 1041547000")]
+ AltusPlateauWestWindmillVillagePoisonGrease = 1041547000,
- [Annotation(Name = "[Altus Plateau - East Windmill Pasture] Twinned Knight Swords 1041557000")]
- AltusPlateauEastWindmillPastureTwinnedKnightSwords = 1041557000,
+ [Annotation(Name = "[Altus Plateau - East Windmill Pasture] Twinned Knight Swords 1041557000")]
+ AltusPlateauEastWindmillPastureTwinnedKnightSwords = 1041557000,
- [Annotation(Name = "[Altus Plateau - East Windmill Pasture] Raw Meat Dumpling 1041557010")]
- AltusPlateauEastWindmillPastureRawMeatDumpling = 1041557010,
+ [Annotation(Name = "[Altus Plateau - East Windmill Pasture] Raw Meat Dumpling 1041557010")]
+ AltusPlateauEastWindmillPastureRawMeatDumpling = 1041557010,
- [Annotation(Name = "[Altus Plateau - East Windmill Pasture] Navy Hood 1041557020")]
- AltusPlateauEastWindmillPastureNavyHood = 1041557020,
+ [Annotation(Name = "[Altus Plateau - East Windmill Pasture] Navy Hood 1041557020")]
+ AltusPlateauEastWindmillPastureNavyHood = 1041557020,
- [Annotation(Name = "[Leyndell - South of Outer Wall Phantom Tree] Giant-Crusher 1042507000")]
- LeyndellSouthOfOuterWallPhantomTreeGiantCrusher = 1042507000,
+ [Annotation(Name = "[Leyndell - South of Outer Wall Phantom Tree] Giant-Crusher 1042507000")]
+ LeyndellSouthOfOuterWallPhantomTreeGiantCrusher = 1042507000,
- [Annotation(Name = "[Leyndell - South of Outer Wall Phantom Tree] Golden Seed 1042507020")]
- LeyndellSouthOfOuterWallPhantomTreeGoldenSeed = 1042507020,
+ [Annotation(Name = "[Leyndell - South of Outer Wall Phantom Tree] Golden Seed 1042507020")]
+ LeyndellSouthOfOuterWallPhantomTreeGoldenSeed = 1042507020,
- [Annotation(Name = "[Leyndell - Outer Wall Phantom Tree] Holy Grease 1042517000")]
- LeyndellOuterWallPhantomTreeHolyGrease = 1042517000,
+ [Annotation(Name = "[Leyndell - Outer Wall Phantom Tree] Holy Grease 1042517000")]
+ LeyndellOuterWallPhantomTreeHolyGrease = 1042517000,
- [Annotation(Name = "[Leyndell - Outer Wall Phantom Tree] Gargoyle's Great Axe 1042517900")]
- LeyndellOuterWallPhantomTreeGargoylesGreatAxe = 1042517900,
+ [Annotation(Name = "[Leyndell - Outer Wall Phantom Tree] Gargoyle's Great Axe 1042517900")]
+ LeyndellOuterWallPhantomTreeGargoylesGreatAxe = 1042517900,
- [Annotation(Name = "[Leyndell - Southwest Outer Wall Battleground] Old Fang 1042527000")]
- LeyndellSouthwestOuterWallBattlegroundOldFang = 1042527000,
+ [Annotation(Name = "[Leyndell - Southwest Outer Wall Battleground] Old Fang 1042527000")]
+ LeyndellSouthwestOuterWallBattlegroundOldFang = 1042527000,
- [Annotation(Name = "[Leyndell - Southwest Outer Wall Battleground] Golden Rune [4] 1042527010")]
- LeyndellSouthwestOuterWallBattlegroundGoldenRune4 = 1042527010,
+ [Annotation(Name = "[Leyndell - Southwest Outer Wall Battleground] Golden Rune [4] 1042527010")]
+ LeyndellSouthwestOuterWallBattlegroundGoldenRune4 = 1042527010,
- [Annotation(Name = "[Leyndell - Southwest Outer Wall Battleground] Rainbow Stone 1042527020")]
- LeyndellSouthwestOuterWallBattlegroundRainbowStone = 1042527020,
+ [Annotation(Name = "[Leyndell - Southwest Outer Wall Battleground] Rainbow Stone 1042527020")]
+ LeyndellSouthwestOuterWallBattlegroundRainbowStone = 1042527020,
- [Annotation(Name = "[Leyndell - Southwest Outer Wall Battleground] Golden Rune [10] 1042527030")]
- LeyndellSouthwestOuterWallBattlegroundGoldenRune10 = 1042527030,
+ [Annotation(Name = "[Leyndell - Southwest Outer Wall Battleground] Golden Rune [10] 1042527030")]
+ LeyndellSouthwestOuterWallBattlegroundGoldenRune10 = 1042527030,
- [Annotation(Name = "[Leyndell - Southwest Outer Wall Battleground] Arteria Leaf 1042527040")]
- LeyndellSouthwestOuterWallBattlegroundArteriaLeaf = 1042527040,
+ [Annotation(Name = "[Leyndell - Southwest Outer Wall Battleground] Arteria Leaf 1042527040")]
+ LeyndellSouthwestOuterWallBattlegroundArteriaLeaf = 1042527040,
- [Annotation(Name = "[Leyndell - Northwest Outer Wall Battleground] Lightning Greatbolt 1042537000")]
- LeyndellNorthwestOuterWallBattlegroundLightningGreatbolt = 1042537000,
+ [Annotation(Name = "[Leyndell - Northwest Outer Wall Battleground] Lightning Greatbolt 1042537000")]
+ LeyndellNorthwestOuterWallBattlegroundLightningGreatbolt = 1042537000,
- [Annotation(Name = "[Leyndell - Northwest Outer Wall Battleground] Somber Smithing Stone [5] 1042537010")]
- LeyndellNorthwestOuterWallBattlegroundSomberSmithingStone5 = 1042537010,
+ [Annotation(Name = "[Leyndell - Northwest Outer Wall Battleground] Somber Smithing Stone [5] 1042537010")]
+ LeyndellNorthwestOuterWallBattlegroundSomberSmithingStone5 = 1042537010,
- [Annotation(Name = "[Altus Plateau - Highway Lookout Tower] Four-Toed Fowl Foot 1042547000")]
- AltusPlateauHighwayLookoutTowerFourToedFowlFoot = 1042547000,
+ [Annotation(Name = "[Altus Plateau - Highway Lookout Tower] Four-Toed Fowl Foot 1042547000")]
+ AltusPlateauHighwayLookoutTowerFourToedFowlFoot = 1042547000,
- [Annotation(Name = "[Altus Plateau - Highway Lookout Tower] Golden Rune [5] 1042547010")]
- AltusPlateauHighwayLookoutTowerGoldenRune5 = 1042547010,
+ [Annotation(Name = "[Altus Plateau - Highway Lookout Tower] Golden Rune [5] 1042547010")]
+ AltusPlateauHighwayLookoutTowerGoldenRune5 = 1042547010,
- [Annotation(Name = "[Altus Plateau - Highway Lookout Tower] Holyproof Dried Liver 1042547020")]
- AltusPlateauHighwayLookoutTowerHolyproofDriedLiver = 1042547020,
+ [Annotation(Name = "[Altus Plateau - Highway Lookout Tower] Holyproof Dried Liver 1042547020")]
+ AltusPlateauHighwayLookoutTowerHolyproofDriedLiver = 1042547020,
- [Annotation(Name = "[Altus Plateau - Highway Lookout Tower] Stormhawk Feather 1042547030")]
- AltusPlateauHighwayLookoutTowerStormhawkFeather = 1042547030,
+ [Annotation(Name = "[Altus Plateau - Highway Lookout Tower] Stormhawk Feather 1042547030")]
+ AltusPlateauHighwayLookoutTowerStormhawkFeather = 1042547030,
- [Annotation(Name = "[Altus Plateau - Highway Lookout Tower] Hefty Beast Bone 1042547040")]
- AltusPlateauHighwayLookoutTowerHeftyBeastBone = 1042547040,
+ [Annotation(Name = "[Altus Plateau - Highway Lookout Tower] Hefty Beast Bone 1042547040")]
+ AltusPlateauHighwayLookoutTowerHeftyBeastBone = 1042547040,
- [Annotation(Name = "[Altus Plateau - Highway Lookout Tower] Golden Arrow 1042547050")]
- AltusPlateauHighwayLookoutTowerGoldenArrow = 1042547050,
+ [Annotation(Name = "[Altus Plateau - Highway Lookout Tower] Golden Arrow 1042547050")]
+ AltusPlateauHighwayLookoutTowerGoldenArrow = 1042547050,
- [Annotation(Name = "[Altus Plateau - Highway Lookout Tower] Greatbow 1042547060")]
- AltusPlateauHighwayLookoutTowerGreatbow = 1042547060,
+ [Annotation(Name = "[Altus Plateau - Highway Lookout Tower] Greatbow 1042547060")]
+ AltusPlateauHighwayLookoutTowerGreatbow = 1042547060,
- [Annotation(Name = "[Altus Plateau - Highway Lookout Tower] Gold Firefly 1042547070")]
- AltusPlateauHighwayLookoutTowerGoldFirefly = 1042547070,
+ [Annotation(Name = "[Altus Plateau - Highway Lookout Tower] Gold Firefly 1042547070")]
+ AltusPlateauHighwayLookoutTowerGoldFirefly = 1042547070,
- [Annotation(Name = "[Altus Plateau - Highway Lookout Tower] Lightning Grease 1042547080")]
- AltusPlateauHighwayLookoutTowerLightningGrease = 1042547080,
+ [Annotation(Name = "[Altus Plateau - Highway Lookout Tower] Lightning Grease 1042547080")]
+ AltusPlateauHighwayLookoutTowerLightningGrease = 1042547080,
- [Annotation(Name = "[Altus Plateau - Highway Lookout Tower] Exalted Flesh 1042547090")]
- AltusPlateauHighwayLookoutTowerExaltedFlesh = 1042547090,
+ [Annotation(Name = "[Altus Plateau - Highway Lookout Tower] Exalted Flesh 1042547090")]
+ AltusPlateauHighwayLookoutTowerExaltedFlesh = 1042547090,
- [Annotation(Name = "[Altus Plateau - Highway Lookout Tower] Rune Arc 1042547100")]
- AltusPlateauHighwayLookoutTowerRuneArc = 1042547100,
+ [Annotation(Name = "[Altus Plateau - Highway Lookout Tower] Rune Arc 1042547100")]
+ AltusPlateauHighwayLookoutTowerRuneArc = 1042547100,
- [Annotation(Name = "[Altus Plateau - Windmill Heights] Celebrant's Skull 1042557000")]
- AltusPlateauWindmillHeightsCelebrantsSkull = 1042557000,
+ [Annotation(Name = "[Altus Plateau - Windmill Heights] Celebrant's Skull 1042557000")]
+ AltusPlateauWindmillHeightsCelebrantsSkull = 1042557000,
- [Annotation(Name = "[Leyndell - Minor Erdtree Church] Golden Order Seal 1043507000")]
- LeyndellMinorErdtreeChurchGoldenOrderSeal = 1043507000,
+ [Annotation(Name = "[Leyndell - Minor Erdtree Church] Golden Order Seal 1043507000")]
+ LeyndellMinorErdtreeChurchGoldenOrderSeal = 1043507000,
- [Annotation(Name = "[Leyndell - Minor Erdtree Church] Smoldering Butterfly 1043507010")]
- LeyndellMinorErdtreeChurchSmolderingButterfly = 1043507010,
+ [Annotation(Name = "[Leyndell - Minor Erdtree Church] Smoldering Butterfly 1043507010")]
+ LeyndellMinorErdtreeChurchSmolderingButterfly = 1043507010,
- [Annotation(Name = "[Leyndell - Minor Erdtree Church] Missionary's Cookbook [4] 67640")]
- LeyndellMinorErdtreeChurchMissionarysCookbook4 = 67640,
+ [Annotation(Name = "[Leyndell - Minor Erdtree Church] Missionary's Cookbook [4] 67640")]
+ LeyndellMinorErdtreeChurchMissionarysCookbook4 = 67640,
- [Annotation(Name = "[Leyndell - Southeast Outer Wall Battleground] Lost Ashes of War 1043527000")]
- LeyndellSoutheastOuterWallBattlegroundLostAshesOfWar = 1043527000,
+ [Annotation(Name = "[Leyndell - Southeast Outer Wall Battleground] Lost Ashes of War 1043527000")]
+ LeyndellSoutheastOuterWallBattlegroundLostAshesOfWar = 1043527000,
- [Annotation(Name = "[Leyndell - Southeast Outer Wall Battleground] Golden Rune [5] 1043527030")]
- LeyndellSoutheastOuterWallBattlegroundGoldenRune5 = 1043527030,
+ [Annotation(Name = "[Leyndell - Southeast Outer Wall Battleground] Golden Rune [5] 1043527030")]
+ LeyndellSoutheastOuterWallBattlegroundGoldenRune5 = 1043527030,
- [Annotation(Name = "[Leyndell - Southeast Outer Wall Battleground] Viridian Amber Medallion +1 1043527500")]
- LeyndellSoutheastOuterWallBattlegroundViridianAmberMedallion1 = 1043527500,
+ [Annotation(Name = "[Leyndell - Southeast Outer Wall Battleground] Viridian Amber Medallion +1 1043527500")]
+ LeyndellSoutheastOuterWallBattlegroundViridianAmberMedallion1 = 1043527500,
- [Annotation(Name = "[Leyndell - Northeast Outer Wall Battleground] Golden Rune [9] 1043537000")]
- LeyndellNortheastOuterWallBattlegroundGoldenRune9 = 1043537000,
+ [Annotation(Name = "[Leyndell - Northeast Outer Wall Battleground] Golden Rune [9] 1043537000")]
+ LeyndellNortheastOuterWallBattlegroundGoldenRune9 = 1043537000,
- [Annotation(Name = "[Leyndell - Northeast Outer Wall Battleground] Golden Rune [10] 1043537010")]
- LeyndellNortheastOuterWallBattlegroundGoldenRune10 = 1043537010,
+ [Annotation(Name = "[Leyndell - Northeast Outer Wall Battleground] Golden Rune [10] 1043537010")]
+ LeyndellNortheastOuterWallBattlegroundGoldenRune10 = 1043537010,
- [Annotation(Name = "[Leyndell - Northeast Outer Wall Battleground] Larval Tear 1043537100")]
- LeyndellNortheastOuterWallBattlegroundLarvalTear = 1043537100,
+ [Annotation(Name = "[Leyndell - Northeast Outer Wall Battleground] Larval Tear 1043537100")]
+ LeyndellNortheastOuterWallBattlegroundLarvalTear = 1043537100,
- [Annotation(Name = "[Leyndell - Northeast Outer Wall Battleground] Grace Mimic 1043537020")]
- LeyndellNortheastOuterWallBattlegroundGraceMimic = 1043537020,
+ [Annotation(Name = "[Leyndell - Northeast Outer Wall Battleground] Grace Mimic 1043537020")]
+ LeyndellNortheastOuterWallBattlegroundGraceMimic = 1043537020,
- [Annotation(Name = "[Leyndell - Northeast Outer Wall Battleground] Drawstring Holy Grease 1043537030")]
- LeyndellNortheastOuterWallBattlegroundDrawstringHolyGrease = 1043537030,
+ [Annotation(Name = "[Leyndell - Northeast Outer Wall Battleground] Drawstring Holy Grease 1043537030")]
+ LeyndellNortheastOuterWallBattlegroundDrawstringHolyGrease = 1043537030,
- [Annotation(Name = "[Leyndell - Northeast Outer Wall Battleground] Smithing Stone [5] 1043537040")]
- LeyndellNortheastOuterWallBattlegroundSmithingStone5 = 1043537040,
+ [Annotation(Name = "[Leyndell - Northeast Outer Wall Battleground] Smithing Stone [5] 1043537040")]
+ LeyndellNortheastOuterWallBattlegroundSmithingStone5 = 1043537040,
- [Annotation(Name = "[Leyndell - Northeast Outer Wall Battleground] Golden Rune [5] 1043537050")]
- LeyndellNortheastOuterWallBattlegroundGoldenRune5 = 1043537050,
+ [Annotation(Name = "[Leyndell - Northeast Outer Wall Battleground] Golden Rune [5] 1043537050")]
+ LeyndellNortheastOuterWallBattlegroundGoldenRune5 = 1043537050,
- [Annotation(Name = "[Leyndell - Northeast Outer Wall Battleground] Golden Rune [7] 1043537060")]
- LeyndellNortheastOuterWallBattlegroundGoldenRune7 = 1043537060,
+ [Annotation(Name = "[Leyndell - Northeast Outer Wall Battleground] Golden Rune [7] 1043537060")]
+ LeyndellNortheastOuterWallBattlegroundGoldenRune7 = 1043537060,
- [Annotation(Name = "[Leyndell - Northeast Outer Wall Battleground] Mushroom 1043537070")]
- LeyndellNortheastOuterWallBattlegroundMushroom = 1043537070,
+ [Annotation(Name = "[Leyndell - Northeast Outer Wall Battleground] Mushroom 1043537070")]
+ LeyndellNortheastOuterWallBattlegroundMushroom = 1043537070,
- [Annotation(Name = "[Leyndell - Northeast Outer Wall Battleground] Medicine Peddler's Bell Bearing 1043537400")]
- LeyndellNortheastOuterWallBattlegroundMedicinePeddlersBellBearing = 1043537400,
+ [Annotation(Name = "[Leyndell - Northeast Outer Wall Battleground] Medicine Peddler's Bell Bearing 1043537400")]
+ LeyndellNortheastOuterWallBattlegroundMedicinePeddlersBellBearing = 1043537400,
- [Annotation(Name = "[Leyndell - South of Minor Erdtree] Great Arrow 1044527000")]
- LeyndellSouthOfMinorErdtreeGreatArrow = 1044527000,
+ [Annotation(Name = "[Leyndell - South of Minor Erdtree] Great Arrow 1044527000")]
+ LeyndellSouthOfMinorErdtreeGreatArrow = 1044527000,
- [Annotation(Name = "[Leyndell - South of Minor Erdtree] Golden Rune [6] 1044527010")]
- LeyndellSouthOfMinorErdtreeGoldenRune6 = 1044527010,
+ [Annotation(Name = "[Leyndell - South of Minor Erdtree] Golden Rune [6] 1044527010")]
+ LeyndellSouthOfMinorErdtreeGoldenRune6 = 1044527010,
- [Annotation(Name = "[Leyndell - South of Minor Erdtree] Golden Rune [2] 1044527020")]
- LeyndellSouthOfMinorErdtreeGoldenRune2 = 1044527020,
+ [Annotation(Name = "[Leyndell - South of Minor Erdtree] Golden Rune [2] 1044527020")]
+ LeyndellSouthOfMinorErdtreeGoldenRune2 = 1044527020,
- [Annotation(Name = "[Leyndell - Minor Erdtree] Golden Rune [4] 1044537010")]
- LeyndellMinorErdtreeGoldenRune4 = 1044537010,
+ [Annotation(Name = "[Leyndell - Minor Erdtree] Golden Rune [4] 1044537010")]
+ LeyndellMinorErdtreeGoldenRune4 = 1044537010,
- [Annotation(Name = "[Leyndell - Capital Rampart] Gravity Stone Fan 1045527000")]
- LeyndellCapitalRampartGravityStoneFan = 1045527000,
+ [Annotation(Name = "[Leyndell - Capital Rampart] Gravity Stone Fan 1045527000")]
+ LeyndellCapitalRampartGravityStoneFan = 1045527000,
- [Annotation(Name = "[Leyndell - Capital Rampart] Gravel Stone 1045527010")]
- LeyndellCapitalRampartGravelStone = 1045527010,
+ [Annotation(Name = "[Leyndell - Capital Rampart] Gravel Stone 1045527010")]
+ LeyndellCapitalRampartGravelStone = 1045527010,
- [Annotation(Name = "[Leyndell - Capital Rampart] Smithing Stone [6] 1045527020")]
- LeyndellCapitalRampartSmithingStone6 = 1045527020,
+ [Annotation(Name = "[Leyndell - Capital Rampart] Smithing Stone [6] 1045527020")]
+ LeyndellCapitalRampartSmithingStone6 = 1045527020,
- [Annotation(Name = "[Leyndell - Capital Rampart] Smithing Stone [5] 1045527030")]
- LeyndellCapitalRampartSmithingStone5 = 1045527030,
+ [Annotation(Name = "[Leyndell - Capital Rampart] Smithing Stone [5] 1045527030")]
+ LeyndellCapitalRampartSmithingStone5 = 1045527030,
- [Annotation(Name = "[Leyndell - Minor Erdtree] Crimson Crystal Tear 65030")]
- LeyndellMinorErdtreeCrimsonCrystalTear = 65030,
+ [Annotation(Name = "[Leyndell - Minor Erdtree] Crimson Crystal Tear 65030")]
+ LeyndellMinorErdtreeCrimsonCrystalTear = 65030,
- [Annotation(Name = "[Leyndell - Minor Erdtree] Twiggy Cracked Tear 65190")]
- LeyndellMinorErdtreeTwiggyCrackedTear = 65190,
+ [Annotation(Name = "[Leyndell - Minor Erdtree] Twiggy Cracked Tear 65190")]
+ LeyndellMinorErdtreeTwiggyCrackedTear = 65190,
- [Annotation(Name = "[Leyndell - Minor Erdtree] Winged Crystal Tear 65120")]
- LeyndellMinorErdtreeWingedCrystalTear = 65120,
+ [Annotation(Name = "[Leyndell - Minor Erdtree] Winged Crystal Tear 65120")]
+ LeyndellMinorErdtreeWingedCrystalTear = 65120,
- [Annotation(Name = "[Leyndell - Minor Erdtree] Twinbird Kite Shield 1044537300")]
- LeyndellMinorErdtreeTwinbirdKiteShield = 1044537300,
+ [Annotation(Name = "[Leyndell - Minor Erdtree] Twinbird Kite Shield 1044537300")]
+ LeyndellMinorErdtreeTwinbirdKiteShield = 1044537300,
- [Annotation(Name = "[Altus Plateau - Lux Ruins] Golden Seed 1038517400")]
- AltusPlateauLuxRuinsGoldenSeed = 1038517400,
+ [Annotation(Name = "[Altus Plateau - Lux Ruins] Golden Seed 1038517400")]
+ AltusPlateauLuxRuinsGoldenSeed = 1038517400,
- [Annotation(Name = "[Altus Plateau - Altus Highway Junction] Golden Seed 1039517400")]
- AltusPlateauAltusHighwayJunctionGoldenSeed = 1039517400,
+ [Annotation(Name = "[Altus Plateau - Altus Highway Junction] Golden Seed 1039517400")]
+ AltusPlateauAltusHighwayJunctionGoldenSeed = 1039517400,
- [Annotation(Name = "[Altus Plateau - Second Church of Marika] Sacred Tear 1039527400")]
- AltusPlateauSecondChurchOfMarikaSacredTear = 1039527400,
+ [Annotation(Name = "[Altus Plateau - Second Church of Marika] Sacred Tear 1039527400")]
+ AltusPlateauSecondChurchOfMarikaSacredTear = 1039527400,
- [Annotation(Name = "[Altus Plateau - West Windmill Village] Golden Seed 1041547400")]
- AltusPlateauWestWindmillVillageGoldenSeed = 1041547400,
+ [Annotation(Name = "[Altus Plateau - West Windmill Village] Golden Seed 1041547400")]
+ AltusPlateauWestWindmillVillageGoldenSeed = 1041547400,
- [Annotation(Name = "[Altus Plateau - Stormcaller Church] Sacred Tear 1040517400")]
- AltusPlateauStormcallerChurchSacredTear = 1040517400,
+ [Annotation(Name = "[Altus Plateau - Stormcaller Church] Sacred Tear 1040517400")]
+ AltusPlateauStormcallerChurchSacredTear = 1040517400,
- [Annotation(Name = "[Leyndell - Outer Wall Phantom Tree] Golden Seed 1042517400")]
- LeyndellOuterWallPhantomTreeGoldenSeed = 1042517400,
+ [Annotation(Name = "[Leyndell - Outer Wall Phantom Tree] Golden Seed 1042517400")]
+ LeyndellOuterWallPhantomTreeGoldenSeed = 1042517400,
- [Annotation(Name = "[Leyndell - Outer Wall Phantom Tree] Golden Seed 1042517410")]
- LeyndellOuterWallPhantomTreeGoldenSeed_ = 1042517410,
+ [Annotation(Name = "[Leyndell - Outer Wall Phantom Tree] Golden Seed 1042517410")]
+ LeyndellOuterWallPhantomTreeGoldenSeed_ = 1042517410,
- [Annotation(Name = "[Altus Plateau - Highway Lookout Tower] Golden Seed 1042547400")]
- AltusPlateauHighwayLookoutTowerGoldenSeed = 1042547400,
+ [Annotation(Name = "[Altus Plateau - Highway Lookout Tower] Golden Seed 1042547400")]
+ AltusPlateauHighwayLookoutTowerGoldenSeed = 1042547400,
- [Annotation(Name = "[Leyndell - Southeast Outer Wall Battleground] Golden Seed 1043527400")]
- LeyndellSoutheastOuterWallBattlegroundGoldenSeed = 1043527400,
+ [Annotation(Name = "[Leyndell - Southeast Outer Wall Battleground] Golden Seed 1043527400")]
+ LeyndellSoutheastOuterWallBattlegroundGoldenSeed = 1043527400,
- [Annotation(Name = "[Leyndell - Southeast Outer Wall Battleground] Golden Seed 1043527410")]
- LeyndellSoutheastOuterWallBattlegroundGoldenSeed_ = 1043527410,
+ [Annotation(Name = "[Leyndell - Southeast Outer Wall Battleground] Golden Seed 1043527410")]
+ LeyndellSoutheastOuterWallBattlegroundGoldenSeed_ = 1043527410,
- [Annotation(Name = "[Mt. Gelmir - Volcano Manor Entrance] Golden Seed 1036547400")]
- MtGelmirVolcanoManorEntranceGoldenSeed = 1036547400,
+ [Annotation(Name = "[Mt. Gelmir - Volcano Manor Entrance] Golden Seed 1036547400")]
+ MtGelmirVolcanoManorEntranceGoldenSeed = 1036547400,
- [Annotation(Name = "[Mt. Gelmir - Primeval Sorcerer Azur] Golden Seed 1037537400")]
- MtGelmirPrimevalSorcererAzurGoldenSeed = 1037537400,
+ [Annotation(Name = "[Mt. Gelmir - Primeval Sorcerer Azur] Golden Seed 1037537400")]
+ MtGelmirPrimevalSorcererAzurGoldenSeed = 1037537400,
- [Annotation(Name = "[Altus Plateau - Forest-Spanning Greatbridge] Map: Altus Plateau 62030")]
- AltusPlateauForestSpanningGreatbridgeMapAltusPlateau = 62030,
+ [Annotation(Name = "[Altus Plateau - Forest-Spanning Greatbridge] Map: Altus Plateau 62030")]
+ AltusPlateauForestSpanningGreatbridgeMapAltusPlateau = 62030,
- [Annotation(Name = "[Leyndell - Outer Wall Phantom Tree] Map: Leyndell, Royal Capital 62031")]
- LeyndellOuterWallPhantomTreeMapLeyndellRoyalCapital = 62031,
+ [Annotation(Name = "[Leyndell - Outer Wall Phantom Tree] Map: Leyndell, Royal Capital 62031")]
+ LeyndellOuterWallPhantomTreeMapLeyndellRoyalCapital = 62031,
- [Annotation(Name = "[Mt. Gelmir - Volcano Manor Entrance] Map: Mt. Gelmir 62032")]
- MtGelmirVolcanoManorEntranceMapMtGelmir = 62032,
+ [Annotation(Name = "[Mt. Gelmir - Volcano Manor Entrance] Map: Mt. Gelmir 62032")]
+ MtGelmirVolcanoManorEntranceMapMtGelmir = 62032,
- [Annotation(Name = "[Liurnia of the Lake - Northeast Ravine] Neutralizing Boluses 1037507000")]
- LiurniaOfTheLakeNortheastRavineNeutralizingBoluses = 1037507000,
+ [Annotation(Name = "[Liurnia of the Lake - Northeast Ravine] Neutralizing Boluses 1037507000")]
+ LiurniaOfTheLakeNortheastRavineNeutralizingBoluses = 1037507000,
- [Annotation(Name = "[Liurnia of the Lake - Northeast Ravine] Golden Seed 1037507100")]
- LiurniaOfTheLakeNortheastRavineGoldenSeed = 1037507100,
+ [Annotation(Name = "[Liurnia of the Lake - Northeast Ravine] Golden Seed 1037507100")]
+ LiurniaOfTheLakeNortheastRavineGoldenSeed = 1037507100,
- [Annotation(Name = "[Leyndell - Divine Tower of East Altus Entrance] Drawstring Fire Grease 1047517000")]
- LeyndellDivineTowerOfEastAltusEntranceDrawstringFireGrease = 1047517000,
+ [Annotation(Name = "[Leyndell - Divine Tower of East Altus Entrance] Drawstring Fire Grease 1047517000")]
+ LeyndellDivineTowerOfEastAltusEntranceDrawstringFireGrease = 1047517000,
- [Annotation(Name = "[Leyndell - Divine Tower of East Altus Entrance] Golden Rune [7] 1047517010")]
- LeyndellDivineTowerOfEastAltusEntranceGoldenRune7 = 1047517010,
+ [Annotation(Name = "[Leyndell - Divine Tower of East Altus Entrance] Golden Rune [7] 1047517010")]
+ LeyndellDivineTowerOfEastAltusEntranceGoldenRune7 = 1047517010,
- [Annotation(Name = "[Leyndell - Divine Tower of East Altus Entrance] Dragonwound Grease 1047517300")]
- LeyndellDivineTowerOfEastAltusEntranceDragonwoundGrease = 1047517300,
+ [Annotation(Name = "[Leyndell - Divine Tower of East Altus Entrance] Dragonwound Grease 1047517300")]
+ LeyndellDivineTowerOfEastAltusEntranceDragonwoundGrease = 1047517300,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Isolated Merchant's Shack] Somber Smithing Stone [7] 1048517000")]
- GreyollsDragonbarrowIsolatedMerchantsShackSomberSmithingStone7 = 1048517000,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Isolated Merchant's Shack] Somber Smithing Stone [7] 1048517000")]
+ GreyollsDragonbarrowIsolatedMerchantsShackSomberSmithingStone7 = 1048517000,
- [Annotation(Name = "[Greyoll's Dragonbarrow - Isolated Merchant's Shack] Ash of War: Phantom Slash 1048517700")]
- GreyollsDragonbarrowIsolatedMerchantsShackAshOfWarPhantomSlash = 1048517700,
+ [Annotation(Name = "[Greyoll's Dragonbarrow - Isolated Merchant's Shack] Ash of War: Phantom Slash 1048517700")]
+ GreyollsDragonbarrowIsolatedMerchantsShackAshOfWarPhantomSlash = 1048517700,
- [Annotation(Name = "[Mountaintops of the Giants - Before Grand Lift of Rold] Freezing Grease 1049527000")]
- MountaintopsOfTheGiantsBeforeGrandLiftOfRoldFreezingGrease = 1049527000,
+ [Annotation(Name = "[Mountaintops of the Giants - Before Grand Lift of Rold] Freezing Grease 1049527000")]
+ MountaintopsOfTheGiantsBeforeGrandLiftOfRoldFreezingGrease = 1049527000,
- [Annotation(Name = "[Mountaintops of the Giants - Before Grand Lift of Rold] Golden Seed 1049527800")]
- MountaintopsOfTheGiantsBeforeGrandLiftOfRoldGoldenSeed = 1049527800,
+ [Annotation(Name = "[Mountaintops of the Giants - Before Grand Lift of Rold] Golden Seed 1049527800")]
+ MountaintopsOfTheGiantsBeforeGrandLiftOfRoldGoldenSeed = 1049527800,
- [Annotation(Name = "[Mountaintops of the Giants - West Zamor Ruins] Sliver of Meat 1049537000")]
- MountaintopsOfTheGiantsWestZamorRuinsSliverOfMeat = 1049537000,
+ [Annotation(Name = "[Mountaintops of the Giants - West Zamor Ruins] Sliver of Meat 1049537000")]
+ MountaintopsOfTheGiantsWestZamorRuinsSliverOfMeat = 1049537000,
- [Annotation(Name = "[Mountaintops of the Giants - West Zamor Ruins] Invigorating Cured Meat 1049537010")]
- MountaintopsOfTheGiantsWestZamorRuinsInvigoratingCuredMeat = 1049537010,
+ [Annotation(Name = "[Mountaintops of the Giants - West Zamor Ruins] Invigorating Cured Meat 1049537010")]
+ MountaintopsOfTheGiantsWestZamorRuinsInvigoratingCuredMeat = 1049537010,
- [Annotation(Name = "[Mountaintops of the Giants - West Zamor Ruins] Golden Rune [10] 1049537020")]
- MountaintopsOfTheGiantsWestZamorRuinsGoldenRune10 = 1049537020,
+ [Annotation(Name = "[Mountaintops of the Giants - West Zamor Ruins] Golden Rune [10] 1049537020")]
+ MountaintopsOfTheGiantsWestZamorRuinsGoldenRune10 = 1049537020,
- [Annotation(Name = "[Mountaintops of the Giants - West Zamor Ruins] Zamor Ice Storm 1049537030")]
- MountaintopsOfTheGiantsWestZamorRuinsZamorIceStorm = 1049537030,
+ [Annotation(Name = "[Mountaintops of the Giants - West Zamor Ruins] Zamor Ice Storm 1049537030")]
+ MountaintopsOfTheGiantsWestZamorRuinsZamorIceStorm = 1049537030,
- [Annotation(Name = "[Mountaintops of the Giants - West Zamor Ruins] Beast Blood 1049537300")]
- MountaintopsOfTheGiantsWestZamorRuinsBeastBlood = 1049537300,
+ [Annotation(Name = "[Mountaintops of the Giants - West Zamor Ruins] Beast Blood 1049537300")]
+ MountaintopsOfTheGiantsWestZamorRuinsBeastBlood = 1049537300,
- [Annotation(Name = "[Mountaintops of the Giants - West Zamor Ruins] Map: Mountaintops of the Giants, West 62050")]
- MountaintopsOfTheGiantsWestZamorRuinsMapMountaintopsOfTheGiantsWest = 62050,
+ [Annotation(Name = "[Mountaintops of the Giants - West Zamor Ruins] Map: Mountaintops of the Giants, West 62050")]
+ MountaintopsOfTheGiantsWestZamorRuinsMapMountaintopsOfTheGiantsWest = 62050,
- [Annotation(Name = "[Mountaintops of the Giants - West Zamor Ruins] Smithing-Stone Miner's Bell Bearing [3] 1049537900")]
- MountaintopsOfTheGiantsWestZamorRuinsSmithingStoneMinersBellBearing3 = 1049537900,
+ [Annotation(Name = "[Mountaintops of the Giants - West Zamor Ruins] Smithing-Stone Miner's Bell Bearing [3] 1049537900")]
+ MountaintopsOfTheGiantsWestZamorRuinsSmithingStoneMinersBellBearing3 = 1049537900,
- [Annotation(Name = "[Mountaintops of the Giants - East Zamor Ruins] Somber Smithing Stone [7] 1050537000")]
- MountaintopsOfTheGiantsEastZamorRuinsSomberSmithingStone7 = 1050537000,
+ [Annotation(Name = "[Mountaintops of the Giants - East Zamor Ruins] Somber Smithing Stone [7] 1050537000")]
+ MountaintopsOfTheGiantsEastZamorRuinsSomberSmithingStone7 = 1050537000,
- [Annotation(Name = "[Mountaintops of the Giants - East Zamor Ruins] Smoldering Butterfly 1050537300")]
- MountaintopsOfTheGiantsEastZamorRuinsSmolderingButterfly = 1050537300,
+ [Annotation(Name = "[Mountaintops of the Giants - East Zamor Ruins] Smoldering Butterfly 1050537300")]
+ MountaintopsOfTheGiantsEastZamorRuinsSmolderingButterfly = 1050537300,
- [Annotation(Name = "[Mountaintops of the Giants - East Zamor Ruins] Somber Smithing Stone [7] 1050537700")]
- MountaintopsOfTheGiantsEastZamorRuinsSomberSmithingStone7_ = 1050537700,
+ [Annotation(Name = "[Mountaintops of the Giants - East Zamor Ruins] Somber Smithing Stone [7] 1050537700")]
+ MountaintopsOfTheGiantsEastZamorRuinsSomberSmithingStone7_ = 1050537700,
- [Annotation(Name = "[Mountaintops of the Giants - North of Zamor Ruins] Lost Ashes of War 1050547000")]
- MountaintopsOfTheGiantsNorthOfZamorRuinsLostAshesOfWar = 1050547000,
+ [Annotation(Name = "[Mountaintops of the Giants - North of Zamor Ruins] Lost Ashes of War 1050547000")]
+ MountaintopsOfTheGiantsNorthOfZamorRuinsLostAshesOfWar = 1050547000,
- [Annotation(Name = "[Mountaintops of the Giants - North of Zamor Ruins] Arteria Leaf 1050547800")]
- MountaintopsOfTheGiantsNorthOfZamorRuinsArteriaLeaf = 1050547800,
+ [Annotation(Name = "[Mountaintops of the Giants - North of Zamor Ruins] Arteria Leaf 1050547800")]
+ MountaintopsOfTheGiantsNorthOfZamorRuinsArteriaLeaf = 1050547800,
- [Annotation(Name = "[Mountaintops of the Giants - North of Zamor Ruins] Briars of Punishment 1050547810")]
- MountaintopsOfTheGiantsNorthOfZamorRuinsBriarsOfPunishment = 1050547810,
+ [Annotation(Name = "[Mountaintops of the Giants - North of Zamor Ruins] Briars of Punishment 1050547810")]
+ MountaintopsOfTheGiantsNorthOfZamorRuinsBriarsOfPunishment = 1050547810,
- [Annotation(Name = "[Mountaintops of the Giants - Ancient Snow Valley Ruins] Golden Rune [7] 1051557300")]
- MountaintopsOfTheGiantsAncientSnowValleyRuinsGoldenRune7 = 1051557300,
+ [Annotation(Name = "[Mountaintops of the Giants - Ancient Snow Valley Ruins] Golden Rune [7] 1051557300")]
+ MountaintopsOfTheGiantsAncientSnowValleyRuinsGoldenRune7 = 1051557300,
- [Annotation(Name = "[Mountaintops of the Giants - Ancient Snow Valley Ruins] Drawstring Holy Grease 1051557310")]
- MountaintopsOfTheGiantsAncientSnowValleyRuinsDrawstringHolyGrease = 1051557310,
+ [Annotation(Name = "[Mountaintops of the Giants - Ancient Snow Valley Ruins] Drawstring Holy Grease 1051557310")]
+ MountaintopsOfTheGiantsAncientSnowValleyRuinsDrawstringHolyGrease = 1051557310,
- [Annotation(Name = "[Mountaintops of the Giants - Ancient Snow Valley Ruins] Rainbow Stone 1051557320")]
- MountaintopsOfTheGiantsAncientSnowValleyRuinsRainbowStone = 1051557320,
+ [Annotation(Name = "[Mountaintops of the Giants - Ancient Snow Valley Ruins] Rainbow Stone 1051557320")]
+ MountaintopsOfTheGiantsAncientSnowValleyRuinsRainbowStone = 1051557320,
- [Annotation(Name = "[Mountaintops of the Giants - Ancient Snow Valley Ruins] Golden Rune [13] 1051557330")]
- MountaintopsOfTheGiantsAncientSnowValleyRuinsGoldenRune13 = 1051557330,
+ [Annotation(Name = "[Mountaintops of the Giants - Ancient Snow Valley Ruins] Golden Rune [13] 1051557330")]
+ MountaintopsOfTheGiantsAncientSnowValleyRuinsGoldenRune13 = 1051557330,
- [Annotation(Name = "[Mountaintops of the Giants - Shack of the Lofty] Tarnished Golden Sunflower 1050567300")]
- MountaintopsOfTheGiantsShackOfTheLoftyTarnishedGoldenSunflower = 1050567300,
+ [Annotation(Name = "[Mountaintops of the Giants - Shack of the Lofty] Tarnished Golden Sunflower 1050567300")]
+ MountaintopsOfTheGiantsShackOfTheLoftyTarnishedGoldenSunflower = 1050567300,
- [Annotation(Name = "[Mountaintops of the Giants - Shack of the Lofty] Warming Stone 1050567500")]
- MountaintopsOfTheGiantsShackOfTheLoftyWarmingStone = 1050567500,
+ [Annotation(Name = "[Mountaintops of the Giants - Shack of the Lofty] Warming Stone 1050567500")]
+ MountaintopsOfTheGiantsShackOfTheLoftyWarmingStone = 1050567500,
- [Annotation(Name = "[Mountaintops of the Giants - Shack of the Lofty] Invigorating White Cured Meat 1050567510")]
- MountaintopsOfTheGiantsShackOfTheLoftyInvigoratingWhiteCuredMeat = 1050567510,
+ [Annotation(Name = "[Mountaintops of the Giants - Shack of the Lofty] Invigorating White Cured Meat 1050567510")]
+ MountaintopsOfTheGiantsShackOfTheLoftyInvigoratingWhiteCuredMeat = 1050567510,
- [Annotation(Name = "[Mountaintops of the Giants - Shack of the Lofty] Smithing Stone [7] 1050567520")]
- MountaintopsOfTheGiantsShackOfTheLoftySmithingStone7 = 1050567520,
+ [Annotation(Name = "[Mountaintops of the Giants - Shack of the Lofty] Smithing Stone [7] 1050567520")]
+ MountaintopsOfTheGiantsShackOfTheLoftySmithingStone7 = 1050567520,
- [Annotation(Name = "[Mountaintops of the Giants - Shack of the Lofty] Ancient Dragon Smithing Stone 1050567600")]
- MountaintopsOfTheGiantsShackOfTheLoftyAncientDragonSmithingStone = 1050567600,
+ [Annotation(Name = "[Mountaintops of the Giants - Shack of the Lofty] Ancient Dragon Smithing Stone 1050567600")]
+ MountaintopsOfTheGiantsShackOfTheLoftyAncientDragonSmithingStone = 1050567600,
- [Annotation(Name = "[Mountaintops of the Giants - Shack of the Lofty] Traveling Maiden Hood 1050567620")]
- MountaintopsOfTheGiantsShackOfTheLoftyTravelingMaidenHood = 1050567620,
+ [Annotation(Name = "[Mountaintops of the Giants - Shack of the Lofty] Traveling Maiden Hood 1050567620")]
+ MountaintopsOfTheGiantsShackOfTheLoftyTravelingMaidenHood = 1050567620,
- [Annotation(Name = "[Mountaintops of the Giants - Shack of the Lofty] Hoslow's Petal Whip 1050567700")]
- MountaintopsOfTheGiantsShackOfTheLoftyHoslowsPetalWhip = 1050567700,
+ [Annotation(Name = "[Mountaintops of the Giants - Shack of the Lofty] Hoslow's Petal Whip 1050567700")]
+ MountaintopsOfTheGiantsShackOfTheLoftyHoslowsPetalWhip = 1050567700,
- [Annotation(Name = "[Mountaintops of the Giants - Shack of the Lofty] Smithing Stone [8] 1050567800")]
- MountaintopsOfTheGiantsShackOfTheLoftySmithingStone8 = 1050567800,
+ [Annotation(Name = "[Mountaintops of the Giants - Shack of the Lofty] Smithing Stone [8] 1050567800")]
+ MountaintopsOfTheGiantsShackOfTheLoftySmithingStone8 = 1050567800,
- [Annotation(Name = "[Mountaintops of the Giants - Shack of the Lofty] Graven-Mass Talisman 1050567820")]
- MountaintopsOfTheGiantsShackOfTheLoftyGravenMassTalisman = 1050567820,
+ [Annotation(Name = "[Mountaintops of the Giants - Shack of the Lofty] Graven-Mass Talisman 1050567820")]
+ MountaintopsOfTheGiantsShackOfTheLoftyGravenMassTalisman = 1050567820,
- [Annotation(Name = "[Mountaintops of the Giants - Before Freezing Lake] Stimulating Boluses 1052577000")]
- MountaintopsOfTheGiantsBeforeFreezingLakeStimulatingBoluses = 1052577000,
+ [Annotation(Name = "[Mountaintops of the Giants - Before Freezing Lake] Stimulating Boluses 1052577000")]
+ MountaintopsOfTheGiantsBeforeFreezingLakeStimulatingBoluses = 1052577000,
- [Annotation(Name = "[Mountaintops of the Giants - Before Freezing Lake] Thawfrost Boluses 1052577300")]
- MountaintopsOfTheGiantsBeforeFreezingLakeThawfrostBoluses = 1052577300,
+ [Annotation(Name = "[Mountaintops of the Giants - Before Freezing Lake] Thawfrost Boluses 1052577300")]
+ MountaintopsOfTheGiantsBeforeFreezingLakeThawfrostBoluses = 1052577300,
- [Annotation(Name = "[Mountaintops of the Giants - Before Freezing Lake] Old Fang 1052577310")]
- MountaintopsOfTheGiantsBeforeFreezingLakeOldFang = 1052577310,
+ [Annotation(Name = "[Mountaintops of the Giants - Before Freezing Lake] Old Fang 1052577310")]
+ MountaintopsOfTheGiantsBeforeFreezingLakeOldFang = 1052577310,
- [Annotation(Name = "[Mountaintops of the Giants - Before Freezing Lake] Golden Seed 1052577800")]
- MountaintopsOfTheGiantsBeforeFreezingLakeGoldenSeed = 1052577800,
+ [Annotation(Name = "[Mountaintops of the Giants - Before Freezing Lake] Golden Seed 1052577800")]
+ MountaintopsOfTheGiantsBeforeFreezingLakeGoldenSeed = 1052577800,
- [Annotation(Name = "[Mountaintops of the Giants - Before Freezing Lake] Smithing Stone [7] 1052577810")]
- MountaintopsOfTheGiantsBeforeFreezingLakeSmithingStone7 = 1052577810,
+ [Annotation(Name = "[Mountaintops of the Giants - Before Freezing Lake] Smithing Stone [7] 1052577810")]
+ MountaintopsOfTheGiantsBeforeFreezingLakeSmithingStone7 = 1052577810,
- [Annotation(Name = "[Mountaintops of the Giants - Northwest Freezing Lake] Golden Rune [11] 1053577300")]
- MountaintopsOfTheGiantsNorthwestFreezingLakeGoldenRune11 = 1053577300,
+ [Annotation(Name = "[Mountaintops of the Giants - Northwest Freezing Lake] Golden Rune [11] 1053577300")]
+ MountaintopsOfTheGiantsNorthwestFreezingLakeGoldenRune11 = 1053577300,
- [Annotation(Name = "[Mountaintops of the Giants - Southwest Freezing Lake] Somber Smithing Stone [8] 1053567300")]
- MountaintopsOfTheGiantsSouthwestFreezingLakeSomberSmithingStone8 = 1053567300,
+ [Annotation(Name = "[Mountaintops of the Giants - Southwest Freezing Lake] Somber Smithing Stone [8] 1053567300")]
+ MountaintopsOfTheGiantsSouthwestFreezingLakeSomberSmithingStone8 = 1053567300,
- [Annotation(Name = "[Mountaintops of the Giants - Southwest Freezing Lake] Golden Rune [10] 1053567310")]
- MountaintopsOfTheGiantsSouthwestFreezingLakeGoldenRune10 = 1053567310,
+ [Annotation(Name = "[Mountaintops of the Giants - Southwest Freezing Lake] Golden Rune [10] 1053567310")]
+ MountaintopsOfTheGiantsSouthwestFreezingLakeGoldenRune10 = 1053567310,
- [Annotation(Name = "[Mountaintops of the Giants - Southwest Freezing Lake] Golden Rune [12] 1053567700")]
- MountaintopsOfTheGiantsSouthwestFreezingLakeGoldenRune12 = 1053567700,
+ [Annotation(Name = "[Mountaintops of the Giants - Southwest Freezing Lake] Golden Rune [12] 1053567700")]
+ MountaintopsOfTheGiantsSouthwestFreezingLakeGoldenRune12 = 1053567700,
- [Annotation(Name = "[Mountaintops of the Giants - Southwest Freezing Lake] Golden Rune [12] 1053567710")]
- MountaintopsOfTheGiantsSouthwestFreezingLakeGoldenRune12_ = 1053567710,
+ [Annotation(Name = "[Mountaintops of the Giants - Southwest Freezing Lake] Golden Rune [12] 1053567710")]
+ MountaintopsOfTheGiantsSouthwestFreezingLakeGoldenRune12_ = 1053567710,
- [Annotation(Name = "[Mountaintops of the Giants - Southwest Freezing Lake] Golden Rune [12] 1053567720")]
- MountaintopsOfTheGiantsSouthwestFreezingLakeGoldenRune12__ = 1053567720,
+ [Annotation(Name = "[Mountaintops of the Giants - Southwest Freezing Lake] Golden Rune [12] 1053567720")]
+ MountaintopsOfTheGiantsSouthwestFreezingLakeGoldenRune12__ = 1053567720,
- [Annotation(Name = "[Mountaintops of the Giants - Southwest Freezing Lake] Golden Rune [7] 1053567800")]
- MountaintopsOfTheGiantsSouthwestFreezingLakeGoldenRune7 = 1053567800,
+ [Annotation(Name = "[Mountaintops of the Giants - Southwest Freezing Lake] Golden Rune [7] 1053567800")]
+ MountaintopsOfTheGiantsSouthwestFreezingLakeGoldenRune7 = 1053567800,
- [Annotation(Name = "[Mountaintops of the Giants - Southwest Freezing Lake] Golden Rune [7] 1053567810")]
- MountaintopsOfTheGiantsSouthwestFreezingLakeGoldenRune7_ = 1053567810,
+ [Annotation(Name = "[Mountaintops of the Giants - Southwest Freezing Lake] Golden Rune [7] 1053567810")]
+ MountaintopsOfTheGiantsSouthwestFreezingLakeGoldenRune7_ = 1053567810,
- [Annotation(Name = "[Mountaintops of the Giants - Before Freezing Lake] Founding Rain of Stars 1052577900")]
- MountaintopsOfTheGiantsBeforeFreezingLakeFoundingRainOfStars = 1052577900,
+ [Annotation(Name = "[Mountaintops of the Giants - Before Freezing Lake] Founding Rain of Stars 1052577900")]
+ MountaintopsOfTheGiantsBeforeFreezingLakeFoundingRainOfStars = 1052577900,
- [Annotation(Name = "[Mountaintops of the Giants - First Church of Marika] Smithing Stone [7] 1054557000")]
- MountaintopsOfTheGiantsFirstChurchOfMarikaSmithingStone7 = 1054557000,
+ [Annotation(Name = "[Mountaintops of the Giants - First Church of Marika] Smithing Stone [7] 1054557000")]
+ MountaintopsOfTheGiantsFirstChurchOfMarikaSmithingStone7 = 1054557000,
- [Annotation(Name = "[Mountaintops of the Giants - First Church of Marika] Somberstone Miner's Bell Bearing [3] 1054557310")]
- MountaintopsOfTheGiantsFirstChurchOfMarikaSomberstoneMinersBellBearing3 = 1054557310,
+ [Annotation(Name = "[Mountaintops of the Giants - First Church of Marika] Somberstone Miner's Bell Bearing [3] 1054557310")]
+ MountaintopsOfTheGiantsFirstChurchOfMarikaSomberstoneMinersBellBearing3 = 1054557310,
- [Annotation(Name = "[Mountaintops of the Giants - First Church of Marika] Sacred Tear 1054557800")]
- MountaintopsOfTheGiantsFirstChurchOfMarikaSacredTear = 1054557800,
+ [Annotation(Name = "[Mountaintops of the Giants - First Church of Marika] Sacred Tear 1054557800")]
+ MountaintopsOfTheGiantsFirstChurchOfMarikaSacredTear = 1054557800,
- [Annotation(Name = "[Mountaintops of the Giants - Whiteridge Road] Explosive Greatbolt 1052567300")]
- MountaintopsOfTheGiantsWhiteridgeRoadExplosiveGreatbolt = 1052567300,
+ [Annotation(Name = "[Mountaintops of the Giants - Whiteridge Road] Explosive Greatbolt 1052567300")]
+ MountaintopsOfTheGiantsWhiteridgeRoadExplosiveGreatbolt = 1052567300,
- [Annotation(Name = "[Mountaintops of the Giants - Whiteridge Road] Rune Arc 1052567310")]
- MountaintopsOfTheGiantsWhiteridgeRoadRuneArc = 1052567310,
+ [Annotation(Name = "[Mountaintops of the Giants - Whiteridge Road] Rune Arc 1052567310")]
+ MountaintopsOfTheGiantsWhiteridgeRoadRuneArc = 1052567310,
- [Annotation(Name = "[Mountaintops of the Giants - Giants' Gravepost] Ancient Dragon Smithing Stone 1051537000")]
- MountaintopsOfTheGiantsGiantsGravepostAncientDragonSmithingStone = 1051537000,
+ [Annotation(Name = "[Mountaintops of the Giants - Giants' Gravepost] Ancient Dragon Smithing Stone 1051537000")]
+ MountaintopsOfTheGiantsGiantsGravepostAncientDragonSmithingStone = 1051537000,
- [Annotation(Name = "[Mountaintops of the Giants - Giants' Gravepost] Smithing Stone [7] 1051537010")]
- MountaintopsOfTheGiantsGiantsGravepostSmithingStone7 = 1051537010,
+ [Annotation(Name = "[Mountaintops of the Giants - Giants' Gravepost] Smithing Stone [7] 1051537010")]
+ MountaintopsOfTheGiantsGiantsGravepostSmithingStone7 = 1051537010,
- [Annotation(Name = "[Mountaintops of the Giants - Giants' Gravepost] Drawstring Holy Grease 1051537300")]
- MountaintopsOfTheGiantsGiantsGravepostDrawstringHolyGrease = 1051537300,
+ [Annotation(Name = "[Mountaintops of the Giants - Giants' Gravepost] Drawstring Holy Grease 1051537300")]
+ MountaintopsOfTheGiantsGiantsGravepostDrawstringHolyGrease = 1051537300,
- [Annotation(Name = "[Mountaintops of the Giants - Giants' Gravepost] Rivers of Blood 1051537500")]
- MountaintopsOfTheGiantsGiantsGravepostRiversOfBlood = 1051537500,
+ [Annotation(Name = "[Mountaintops of the Giants - Giants' Gravepost] Rivers of Blood 1051537500")]
+ MountaintopsOfTheGiantsGiantsGravepostRiversOfBlood = 1051537500,
- [Annotation(Name = "[Mountaintops of the Giants - Giants' Gravepost] Ash of War: Troll's Roar 1051537600")]
- MountaintopsOfTheGiantsGiantsGravepostAshOfWarTrollsRoar = 1051537600,
+ [Annotation(Name = "[Mountaintops of the Giants - Giants' Gravepost] Ash of War: Troll's Roar 1051537600")]
+ MountaintopsOfTheGiantsGiantsGravepostAshOfWarTrollsRoar = 1051537600,
- [Annotation(Name = "[Mountaintops of the Giants - Giants' Gravepost] Somber Smithing Stone [8] 1051537700")]
- MountaintopsOfTheGiantsGiantsGravepostSomberSmithingStone8 = 1051537700,
+ [Annotation(Name = "[Mountaintops of the Giants - Giants' Gravepost] Somber Smithing Stone [8] 1051537700")]
+ MountaintopsOfTheGiantsGiantsGravepostSomberSmithingStone8 = 1051537700,
- [Annotation(Name = "[Mountaintops of the Giants - Giants' Gravepost] Sacred Tear 1051537800")]
- MountaintopsOfTheGiantsGiantsGravepostSacredTear = 1051537800,
+ [Annotation(Name = "[Mountaintops of the Giants - Giants' Gravepost] Sacred Tear 1051537800")]
+ MountaintopsOfTheGiantsGiantsGravepostSacredTear = 1051537800,
- [Annotation(Name = "[Mountaintops of the Giants - Giants' Gravepost] Warming Stone 1051537810")]
- MountaintopsOfTheGiantsGiantsGravepostWarmingStone = 1051537810,
+ [Annotation(Name = "[Mountaintops of the Giants - Giants' Gravepost] Warming Stone 1051537810")]
+ MountaintopsOfTheGiantsGiantsGravepostWarmingStone = 1051537810,
- [Annotation(Name = "[Mountaintops of the Giants - Giants' Gravepost] Invigorating White Cured Meat 1051547000")]
- MountaintopsOfTheGiantsGiantsGravepostInvigoratingWhiteCuredMeat = 1051547000,
+ [Annotation(Name = "[Mountaintops of the Giants - Giants' Gravepost] Invigorating White Cured Meat 1051547000")]
+ MountaintopsOfTheGiantsGiantsGravepostInvigoratingWhiteCuredMeat = 1051547000,
- [Annotation(Name = "[Mountaintops of the Giants - Giants' Gravepost] Fan Daggers 1051547800")]
- MountaintopsOfTheGiantsGiantsGravepostFanDaggers = 1051547800,
+ [Annotation(Name = "[Mountaintops of the Giants - Giants' Gravepost] Fan Daggers 1051547800")]
+ MountaintopsOfTheGiantsGiantsGravepostFanDaggers = 1051547800,
- [Annotation(Name = "[Mountaintops of the Giants - Northwest Fire Giant Arena] Golden Rune [10] 1052537000")]
- MountaintopsOfTheGiantsNorthwestFireGiantArenaGoldenRune10 = 1052537000,
+ [Annotation(Name = "[Mountaintops of the Giants - Northwest Fire Giant Arena] Golden Rune [10] 1052537000")]
+ MountaintopsOfTheGiantsNorthwestFireGiantArenaGoldenRune10 = 1052537000,
- [Annotation(Name = "[Mountaintops of the Giants - Northwest Fire Giant Arena] Golden Seed 1052537800")]
- MountaintopsOfTheGiantsNorthwestFireGiantArenaGoldenSeed = 1052537800,
+ [Annotation(Name = "[Mountaintops of the Giants - Northwest Fire Giant Arena] Golden Seed 1052537800")]
+ MountaintopsOfTheGiantsNorthwestFireGiantArenaGoldenSeed = 1052537800,
- [Annotation(Name = "[Mountaintops of the Giants - Northeast Giants' Gravepost] Grace Mimic 1052547000")]
- MountaintopsOfTheGiantsNortheastGiantsGravepostGraceMimic = 1052547000,
+ [Annotation(Name = "[Mountaintops of the Giants - Northeast Giants' Gravepost] Grace Mimic 1052547000")]
+ MountaintopsOfTheGiantsNortheastGiantsGravepostGraceMimic = 1052547000,
- [Annotation(Name = "[Mountaintops of the Giants - Northeast Giants' Gravepost] Golden Rune [10] 1052547010")]
- MountaintopsOfTheGiantsNortheastGiantsGravepostGoldenRune10 = 1052547010,
+ [Annotation(Name = "[Mountaintops of the Giants - Northeast Giants' Gravepost] Golden Rune [10] 1052547010")]
+ MountaintopsOfTheGiantsNortheastGiantsGravepostGoldenRune10 = 1052547010,
- [Annotation(Name = "[Mountaintops of the Giants - Northeast Giants' Gravepost] Golden Rune [10] 1052547020")]
- MountaintopsOfTheGiantsNortheastGiantsGravepostGoldenRune10_ = 1052547020,
+ [Annotation(Name = "[Mountaintops of the Giants - Northeast Giants' Gravepost] Golden Rune [10] 1052547020")]
+ MountaintopsOfTheGiantsNortheastGiantsGravepostGoldenRune10_ = 1052547020,
- [Annotation(Name = "[Mountaintops of the Giants - Northeast Giants' Gravepost] Map: Mountaintops of the Giants, East 62051")]
- MountaintopsOfTheGiantsNortheastGiantsGravepostMapMountaintopsOfTheGiantsEast = 62051,
+ [Annotation(Name = "[Mountaintops of the Giants - Northeast Giants' Gravepost] Map: Mountaintops of the Giants, East 62051")]
+ MountaintopsOfTheGiantsNortheastGiantsGravepostMapMountaintopsOfTheGiantsEast = 62051,
- [Annotation(Name = "[Mountaintops of the Giants - Northeast Giants' Gravepost] Starlight Shards 1052547800")]
- MountaintopsOfTheGiantsNortheastGiantsGravepostStarlightShards = 1052547800,
+ [Annotation(Name = "[Mountaintops of the Giants - Northeast Giants' Gravepost] Starlight Shards 1052547800")]
+ MountaintopsOfTheGiantsNortheastGiantsGravepostStarlightShards = 1052547800,
- [Annotation(Name = "[Mountaintops of the Giants - Northeast Giants' Gravepost] Crimsonwhorl Bubbletear 65200")]
- MountaintopsOfTheGiantsNortheastGiantsGravepostCrimsonwhorlBubbletear = 65200,
+ [Annotation(Name = "[Mountaintops of the Giants - Northeast Giants' Gravepost] Crimsonwhorl Bubbletear 65200")]
+ MountaintopsOfTheGiantsNortheastGiantsGravepostCrimsonwhorlBubbletear = 65200,
- [Annotation(Name = "[Mountaintops of the Giants - Guardians' Garrison] Smoldering Butterfly 1052557000")]
- MountaintopsOfTheGiantsGuardiansGarrisonSmolderingButterfly = 1052557000,
+ [Annotation(Name = "[Mountaintops of the Giants - Guardians' Garrison] Smoldering Butterfly 1052557000")]
+ MountaintopsOfTheGiantsGuardiansGarrisonSmolderingButterfly = 1052557000,
- [Annotation(Name = "[Mountaintops of the Giants - Guardians' Garrison] Smithing Stone [7] 1052557010")]
- MountaintopsOfTheGiantsGuardiansGarrisonSmithingStone7 = 1052557010,
+ [Annotation(Name = "[Mountaintops of the Giants - Guardians' Garrison] Smithing Stone [7] 1052557010")]
+ MountaintopsOfTheGiantsGuardiansGarrisonSmithingStone7 = 1052557010,
- [Annotation(Name = "[Mountaintops of the Giants - Guardians' Garrison] Golden Rune [10] 1052557020")]
- MountaintopsOfTheGiantsGuardiansGarrisonGoldenRune10 = 1052557020,
+ [Annotation(Name = "[Mountaintops of the Giants - Guardians' Garrison] Golden Rune [10] 1052557020")]
+ MountaintopsOfTheGiantsGuardiansGarrisonGoldenRune10 = 1052557020,
- [Annotation(Name = "[Mountaintops of the Giants - Guardians' Garrison] Smoldering Butterfly 1052557030")]
- MountaintopsOfTheGiantsGuardiansGarrisonSmolderingButterfly_ = 1052557030,
+ [Annotation(Name = "[Mountaintops of the Giants - Guardians' Garrison] Smoldering Butterfly 1052557030")]
+ MountaintopsOfTheGiantsGuardiansGarrisonSmolderingButterfly_ = 1052557030,
- [Annotation(Name = "[Mountaintops of the Giants - Guardians' Garrison] Smithing Stone [7] 1052557040")]
- MountaintopsOfTheGiantsGuardiansGarrisonSmithingStone7_ = 1052557040,
+ [Annotation(Name = "[Mountaintops of the Giants - Guardians' Garrison] Smithing Stone [7] 1052557040")]
+ MountaintopsOfTheGiantsGuardiansGarrisonSmithingStone7_ = 1052557040,
- [Annotation(Name = "[Mountaintops of the Giants - Guardians' Garrison] Golden Rune [8] 1052557300")]
- MountaintopsOfTheGiantsGuardiansGarrisonGoldenRune8 = 1052557300,
+ [Annotation(Name = "[Mountaintops of the Giants - Guardians' Garrison] Golden Rune [8] 1052557300")]
+ MountaintopsOfTheGiantsGuardiansGarrisonGoldenRune8 = 1052557300,
- [Annotation(Name = "[Mountaintops of the Giants - Guardians' Garrison] Stonesword Key 1052557310")]
- MountaintopsOfTheGiantsGuardiansGarrisonStoneswordKey = 1052557310,
+ [Annotation(Name = "[Mountaintops of the Giants - Guardians' Garrison] Stonesword Key 1052557310")]
+ MountaintopsOfTheGiantsGuardiansGarrisonStoneswordKey = 1052557310,
- [Annotation(Name = "[Mountaintops of the Giants - Guardians' Garrison] One-Eyed Shield 1052557700")]
- MountaintopsOfTheGiantsGuardiansGarrisonOneEyedShield = 1052557700,
+ [Annotation(Name = "[Mountaintops of the Giants - Guardians' Garrison] One-Eyed Shield 1052557700")]
+ MountaintopsOfTheGiantsGuardiansGarrisonOneEyedShield = 1052557700,
- [Annotation(Name = "[Mountaintops of the Giants - Guardians' Garrison] Gravel Stone 1052557800")]
- MountaintopsOfTheGiantsGuardiansGarrisonGravelStone = 1052557800,
+ [Annotation(Name = "[Mountaintops of the Giants - Guardians' Garrison] Gravel Stone 1052557800")]
+ MountaintopsOfTheGiantsGuardiansGarrisonGravelStone = 1052557800,
- [Annotation(Name = "[Mountaintops of the Giants - Guardians' Garrison] Giant's Prayerbook 1052557900")]
- MountaintopsOfTheGiantsGuardiansGarrisonGiantsPrayerbook = 1052557900,
+ [Annotation(Name = "[Mountaintops of the Giants - Guardians' Garrison] Giant's Prayerbook 1052557900")]
+ MountaintopsOfTheGiantsGuardiansGarrisonGiantsPrayerbook = 1052557900,
- [Annotation(Name = "[Mountaintops of the Giants - Ancient Snow Valley Ruins] Somber Smithing Stone [9] 1051567020")]
- MountaintopsOfTheGiantsAncientSnowValleyRuinsSomberSmithingStone9 = 1051567020,
+ [Annotation(Name = "[Mountaintops of the Giants - Ancient Snow Valley Ruins] Somber Smithing Stone [9] 1051567020")]
+ MountaintopsOfTheGiantsAncientSnowValleyRuinsSomberSmithingStone9 = 1051567020,
- [Annotation(Name = "[Mountaintops of the Giants - Ancient Snow Valley Ruins] Freezing Grease 1051567030")]
- MountaintopsOfTheGiantsAncientSnowValleyRuinsFreezingGrease = 1051567030,
+ [Annotation(Name = "[Mountaintops of the Giants - Ancient Snow Valley Ruins] Freezing Grease 1051567030")]
+ MountaintopsOfTheGiantsAncientSnowValleyRuinsFreezingGrease = 1051567030,
- [Annotation(Name = "[Mountaintops of the Giants - Ancient Snow Valley Ruins] Formic Rock 1051567300")]
- MountaintopsOfTheGiantsAncientSnowValleyRuinsFormicRock = 1051567300,
+ [Annotation(Name = "[Mountaintops of the Giants - Ancient Snow Valley Ruins] Formic Rock 1051567300")]
+ MountaintopsOfTheGiantsAncientSnowValleyRuinsFormicRock = 1051567300,
- [Annotation(Name = "[Mountaintops of the Giants - Ancient Snow Valley Ruins] Soft Cotton 1051567310")]
- MountaintopsOfTheGiantsAncientSnowValleyRuinsSoftCotton = 1051567310,
+ [Annotation(Name = "[Mountaintops of the Giants - Ancient Snow Valley Ruins] Soft Cotton 1051567310")]
+ MountaintopsOfTheGiantsAncientSnowValleyRuinsSoftCotton = 1051567310,
- [Annotation(Name = "[Mountaintops of the Giants - Ancient Snow Valley Ruins] Golden Rune [10] 1051567320")]
- MountaintopsOfTheGiantsAncientSnowValleyRuinsGoldenRune10 = 1051567320,
+ [Annotation(Name = "[Mountaintops of the Giants - Ancient Snow Valley Ruins] Golden Rune [10] 1051567320")]
+ MountaintopsOfTheGiantsAncientSnowValleyRuinsGoldenRune10 = 1051567320,
- [Annotation(Name = "[Mountaintops of the Giants - Ancient Snow Valley Ruins] Somber Smithing Stone [8] 1051567700")]
- MountaintopsOfTheGiantsAncientSnowValleyRuinsSomberSmithingStone8 = 1051567700,
+ [Annotation(Name = "[Mountaintops of the Giants - Ancient Snow Valley Ruins] Somber Smithing Stone [8] 1051567700")]
+ MountaintopsOfTheGiantsAncientSnowValleyRuinsSomberSmithingStone8 = 1051567700,
- [Annotation(Name = "[Mountaintops of the Giants - Ancient Snow Valley Ruins] Miquella's Lily 1051567800")]
- MountaintopsOfTheGiantsAncientSnowValleyRuinsMiquellasLily = 1051567800,
+ [Annotation(Name = "[Mountaintops of the Giants - Ancient Snow Valley Ruins] Miquella's Lily 1051567800")]
+ MountaintopsOfTheGiantsAncientSnowValleyRuinsMiquellasLily = 1051567800,
- [Annotation(Name = "[Mountaintops of the Giants - Ancient Snow Valley Ruins] Miquella's Lily 1051567810")]
- MountaintopsOfTheGiantsAncientSnowValleyRuinsMiquellasLily_ = 1051567810,
+ [Annotation(Name = "[Mountaintops of the Giants - Ancient Snow Valley Ruins] Miquella's Lily 1051567810")]
+ MountaintopsOfTheGiantsAncientSnowValleyRuinsMiquellasLily_ = 1051567810,
- [Annotation(Name = "[Mountaintops of the Giants - Ancient Snow Valley Ruins] Primal Glintstone Blade 1051567900")]
- MountaintopsOfTheGiantsAncientSnowValleyRuinsPrimalGlintstoneBlade = 1051567900,
+ [Annotation(Name = "[Mountaintops of the Giants - Ancient Snow Valley Ruins] Primal Glintstone Blade 1051567900")]
+ MountaintopsOfTheGiantsAncientSnowValleyRuinsPrimalGlintstoneBlade = 1051567900,
- [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Freezing Grease 1051577000")]
- MountaintopsOfTheGiantsSouthCastleSolFreezingGrease = 1051577000,
+ [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Freezing Grease 1051577000")]
+ MountaintopsOfTheGiantsSouthCastleSolFreezingGrease = 1051577000,
- [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Golden Rune [10] 1051577010")]
- MountaintopsOfTheGiantsSouthCastleSolGoldenRune10 = 1051577010,
+ [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Golden Rune [10] 1051577010")]
+ MountaintopsOfTheGiantsSouthCastleSolGoldenRune10 = 1051577010,
- [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Smithing Stone [5] 1051577020")]
- MountaintopsOfTheGiantsSouthCastleSolSmithingStone5 = 1051577020,
+ [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Smithing Stone [5] 1051577020")]
+ MountaintopsOfTheGiantsSouthCastleSolSmithingStone5 = 1051577020,
- [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Fan Daggers 1051577030")]
- MountaintopsOfTheGiantsSouthCastleSolFanDaggers = 1051577030,
+ [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Fan Daggers 1051577030")]
+ MountaintopsOfTheGiantsSouthCastleSolFanDaggers = 1051577030,
- [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Golden Rune [10] 1051577040")]
- MountaintopsOfTheGiantsSouthCastleSolGoldenRune10_ = 1051577040,
+ [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Golden Rune [10] 1051577040")]
+ MountaintopsOfTheGiantsSouthCastleSolGoldenRune10_ = 1051577040,
- [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Golden Rune [10] 1051577050")]
- MountaintopsOfTheGiantsSouthCastleSolGoldenRune10__ = 1051577050,
+ [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Golden Rune [10] 1051577050")]
+ MountaintopsOfTheGiantsSouthCastleSolGoldenRune10__ = 1051577050,
- [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Nascent Butterfly 1051577060")]
- MountaintopsOfTheGiantsSouthCastleSolNascentButterfly = 1051577060,
+ [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Nascent Butterfly 1051577060")]
+ MountaintopsOfTheGiantsSouthCastleSolNascentButterfly = 1051577060,
- [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Cerulean Amber Medallion +1 1051577070")]
- MountaintopsOfTheGiantsSouthCastleSolCeruleanAmberMedallion1 = 1051577070,
+ [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Cerulean Amber Medallion +1 1051577070")]
+ MountaintopsOfTheGiantsSouthCastleSolCeruleanAmberMedallion1 = 1051577070,
- [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Smithing Stone [7] 1051577080")]
- MountaintopsOfTheGiantsSouthCastleSolSmithingStone7 = 1051577080,
+ [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Smithing Stone [7] 1051577080")]
+ MountaintopsOfTheGiantsSouthCastleSolSmithingStone7 = 1051577080,
- [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Smithing Stone [5] 1051577090")]
- MountaintopsOfTheGiantsSouthCastleSolSmithingStone5_ = 1051577090,
+ [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Smithing Stone [5] 1051577090")]
+ MountaintopsOfTheGiantsSouthCastleSolSmithingStone5_ = 1051577090,
- [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Smithing Stone [6] 1051577100")]
- MountaintopsOfTheGiantsSouthCastleSolSmithingStone6 = 1051577100,
+ [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Smithing Stone [6] 1051577100")]
+ MountaintopsOfTheGiantsSouthCastleSolSmithingStone6 = 1051577100,
- [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Somber Smithing Stone [8] 1051577110")]
- MountaintopsOfTheGiantsSouthCastleSolSomberSmithingStone8 = 1051577110,
+ [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Somber Smithing Stone [8] 1051577110")]
+ MountaintopsOfTheGiantsSouthCastleSolSomberSmithingStone8 = 1051577110,
- [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Golden Rune [10] 1051577120")]
- MountaintopsOfTheGiantsSouthCastleSolGoldenRune10___ = 1051577120,
+ [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Golden Rune [10] 1051577120")]
+ MountaintopsOfTheGiantsSouthCastleSolGoldenRune10___ = 1051577120,
- [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Human Bone Shard 1051577130")]
- MountaintopsOfTheGiantsSouthCastleSolHumanBoneShard = 1051577130,
+ [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Human Bone Shard 1051577130")]
+ MountaintopsOfTheGiantsSouthCastleSolHumanBoneShard = 1051577130,
- [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Golden Rune [11] 1051577140")]
- MountaintopsOfTheGiantsSouthCastleSolGoldenRune11 = 1051577140,
+ [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Golden Rune [11] 1051577140")]
+ MountaintopsOfTheGiantsSouthCastleSolGoldenRune11 = 1051577140,
- [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Thawfrost Boluses 1051577150")]
- MountaintopsOfTheGiantsSouthCastleSolThawfrostBoluses = 1051577150,
+ [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Thawfrost Boluses 1051577150")]
+ MountaintopsOfTheGiantsSouthCastleSolThawfrostBoluses = 1051577150,
- [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Furlcalling Finger Remedy 1051577160")]
- MountaintopsOfTheGiantsSouthCastleSolFurlcallingFingerRemedy = 1051577160,
+ [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Furlcalling Finger Remedy 1051577160")]
+ MountaintopsOfTheGiantsSouthCastleSolFurlcallingFingerRemedy = 1051577160,
- [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Smithing Stone [6] 1051577170")]
- MountaintopsOfTheGiantsSouthCastleSolSmithingStone6_ = 1051577170,
+ [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Smithing Stone [6] 1051577170")]
+ MountaintopsOfTheGiantsSouthCastleSolSmithingStone6_ = 1051577170,
- [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Thawfrost Boluses 1051577180")]
- MountaintopsOfTheGiantsSouthCastleSolThawfrostBoluses_ = 1051577180,
+ [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Thawfrost Boluses 1051577180")]
+ MountaintopsOfTheGiantsSouthCastleSolThawfrostBoluses_ = 1051577180,
- [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Somber Smithing Stone [8] 1051577190")]
- MountaintopsOfTheGiantsSouthCastleSolSomberSmithingStone8_ = 1051577190,
+ [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Somber Smithing Stone [8] 1051577190")]
+ MountaintopsOfTheGiantsSouthCastleSolSomberSmithingStone8_ = 1051577190,
- [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Golden Rune [9] 1051577200")]
- MountaintopsOfTheGiantsSouthCastleSolGoldenRune9 = 1051577200,
+ [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Golden Rune [9] 1051577200")]
+ MountaintopsOfTheGiantsSouthCastleSolGoldenRune9 = 1051577200,
- [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Rune Arc 1051577210")]
- MountaintopsOfTheGiantsSouthCastleSolRuneArc = 1051577210,
+ [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Rune Arc 1051577210")]
+ MountaintopsOfTheGiantsSouthCastleSolRuneArc = 1051577210,
- [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Stormhawk Axe 1051577220")]
- MountaintopsOfTheGiantsSouthCastleSolStormhawkAxe = 1051577220,
+ [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Stormhawk Axe 1051577220")]
+ MountaintopsOfTheGiantsSouthCastleSolStormhawkAxe = 1051577220,
- [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Golden Rune [10] 1051577230")]
- MountaintopsOfTheGiantsSouthCastleSolGoldenRune10____ = 1051577230,
+ [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Golden Rune [10] 1051577230")]
+ MountaintopsOfTheGiantsSouthCastleSolGoldenRune10____ = 1051577230,
- [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Stonesword Key 1051577300")]
- MountaintopsOfTheGiantsSouthCastleSolStoneswordKey = 1051577300,
+ [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Stonesword Key 1051577300")]
+ MountaintopsOfTheGiantsSouthCastleSolStoneswordKey = 1051577300,
- [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Eclipse Shotel 1051577600")]
- MountaintopsOfTheGiantsSouthCastleSolEclipseShotel = 1051577600,
+ [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Eclipse Shotel 1051577600")]
+ MountaintopsOfTheGiantsSouthCastleSolEclipseShotel = 1051577600,
- [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Helphen's Steeple 1051577720")]
- MountaintopsOfTheGiantsSouthCastleSolHelphensSteeple = 1051577720,
+ [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Helphen's Steeple 1051577720")]
+ MountaintopsOfTheGiantsSouthCastleSolHelphensSteeple = 1051577720,
- [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Somber Smithing Stone [7] 1051577800")]
- MountaintopsOfTheGiantsSouthCastleSolSomberSmithingStone7 = 1051577800,
+ [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Somber Smithing Stone [7] 1051577800")]
+ MountaintopsOfTheGiantsSouthCastleSolSomberSmithingStone7 = 1051577800,
- [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Somber Smithing Stone [7] 1051577810")]
- MountaintopsOfTheGiantsSouthCastleSolSomberSmithingStone7_ = 1051577810,
+ [Annotation(Name = "[Mountaintops of the Giants - South Castle Sol] Somber Smithing Stone [7] 1051577810")]
+ MountaintopsOfTheGiantsSouthCastleSolSomberSmithingStone7_ = 1051577810,
- [Annotation(Name = "[Mountaintops of the Giants - Northwest of Freezing Lake] Golden Rune [4] 1052587800")]
- MountaintopsOfTheGiantsNorthwestOfFreezingLakeGoldenRune4 = 1052587800,
+ [Annotation(Name = "[Mountaintops of the Giants - Northwest of Freezing Lake] Golden Rune [4] 1052587800")]
+ MountaintopsOfTheGiantsNorthwestOfFreezingLakeGoldenRune4 = 1052587800,
- [Annotation(Name = "[Mountaintops of the Giants - Northwest of Freezing Lake] Golden Rune [5] 1052587810")]
- MountaintopsOfTheGiantsNorthwestOfFreezingLakeGoldenRune5 = 1052587810,
+ [Annotation(Name = "[Mountaintops of the Giants - Northwest of Freezing Lake] Golden Rune [5] 1052587810")]
+ MountaintopsOfTheGiantsNorthwestOfFreezingLakeGoldenRune5 = 1052587810,
- [Annotation(Name = "[Mountaintops of the Giants - Northwest of Freezing Lake] Golden Rune [10] 1052587820")]
- MountaintopsOfTheGiantsNorthwestOfFreezingLakeGoldenRune10 = 1052587820,
+ [Annotation(Name = "[Mountaintops of the Giants - Northwest of Freezing Lake] Golden Rune [10] 1052587820")]
+ MountaintopsOfTheGiantsNorthwestOfFreezingLakeGoldenRune10 = 1052587820,
- [Annotation(Name = "[Mountaintops of the Giants - North Castle Sol] Haligtree Secret Medallion (Left) 1051587800")]
- MountaintopsOfTheGiantsNorthCastleSolHaligtreeSecretMedallionLeft = 1051587800,
+ [Annotation(Name = "[Mountaintops of the Giants - North Castle Sol] Haligtree Secret Medallion (Left) 1051587800")]
+ MountaintopsOfTheGiantsNorthCastleSolHaligtreeSecretMedallionLeft = 1051587800,
- [Annotation(Name = "[Consecrated Snowfield - Yelough Anix Ruins] Smithing Stone [7] 1047557000")]
- ConsecratedSnowfieldYeloughAnixRuinsSmithingStone7 = 1047557000,
+ [Annotation(Name = "[Consecrated Snowfield - Yelough Anix Ruins] Smithing Stone [7] 1047557000")]
+ ConsecratedSnowfieldYeloughAnixRuinsSmithingStone7 = 1047557000,
- [Annotation(Name = "[Consecrated Snowfield - Yelough Anix Ruins] Rimed Rowa 1047557010")]
- ConsecratedSnowfieldYeloughAnixRuinsRimedRowa = 1047557010,
+ [Annotation(Name = "[Consecrated Snowfield - Yelough Anix Ruins] Rimed Rowa 1047557010")]
+ ConsecratedSnowfieldYeloughAnixRuinsRimedRowa = 1047557010,
- [Annotation(Name = "[Consecrated Snowfield - Yelough Anix Ruins] Golden Rune [13] 1047557020")]
- ConsecratedSnowfieldYeloughAnixRuinsGoldenRune13 = 1047557020,
+ [Annotation(Name = "[Consecrated Snowfield - Yelough Anix Ruins] Golden Rune [13] 1047557020")]
+ ConsecratedSnowfieldYeloughAnixRuinsGoldenRune13 = 1047557020,
- [Annotation(Name = "[Consecrated Snowfield - Yelough Anix Ruins] Stonesword Key 1047557030")]
- ConsecratedSnowfieldYeloughAnixRuinsStoneswordKey = 1047557030,
+ [Annotation(Name = "[Consecrated Snowfield - Yelough Anix Ruins] Stonesword Key 1047557030")]
+ ConsecratedSnowfieldYeloughAnixRuinsStoneswordKey = 1047557030,
- [Annotation(Name = "[Consecrated Snowfield - Yelough Anix Ruins] Golden Rune [7] 1047557040")]
- ConsecratedSnowfieldYeloughAnixRuinsGoldenRune7 = 1047557040,
+ [Annotation(Name = "[Consecrated Snowfield - Yelough Anix Ruins] Golden Rune [7] 1047557040")]
+ ConsecratedSnowfieldYeloughAnixRuinsGoldenRune7 = 1047557040,
- [Annotation(Name = "[Consecrated Snowfield - Yelough Anix Ruins] Unendurable Frenzy 1047557900")]
- ConsecratedSnowfieldYeloughAnixRuinsUnendurableFrenzy = 1047557900,
+ [Annotation(Name = "[Consecrated Snowfield - Yelough Anix Ruins] Unendurable Frenzy 1047557900")]
+ ConsecratedSnowfieldYeloughAnixRuinsUnendurableFrenzy = 1047557900,
- [Annotation(Name = "[Consecrated Snowfield - North of Yelough Anix Ruins] Hero's Rune [2] 1047567300")]
- ConsecratedSnowfieldNorthOfYeloughAnixRuinsHerosRune2 = 1047567300,
+ [Annotation(Name = "[Consecrated Snowfield - North of Yelough Anix Ruins] Hero's Rune [2] 1047567300")]
+ ConsecratedSnowfieldNorthOfYeloughAnixRuinsHerosRune2 = 1047567300,
- [Annotation(Name = "[Consecrated Snowfield - North of Yelough Anix Ruins] Smithing Stone [8] 1047567310")]
- ConsecratedSnowfieldNorthOfYeloughAnixRuinsSmithingStone8 = 1047567310,
+ [Annotation(Name = "[Consecrated Snowfield - North of Yelough Anix Ruins] Smithing Stone [8] 1047567310")]
+ ConsecratedSnowfieldNorthOfYeloughAnixRuinsSmithingStone8 = 1047567310,
- [Annotation(Name = "[Consecrated Snowfield - North of Yelough Anix Ruins] Thawfrost Boluses 1047567320")]
- ConsecratedSnowfieldNorthOfYeloughAnixRuinsThawfrostBoluses = 1047567320,
+ [Annotation(Name = "[Consecrated Snowfield - North of Yelough Anix Ruins] Thawfrost Boluses 1047567320")]
+ ConsecratedSnowfieldNorthOfYeloughAnixRuinsThawfrostBoluses = 1047567320,
- [Annotation(Name = "[Consecrated Snowfield - North of Yelough Anix Ruins] Crystal Dart 1047567330")]
- ConsecratedSnowfieldNorthOfYeloughAnixRuinsCrystalDart = 1047567330,
+ [Annotation(Name = "[Consecrated Snowfield - North of Yelough Anix Ruins] Crystal Dart 1047567330")]
+ ConsecratedSnowfieldNorthOfYeloughAnixRuinsCrystalDart = 1047567330,
- [Annotation(Name = "[Consecrated Snowfield - North of Yelough Anix Ruins] Sanguine Noble Hood 1047567700")]
- ConsecratedSnowfieldNorthOfYeloughAnixRuinsSanguineNobleHood = 1047567700,
+ [Annotation(Name = "[Consecrated Snowfield - North of Yelough Anix Ruins] Sanguine Noble Hood 1047567700")]
+ ConsecratedSnowfieldNorthOfYeloughAnixRuinsSanguineNobleHood = 1047567700,
- [Annotation(Name = "[Consecrated Snowfield - Far West Cliffside] Golden Rune [1] 1046577300")]
- ConsecratedSnowfieldFarWestCliffsideGoldenRune1 = 1046577300,
+ [Annotation(Name = "[Consecrated Snowfield - Far West Cliffside] Golden Rune [1] 1046577300")]
+ ConsecratedSnowfieldFarWestCliffsideGoldenRune1 = 1046577300,
- [Annotation(Name = "[Consecrated Snowfield - Far West Cliffside] Smithing Stone [7] 1046577800")]
- ConsecratedSnowfieldFarWestCliffsideSmithingStone7 = 1046577800,
+ [Annotation(Name = "[Consecrated Snowfield - Far West Cliffside] Smithing Stone [7] 1046577800")]
+ ConsecratedSnowfieldFarWestCliffsideSmithingStone7 = 1046577800,
- [Annotation(Name = "[Consecrated Snowfield - South of Ordina] Stonesword Key 1048567300")]
- ConsecratedSnowfieldSouthOfOrdinaStoneswordKey = 1048567300,
+ [Annotation(Name = "[Consecrated Snowfield - South of Ordina] Stonesword Key 1048567300")]
+ ConsecratedSnowfieldSouthOfOrdinaStoneswordKey = 1048567300,
- [Annotation(Name = "[Consecrated Snowfield - South of Ordina] Map: Consecrated Snowfield 62052")]
- ConsecratedSnowfieldSouthOfOrdinaMapConsecratedSnowfield = 62052,
+ [Annotation(Name = "[Consecrated Snowfield - South of Ordina] Map: Consecrated Snowfield 62052")]
+ ConsecratedSnowfieldSouthOfOrdinaMapConsecratedSnowfield = 62052,
- [Annotation(Name = "[Consecrated Snowfield - South of Ordina] Somber Ancient Dragon Smithing Stone 1048567800")]
- ConsecratedSnowfieldSouthOfOrdinaSomberAncientDragonSmithingStone = 1048567800,
+ [Annotation(Name = "[Consecrated Snowfield - South of Ordina] Somber Ancient Dragon Smithing Stone 1048567800")]
+ ConsecratedSnowfieldSouthOfOrdinaSomberAncientDragonSmithingStone = 1048567800,
- [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Rune Arc 1048577000")]
- ConsecratedSnowfieldOrdinaLiturgicalTownRuneArc = 1048577000,
+ [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Rune Arc 1048577000")]
+ ConsecratedSnowfieldOrdinaLiturgicalTownRuneArc = 1048577000,
- [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Golden Rune [13] 1048577010")]
- ConsecratedSnowfieldOrdinaLiturgicalTownGoldenRune13 = 1048577010,
+ [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Golden Rune [13] 1048577010")]
+ ConsecratedSnowfieldOrdinaLiturgicalTownGoldenRune13 = 1048577010,
- [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Hefty Beast Bone 1048577020")]
- ConsecratedSnowfieldOrdinaLiturgicalTownHeftyBeastBone = 1048577020,
+ [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Hefty Beast Bone 1048577020")]
+ ConsecratedSnowfieldOrdinaLiturgicalTownHeftyBeastBone = 1048577020,
- [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Golden Rune [13] 1048577030")]
- ConsecratedSnowfieldOrdinaLiturgicalTownGoldenRune13_ = 1048577030,
+ [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Golden Rune [13] 1048577030")]
+ ConsecratedSnowfieldOrdinaLiturgicalTownGoldenRune13_ = 1048577030,
- [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Freezing Grease 1048577040")]
- ConsecratedSnowfieldOrdinaLiturgicalTownFreezingGrease = 1048577040,
+ [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Freezing Grease 1048577040")]
+ ConsecratedSnowfieldOrdinaLiturgicalTownFreezingGrease = 1048577040,
- [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Cuckoo Glintstone 1048577050")]
- ConsecratedSnowfieldOrdinaLiturgicalTownCuckooGlintstone = 1048577050,
+ [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Cuckoo Glintstone 1048577050")]
+ ConsecratedSnowfieldOrdinaLiturgicalTownCuckooGlintstone = 1048577050,
- [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Crystal Dart 1048577060")]
- ConsecratedSnowfieldOrdinaLiturgicalTownCrystalDart = 1048577060,
+ [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Crystal Dart 1048577060")]
+ ConsecratedSnowfieldOrdinaLiturgicalTownCrystalDart = 1048577060,
- [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Old Fang 1048577070")]
- ConsecratedSnowfieldOrdinaLiturgicalTownOldFang = 1048577070,
+ [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Old Fang 1048577070")]
+ ConsecratedSnowfieldOrdinaLiturgicalTownOldFang = 1048577070,
- [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Slumbering Egg 1048577080")]
- ConsecratedSnowfieldOrdinaLiturgicalTownSlumberingEgg = 1048577080,
+ [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Slumbering Egg 1048577080")]
+ ConsecratedSnowfieldOrdinaLiturgicalTownSlumberingEgg = 1048577080,
- [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Golden Rune [12] 1048577090")]
- ConsecratedSnowfieldOrdinaLiturgicalTownGoldenRune12 = 1048577090,
+ [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Golden Rune [12] 1048577090")]
+ ConsecratedSnowfieldOrdinaLiturgicalTownGoldenRune12 = 1048577090,
- [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Invigorating Cured Meat 1048577300")]
- ConsecratedSnowfieldOrdinaLiturgicalTownInvigoratingCuredMeat = 1048577300,
+ [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Invigorating Cured Meat 1048577300")]
+ ConsecratedSnowfieldOrdinaLiturgicalTownInvigoratingCuredMeat = 1048577300,
- [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Golden Rune [10] 1048577310")]
- ConsecratedSnowfieldOrdinaLiturgicalTownGoldenRune10 = 1048577310,
+ [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Golden Rune [10] 1048577310")]
+ ConsecratedSnowfieldOrdinaLiturgicalTownGoldenRune10 = 1048577310,
- [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Explosive Ghostflame 1048577700")]
- ConsecratedSnowfieldOrdinaLiturgicalTownExplosiveGhostflame = 1048577700,
+ [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Explosive Ghostflame 1048577700")]
+ ConsecratedSnowfieldOrdinaLiturgicalTownExplosiveGhostflame = 1048577700,
- [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Golden Seed 1048577800")]
- ConsecratedSnowfieldOrdinaLiturgicalTownGoldenSeed = 1048577800,
+ [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Golden Seed 1048577800")]
+ ConsecratedSnowfieldOrdinaLiturgicalTownGoldenSeed = 1048577800,
- [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Black Knife Hood 1048577810")]
- ConsecratedSnowfieldOrdinaLiturgicalTownBlackKnifeHood = 1048577810,
+ [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Black Knife Hood 1048577810")]
+ ConsecratedSnowfieldOrdinaLiturgicalTownBlackKnifeHood = 1048577810,
- [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Ghost Glovewort [9] 1048577900")]
- ConsecratedSnowfieldOrdinaLiturgicalTownGhostGlovewort9 = 1048577900,
+ [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Ghost Glovewort [9] 1048577900")]
+ ConsecratedSnowfieldOrdinaLiturgicalTownGhostGlovewort9 = 1048577900,
- [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Ghost Glovewort [9] 1048577910")]
- ConsecratedSnowfieldOrdinaLiturgicalTownGhostGlovewort9_ = 1048577910,
+ [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Ghost Glovewort [9] 1048577910")]
+ ConsecratedSnowfieldOrdinaLiturgicalTownGhostGlovewort9_ = 1048577910,
- [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Ghost Glovewort [9] 1048577920")]
- ConsecratedSnowfieldOrdinaLiturgicalTownGhostGlovewort9__ = 1048577920,
+ [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Ghost Glovewort [9] 1048577920")]
+ ConsecratedSnowfieldOrdinaLiturgicalTownGhostGlovewort9__ = 1048577920,
- [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Ghost Glovewort [9] 1048577930")]
- ConsecratedSnowfieldOrdinaLiturgicalTownGhostGlovewort9___ = 1048577930,
+ [Annotation(Name = "[Consecrated Snowfield - Ordina, Liturgical Town] Ghost Glovewort [9] 1048577930")]
+ ConsecratedSnowfieldOrdinaLiturgicalTownGhostGlovewort9___ = 1048577930,
- [Annotation(Name = "[Consecrated Snowfield - East of Apostate Derelict] Golden Rune [13] 1048587300")]
- ConsecratedSnowfieldEastOfApostateDerelictGoldenRune13 = 1048587300,
+ [Annotation(Name = "[Consecrated Snowfield - East of Apostate Derelict] Golden Rune [13] 1048587300")]
+ ConsecratedSnowfieldEastOfApostateDerelictGoldenRune13 = 1048587300,
- [Annotation(Name = "[Consecrated Snowfield - Hidden Path to the Haligtree] Golden Rune [13] 1049547300")]
- ConsecratedSnowfieldHiddenPathtoTheHaligtreeGoldenRune13 = 1049547300,
+ [Annotation(Name = "[Consecrated Snowfield - Hidden Path to the Haligtree] Golden Rune [13] 1049547300")]
+ ConsecratedSnowfieldHiddenPathtoTheHaligtreeGoldenRune13 = 1049547300,
- [Annotation(Name = "[Consecrated Snowfield - Hidden Path to the Haligtree] Golden Rune [11] 1049547310")]
- ConsecratedSnowfieldHiddenPathtoTheHaligtreeGoldenRune11 = 1049547310,
+ [Annotation(Name = "[Consecrated Snowfield - Hidden Path to the Haligtree] Golden Rune [11] 1049547310")]
+ ConsecratedSnowfieldHiddenPathtoTheHaligtreeGoldenRune11 = 1049547310,
- [Annotation(Name = "[Consecrated Snowfield - Hidden Path to the Haligtree] Somber Smithing Stone [8] 1049547700")]
- ConsecratedSnowfieldHiddenPathtoTheHaligtreeSomberSmithingStone8 = 1049547700,
+ [Annotation(Name = "[Consecrated Snowfield - Hidden Path to the Haligtree] Somber Smithing Stone [8] 1049547700")]
+ ConsecratedSnowfieldHiddenPathtoTheHaligtreeSomberSmithingStone8 = 1049547700,
- [Annotation(Name = "[Consecrated Snowfield - Hidden Path to the Haligtree] Nomadic Warrior's Cookbook [23] 67090")]
- ConsecratedSnowfieldHiddenPathtoTheHaligtreeNomadicWarriorsCookbook23 = 67090,
+ [Annotation(Name = "[Consecrated Snowfield - Hidden Path to the Haligtree] Nomadic Warrior's Cookbook [23] 67090")]
+ ConsecratedSnowfieldHiddenPathtoTheHaligtreeNomadicWarriorsCookbook23 = 67090,
- [Annotation(Name = "[Consecrated Snowfield - Hidden Path to the Haligtree] St. Trina's Torch 1049547900")]
- ConsecratedSnowfieldHiddenPathtoTheHaligtreeStTrinasTorch = 1049547900,
+ [Annotation(Name = "[Consecrated Snowfield - Hidden Path to the Haligtree] St. Trina's Torch 1049547900")]
+ ConsecratedSnowfieldHiddenPathtoTheHaligtreeStTrinasTorch = 1049547900,
- [Annotation(Name = "[Consecrated Snowfield - Southwest Foggy Area] Golden Rune [1] 1048547800")]
- ConsecratedSnowfieldSouthwestFoggyAreaGoldenRune1 = 1048547800,
+ [Annotation(Name = "[Consecrated Snowfield - Southwest Foggy Area] Golden Rune [1] 1048547800")]
+ ConsecratedSnowfieldSouthwestFoggyAreaGoldenRune1 = 1048547800,
- [Annotation(Name = "[Consecrated Snowfield - Southwest Foggy Area] Golden Rune [3] 1048547810")]
- ConsecratedSnowfieldSouthwestFoggyAreaGoldenRune3 = 1048547810,
+ [Annotation(Name = "[Consecrated Snowfield - Southwest Foggy Area] Golden Rune [3] 1048547810")]
+ ConsecratedSnowfieldSouthwestFoggyAreaGoldenRune3 = 1048547810,
- [Annotation(Name = "[Consecrated Snowfield - Southwest Foggy Area] Golden Rune [6] 1048547820")]
- ConsecratedSnowfieldSouthwestFoggyAreaGoldenRune6 = 1048547820,
+ [Annotation(Name = "[Consecrated Snowfield - Southwest Foggy Area] Golden Rune [6] 1048547820")]
+ ConsecratedSnowfieldSouthwestFoggyAreaGoldenRune6 = 1048547820,
- [Annotation(Name = "[Consecrated Snowfield - Southwest Foggy Area] Golden Rune [9] 1048547830")]
- ConsecratedSnowfieldSouthwestFoggyAreaGoldenRune9 = 1048547830,
+ [Annotation(Name = "[Consecrated Snowfield - Southwest Foggy Area] Golden Rune [9] 1048547830")]
+ ConsecratedSnowfieldSouthwestFoggyAreaGoldenRune9 = 1048547830,
- [Annotation(Name = "[Consecrated Snowfield - Southwest Foggy Area] Golden Rune [11] 1048547840")]
- ConsecratedSnowfieldSouthwestFoggyAreaGoldenRune11 = 1048547840,
+ [Annotation(Name = "[Consecrated Snowfield - Southwest Foggy Area] Golden Rune [11] 1048547840")]
+ ConsecratedSnowfieldSouthwestFoggyAreaGoldenRune11 = 1048547840,
- [Annotation(Name = "[Consecrated Snowfield - Northwest Foggy Area] Golden Rune [13] 1048557300")]
- ConsecratedSnowfieldNorthwestFoggyAreaGoldenRune13 = 1048557300,
+ [Annotation(Name = "[Consecrated Snowfield - Northwest Foggy Area] Golden Rune [13] 1048557300")]
+ ConsecratedSnowfieldNorthwestFoggyAreaGoldenRune13 = 1048557300,
- [Annotation(Name = "[Consecrated Snowfield - Northwest Foggy Area] Stalwart Horn Charm +1 1048557600")]
- ConsecratedSnowfieldNorthwestFoggyAreaStalwartHornCharm1 = 1048557600,
+ [Annotation(Name = "[Consecrated Snowfield - Northwest Foggy Area] Stalwart Horn Charm +1 1048557600")]
+ ConsecratedSnowfieldNorthwestFoggyAreaStalwartHornCharm1 = 1048557600,
- [Annotation(Name = "[Consecrated Snowfield - Northwest Foggy Area] Ancient Dragon Smithing Stone 1048557700")]
- ConsecratedSnowfieldNorthwestFoggyAreaAncientDragonSmithingStone = 1048557700,
+ [Annotation(Name = "[Consecrated Snowfield - Northwest Foggy Area] Ancient Dragon Smithing Stone 1048557700")]
+ ConsecratedSnowfieldNorthwestFoggyAreaAncientDragonSmithingStone = 1048557700,
- [Annotation(Name = "[Consecrated Snowfield - Northwest Foggy Area] Night's Cavalry Helm 1048557710")]
- ConsecratedSnowfieldNorthwestFoggyAreaNightsCavalryHelm = 1048557710,
+ [Annotation(Name = "[Consecrated Snowfield - Northwest Foggy Area] Night's Cavalry Helm 1048557710")]
+ ConsecratedSnowfieldNorthwestFoggyAreaNightsCavalryHelm = 1048557710,
- [Annotation(Name = "[Consecrated Snowfield - Northwest Foggy Area] Flowing Curved Sword 1048557900")]
- ConsecratedSnowfieldNorthwestFoggyAreaFlowingCurvedSword = 1048557900,
+ [Annotation(Name = "[Consecrated Snowfield - Northwest Foggy Area] Flowing Curved Sword 1048557900")]
+ ConsecratedSnowfieldNorthwestFoggyAreaFlowingCurvedSword = 1048557900,
- [Annotation(Name = "[Consecrated Snowfield - Northeast Foggy Area] Somber Smithing Stone [9] 1049557300")]
- ConsecratedSnowfieldNortheastFoggyAreaSomberSmithingStone9 = 1049557300,
+ [Annotation(Name = "[Consecrated Snowfield - Northeast Foggy Area] Somber Smithing Stone [9] 1049557300")]
+ ConsecratedSnowfieldNortheastFoggyAreaSomberSmithingStone9 = 1049557300,
- [Annotation(Name = "[Consecrated Snowfield - Northeast Foggy Area] Old Fang 1049557310")]
- ConsecratedSnowfieldNortheastFoggyAreaOldFang = 1049557310,
+ [Annotation(Name = "[Consecrated Snowfield - Northeast Foggy Area] Old Fang 1049557310")]
+ ConsecratedSnowfieldNortheastFoggyAreaOldFang = 1049557310,
- [Annotation(Name = "[Consecrated Snowfield - Northeast Foggy Area] Fire Blossom 1049557320")]
- ConsecratedSnowfieldNortheastFoggyAreaFireBlossom = 1049557320,
+ [Annotation(Name = "[Consecrated Snowfield - Northeast Foggy Area] Fire Blossom 1049557320")]
+ ConsecratedSnowfieldNortheastFoggyAreaFireBlossom = 1049557320,
- [Annotation(Name = "[Consecrated Snowfield - Northeast Foggy Area] Miquella's Lily 1049557330")]
- ConsecratedSnowfieldNortheastFoggyAreaMiquellasLily = 1049557330,
+ [Annotation(Name = "[Consecrated Snowfield - Northeast Foggy Area] Miquella's Lily 1049557330")]
+ ConsecratedSnowfieldNortheastFoggyAreaMiquellasLily = 1049557330,
- [Annotation(Name = "[Consecrated Snowfield - Northeast Foggy Area] Larval Tear 1049557700")]
- ConsecratedSnowfieldNortheastFoggyAreaLarvalTear = 1049557700,
+ [Annotation(Name = "[Consecrated Snowfield - Northeast Foggy Area] Larval Tear 1049557700")]
+ ConsecratedSnowfieldNortheastFoggyAreaLarvalTear = 1049557700,
- [Annotation(Name = "[Consecrated Snowfield - Northeast Foggy Area] Golden Seed 1049557800")]
- ConsecratedSnowfieldNortheastFoggyAreaGoldenSeed = 1049557800,
+ [Annotation(Name = "[Consecrated Snowfield - Northeast Foggy Area] Golden Seed 1049557800")]
+ ConsecratedSnowfieldNortheastFoggyAreaGoldenSeed = 1049557800,
- [Annotation(Name = "[Consecrated Snowfield - Northeast Foggy Area] Golden Rune [11] 1049557810")]
- ConsecratedSnowfieldNortheastFoggyAreaGoldenRune11 = 1049557810,
+ [Annotation(Name = "[Consecrated Snowfield - Northeast Foggy Area] Golden Rune [11] 1049557810")]
+ ConsecratedSnowfieldNortheastFoggyAreaGoldenRune11 = 1049557810,
- [Annotation(Name = "[Consecrated Snowfield - Southeast of Ordina] Albinauric Bloodclot 1049567300")]
- ConsecratedSnowfieldSoutheastOfOrdinaAlbinauricBloodclot = 1049567300,
+ [Annotation(Name = "[Consecrated Snowfield - Southeast of Ordina] Albinauric Bloodclot 1049567300")]
+ ConsecratedSnowfieldSoutheastOfOrdinaAlbinauricBloodclot = 1049567300,
- [Annotation(Name = "[Consecrated Snowfield - Southeast of Ordina] Old Fang 1049567310")]
- ConsecratedSnowfieldSoutheastOfOrdinaOldFang = 1049567310,
+ [Annotation(Name = "[Consecrated Snowfield - Southeast of Ordina] Old Fang 1049567310")]
+ ConsecratedSnowfieldSoutheastOfOrdinaOldFang = 1049567310,
- [Annotation(Name = "[Consecrated Snowfield - Southeast of Ordina] Strip of White Flesh 1049567320")]
- ConsecratedSnowfieldSoutheastOfOrdinaStripOfWhiteFlesh = 1049567320,
+ [Annotation(Name = "[Consecrated Snowfield - Southeast of Ordina] Strip of White Flesh 1049567320")]
+ ConsecratedSnowfieldSoutheastOfOrdinaStripOfWhiteFlesh = 1049567320,
- [Annotation(Name = "[Consecrated Snowfield - Southeast of Ordina] Dragonwound Grease 1049567330")]
- ConsecratedSnowfieldSoutheastOfOrdinaDragonwoundGrease = 1049567330,
+ [Annotation(Name = "[Consecrated Snowfield - Southeast of Ordina] Dragonwound Grease 1049567330")]
+ ConsecratedSnowfieldSoutheastOfOrdinaDragonwoundGrease = 1049567330,
- [Annotation(Name = "[Consecrated Snowfield - Southeast of Ordina] Nascent Butterfly 1049567340")]
- ConsecratedSnowfieldSoutheastOfOrdinaNascentButterfly = 1049567340,
+ [Annotation(Name = "[Consecrated Snowfield - Southeast of Ordina] Nascent Butterfly 1049567340")]
+ ConsecratedSnowfieldSoutheastOfOrdinaNascentButterfly = 1049567340,
- [Annotation(Name = "[Consecrated Snowfield - Southeast of Ordina] Smithing Stone [8] 1049567350")]
- ConsecratedSnowfieldSoutheastOfOrdinaSmithingStone8 = 1049567350,
+ [Annotation(Name = "[Consecrated Snowfield - Southeast of Ordina] Smithing Stone [8] 1049567350")]
+ ConsecratedSnowfieldSoutheastOfOrdinaSmithingStone8 = 1049567350,
- [Annotation(Name = "[Consecrated Snowfield - Southeast of Ordina] Glintstone Craftsman's Cookbook [8] 67440")]
- ConsecratedSnowfieldSoutheastOfOrdinaGlintstoneCraftsmansCookbook8 = 67440,
+ [Annotation(Name = "[Consecrated Snowfield - Southeast of Ordina] Glintstone Craftsman's Cookbook [8] 67440")]
+ ConsecratedSnowfieldSoutheastOfOrdinaGlintstoneCraftsmansCookbook8 = 67440,
- [Annotation(Name = "[Consecrated Snowfield - East of Ordina] Somber Smithing Stone [7] 1049577700")]
- ConsecratedSnowfieldEastOfOrdinaSomberSmithingStone7 = 1049577700,
+ [Annotation(Name = "[Consecrated Snowfield - East of Ordina] Somber Smithing Stone [7] 1049577700")]
+ ConsecratedSnowfieldEastOfOrdinaSomberSmithingStone7 = 1049577700,
- [Annotation(Name = "[Consecrated Snowfield - East of Ordina] Somber Smithing Stone [8] 1049577710")]
- ConsecratedSnowfieldEastOfOrdinaSomberSmithingStone8 = 1049577710,
+ [Annotation(Name = "[Consecrated Snowfield - East of Ordina] Somber Smithing Stone [8] 1049577710")]
+ ConsecratedSnowfieldEastOfOrdinaSomberSmithingStone8 = 1049577710,
- [Annotation(Name = "[Consecrated Snowfield - East of Ordina] Somber Smithing Stone [9] 1049577720")]
- ConsecratedSnowfieldEastOfOrdinaSomberSmithingStone9 = 1049577720,
+ [Annotation(Name = "[Consecrated Snowfield - East of Ordina] Somber Smithing Stone [9] 1049577720")]
+ ConsecratedSnowfieldEastOfOrdinaSomberSmithingStone9 = 1049577720,
- [Annotation(Name = "[Mountaintops of the Giants - West of Castle Sol] Warming Stone 1050577300")]
- MountaintopsOfTheGiantsWestOfCastleSolWarmingStone = 1050577300,
+ [Annotation(Name = "[Mountaintops of the Giants - West of Castle Sol] Warming Stone 1050577300")]
+ MountaintopsOfTheGiantsWestOfCastleSolWarmingStone = 1050577300,
- [Annotation(Name = "[Mountaintops of the Giants - West of Castle Sol] Starlight Shards 1050577800")]
- MountaintopsOfTheGiantsWestOfCastleSolStarlightShards = 1050577800,
+ [Annotation(Name = "[Mountaintops of the Giants - West of Castle Sol] Starlight Shards 1050577800")]
+ MountaintopsOfTheGiantsWestOfCastleSolStarlightShards = 1050577800,
- [Annotation(Name = "[Consecrated Snowfield - West of Ordina] Golden Rune [7] 1047577300")]
- ConsecratedSnowfieldWestOfOrdinaGoldenRune7 = 1047577300,
+ [Annotation(Name = "[Consecrated Snowfield - West of Ordina] Golden Rune [7] 1047577300")]
+ ConsecratedSnowfieldWestOfOrdinaGoldenRune7 = 1047577300,
- [Annotation(Name = "[Consecrated Snowfield - West of Ordina] Golden Rune [12] 1047577310")]
- ConsecratedSnowfieldWestOfOrdinaGoldenRune12 = 1047577310,
+ [Annotation(Name = "[Consecrated Snowfield - West of Ordina] Golden Rune [12] 1047577310")]
+ ConsecratedSnowfieldWestOfOrdinaGoldenRune12 = 1047577310,
- [Annotation(Name = "[Consecrated Snowfield - Apostate Derelict] Somber Smithing Stone [9] 1047587000")]
- ConsecratedSnowfieldApostateDerelictSomberSmithingStone9 = 1047587000,
+ [Annotation(Name = "[Consecrated Snowfield - Apostate Derelict] Somber Smithing Stone [9] 1047587000")]
+ ConsecratedSnowfieldApostateDerelictSomberSmithingStone9 = 1047587000,
- [Annotation(Name = "[Consecrated Snowfield - Apostate Derelict] Silver Mirrorshield 1047587800")]
- ConsecratedSnowfieldApostateDerelictSilverMirrorshield = 1047587800,
+ [Annotation(Name = "[Consecrated Snowfield - Apostate Derelict] Silver Mirrorshield 1047587800")]
+ ConsecratedSnowfieldApostateDerelictSilverMirrorshield = 1047587800,
- [Annotation(Name = "[Consecrated Snowfield - Consecrated Snowfield Catacombs Entrance] Hefty Beast Bone 1050557300")]
- ConsecratedSnowfieldConsecratedSnowfieldCatacombsEntranceHeftyBeastBone = 1050557300,
+ [Annotation(Name = "[Consecrated Snowfield - Consecrated Snowfield Catacombs Entrance] Hefty Beast Bone 1050557300")]
+ ConsecratedSnowfieldConsecratedSnowfieldCatacombsEntranceHeftyBeastBone = 1050557300,
- [Annotation(Name = "[Consecrated Snowfield - Consecrated Snowfield Catacombs Entrance] Golden Rune [9] 1050557310")]
- ConsecratedSnowfieldConsecratedSnowfieldCatacombsEntranceGoldenRune9 = 1050557310,
+ [Annotation(Name = "[Consecrated Snowfield - Consecrated Snowfield Catacombs Entrance] Golden Rune [9] 1050557310")]
+ ConsecratedSnowfieldConsecratedSnowfieldCatacombsEntranceGoldenRune9 = 1050557310,
- [Annotation(Name = "[Consecrated Snowfield - Consecrated Snowfield Catacombs Entrance] Lump of Flesh 1050557320")]
- ConsecratedSnowfieldConsecratedSnowfieldCatacombsEntranceLumpOfFlesh = 1050557320,
+ [Annotation(Name = "[Consecrated Snowfield - Consecrated Snowfield Catacombs Entrance] Lump of Flesh 1050557320")]
+ ConsecratedSnowfieldConsecratedSnowfieldCatacombsEntranceLumpOfFlesh = 1050557320,
- [Annotation(Name = "[Consecrated Snowfield - Consecrated Snowfield Catacombs Entrance] Somber Smithing Stone [8] 1050557800")]
- ConsecratedSnowfieldConsecratedSnowfieldCatacombsEntranceSomberSmithingStone8 = 1050557800,
+ [Annotation(Name = "[Consecrated Snowfield - Consecrated Snowfield Catacombs Entrance] Somber Smithing Stone [8] 1050557800")]
+ ConsecratedSnowfieldConsecratedSnowfieldCatacombsEntranceSomberSmithingStone8 = 1050557800,
- [Annotation(Name = "[Consecrated Snowfield - Consecrated Snowfield Catacombs Entrance] Rune Arc 1050557900")]
- ConsecratedSnowfieldConsecratedSnowfieldCatacombsEntranceRuneArc = 1050557900,
+ [Annotation(Name = "[Consecrated Snowfield - Consecrated Snowfield Catacombs Entrance] Rune Arc 1050557900")]
+ ConsecratedSnowfieldConsecratedSnowfieldCatacombsEntranceRuneArc = 1050557900,
- // DLC Items
- [Annotation(Name = "[Shadow Keep] Main-gauche 21007020")]
- ShadowKeepMaingauche = 21007020,
+ // DLC Items
+ [Annotation(Name = "[Shadow Keep] Main-gauche 21007020")]
+ ShadowKeepMaingauche = 21007020,
- [Annotation(Name = "[Stone Coffin Fissure] Velvet Sword of St. Trina 22007150")]
- StoneCoffinFissureVelvetSwordofStTrina = 22007150,
+ [Annotation(Name = "[Stone Coffin Fissure] Velvet Sword of St. Trina 22007150")]
+ StoneCoffinFissureVelvetSwordofStTrina = 22007150,
- [Annotation(Name = "[Gravesite Plain - Demi-Human Queen Marigga] Star-Lined Sword 530845")]
- GravesitePlainDemiHumanQueenMariggaStarLinedSword = 530845,
+ [Annotation(Name = "[Gravesite Plain - Demi-Human Queen Marigga] Star-Lined Sword 530845")]
+ GravesitePlainDemiHumanQueenMariggaStarLinedSword = 530845,
- [Annotation(Name = "[Gravesite Plain - West Castle Ensis] Carian Sorcery Sword 2047447820")]
- GravesitePlainWestCastleEnsisCarianSorcerySword = 2047447820,
+ [Annotation(Name = "[Gravesite Plain - West Castle Ensis] Carian Sorcery Sword 2047447820")]
+ GravesitePlainWestCastleEnsisCarianSorcerySword = 2047447820,
- [Annotation(Name = "[Rauh Base - Ravine North] Stone-Sheathed Sword 2045477900")]
- RauhBaseRavineNorthStoneSheathedSword = 2045477900,
+ [Annotation(Name = "[Rauh Base - Ravine North] Stone-Sheathed Sword 2045477900")]
+ RauhBaseRavineNorthStoneSheathedSword = 2045477900,
- [Annotation(Name = "[Rauh Base - Ravine North] Sword of Light 2045477500")]
- RauhBaseRavineNorthSwordofLight = 2045477500,
+ [Annotation(Name = "[Rauh Base - Ravine North] Sword of Light 2045477500")]
+ RauhBaseRavineNorthSwordofLight = 2045477500,
- [Annotation(Name = "[Rauh Base - Ravine North] Sword of Light +1 2045477510")]
- RauhBaseRavineNorthSwordofLight1 = 2045477510,
+ [Annotation(Name = "[Rauh Base - Ravine North] Sword of Light +1 2045477510")]
+ RauhBaseRavineNorthSwordofLight1 = 2045477510,
- [Annotation(Name = "[Rauh Base - Ravine North] Sword of Light +2 2045477520")]
- RauhBaseRavineNorthSwordofLight2 = 2045477520,
+ [Annotation(Name = "[Rauh Base - Ravine North] Sword of Light +2 2045477520")]
+ RauhBaseRavineNorthSwordofLight2 = 2045477520,
- [Annotation(Name = "[Rauh Base - Ravine North] Sword of Light +3 2045477530")]
- RauhBaseRavineNorthSwordofLight3 = 2045477530,
+ [Annotation(Name = "[Rauh Base - Ravine North] Sword of Light +3 2045477530")]
+ RauhBaseRavineNorthSwordofLight3 = 2045477530,
- [Annotation(Name = "[Rauh Base - Ravine North] Sword of Light +4 2045477540")]
- RauhBaseRavineNorthSwordofLight4 = 2045477540,
+ [Annotation(Name = "[Rauh Base - Ravine North] Sword of Light +4 2045477540")]
+ RauhBaseRavineNorthSwordofLight4 = 2045477540,
- [Annotation(Name = "[Rauh Base - Ravine North] Sword of Light +5 2045477550")]
- RauhBaseRavineNorthSwordofLight5 = 2045477550,
+ [Annotation(Name = "[Rauh Base - Ravine North] Sword of Light +5 2045477550")]
+ RauhBaseRavineNorthSwordofLight5 = 2045477550,
- [Annotation(Name = "[Rauh Base - Ravine North] Sword of Light +6 2045477560")]
- RauhBaseRavineNorthSwordofLight6 = 2045477560,
+ [Annotation(Name = "[Rauh Base - Ravine North] Sword of Light +6 2045477560")]
+ RauhBaseRavineNorthSwordofLight6 = 2045477560,
- [Annotation(Name = "[Rauh Base - Ravine North] Sword of Light +7 2045477570")]
- RauhBaseRavineNorthSwordofLight7 = 2045477570,
+ [Annotation(Name = "[Rauh Base - Ravine North] Sword of Light +7 2045477570")]
+ RauhBaseRavineNorthSwordofLight7 = 2045477570,
- [Annotation(Name = "[Rauh Base - Ravine North] Sword of Light +8 2045477580")]
- RauhBaseRavineNorthSwordofLight8 = 2045477580,
+ [Annotation(Name = "[Rauh Base - Ravine North] Sword of Light +8 2045477580")]
+ RauhBaseRavineNorthSwordofLight8 = 2045477580,
- [Annotation(Name = "[Rauh Base - Ravine North] Sword of Light +9 2045477590")]
- RauhBaseRavineNorthSwordofLight9 = 2045477590,
+ [Annotation(Name = "[Rauh Base - Ravine North] Sword of Light +9 2045477590")]
+ RauhBaseRavineNorthSwordofLight9 = 2045477590,
- [Annotation(Name = "[Rauh Base - Ravine North] Sword of Light +10 2045477600")]
- RauhBaseRavineNorthSwordofLight10 = 2045477600,
+ [Annotation(Name = "[Rauh Base - Ravine North] Sword of Light +10 2045477600")]
+ RauhBaseRavineNorthSwordofLight10 = 2045477600,
- [Annotation(Name = "[Scadu Altus - Castle Watering Hole Southeast] Sword of Darkness 2045477700")]
- ScaduAltusCastleWateringHoleSoutheastSwordofDarkness = 2045477700,
+ [Annotation(Name = "[Scadu Altus - Castle Watering Hole Southeast] Sword of Darkness 2045477700")]
+ ScaduAltusCastleWateringHoleSoutheastSwordofDarkness = 2045477700,
- [Annotation(Name = "[Scadu Altus - Castle Watering Hole Southeast] Sword of Darkness +1 2045477710")]
- ScaduAltusCastleWateringHoleSoutheastSwordofDarkness1 = 2045477710,
+ [Annotation(Name = "[Scadu Altus - Castle Watering Hole Southeast] Sword of Darkness +1 2045477710")]
+ ScaduAltusCastleWateringHoleSoutheastSwordofDarkness1 = 2045477710,
- [Annotation(Name = "[Scadu Altus - Castle Watering Hole Southeast] Sword of Darkness +2 2045477720")]
- ScaduAltusCastleWateringHoleSoutheastSwordofDarkness2 = 2045477720,
+ [Annotation(Name = "[Scadu Altus - Castle Watering Hole Southeast] Sword of Darkness +2 2045477720")]
+ ScaduAltusCastleWateringHoleSoutheastSwordofDarkness2 = 2045477720,
- [Annotation(Name = "[Scadu Altus - Castle Watering Hole Southeast] Sword of Darkness +3 2045477730")]
- ScaduAltusCastleWateringHoleSoutheastSwordofDarkness3 = 2045477730,
+ [Annotation(Name = "[Scadu Altus - Castle Watering Hole Southeast] Sword of Darkness +3 2045477730")]
+ ScaduAltusCastleWateringHoleSoutheastSwordofDarkness3 = 2045477730,
- [Annotation(Name = "[Scadu Altus - Castle Watering Hole Southeast] Sword of Darkness +4 2045477740")]
- ScaduAltusCastleWateringHoleSoutheastSwordofDarkness4 = 2045477740,
+ [Annotation(Name = "[Scadu Altus - Castle Watering Hole Southeast] Sword of Darkness +4 2045477740")]
+ ScaduAltusCastleWateringHoleSoutheastSwordofDarkness4 = 2045477740,
- [Annotation(Name = "[Scadu Altus - Castle Watering Hole Southeast] Sword of Darkness +5 2045477750")]
- ScaduAltusCastleWateringHoleSoutheastSwordofDarkness5 = 2045477750,
+ [Annotation(Name = "[Scadu Altus - Castle Watering Hole Southeast] Sword of Darkness +5 2045477750")]
+ ScaduAltusCastleWateringHoleSoutheastSwordofDarkness5 = 2045477750,
- [Annotation(Name = "[Scadu Altus - Castle Watering Hole Southeast] Sword of Darkness +6 2045477760")]
- ScaduAltusCastleWateringHoleSoutheastSwordofDarkness6 = 2045477760,
+ [Annotation(Name = "[Scadu Altus - Castle Watering Hole Southeast] Sword of Darkness +6 2045477760")]
+ ScaduAltusCastleWateringHoleSoutheastSwordofDarkness6 = 2045477760,
- [Annotation(Name = "[Scadu Altus - Castle Watering Hole Southeast] Sword of Darkness +7 2045477770")]
- ScaduAltusCastleWateringHoleSoutheastSwordofDarkness7 = 2045477770,
+ [Annotation(Name = "[Scadu Altus - Castle Watering Hole Southeast] Sword of Darkness +7 2045477770")]
+ ScaduAltusCastleWateringHoleSoutheastSwordofDarkness7 = 2045477770,
- [Annotation(Name = "[Scadu Altus - Castle Watering Hole Southeast] Sword of Darkness +8 2045477780")]
- ScaduAltusCastleWateringHoleSoutheastSwordofDarkness8 = 2045477780,
+ [Annotation(Name = "[Scadu Altus - Castle Watering Hole Southeast] Sword of Darkness +8 2045477780")]
+ ScaduAltusCastleWateringHoleSoutheastSwordofDarkness8 = 2045477780,
- [Annotation(Name = "[Scadu Altus - Castle Watering Hole Southeast] Sword of Darkness +9 2045477790")]
- ScaduAltusCastleWateringHoleSoutheastSwordofDarkness9 = 2045477790,
+ [Annotation(Name = "[Scadu Altus - Castle Watering Hole Southeast] Sword of Darkness +9 2045477790")]
+ ScaduAltusCastleWateringHoleSoutheastSwordofDarkness9 = 2045477790,
- [Annotation(Name = "[Scadu Altus - Castle Watering Hole Southeast] Sword of Darkness +10 2045477800")]
- ScaduAltusCastleWateringHoleSoutheastSwordofDarkness10 = 2045477800,
+ [Annotation(Name = "[Scadu Altus - Castle Watering Hole Southeast] Sword of Darkness +10 2045477800")]
+ ScaduAltusCastleWateringHoleSoutheastSwordofDarkness10 = 2045477800,
- [Annotation(Name = "[Gravesite Plain - Blackgaol Knight] Greatsword of Solitude, Solitude Set 530820")]
- GravesitePlainBlackgaolKnightGreatswordofSolitude = 530820,
+ [Annotation(Name = "[Gravesite Plain - Blackgaol Knight] Greatsword of Solitude, Solitude Set 530820")]
+ GravesitePlainBlackgaolKnightGreatswordofSolitude = 530820,
- [Annotation(Name = "[Ruined Forge of Starfall Past] Ancient Meteoric Ore Greatsword 42027000")]
- RuinedForgeofStarfallPastAncientMeteoricOreGreatsword = 42027000,
+ [Annotation(Name = "[Ruined Forge of Starfall Past] Ancient Meteoric Ore Greatsword 42027000")]
+ RuinedForgeofStarfallPastAncientMeteoricOreGreatsword = 42027000,
- [Annotation(Name = "[Gravesite Plain - Moonrithyll, Carian Knight] Moonrithyll's Knight Sword 530865")]
- GravesitePlainMoonrithyllCarianKnightMoonrithyllsKnightSword = 530865,
+ [Annotation(Name = "[Gravesite Plain - Moonrithyll, Carian Knight] Moonrithyll's Knight Sword 530865")]
+ GravesitePlainMoonrithyllCarianKnightMoonrithyllsKnightSword = 530865,
- [Annotation(Name = "[Shadow Keep] Queelign's Greatsword 400692")]
- ShadowKeepQueelignsGreatsword = 400692,
+ [Annotation(Name = "[Shadow Keep] Queelign's Greatsword 400692")]
+ ShadowKeepQueelignsGreatsword = 400692,
- [Annotation(Name = "[Cerulean Coast - Ravine South] Spirit Sword 2047397000")]
- CeruleanCoastRavineSouthSpiritSword = 2047397000,
+ [Annotation(Name = "[Cerulean Coast - Ravine South] Spirit Sword 2047397000")]
+ CeruleanCoastRavineSouthSpiritSword = 2047397000,
- [Annotation(Name = "[Enir-Ilim - Hornsent] Falx, Hornsent Set 400614")]
- EnirIlimHornsentFalx = 400614,
+ [Annotation(Name = "[Enir-Ilim - Hornsent] Falx, Hornsent Set 400614")]
+ EnirIlimHornsentFalx = 400614,
- [Annotation(Name = "[Belurat - Horned Warrior] Horned Warrior's Sword 20007993")]
- BeluratHornedWarriorHornedWarriorsSword = 20007993,
+ [Annotation(Name = "[Belurat - Horned Warrior] Horned Warrior's Sword 20007993")]
+ BeluratHornedWarriorHornedWarriorsSword = 20007993,
- [Annotation(Name = "[Enir-Ilim, or earlier places] Freyja's Greatsword, Freyja's Set 400602")]
- EnirIlimFreyjasGreatsword = 400602,
+ [Annotation(Name = "[Enir-Ilim, or earlier places] Freyja's Greatsword, Freyja's Set 400602")]
+ EnirIlimFreyjasGreatsword = 400602,
- [Annotation(Name = "[Enir-Ilim - Horned Warrior] Horned Warrior's Greatsword 20017991")]
- EnirIlimHornedWarriorHornedWarriorsGreatsword = 20017991,
+ [Annotation(Name = "[Enir-Ilim - Horned Warrior] Horned Warrior's Greatsword 20017991")]
+ EnirIlimHornedWarriorHornedWarriorsGreatsword = 20017991,
- [Annotation(Name = "[Scadu Altus - Cathedral of Manus Metyr] Sword of Night 400671")]
- ScaduAltusCathedralofManusMetyrSwordofNight = 400671,
+ [Annotation(Name = "[Scadu Altus - Cathedral of Manus Metyr] Sword of Night 400671")]
+ ScaduAltusCathedralofManusMetyrSwordofNight = 400671,
- [Annotation(Name = "[Belurat] Euporia 20007330")]
- BeluratEuporia = 20007330,
+ [Annotation(Name = "[Belurat] Euporia 20007330")]
+ BeluratEuporia = 20007330,
- [Annotation(Name = "[Scadu Altus - Black Knight] Black Steel Twinblade 2048467710")]
- ScaduAltusBlackKnightBlackSteelTwinblade = 2048467710,
+ [Annotation(Name = "[Scadu Altus - Black Knight] Black Steel Twinblade 2048467710")]
+ ScaduAltusBlackKnightBlackSteelTwinblade = 2048467710,
- [Annotation(Name = "[Finger Ruins of Rhia - Climb to Finger-Weaver's Hovel] Flowerstone Gavel 400704")]
- FingerRuinsofRhiaClimbtoFingerWeaversHovelFlowerstoneGavel = 400704,
+ [Annotation(Name = "[Finger Ruins of Rhia - Climb to Finger-Weaver's Hovel] Flowerstone Gavel 400704")]
+ FingerRuinsofRhiaClimbtoFingerWeaversHovelFlowerstoneGavel = 400704,
- [Annotation(Name = "[Taylew's Ruined Forge] Smithscript Greathammer 42037160")]
- TaylewsRuinedForgeSmithscriptGreathammer = 42037160,
+ [Annotation(Name = "[Taylew's Ruined Forge] Smithscript Greathammer 42037160")]
+ TaylewsRuinedForgeSmithscriptGreathammer = 42037160,
- [Annotation(Name = "[Ruined Forge Lava Intake] Anvil Hammer 42007000")]
- RuinedForgeLavaIntakeAnvilHammer = 42007000,
+ [Annotation(Name = "[Ruined Forge Lava Intake] Anvil Hammer 42007000")]
+ RuinedForgeLavaIntakeAnvilHammer = 42007000,
- [Annotation(Name = "[Gravesite Plain - Black Knight] Black Steel Greathammer 2048417980")]
- GravesitePlainBlackKnightBlackSteelGreathammer = 2048417980,
+ [Annotation(Name = "[Gravesite Plain - Black Knight] Black Steel Greathammer 2048417980")]
+ GravesitePlainBlackKnightBlackSteelGreathammer = 2048417980,
- [Annotation(Name = "[Gravesite Plain - Bloodfiend] Bloodfiend's Arm 2045417950")]
- GravesitePlainBloodfiendBloodfiendsArm = 2045417950,
+ [Annotation(Name = "[Gravesite Plain - Bloodfiend] Bloodfiend's Arm 2045417950")]
+ GravesitePlainBloodfiendBloodfiendsArm = 2045417950,
- [Annotation(Name = "[Gravesite Plain - North Fog Rift Fort] Serpent Flail 2047457900")]
- GravesitePlainNorthFogRiftFortSerpentFlail = 2047457900,
+ [Annotation(Name = "[Gravesite Plain - North Fog Rift Fort] Serpent Flail 2047457900")]
+ GravesitePlainNorthFogRiftFortSerpentFlail = 2047457900,
- [Annotation(Name = "[Taylew's Ruined Forge] Smithscript Axe 42037100")]
- TaylewsRuinedForgeSmithscriptAxe = 42037100,
+ [Annotation(Name = "[Taylew's Ruined Forge] Smithscript Axe 42037100")]
+ TaylewsRuinedForgeSmithscriptAxe = 42037100,
- [Annotation(Name = "[Fog Rift Catacombs - Death Knight] Death Knight's Twin Axes, Crimson Amber Medallion +3 520700")]
- FogRiftCatacombsDeathKnightDeathKnightsTwinAxes = 520700,
+ [Annotation(Name = "[Fog Rift Catacombs - Death Knight] Death Knight's Twin Axes, Crimson Amber Medallion +3 520700")]
+ FogRiftCatacombsDeathKnightDeathKnightsTwinAxes = 520700,
- [Annotation(Name = "[Scorpion River Catacombs - Death Knight] Death Knight's Longhaft Axe 520710")]
- ScorpionRiverCatacombsDeathKnightDeathKnightsLonghaftAxe = 520710,
+ [Annotation(Name = "[Scorpion River Catacombs - Death Knight] Death Knight's Longhaft Axe 520710")]
+ ScorpionRiverCatacombsDeathKnightDeathKnightsLonghaftAxe = 520710,
- [Annotation(Name = "[Scadu Altus - Main Bonny Village] Bonny Butchering Knife 2050447050")]
- ScaduAltusMainBonnyVillageBonnyButcheringKnife = 2050447050,
+ [Annotation(Name = "[Scadu Altus - Main Bonny Village] Bonny Butchering Knife 2050447050")]
+ ScaduAltusMainBonnyVillageBonnyButcheringKnife = 2050447050,
- [Annotation(Name = "[Ruined Forge of Starfall Past] Smithscript Spear 42027050")]
- RuinedForgeofStarfallPastSmithscriptSpear = 42027050,
+ [Annotation(Name = "[Ruined Forge of Starfall Past] Smithscript Spear 42027050")]
+ RuinedForgeofStarfallPastSmithscriptSpear = 42027050,
- [Annotation(Name = "[Gravesite Plain - East of Ensis Castle Front] Swift Spear 2047437030")]
- GravesitePlainEastofEnsisCastleFrontSwiftSpear = 2047437030,
+ [Annotation(Name = "[Gravesite Plain - East of Ensis Castle Front] Swift Spear 2047437030")]
+ GravesitePlainEastofEnsisCastleFrontSwiftSpear = 2047437030,
- [Annotation(Name = "[Ancient Ruins Base - Bloodfiend] Bloodfiend's Sacred Spear 2047477950")]
- AncientRuinsBaseBloodfiendBloodfiendsSacredSpear = 2047477950,
+ [Annotation(Name = "[Ancient Ruins Base - Bloodfiend] Bloodfiend's Sacred Spear 2047477950")]
+ AncientRuinsBaseBloodfiendBloodfiendsSacredSpear = 2047477950,
- [Annotation(Name = "[Abyssal Woods - Jori, Elder Inquisitor] Barbed Staff-Spear 510610")]
- AbyssalWoodsJoriElderInquisitorBarbedStaffSpear = 510610,
+ [Annotation(Name = "[Abyssal Woods - Jori, Elder Inquisitor] Barbed Staff-Spear 510610")]
+ AbyssalWoodsJoriElderInquisitorBarbedStaffSpear = 510610,
- [Annotation(Name = "[Gravesite Plain - South of Church of Consolation] Spirit Glaive 2048407010")]
- GravesitePlainSouthofChurchofConsolationSpiritGlaive = 2048407010,
+ [Annotation(Name = "[Gravesite Plain - South of Church of Consolation] Spirit Glaive 2048407010")]
+ GravesitePlainSouthofChurchofConsolationSpiritGlaive = 2048407010,
- [Annotation(Name = "[Scadu Altus - Bridge Leading to the Village] Tooth Whip 2051447000")]
- ScaduAltusBridgeLeadingtotheVillageToothWhip = 2051447000,
+ [Annotation(Name = "[Scadu Altus - Bridge Leading to the Village] Tooth Whip 2051447000")]
+ ScaduAltusBridgeLeadingtotheVillageToothWhip = 2051447000,
- [Annotation(Name = "[Enir-Ilim] Thiollier's Hidden Needle, Thiollier's Set 400634")]
- EnirIlimThiolliersHiddenNeedle = 400634,
+ [Annotation(Name = "[Enir-Ilim] Thiollier's Hidden Needle, Thiollier's Set 400634")]
+ EnirIlimThiolliersHiddenNeedle = 400634,
- [Annotation(Name = "[Gravesite Plain - Church of Benediction] Pata 2046407000")]
- GravesitePlainChurchofBenedictionPata = 2046407000,
+ [Annotation(Name = "[Gravesite Plain - Church of Benediction] Pata 2046407000")]
+ GravesitePlainChurchofBenedictionPata = 2046407000,
- [Annotation(Name = "[Belurat] Poisoned Hand 20007300")]
- BeluratPoisonedHand = 20007300,
+ [Annotation(Name = "[Belurat] Poisoned Hand 20007300")]
+ BeluratPoisonedHand = 20007300,
- [Annotation(Name = "[Abyssal Woods - Madding Hand] Madding Hand 2052427500")]
- AbyssalWoodsMaddingHandMaddingHand = 2052427500,
+ [Annotation(Name = "[Abyssal Woods - Madding Hand] Madding Hand 2052427500")]
+ AbyssalWoodsMaddingHandMaddingHand = 2052427500,
- [Annotation(Name = "[Bonny Gaol] Shield of Night 41017220")]
- BonnyGaolShieldofNight = 41017220,
+ [Annotation(Name = "[Bonny Gaol] Shield of Night 41017220")]
+ BonnyGaolShieldofNight = 41017220,
- [Annotation(Name = "[Scadu Altus - Swordhand of Night Anna] Claws of Night 400672")]
- ScaduAltusSwordhandofNightAnnaClawsofNight = 400672,
+ [Annotation(Name = "[Scadu Altus - Swordhand of Night Anna] Claws of Night 400672")]
+ ScaduAltusSwordhandofNightAnnaClawsofNight = 400672,
- [Annotation(Name = "[Rauh Base - Crucible Knight Devonia] Devonia's Hammer 2045477400")]
- RauhBaseCrucibleKnightDevoniaDevoniasHammer = 2045477400,
+ [Annotation(Name = "[Rauh Base - Crucible Knight Devonia] Devonia's Hammer 2045477400")]
+ RauhBaseCrucibleKnightDevoniaDevoniasHammer = 2045477400,
- [Annotation(Name = "[Midra's Manse] Nanaya's Torch 28007100")]
- MidrasManseNanayasTorch = 28007100,
+ [Annotation(Name = "[Midra's Manse] Nanaya's Torch 28007100")]
+ MidrasManseNanayasTorch = 28007100,
- [Annotation(Name = "[Lamenter's Gaol] Lamenting Visage 41027130")]
- LamentersGaolLamentingVisage = 41027130,
+ [Annotation(Name = "[Lamenter's Gaol] Lamenting Visage 41027130")]
+ LamentersGaolLamentingVisage = 41027130,
- [Annotation(Name = "[Taylew's Ruined Forge] Smithscript Shield 42037120")]
- TaylewsRuinedForgeSmithscriptShield = 42037120,
+ [Annotation(Name = "[Taylew's Ruined Forge] Smithscript Shield 42037120")]
+ TaylewsRuinedForgeSmithscriptShield = 42037120,
- [Annotation(Name = "[Gravesite Plain - West Castle Ensis] Wolf Crest Shield 2047447830")]
- GravesitePlainWestCastleEnsisWolfCrestShield = 2047447830,
+ [Annotation(Name = "[Gravesite Plain - West Castle Ensis] Wolf Crest Shield 2047447830")]
+ GravesitePlainWestCastleEnsisWolfCrestShield = 2047447830,
- [Annotation(Name = "[Gravesite Plain - South of Dragon Lake] Serpent Crest Shield 580400")]
- GravesitePlainSouthofDragonLakeSerpentCrestShield = 580400,
+ [Annotation(Name = "[Gravesite Plain - South of Dragon Lake] Serpent Crest Shield 580400")]
+ GravesitePlainSouthofDragonLakeSerpentCrestShield = 580400,
- [Annotation(Name = "[Gravesite Plain - Redmane Freyja] Golden Lion Shield 400600")]
- GravesitePlainRedmaneFreyjaGoldenLionShield = 400600,
+ [Annotation(Name = "[Gravesite Plain - Redmane Freyja] Golden Lion Shield 400600")]
+ GravesitePlainRedmaneFreyjaGoldenLionShield = 400600,
- [Annotation(Name = "[Gravesite Plain - Black Knight Garrew] Black Steel Greatshield 530955")]
- GravesitePlainBlackKnightGarrewBlackSteelGreatshield = 530955,
+ [Annotation(Name = "[Gravesite Plain - Black Knight Garrew] Black Steel Greatshield 530955")]
+ GravesitePlainBlackKnightGarrewBlackSteelGreatshield = 530955,
- [Annotation(Name = "[Gravesite Plain - Belurat Main Gate Cross] Verdigris Greatshield, Verdigris Set 400645")]
- GravesitePlainBeluratMainGateCrossVerdigrisGreatshield = 400645,
+ [Annotation(Name = "[Gravesite Plain - Belurat Main Gate Cross] Verdigris Greatshield, Verdigris Set 400645")]
+ GravesitePlainBeluratMainGateCrossVerdigrisGreatshield = 400645,
- [Annotation(Name = "[Scadu Altus - Count Ymir, Mother of Fingers] Maternal Staff, High Priest Set, Ymir's Bell Bearing 400664")]
- ScaduAltusCountYmirMotherofFingersMaternalStaff = 400664,
+ [Annotation(Name = "[Scadu Altus - Count Ymir, Mother of Fingers] Maternal Staff, High Priest Set, Ymir's Bell Bearing 400664")]
+ ScaduAltusCountYmirMotherofFingersMaternalStaff = 400664,
- [Annotation(Name = "[Scadu Altus - Bonny Village North Tree and Overlook] Dryleaf Seal 2050457020")]
- ScaduAltusBonnyVillageNorthTreeandOverlookDryleafSeal = 2050457020,
+ [Annotation(Name = "[Scadu Altus - Bonny Village North Tree and Overlook] Dryleaf Seal 2050457020")]
+ ScaduAltusBonnyVillageNorthTreeandOverlookDryleafSeal = 2050457020,
- [Annotation(Name = "[Shadow Keep] Fire Knight's Seal 21007650")]
- ShadowKeepFireKnightsSeal = 21007650,
+ [Annotation(Name = "[Shadow Keep] Fire Knight's Seal 21007650")]
+ ShadowKeepFireKnightsSeal = 21007650,
- [Annotation(Name = "[Belurat] Bone Bow 20007600")]
- BeluratBoneBow = 20007600,
+ [Annotation(Name = "[Belurat] Bone Bow 20007600")]
+ BeluratBoneBow = 20007600,
- [Annotation(Name = "[Specimen Storehouse - Needle Knight Leda] Ansbach's Longbow 400595")]
- SpecimenStorehouseNeedleKnightLedaAnsbachsLongbow = 400595,
+ [Annotation(Name = "[Specimen Storehouse - Needle Knight Leda] Ansbach's Longbow 400595")]
+ SpecimenStorehouseNeedleKnightLedaAnsbachsLongbow = 400595,
- [Annotation(Name = "[Specimen Storehouse - Sir Ansbach] Ansbach's Longbow 400623")]
- SpecimenStorehouseSirAnsbachAnsbachsLongbow = 400623,
+ [Annotation(Name = "[Specimen Storehouse - Sir Ansbach] Ansbach's Longbow 400623")]
+ SpecimenStorehouseSirAnsbachAnsbachsLongbow = 400623,
- [Annotation(Name = "[Foot of the Jagged Peak - Foot of the Jagged Peak] Igon's Greatbow with Ash of War: Igon's Drake Hunt, Igon's Set, Igon's Bell Bearing 400712")]
- FootoftheJaggedPeakFootoftheJaggedPeakIgonsGreatbowwithAshofWarIgonsDrakeHunt = 400712,
+ [Annotation(Name = "[Foot of the Jagged Peak - Foot of the Jagged Peak] Igon's Greatbow with Ash of War: Igon's Drake Hunt, Igon's Set, Igon's Bell Bearing 400712")]
+ FootoftheJaggedPeakFootoftheJaggedPeakIgonsGreatbowwithAshofWarIgonsDrakeHunt = 400712,
- [Annotation(Name = "[Foot of the Jagged Peak - Foot of the Jagged Peak] Igon's Greatbow, Igon's Set, Igon's Bell Bearing 400714")]
- FootoftheJaggedPeakFootoftheJaggedPeakIgonsGreatbow = 400714,
+ [Annotation(Name = "[Foot of the Jagged Peak - Foot of the Jagged Peak] Igon's Greatbow, Igon's Set, Igon's Bell Bearing 400714")]
+ FootoftheJaggedPeakFootoftheJaggedPeakIgonsGreatbow = 400714,
- [Annotation(Name = "[Gravesite Plain - Igon] Igon's Greatbow, Igon's Set, Igon's Bell Bearing 400711")]
- GravesitePlainIgonIgonsGreatbow = 400711,
+ [Annotation(Name = "[Gravesite Plain - Igon] Igon's Greatbow, Igon's Set, Igon's Bell Bearing 400711")]
+ GravesitePlainIgonIgonsGreatbow = 400711,
- [Annotation(Name = "[Gravesite Plain - Southeast Poison Swamp] Repeating Crossbow 2049437000")]
- GravesitePlainSoutheastPoisonSwampRepeatingCrossbow = 2049437000,
+ [Annotation(Name = "[Gravesite Plain - Southeast Poison Swamp] Repeating Crossbow 2049437000")]
+ GravesitePlainSoutheastPoisonSwampRepeatingCrossbow = 2049437000,
- [Annotation(Name = "[Gravesite Plain - East of Ensis Castle Front] Spread Crossbow 2047437010")]
- GravesitePlainEastofEnsisCastleFrontSpreadCrossbow = 2047437010,
+ [Annotation(Name = "[Gravesite Plain - East of Ensis Castle Front] Spread Crossbow 2047437010")]
+ GravesitePlainEastofEnsisCastleFrontSpreadCrossbow = 2047437010,
- [Annotation(Name = "[Scadu Altus - Road to Manus Metyr] Rabbath's Cannon 2051467900")]
- ScaduAltusRoadtoManusMetyrRabbathsCannon = 2051467900,
+ [Annotation(Name = "[Scadu Altus - Road to Manus Metyr] Rabbath's Cannon 2051467900")]
+ ScaduAltusRoadtoManusMetyrRabbathsCannon = 2051467900,
- [Annotation(Name = "[Scadu Altus - Moorth Ruins] Dryleaf Arts with Ash of War: Palm Blast, Dane's Hat 400730")]
- ScaduAltusMoorthRuinsDryleafArtswithAshofWarPalmBlast = 400730,
+ [Annotation(Name = "[Scadu Altus - Moorth Ruins] Dryleaf Arts with Ash of War: Palm Blast, Dane's Hat 400730")]
+ ScaduAltusMoorthRuinsDryleafArtswithAshofWarPalmBlast = 400730,
- [Annotation(Name = "[Enir-Ilim] Dane's Footwork 400732")]
- EnirIlimDanesFootwork = 400732,
+ [Annotation(Name = "[Enir-Ilim] Dane's Footwork 400732")]
+ EnirIlimDanesFootwork = 400732,
- [Annotation(Name = "[Gravesite Plain - West Castle Ensis] Firespark Perfume Bottle 2047447840")]
- GravesitePlainWestCastleEnsisFiresparkPerfumeBottle = 2047447840,
+ [Annotation(Name = "[Gravesite Plain - West Castle Ensis] Firespark Perfume Bottle 2047447840")]
+ GravesitePlainWestCastleEnsisFiresparkPerfumeBottle = 2047447840,
- [Annotation(Name = "[Lamenter's Gaol] Chilling Perfume Bottle 41027100")]
- LamentersGaolChillingPerfumeBottle = 41027100,
+ [Annotation(Name = "[Lamenter's Gaol] Chilling Perfume Bottle 41027100")]
+ LamentersGaolChillingPerfumeBottle = 41027100,
- [Annotation(Name = "[Abyssal Woods - Abandoned Church] Frenzyflame Perfume Bottle 2053417000")]
- AbyssalWoodsAbandonedChurchFrenzyflamePerfumeBottle = 2053417000,
+ [Annotation(Name = "[Abyssal Woods - Abandoned Church] Frenzyflame Perfume Bottle 2053417000")]
+ AbyssalWoodsAbandonedChurchFrenzyflamePerfumeBottle = 2053417000,
- [Annotation(Name = "[Gravesite Plain - South of Church of Consolation] Lightning Perfume Bottle 2048407000")]
- GravesitePlainSouthofChurchofConsolationLightningPerfumeBottle = 2048407000,
+ [Annotation(Name = "[Gravesite Plain - South of Church of Consolation] Lightning Perfume Bottle 2048407000")]
+ GravesitePlainSouthofChurchofConsolationLightningPerfumeBottle = 2048407000,
- [Annotation(Name = "[Specimen Storehouse] Dueling Shield with Ash of War: Shield Strike 21017150")]
- SpecimenStorehouseDuelingShieldwithAshofWarShieldStrike = 21017150,
+ [Annotation(Name = "[Specimen Storehouse] Dueling Shield with Ash of War: Shield Strike 21017150")]
+ SpecimenStorehouseDuelingShieldwithAshofWarShieldStrike = 21017150,
- [Annotation(Name = "[Specimen Storehouse] Carian Thrusting Shield 21017620")]
- SpecimenStorehouseCarianThrustingShield = 21017620,
+ [Annotation(Name = "[Specimen Storehouse] Carian Thrusting Shield 21017620")]
+ SpecimenStorehouseCarianThrustingShield = 21017620,
- [Annotation(Name = "[Ruined Forge Lava Intake] Smithscript Dagger 42007150")]
- RuinedForgeLavaIntakeSmithscriptDagger = 42007150,
+ [Annotation(Name = "[Ruined Forge Lava Intake] Smithscript Dagger 42007150")]
+ RuinedForgeLavaIntakeSmithscriptDagger = 42007150,
- [Annotation(Name = "[Gravesite Plain - North of Scorched Ruins] Backhand Blade with Ash of War: Blind Spot 2047427700")]
- GravesitePlainNorthofScorchedRuinsBackhandBladewithAshofWarBlindSpot = 2047427700,
+ [Annotation(Name = "[Gravesite Plain - North of Scorched Ruins] Backhand Blade with Ash of War: Blind Spot 2047427700")]
+ GravesitePlainNorthofScorchedRuinsBackhandBladewithAshofWarBlindSpot = 2047427700,
- [Annotation(Name = "[Ruined Forge of Starfall Past] Smithscript Cirque 42027060")]
- RuinedForgeofStarfallPastSmithscriptCirque = 42027060,
+ [Annotation(Name = "[Ruined Forge of Starfall Past] Smithscript Cirque 42027060")]
+ RuinedForgeofStarfallPastSmithscriptCirque = 42027060,
- [Annotation(Name = "[Dragon's Pit - Ancient Dragon-Man] Dragon-Hunter's Great Katana 520810")]
- DragonsPitAncientDragonManDragonHuntersGreatKatana = 520810,
+ [Annotation(Name = "[Dragon's Pit - Ancient Dragon-Man] Dragon-Hunter's Great Katana 520810")]
+ DragonsPitAncientDragonManDragonHuntersGreatKatana = 520810,
- [Annotation(Name = "[Scadu Altus - Rakshasa] Rakshasa's Great Katana, Rakshasa Set 530830")]
- ScaduAltusRakshasaRakshasasGreatKatana = 530830,
+ [Annotation(Name = "[Scadu Altus - Rakshasa] Rakshasa's Great Katana, Rakshasa Set 530830")]
+ ScaduAltusRakshasaRakshasasGreatKatana = 530830,
- [Annotation(Name = "[Gravesite Plain - Dragon Lake] Great Katana with Ash of War: Overhead Stance 2045447010")]
- GravesitePlainDragonLakeGreatKatanawithAshofWarOverheadStance = 2045447010,
+ [Annotation(Name = "[Gravesite Plain - Dragon Lake] Great Katana with Ash of War: Overhead Stance 2045447010")]
+ GravesitePlainDragonLakeGreatKatanawithAshofWarOverheadStance = 2045447010,
- [Annotation(Name = "[Dragon's Pit - Ancient Dragon-Man] Dragon-Hunter's Great Katana 520810")]
- DragonsPitAncientDragonManDragonHuntersGreatKatana_ = 520810,
+ [Annotation(Name = "[Dragon's Pit - Ancient Dragon-Man] Dragon-Hunter's Great Katana 520810")]
+ DragonsPitAncientDragonManDragonHuntersGreatKatana_ = 520810,
- [Annotation(Name = "[Gravesite Plain - West Castle Ensis] Milady 2047447800")]
- GravesitePlainWestCastleEnsisMilady = 2047447800,
+ [Annotation(Name = "[Gravesite Plain - West Castle Ensis] Milady 2047447800")]
+ GravesitePlainWestCastleEnsisMilady = 2047447800,
- [Annotation(Name = "[Enir-Ilim - Needle Knight Leda] Leda's Sword 510420")]
- EnirIlimNeedleKnightLedaLedasSword = 510420,
+ [Annotation(Name = "[Enir-Ilim - Needle Knight Leda] Leda's Sword 510420")]
+ EnirIlimNeedleKnightLedaLedasSword = 510420,
- [Annotation(Name = "[Gravesite Plain - Logur, the Beast Claw] Beast Claw (Weapon 68500000) with Ash of War: Savage Claws 2047407980")]
- GravesitePlainLogurtheBeastClawBeastClawWeapon68500000withAshofWarSavageClaws = 2047407980,
+ [Annotation(Name = "[Gravesite Plain - Logur, the Beast Claw] Beast Claw (Weapon 68500000) with Ash of War: Savage Claws 2047407980")]
+ GravesitePlainLogurtheBeastClawBeastClawWeapon68500000withAshofWarSavageClaws = 2047407980,
- [Annotation(Name = "[Rauh Base - Red Bear] Red Bear's Claw, Iron Rivet Set 530900")]
- RauhBaseRedBearRedBearsClaw = 530900,
+ [Annotation(Name = "[Rauh Base - Red Bear] Red Bear's Claw, Iron Rivet Set 530900")]
+ RauhBaseRedBearRedBearsClaw = 530900,
- [Annotation(Name = "[Scadu Altus - Main Bonny Village] Dryleaf Set 2050447720")]
- ScaduAltusMainBonnyVillageDryleafSet = 2050447720,
+ [Annotation(Name = "[Scadu Altus - Main Bonny Village] Dryleaf Set 2050447720")]
+ ScaduAltusMainBonnyVillageDryleafSet = 2050447720,
- [Annotation(Name = "[Scaduview - Albinauric Archer] Gaius's Greaves 2049490900")]
- ScaduviewAlbinauricArcherGaiussGreaves = 2049490900,
+ [Annotation(Name = "[Scaduview - Albinauric Archer] Gaius's Greaves 2049490900")]
+ ScaduviewAlbinauricArcherGaiussGreaves = 2049490900,
- [Annotation(Name = "[Gravesite Plain - Church of Benediction] Oathseeker Knight Helm 2046407001")]
- GravesitePlainChurchofBenedictionOathseekerKnightHelm = 2046407001,
+ [Annotation(Name = "[Gravesite Plain - Church of Benediction] Oathseeker Knight Helm 2046407001")]
+ GravesitePlainChurchofBenedictionOathseekerKnightHelm = 2046407001,
- [Annotation(Name = "[Enir-Ilim] Leda's Armor 400598")]
- EnirIlimLedasArmor = 400598,
+ [Annotation(Name = "[Enir-Ilim] Leda's Armor 400598")]
+ EnirIlimLedasArmor = 400598,
- [Annotation(Name = "[Gravesite Plain - Church of Benediction] Oathseeker Knight Gauntlets 2046407003")]
- GravesitePlainChurchofBenedictionOathseekerKnightGauntlets = 2046407003,
+ [Annotation(Name = "[Gravesite Plain - Church of Benediction] Oathseeker Knight Gauntlets 2046407003")]
+ GravesitePlainChurchofBenedictionOathseekerKnightGauntlets = 2046407003,
- [Annotation(Name = "[Gravesite Plain - Church of Benediction] Oathseeker Knight Greaves 2046407004")]
- GravesitePlainChurchofBenedictionOathseekerKnightGreaves = 2046407004,
+ [Annotation(Name = "[Gravesite Plain - Church of Benediction] Oathseeker Knight Greaves 2046407004")]
+ GravesitePlainChurchofBenedictionOathseekerKnightGreaves = 2046407004,
- [Annotation(Name = "[Gravesite Plain - Church of Benediction] Oathseeker Knight Armor 2046407002")]
- GravesitePlainChurchofBenedictionOathseekerKnightArmor = 2046407002,
+ [Annotation(Name = "[Gravesite Plain - Church of Benediction] Oathseeker Knight Armor 2046407002")]
+ GravesitePlainChurchofBenedictionOathseekerKnightArmor = 2046407002,
- [Annotation(Name = "[Scadu Altus - Ralva the Great Red Bear] Pelt of Ralva 530930")]
- ScaduAltusRalvatheGreatRedBearPeltofRalva = 530930,
+ [Annotation(Name = "[Scadu Altus - Ralva the Great Red Bear] Pelt of Ralva 530930")]
+ ScaduAltusRalvatheGreatRedBearPeltofRalva = 530930,
- [Annotation(Name = "[Cerulean Coast - Dancer of Ranah] Dancer's Set, Dancing Blade of Ranah 530810")]
- CeruleanCoastDancerofRanahDancersSet = 530810,
+ [Annotation(Name = "[Cerulean Coast - Dancer of Ranah] Dancer's Set, Dancing Blade of Ranah 530810")]
+ CeruleanCoastDancerofRanahDancersSet = 530810,
- [Annotation(Name = "[Bonny Gaol] Night Set 41017300")]
- BonnyGaolNightSet = 41017300,
+ [Annotation(Name = "[Bonny Gaol] Night Set 41017300")]
+ BonnyGaolNightSet = 41017300,
- [Annotation(Name = "[Specimen Storehouse - Sir Ansbach] Ansbach's Set 400622")]
- SpecimenStorehouseSirAnsbachAnsbachsSet = 400622,
+ [Annotation(Name = "[Specimen Storehouse - Sir Ansbach] Ansbach's Set 400622")]
+ SpecimenStorehouseSirAnsbachAnsbachsSet = 400622,
- [Annotation(Name = "[Enir-Ilim] Ansbach's Set, Furious Blade of Ansbach, Obsidian Lamina 400624")]
- EnirIlimAnsbachsSet = 400624,
+ [Annotation(Name = "[Enir-Ilim] Ansbach's Set, Furious Blade of Ansbach, Obsidian Lamina 400624")]
+ EnirIlimAnsbachsSet = 400624,
- [Annotation(Name = "[Specimen Storehouse] Ansbach's Set, Ansbach's Longbow, Letter for Freyja 400625")]
- SpecimenStorehouseAnsbachsSet = 400625,
+ [Annotation(Name = "[Specimen Storehouse] Ansbach's Set, Ansbach's Longbow, Letter for Freyja 400625")]
+ SpecimenStorehouseAnsbachsSet = 400625,
- [Annotation(Name = "[Shadow Keep - Fire Knight] Death Mask Helm 21007995")]
- ShadowKeepFireKnightDeathMaskHelm = 21007995,
+ [Annotation(Name = "[Shadow Keep - Fire Knight] Death Mask Helm 21007995")]
+ ShadowKeepFireKnightDeathMaskHelm = 21007995,
- [Annotation(Name = "[Specimen Storehouse - Fire Knight] Winged Serpent Helm, Ash of War: Flame Spear 21017991")]
- SpecimenStorehouseFireKnightWingedSerpentHelm = 21017991,
+ [Annotation(Name = "[Specimen Storehouse - Fire Knight] Winged Serpent Helm, Ash of War: Flame Spear 21017991")]
+ SpecimenStorehouseFireKnightWingedSerpentHelm = 21017991,
- [Annotation(Name = "[Shadow Keep - Fire Knight] Salza's Hood, Rain of Fire 21027991")]
- ShadowKeepFireKnightSalzasHood = 21027991,
+ [Annotation(Name = "[Shadow Keep - Fire Knight] Salza's Hood, Rain of Fire 21027991")]
+ ShadowKeepFireKnightSalzasHood = 21027991,
- [Annotation(Name = "[Rauh Base - Northwest Great Red Bear Area] Highland Warrior Set 2044477010")]
- RauhBaseNorthwestGreatRedBearAreaHighlandWarriorSet = 2044477010,
+ [Annotation(Name = "[Rauh Base - Northwest Great Red Bear Area] Highland Warrior Set 2044477010")]
+ RauhBaseNorthwestGreatRedBearAreaHighlandWarriorSet = 2044477010,
- [Annotation(Name = "[Scadu Altus - Moorth Highway Camp] Highland Warrior Set 2049457200")]
- ScaduAltusMoorthHighwayCampHighlandWarriorSet = 2049457200,
+ [Annotation(Name = "[Scadu Altus - Moorth Highway Camp] Highland Warrior Set 2049457200")]
+ ScaduAltusMoorthHighwayCampHighlandWarriorSet = 2049457200,
- [Annotation(Name = "[Darklight Catacombs] Death Knight Set 40027130")]
- DarklightCatacombsDeathKnightSet = 40027130,
+ [Annotation(Name = "[Darklight Catacombs] Death Knight Set 40027130")]
+ DarklightCatacombsDeathKnightSet = 40027130,
- [Annotation(Name = "[Enir-Ilim] Gravebird Helm 20017500")]
- EnirIlimGravebirdHelm = 20017500,
+ [Annotation(Name = "[Enir-Ilim] Gravebird Helm 20017500")]
+ EnirIlimGravebirdHelm = 20017500,
- [Annotation(Name = "[Rauh Base - Rot Area] Gravebird's Blackquill Armor 2045467070")]
- RauhBaseRotAreaGravebirdsBlackquillArmor = 2045467070,
+ [Annotation(Name = "[Rauh Base - Rot Area] Gravebird's Blackquill Armor 2045467070")]
+ RauhBaseRotAreaGravebirdsBlackquillArmor = 2045467070,
- [Annotation(Name = "[Gravesite Plain - Pillar Path Waypoint] Gravebird Bracelets 2048427020")]
- GravesitePlainPillarPathWaypointGravebirdBracelets = 2048427020,
+ [Annotation(Name = "[Gravesite Plain - Pillar Path Waypoint] Gravebird Bracelets 2048427020")]
+ GravesitePlainPillarPathWaypointGravebirdBracelets = 2048427020,
- [Annotation(Name = "[Scadu Altus - Poison Swamp] Gravebird Anklets 2049467010")]
- ScaduAltusPoisonSwampGravebirdAnklets = 2049467010,
+ [Annotation(Name = "[Scadu Altus - Poison Swamp] Gravebird Anklets 2049467010")]
+ ScaduAltusPoisonSwampGravebirdAnklets = 2049467010,
- [Annotation(Name = "[Gravesite Plain - Dragon Lake] Gravebird Armor 2045447020")]
- GravesitePlainDragonLakeGravebirdArmor = 2045447020,
+ [Annotation(Name = "[Gravesite Plain - Dragon Lake] Gravebird Armor 2045447020")]
+ GravesitePlainDragonLakeGravebirdArmor = 2045447020,
- [Annotation(Name = "[Enir-Ilim] Circlet of Light 20017981")]
- EnirIlimCircletofLight = 20017981,
+ [Annotation(Name = "[Enir-Ilim] Circlet of Light 20017981")]
+ EnirIlimCircletofLight = 20017981,
- [Annotation(Name = "[Belurat] Divine Beast Head 20007810")]
- BeluratDivineBeastHead = 20007810,
+ [Annotation(Name = "[Belurat] Divine Beast Head 20007810")]
+ BeluratDivineBeastHead = 20007810,
- [Annotation(Name = "[Stone Coffin Fissure] St. Trina's Blossom 400740")]
- StoneCoffinFissureStTrinasBlossom = 400740,
+ [Annotation(Name = "[Stone Coffin Fissure] St. Trina's Blossom 400740")]
+ StoneCoffinFissureStTrinasBlossom = 400740,
- [Annotation(Name = "[Belurat Gaol] Greatjar 41007250")]
- BeluratGaolGreatjar = 41007250,
+ [Annotation(Name = "[Belurat Gaol] Greatjar 41007250")]
+ BeluratGaolGreatjar = 41007250,
- [Annotation(Name = "[Scorpion River Catacombs] Imp Head (Lion) 40017070")]
- ScorpionRiverCatacombsImpHeadLion = 40017070,
+ [Annotation(Name = "[Scorpion River Catacombs] Imp Head (Lion) 40017070")]
+ ScorpionRiverCatacombsImpHeadLion = 40017070,
- [Annotation(Name = "[Scorpion River Catacombs - Death Knight] Cerulean Amber Medallion +3 520711")]
- ScorpionRiverCatacombsDeathKnightCeruleanAmberMedallion3 = 520711,
+ [Annotation(Name = "[Scorpion River Catacombs - Death Knight] Cerulean Amber Medallion +3 520711")]
+ ScorpionRiverCatacombsDeathKnightCeruleanAmberMedallion3 = 520711,
- [Annotation(Name = "[Darklight Catacombs] Viridian Amber Medallion +3 40027020")]
- DarklightCatacombsViridianAmberMedallion3 = 40027020,
+ [Annotation(Name = "[Darklight Catacombs] Viridian Amber Medallion +3 40027020")]
+ DarklightCatacombsViridianAmberMedallion3 = 40027020,
- [Annotation(Name = "[Rauh Base - Temple Town Ruins] Two-Headed Turtle Talisman 2046457000")]
- RauhBaseTempleTownRuinsTwoHeadedTurtleTalisman = 2046457000,
+ [Annotation(Name = "[Rauh Base - Temple Town Ruins] Two-Headed Turtle Talisman 2046457000")]
+ RauhBaseTempleTownRuinsTwoHeadedTurtleTalisman = 2046457000,
- [Annotation(Name = "[Bonny Gaol] Stalwart Horn Charm +2 41017020")]
- BonnyGaolStalwartHornCharm2 = 41017020,
+ [Annotation(Name = "[Bonny Gaol] Stalwart Horn Charm +2 41017020")]
+ BonnyGaolStalwartHornCharm2 = 41017020,
- [Annotation(Name = "[Belurat - Ulcerated Tree Spirit] Immunizing Horn Charm +2 20007991")]
- BeluratUlceratedTreeSpiritImmunizingHornCharm2 = 20007991,
+ [Annotation(Name = "[Belurat - Ulcerated Tree Spirit] Immunizing Horn Charm +2 20007991")]
+ BeluratUlceratedTreeSpiritImmunizingHornCharm2 = 20007991,
- [Annotation(Name = "[Lamenter's Gaol] Clarifying Horn Charm +2 41027210")]
- LamentersGaolClarifyingHornCharm2 = 41027210,
+ [Annotation(Name = "[Lamenter's Gaol] Clarifying Horn Charm +2 41027210")]
+ LamentersGaolClarifyingHornCharm2 = 41027210,
- [Annotation(Name = "[Rauh Base - Rot Area] Mottled Necklace +2 2045467900")]
- RauhBaseRotAreaMottledNecklace2 = 2045467900,
+ [Annotation(Name = "[Rauh Base - Rot Area] Mottled Necklace +2 2045467900")]
+ RauhBaseRotAreaMottledNecklace2 = 2045467900,
- [Annotation(Name = "[Gravesite Plain - West Castle Ensis] Spelldrake Talisman +3 2047447190")]
- GravesitePlainWestCastleEnsisSpelldrakeTalisman3 = 2047447190,
+ [Annotation(Name = "[Gravesite Plain - West Castle Ensis] Spelldrake Talisman +3 2047447190")]
+ GravesitePlainWestCastleEnsisSpelldrakeTalisman3 = 2047447190,
- [Annotation(Name = "[Gravesite Plain - Southeast Poison Swamp] Flamedrake Talisman +3 2049437270")]
- GravesitePlainSoutheastPoisonSwampFlamedrakeTalisman3 = 2049437270,
+ [Annotation(Name = "[Gravesite Plain - Southeast Poison Swamp] Flamedrake Talisman +3 2049437270")]
+ GravesitePlainSoutheastPoisonSwampFlamedrakeTalisman3 = 2049437270,
- [Annotation(Name = "[Specimen Storehouse] Boltdrake Talisman +3 21017100")]
- SpecimenStorehouseBoltdrakeTalisman3 = 21017100,
+ [Annotation(Name = "[Specimen Storehouse] Boltdrake Talisman +3 21017100")]
+ SpecimenStorehouseBoltdrakeTalisman3 = 21017100,
- [Annotation(Name = "[Scadu Altus - Church District Highroad] Golden Braid 2051477510")]
- ScaduAltusChurchDistrictHighroadGoldenBraid = 2051477510,
+ [Annotation(Name = "[Scadu Altus - Church District Highroad] Golden Braid 2051477510")]
+ ScaduAltusChurchDistrictHighroadGoldenBraid = 2051477510,
- [Annotation(Name = "[Specimen Storehouse] Pearldrake Talisman +3 21017120")]
- SpecimenStorehousePearldrakeTalisman3 = 21017120,
+ [Annotation(Name = "[Specimen Storehouse] Pearldrake Talisman +3 21017120")]
+ SpecimenStorehousePearldrakeTalisman3 = 21017120,
- [Annotation(Name = "[Finger Ruins of Rhia - Northwest] Crimson Seed Talisman +1 2050407000")]
- FingerRuinsofRhiaNorthwestCrimsonSeedTalisman1 = 2050407000,
+ [Annotation(Name = "[Finger Ruins of Rhia - Northwest] Crimson Seed Talisman +1 2050407000")]
+ FingerRuinsofRhiaNorthwestCrimsonSeedTalisman1 = 2050407000,
- [Annotation(Name = "[Finger Ruins of Dheo - West] Cerulean Seed Talisman +1 2053467600")]
- FingerRuinsofDheoWestCeruleanSeedTalisman1 = 2053467600,
+ [Annotation(Name = "[Finger Ruins of Dheo - West] Cerulean Seed Talisman +1 2053467600")]
+ FingerRuinsofDheoWestCeruleanSeedTalisman1 = 2053467600,
- [Annotation(Name = "[Gravesite Plain - Church of Benediction] Blessed Blue Dew Talisman 2046407700")]
- GravesitePlainChurchofBenedictionBlessedBlueDewTalisman = 2046407700,
+ [Annotation(Name = "[Gravesite Plain - Church of Benediction] Blessed Blue Dew Talisman 2046407700")]
+ GravesitePlainChurchofBenedictionBlessedBlueDewTalisman = 2046407700,
- [Annotation(Name = "[Rauh Base - Northeast Great Red Bear Area] Fine Crucible Feather Talisman 2045487000")]
- RauhBaseNortheastGreatRedBearAreaFineCrucibleFeatherTalisman = 2045487000,
+ [Annotation(Name = "[Rauh Base - Northeast Great Red Bear Area] Fine Crucible Feather Talisman 2045487000")]
+ RauhBaseNortheastGreatRedBearAreaFineCrucibleFeatherTalisman = 2045487000,
- [Annotation(Name = "[Gravesite Plain - Cliffroad Terminus] Outer God Heirloom 2045417800")]
- GravesitePlainCliffroadTerminusOuterGodHeirloom = 2045417800,
+ [Annotation(Name = "[Gravesite Plain - Cliffroad Terminus] Outer God Heirloom 2045417800")]
+ GravesitePlainCliffroadTerminusOuterGodHeirloom = 2045417800,
- [Annotation(Name = "[Scadu Altus - Moorth Ruins] Shattered Stone Talisman 2049447090")]
- ScaduAltusMoorthRuinsShatteredStoneTalisman = 2049447090,
+ [Annotation(Name = "[Scadu Altus - Moorth Ruins] Shattered Stone Talisman 2049447090")]
+ ScaduAltusMoorthRuinsShatteredStoneTalisman = 2049447090,
- [Annotation(Name = "[Rauh Base - Temple Town Ruins] Two-Handed Sword Talisman 2046457910")]
- RauhBaseTempleTownRuinsTwoHandedSwordTalisman = 2046457910,
+ [Annotation(Name = "[Rauh Base - Temple Town Ruins] Two-Handed Sword Talisman 2046457910")]
+ RauhBaseTempleTownRuinsTwoHandedSwordTalisman = 2046457910,
- [Annotation(Name = "[Belurat - Fire Knight Queelign] Crusade Insignia 400694")]
- BeluratFireKnightQueelignCrusadeInsignia = 400694,
+ [Annotation(Name = "[Belurat - Fire Knight Queelign] Crusade Insignia 400694")]
+ BeluratFireKnightQueelignCrusadeInsignia = 400694,
- [Annotation(Name = "[Finger Ruins of Rhia - Winter-Lantern] Aged One's Exultation 2051417700")]
- FingerRuinsofRhiaWinterLanternAgedOnesExultation = 2051417700,
+ [Annotation(Name = "[Finger Ruins of Rhia - Winter-Lantern] Aged One's Exultation 2051417700")]
+ FingerRuinsofRhiaWinterLanternAgedOnesExultation = 2051417700,
- [Annotation(Name = "[Gravesite Plain - North Fog Rift Fort] Arrow's Soaring Sting Talisman 2047457910")]
- GravesitePlainNorthFogRiftFortArrowsSoaringStingTalisman = 2047457910,
+ [Annotation(Name = "[Gravesite Plain - North Fog Rift Fort] Arrow's Soaring Sting Talisman 2047457910")]
+ GravesitePlainNorthFogRiftFortArrowsSoaringStingTalisman = 2047457910,
- [Annotation(Name = "[Rauh Base - Bloodfiend Cave] Pearl Shield Talisman 2047477900")]
- RauhBaseBloodfiendCavePearlShieldTalisman = 2047477900,
+ [Annotation(Name = "[Rauh Base - Bloodfiend Cave] Pearl Shield Talisman 2047477900")]
+ RauhBaseBloodfiendCavePearlShieldTalisman = 2047477900,
- [Annotation(Name = "[Belurat] Dried Bouquet 20007630")]
- BeluratDriedBouquet = 20007630,
+ [Annotation(Name = "[Belurat] Dried Bouquet 20007630")]
+ BeluratDriedBouquet = 20007630,
- [Annotation(Name = "[Ruined Forge of Starfall Past] Smithing Talisman 42027030")]
- RuinedForgeofStarfallPastSmithingTalisman = 42027030,
+ [Annotation(Name = "[Ruined Forge of Starfall Past] Smithing Talisman 42027030")]
+ RuinedForgeofStarfallPastSmithingTalisman = 42027030,
- [Annotation(Name = "[Gravesite Plain - Greatbridge North] Ailment Talisman 2046447030")]
- GravesitePlainGreatbridgeNorthAilmentTalisman = 2046447030,
+ [Annotation(Name = "[Gravesite Plain - Greatbridge North] Ailment Talisman 2046447030")]
+ GravesitePlainGreatbridgeNorthAilmentTalisman = 2046447030,
- [Annotation(Name = "[Scadu Altus - Needle Knight Leda] Retaliatory Crossed-Tree 400592")]
- ScaduAltusNeedleKnightLedaRetaliatoryCrossedTree = 400592,
+ [Annotation(Name = "[Scadu Altus - Needle Knight Leda] Retaliatory Crossed-Tree 400592")]
+ ScaduAltusNeedleKnightLedaRetaliatoryCrossedTree = 400592,
- [Annotation(Name = "[Scadu Altus - Needle Knight Leda] Lacerating Crossed-Tree 400590")]
- ScaduAltusNeedleKnightLedaLaceratingCrossedTree = 400590,
+ [Annotation(Name = "[Scadu Altus - Needle Knight Leda] Lacerating Crossed-Tree 400590")]
+ ScaduAltusNeedleKnightLedaLaceratingCrossedTree = 400590,
- [Annotation(Name = "[Scaduview - Scadutree Chalice] Sharpshot Talisman 2049497510")]
- ScaduviewScadutreeChaliceSharpshotTalisman = 2049497510,
+ [Annotation(Name = "[Scaduview - Scadutree Chalice] Sharpshot Talisman 2049497510")]
+ ScaduviewScadutreeChaliceSharpshotTalisman = 2049497510,
- [Annotation(Name = "[Stone Coffin Fissure - Thiollier] St. Trina's Smile 400632")]
- StoneCoffinFissureThiollierStTrinasSmile = 400632,
+ [Annotation(Name = "[Stone Coffin Fissure - Thiollier] St. Trina's Smile 400632")]
+ StoneCoffinFissureThiollierStTrinasSmile = 400632,
- [Annotation(Name = "[Gravesite Plain - Elder's Hovel] Talisman of the Dread 2049427000")]
- GravesitePlainEldersHovelTalismanoftheDread = 2049427000,
+ [Annotation(Name = "[Gravesite Plain - Elder's Hovel] Talisman of the Dread 2049427000")]
+ GravesitePlainEldersHovelTalismanoftheDread = 2049427000,
- [Annotation(Name = "[Scadu Altus - Count Ymir, High Priest] Beloved Stardust, Ruins Map (2nd) 400661")]
- ScaduAltusCountYmirHighPriestBelovedStardust = 400661,
+ [Annotation(Name = "[Scadu Altus - Count Ymir, High Priest] Beloved Stardust, Ruins Map (2nd) 400661")]
+ ScaduAltusCountYmirHighPriestBelovedStardust = 400661,
- [Annotation(Name = "[Shadow Keep] Talisman of Lord's Bestowal 21007070")]
- ShadowKeepTalismanofLordsBestowal = 21007070,
+ [Annotation(Name = "[Shadow Keep] Talisman of Lord's Bestowal 21007070")]
+ ShadowKeepTalismanofLordsBestowal = 21007070,
- [Annotation(Name = "[Rauh Base - Fire Spritestone Cave] Verdigris Discus 2046477720")]
- RauhBaseFireSpritestoneCaveVerdigrisDiscus = 2046477720,
+ [Annotation(Name = "[Rauh Base - Fire Spritestone Cave] Verdigris Discus 2046477720")]
+ RauhBaseFireSpritestoneCaveVerdigrisDiscus = 2046477720,
- [Annotation(Name = "[Gravesite Plain - West Castle Ensis] Rellana's Cameo 2047447700")]
- GravesitePlainWestCastleEnsisRellanasCameo = 2047447700,
+ [Annotation(Name = "[Gravesite Plain - West Castle Ensis] Rellana's Cameo 2047447700")]
+ GravesitePlainWestCastleEnsisRellanasCameo = 2047447700,
- [Annotation(Name = "[Gravesite Plain - Scorched Ruins] Blade of Mercy 2047417800")]
- GravesitePlainScorchedRuinsBladeofMercy = 2047417800,
+ [Annotation(Name = "[Gravesite Plain - Scorched Ruins] Blade of Mercy 2047417800")]
+ GravesitePlainScorchedRuinsBladeofMercy = 2047417800,
- [Annotation(Name = "[Ancient Ruins of Rauh - South Church of the Bud] Talisman of All Crucibles 2044457900")]
- AncientRuinsofRauhSouthChurchoftheBudTalismanofAllCrucibles = 2044457900,
+ [Annotation(Name = "[Ancient Ruins of Rauh - South Church of the Bud] Talisman of All Crucibles 2044457900")]
+ AncientRuinsofRauhSouthChurchoftheBudTalismanofAllCrucibles = 2044457900,
- [Annotation(Name = "[Rauh Base - Fire Spritestone Cave] Ash of War: Dryleaf Whirlwind 2046477150")]
- RauhBaseFireSpritestoneCaveAshofWarDryleafWhirlwind = 2046477150,
+ [Annotation(Name = "[Rauh Base - Fire Spritestone Cave] Ash of War: Dryleaf Whirlwind 2046477150")]
+ RauhBaseFireSpritestoneCaveAshofWarDryleafWhirlwind = 2046477150,
- [Annotation(Name = "[Gravesite Plain - Black Knight Edredd] Ash of War: Aspects of the Crucible: Wings 530965")]
- GravesitePlainBlackKnightEdreddAshofWarAspectsoftheCrucibleWings = 530965,
+ [Annotation(Name = "[Gravesite Plain - Black Knight Edredd] Ash of War: Aspects of the Crucible: Wings 530965")]
+ GravesitePlainBlackKnightEdreddAshofWarAspectsoftheCrucibleWings = 530965,
- [Annotation(Name = "[Gravesite Plain - Scarab] Ash of War: Piercing Throw 540902")]
- GravesitePlainScarabAshofWarPiercingThrow = 540902,
+ [Annotation(Name = "[Gravesite Plain - Scarab] Ash of War: Piercing Throw 540902")]
+ GravesitePlainScarabAshofWarPiercingThrow = 540902,
- [Annotation(Name = "[Scadu Altus - Scarab] Ash of War: Scattershot Throw 540910")]
- ScaduAltusScarabAshofWarScattershotThrow = 540910,
+ [Annotation(Name = "[Scadu Altus - Scarab] Ash of War: Scattershot Throw 540910")]
+ ScaduAltusScarabAshofWarScattershotThrow = 540910,
- [Annotation(Name = "[Shadow Keep - West Rampart] Ash of War: Wall of Sparks 21027020")]
- ShadowKeepWestRampartAshofWarWallofSparks = 21027020,
+ [Annotation(Name = "[Shadow Keep - West Rampart] Ash of War: Wall of Sparks 21027020")]
+ ShadowKeepWestRampartAshofWarWallofSparks = 21027020,
- [Annotation(Name = "[Scadu Altus - Scarab] Ash of War: Rolling Sparks 540904")]
- ScaduAltusScarabAshofWarRollingSparks = 540904,
+ [Annotation(Name = "[Scadu Altus - Scarab] Ash of War: Rolling Sparks 540904")]
+ ScaduAltusScarabAshofWarRollingSparks = 540904,
- [Annotation(Name = "[Scadu Altus - Scarab] Ash of War: Raging Beast 540906")]
- ScaduAltusScarabAshofWarRagingBeast = 540906,
+ [Annotation(Name = "[Scadu Altus - Scarab] Ash of War: Raging Beast 540906")]
+ ScaduAltusScarabAshofWarRagingBeast = 540906,
- [Annotation(Name = "[Shadow Keep - Needle Knight Leda] Ash of War: Swift Slash 400594")]
- ShadowKeepNeedleKnightLedaAshofWarSwiftSlash = 400594,
+ [Annotation(Name = "[Shadow Keep - Needle Knight Leda] Ash of War: Swift Slash 400594")]
+ ShadowKeepNeedleKnightLedaAshofWarSwiftSlash = 400594,
- [Annotation(Name = "[Gravesite Plain - East Castle Ensis] Ash of War: Wing Stance 2048447810")]
- GravesitePlainEastCastleEnsisAshofWarWingStance = 2048447810,
+ [Annotation(Name = "[Gravesite Plain - East Castle Ensis] Ash of War: Wing Stance 2048447810")]
+ GravesitePlainEastCastleEnsisAshofWarWingStance = 2048447810,
- [Annotation(Name = "[Fog Rift Catacombs] Ash of War: Blinkbolt 40007900")]
- FogRiftCatacombsAshofWarBlinkbolt = 40007900,
+ [Annotation(Name = "[Fog Rift Catacombs] Ash of War: Blinkbolt 40007900")]
+ FogRiftCatacombsAshofWarBlinkbolt = 40007900,
- [Annotation(Name = "[Belurat - Fire Knight Queelign] Ash of War: Flame Skewer, Prayer Room Key 400696")]
- BeluratFireKnightQueelignAshofWarFlameSkewer = 400696,
+ [Annotation(Name = "[Belurat - Fire Knight Queelign] Ash of War: Flame Skewer, Prayer Room Key 400696")]
+ BeluratFireKnightQueelignAshofWarFlameSkewer = 400696,
- [Annotation(Name = "[Gravesite Plain - South of Dragon Lake] Ash of War: Savage Lion's Claw 2045437700")]
- GravesitePlainSouthofDragonLakeAshofWarSavageLionsClaw = 2045437700,
+ [Annotation(Name = "[Gravesite Plain - South of Dragon Lake] Ash of War: Savage Lion's Claw 2045437700")]
+ GravesitePlainSouthofDragonLakeAshofWarSavageLionsClaw = 2045437700,
- [Annotation(Name = "[Scadu Altus - Scarab] Ash of War: Carian Sovereignty 540900")]
- ScaduAltusScarabAshofWarCarianSovereignty = 540900,
+ [Annotation(Name = "[Scadu Altus - Scarab] Ash of War: Carian Sovereignty 540900")]
+ ScaduAltusScarabAshofWarCarianSovereignty = 540900,
- [Annotation(Name = "[Belurat] Ash of War: Shriek of Sorrow 20007410")]
- BeluratAshofWarShriekofSorrow = 20007410,
+ [Annotation(Name = "[Belurat] Ash of War: Shriek of Sorrow 20007410")]
+ BeluratAshofWarShriekofSorrow = 20007410,
- [Annotation(Name = "[Cerulean Coast - Death Rite Bird] Ash of War: Ghostflame Call 530855")]
- CeruleanCoastDeathRiteBirdAshofWarGhostflameCall = 530855,
+ [Annotation(Name = "[Cerulean Coast - Death Rite Bird] Ash of War: Ghostflame Call 530855")]
+ CeruleanCoastDeathRiteBirdAshofWarGhostflameCall = 530855,
- [Annotation(Name = "[Rauh Base - Scarab] Ash of War: The Poison Flower Blooms Twice 540916")]
- RauhBaseScarabAshofWarThePoisonFlowerBloomsTwice = 540916,
+ [Annotation(Name = "[Rauh Base - Scarab] Ash of War: The Poison Flower Blooms Twice 540916")]
+ RauhBaseScarabAshofWarThePoisonFlowerBloomsTwice = 540916,
- [Annotation(Name = "[Jagged Peak - Between Jagged Peak Mountainside and Summit] Rock Heart 580420")]
- JaggedPeakBetweenJaggedPeakMountainsideandSummitRockHeart = 580420,
+ [Annotation(Name = "[Jagged Peak - Between Jagged Peak Mountainside and Summit] Rock Heart 580420")]
+ JaggedPeakBetweenJaggedPeakMountainsideandSummitRockHeart = 580420,
- [Annotation(Name = "[Lamenter's Gaol - Lamenter] Lamenter's Mask 520770")]
- LamentersGaolLamenterLamentersMask = 520770,
+ [Annotation(Name = "[Lamenter's Gaol - Lamenter] Lamenter's Mask 520770")]
+ LamentersGaolLamenterLamentersMask = 520770,
- [Annotation(Name = "[Shadow Keep] Iris of Grace 21007800")]
- ShadowKeepIrisofGrace = 21007800,
+ [Annotation(Name = "[Shadow Keep] Iris of Grace 21007800")]
+ ShadowKeepIrisofGrace = 21007800,
- [Annotation(Name = "[Shadow Keep - West Rampart] Iris of Grace 21027040")]
- ShadowKeepWestRampartIrisofGrace = 21027040,
+ [Annotation(Name = "[Shadow Keep - West Rampart] Iris of Grace 21027040")]
+ ShadowKeepWestRampartIrisofGrace = 21027040,
- [Annotation(Name = "[Shadow Keep - Ulcerated Tree Spirit] Iris of Occultation 21007993")]
- ShadowKeepUlceratedTreeSpiritIrisofOccultation = 21007993,
+ [Annotation(Name = "[Shadow Keep - Ulcerated Tree Spirit] Iris of Occultation 21007993")]
+ ShadowKeepUlceratedTreeSpiritIrisofOccultation = 21007993,
- [Annotation(Name = "[Gravesite Plain - Omenkiller] Iris of Occultation 2049437940")]
- GravesitePlainOmenkillerIrisofOccultation = 2049437940,
+ [Annotation(Name = "[Gravesite Plain - Omenkiller] Iris of Occultation 2049437940")]
+ GravesitePlainOmenkillerIrisofOccultation = 2049437940,
- [Annotation(Name = "[Gravesite Plain - Thiollier] Thiollier's Concoction 400630")]
- GravesitePlainThiollierThiolliersConcoction = 400630,
+ [Annotation(Name = "[Gravesite Plain - Thiollier] Thiollier's Concoction 400630")]
+ GravesitePlainThiollierThiolliersConcoction = 400630,
- [Annotation(Name = "[Lamenter's Gaol] Prattling Pate \"Lamentation\" 41027010")]
- LamentersGaolPrattlingPateLamentation = 41027010,
+ [Annotation(Name = "[Lamenter's Gaol] Prattling Pate \"Lamentation\" 41027010")]
+ LamentersGaolPrattlingPateLamentation = 41027010,
- [Annotation(Name = "[Scaduview - Commander Gaius] Remembrance of the Wild Boar Rider 510640")]
- ScaduviewCommanderGaiusRemembranceoftheWildBoarRider = 510640,
+ [Annotation(Name = "[Scaduview - Commander Gaius] Remembrance of the Wild Boar Rider 510640")]
+ ScaduviewCommanderGaiusRemembranceoftheWildBoarRider = 510640,
- [Annotation(Name = "[Scaduview - Scadutree Avatar] Remembrance of the Shadow Sunflower, Miquella's Great Rune 510620")]
- ScaduviewScadutreeAvatarRemembranceoftheShadowSunflower = 510620,
+ [Annotation(Name = "[Scaduview - Scadutree Avatar] Remembrance of the Shadow Sunflower, Miquella's Great Rune 510620")]
+ ScaduviewScadutreeAvatarRemembranceoftheShadowSunflower = 510620,
- [Annotation(Name = "[Gravesite Plain - Rellana, Twin Moon Knight] Remembrance of the Twin Moon Knight 510900")]
- GravesitePlainRellanaTwinMoonKnightRemembranceoftheTwinMoonKnight = 510900,
+ [Annotation(Name = "[Gravesite Plain - Rellana, Twin Moon Knight] Remembrance of the Twin Moon Knight 510900")]
+ GravesitePlainRellanaTwinMoonKnightRemembranceoftheTwinMoonKnight = 510900,
- [Annotation(Name = "[Ancient Ruins of Rauh - Romina, Saint of the Bud] Remembrance of the Saint of the Bud 510600")]
- AncientRuinsofRauhRominaSaintoftheBudRemembranceoftheSaintoftheBud = 510600,
+ [Annotation(Name = "[Ancient Ruins of Rauh - Romina, Saint of the Bud] Remembrance of the Saint of the Bud 510600")]
+ AncientRuinsofRauhRominaSaintoftheBudRemembranceoftheSaintoftheBud = 510600,
- [Annotation(Name = "[Belurat - Divine Beast Dancing Lion] Remembrance of the Dancing Lion 510400")]
- BeluratDivineBeastDancingLionRemembranceoftheDancingLion = 510400,
+ [Annotation(Name = "[Belurat - Divine Beast Dancing Lion] Remembrance of the Dancing Lion 510400")]
+ BeluratDivineBeastDancingLionRemembranceoftheDancingLion = 510400,
- [Annotation(Name = "[Enir-Ilim - Radahn, Consort of Miquella] Remembrance of a God and a Lord 510430")]
- EnirIlimRadahnConsortofMiquellaRemembranceofaGodandaLord = 510430,
+ [Annotation(Name = "[Enir-Ilim - Radahn, Consort of Miquella] Remembrance of a God and a Lord 510430")]
+ EnirIlimRadahnConsortofMiquellaRemembranceofaGodandaLord = 510430,
- [Annotation(Name = "[Midra's Manse - Midra, Lord of Frenzied Flame] Remembrance of the Lord of Frenzied Flame 510560")]
- MidrasManseMidraLordofFrenziedFlameRemembranceoftheLordofFrenziedFlame = 510560,
+ [Annotation(Name = "[Midra's Manse - Midra, Lord of Frenzied Flame] Remembrance of the Lord of Frenzied Flame 510560")]
+ MidrasManseMidraLordofFrenziedFlameRemembranceoftheLordofFrenziedFlame = 510560,
- [Annotation(Name = "[Finger Birthing Grounds - Metyr, Mother of Fingers] Remembrance of the Mother of Fingers 510550")]
- FingerBirthingGroundsMetyrMotherofFingersRemembranceoftheMotherofFingers = 510550,
+ [Annotation(Name = "[Finger Birthing Grounds - Metyr, Mother of Fingers] Remembrance of the Mother of Fingers 510550")]
+ FingerBirthingGroundsMetyrMotherofFingersRemembranceoftheMotherofFingers = 510550,
- [Annotation(Name = "[Stone Coffin Fissure - Putrescent Knight] Remembrance of Putrescence 510480")]
- StoneCoffinFissurePutrescentKnightRemembranceofPutrescence = 510480,
+ [Annotation(Name = "[Stone Coffin Fissure - Putrescent Knight] Remembrance of Putrescence 510480")]
+ StoneCoffinFissurePutrescentKnightRemembranceofPutrescence = 510480,
- [Annotation(Name = "[Ancient Ruins of Rauh - East Ruins North Pit and Tunnels] Bondstone 2046487010")]
- AncientRuinsofRauhEastRuinsNorthPitandTunnelsBondstone = 2046487010,
+ [Annotation(Name = "[Ancient Ruins of Rauh - East Ruins North Pit and Tunnels] Bondstone 2046487010")]
+ AncientRuinsofRauhEastRuinsNorthPitandTunnelsBondstone = 2046487010,
- [Annotation(Name = "[Rauh Base - Fire Spritestone Cave] Fire Spritestone 2046477060")]
- RauhBaseFireSpritestoneCaveFireSpritestone = 2046477060,
+ [Annotation(Name = "[Rauh Base - Fire Spritestone Cave] Fire Spritestone 2046477060")]
+ RauhBaseFireSpritestoneCaveFireSpritestone = 2046477060,
- [Annotation(Name = "[Gravesite Plain - Ulcerated Tree Spirit] Horned Bairn 2047437980")]
- GravesitePlainUlceratedTreeSpiritHornedBairn = 2047437980,
+ [Annotation(Name = "[Gravesite Plain - Ulcerated Tree Spirit] Horned Bairn 2047437980")]
+ GravesitePlainUlceratedTreeSpiritHornedBairn = 2047437980,
- [Annotation(Name = "[Cerulean Coast - Southern Nameless Mausoleum] Perfumed Oil of Ranah 2046387070")]
- CeruleanCoastSouthernNamelessMausoleumPerfumedOilofRanah = 2046387070,
+ [Annotation(Name = "[Cerulean Coast - Southern Nameless Mausoleum] Perfumed Oil of Ranah 2046387070")]
+ CeruleanCoastSouthernNamelessMausoleumPerfumedOilofRanah = 2046387070,
- [Annotation(Name = "[Lamenter's Gaol] Call of Tibia 41027110")]
- LamentersGaolCallofTibia = 41027110,
+ [Annotation(Name = "[Lamenter's Gaol] Call of Tibia 41027110")]
+ LamentersGaolCallofTibia = 41027110,
- [Annotation(Name = "[Cerulean Coast - Cerulean Coast] Call of Tibia 2048397030")]
- CeruleanCoastCeruleanCoastCallofTibia = 2048397030,
+ [Annotation(Name = "[Cerulean Coast - Cerulean Coast] Call of Tibia 2048397030")]
+ CeruleanCoastCeruleanCoastCallofTibia = 2048397030,
- [Annotation(Name = "[Midra's Manse] Surging Frenzied Flame 3x 28007050")]
- MidrasManseSurgingFrenziedFlame3x = 28007050,
+ [Annotation(Name = "[Midra's Manse] Surging Frenzied Flame 3x 28007050")]
+ MidrasManseSurgingFrenziedFlame3x = 28007050,
- [Annotation(Name = "[Shadow Keep] Golden Vow (Goods 2003170) 21007040")]
- ShadowKeepGoldenVowGoods2003170 = 21007040,
+ [Annotation(Name = "[Shadow Keep] Golden Vow (Goods 2003170) 21007040")]
+ ShadowKeepGoldenVowGoods2003170 = 21007040,
- [Annotation(Name = "[Shadow Keep] Golden Vow (Goods 2003170) 3x 21007090")]
- ShadowKeepGoldenVowGoods20031703x = 21007090,
+ [Annotation(Name = "[Shadow Keep] Golden Vow (Goods 2003170) 3x 21007090")]
+ ShadowKeepGoldenVowGoods20031703x = 21007090,
- [Annotation(Name = "[Scadu Altus - Furnace Golem Area] Golden Vow (Goods 2003170) 2x 2048467010")]
- ScaduAltusFurnaceGolemAreaGoldenVowGoods20031702x = 2048467010,
+ [Annotation(Name = "[Scadu Altus - Furnace Golem Area] Golden Vow (Goods 2003170) 2x 2048467010")]
+ ScaduAltusFurnaceGolemAreaGoldenVowGoods20031702x = 2048467010,
- [Annotation(Name = "[Specimen Storehouse] Fire Coil 21017040")]
- SpecimenStorehouseFireCoil = 21017040,
+ [Annotation(Name = "[Specimen Storehouse] Fire Coil 21017040")]
+ SpecimenStorehouseFireCoil = 21017040,
- [Annotation(Name = "[Specimen Storehouse] Fire Coil 2x 21017410")]
- SpecimenStorehouseFireCoil2x = 21017410,
+ [Annotation(Name = "[Specimen Storehouse] Fire Coil 2x 21017410")]
+ SpecimenStorehouseFireCoil2x = 21017410,
- [Annotation(Name = "[Specimen Storehouse] Fire Coil 3x 21017630")]
- SpecimenStorehouseFireCoil3x = 21017630,
+ [Annotation(Name = "[Specimen Storehouse] Fire Coil 3x 21017630")]
+ SpecimenStorehouseFireCoil3x = 21017630,
- [Annotation(Name = "[Gravesite Plain - Church of Consolation] Fire Coil 2x 2048417000")]
- GravesitePlainChurchofConsolationFireCoil2x = 2048417000,
+ [Annotation(Name = "[Gravesite Plain - Church of Consolation] Fire Coil 2x 2048417000")]
+ GravesitePlainChurchofConsolationFireCoil2x = 2048417000,
- [Annotation(Name = "[Scadu Altus - Cathedral of Manus Metyr] Glinting Nail 2x 2051457000")]
- ScaduAltusCathedralofManusMetyrGlintingNail2x = 2051457000,
+ [Annotation(Name = "[Scadu Altus - Cathedral of Manus Metyr] Glinting Nail 2x 2051457000")]
+ ScaduAltusCathedralofManusMetyrGlintingNail2x = 2051457000,
- [Annotation(Name = "[Enir-Ilim] Sunwarmth Stone 2x 20017480")]
- EnirIlimSunwarmthStone2x = 20017480,
+ [Annotation(Name = "[Enir-Ilim] Sunwarmth Stone 2x 20017480")]
+ EnirIlimSunwarmthStone2x = 20017480,
- [Annotation(Name = "[Gravesite Plain - West Castle Ensis] Glintblade Trio 2047447090")]
- GravesitePlainWestCastleEnsisGlintbladeTrio = 2047447090,
+ [Annotation(Name = "[Gravesite Plain - West Castle Ensis] Glintblade Trio 2047447090")]
+ GravesitePlainWestCastleEnsisGlintbladeTrio = 2047447090,
- [Annotation(Name = "[Scaduview - Fallingstar Beast] Gravitational Missile 530960")]
- ScaduviewFallingstarBeastGravitationalMissile = 530960,
+ [Annotation(Name = "[Scaduview - Fallingstar Beast] Gravitational Missile 530960")]
+ ScaduviewFallingstarBeastGravitationalMissile = 530960,
- [Annotation(Name = "[Shadow Keep - Ulcerated Tree Spirit] Mantle of Thorns 21007991")]
- ShadowKeepUlceratedTreeSpiritMantleofThorns = 21007991,
+ [Annotation(Name = "[Shadow Keep - Ulcerated Tree Spirit] Mantle of Thorns 21007991")]
+ ShadowKeepUlceratedTreeSpiritMantleofThorns = 21007991,
- [Annotation(Name = "[Specimen Storehouse] Impenetrable Thorns 21017510")]
- SpecimenStorehouseImpenetrableThorns = 21017510,
+ [Annotation(Name = "[Specimen Storehouse] Impenetrable Thorns 21017510")]
+ SpecimenStorehouseImpenetrableThorns = 21017510,
- [Annotation(Name = "[Cerulean Coast - Cerulean Coast] Rings of Spectral Light 2048397050")]
- CeruleanCoastCeruleanCoastRingsofSpectralLight = 2048397050,
+ [Annotation(Name = "[Cerulean Coast - Cerulean Coast] Rings of Spectral Light 2048397050")]
+ CeruleanCoastCeruleanCoastRingsofSpectralLight = 2048397050,
- [Annotation(Name = "[Stone Coffin Fissure] Mass of Putrescence 22007210")]
- StoneCoffinFissureMassofPutrescence = 22007210,
+ [Annotation(Name = "[Stone Coffin Fissure] Mass of Putrescence 22007210")]
+ StoneCoffinFissureMassofPutrescence = 22007210,
- [Annotation(Name = "[Scadu Altus - Moorth Highway Camp] Heal from Afar 2049457500")]
- ScaduAltusMoorthHighwayCampHealfromAfar = 2049457500,
+ [Annotation(Name = "[Scadu Altus - Moorth Highway Camp] Heal from Afar 2049457500")]
+ ScaduAltusMoorthHighwayCampHealfromAfar = 2049457500,
- [Annotation(Name = "[Shadow Keep - Golden Hippopotamus] Aspects of the Crucible: Thorns, Scadutree Fragment 2x 510440")]
- ShadowKeepGoldenHippopotamusAspectsoftheCrucibleThorns = 510440,
+ [Annotation(Name = "[Shadow Keep - Golden Hippopotamus] Aspects of the Crucible: Thorns, Scadutree Fragment 2x 510440")]
+ ShadowKeepGoldenHippopotamusAspectsoftheCrucibleThorns = 510440,
- [Annotation(Name = "[Rauh Base - Ravine North] Aspects of the Crucible: Bloom 2045477040")]
- RauhBaseRavineNorthAspectsoftheCrucibleBloom = 2045477040,
+ [Annotation(Name = "[Rauh Base - Ravine North] Aspects of the Crucible: Bloom 2045477040")]
+ RauhBaseRavineNorthAspectsoftheCrucibleBloom = 2045477040,
- [Annotation(Name = "[Scadu Altus - Church District Highroad] Minor Erdtree 2051477500")]
- ScaduAltusChurchDistrictHighroadMinorErdtree = 2051477500,
+ [Annotation(Name = "[Scadu Altus - Church District Highroad] Minor Erdtree 2051477500")]
+ ScaduAltusChurchDistrictHighroadMinorErdtree = 2051477500,
- [Annotation(Name = "[Specimen Storehouse] Wrath from Afar 21017780")]
- SpecimenStorehouseWrathfromAfar = 21017780,
+ [Annotation(Name = "[Specimen Storehouse] Wrath from Afar 21017780")]
+ SpecimenStorehouseWrathfromAfar = 21017780,
- [Annotation(Name = "[Stone Coffin Fissure - Leonine Misbegotten] Multilayered Ring of Light 22007900")]
- StoneCoffinFissureLeonineMisbegottenMultilayeredRingofLight = 22007900,
+ [Annotation(Name = "[Stone Coffin Fissure - Leonine Misbegotten] Multilayered Ring of Light 22007900")]
+ StoneCoffinFissureLeonineMisbegottenMultilayeredRingofLight = 22007900,
- [Annotation(Name = "[Rauh Base - Rugalea the Great Red Bear] Roar of Rugalea 530905")]
- RauhBaseRugaleatheGreatRedBearRoarofRugalea = 530905,
+ [Annotation(Name = "[Rauh Base - Rugalea the Great Red Bear] Roar of Rugalea 530905")]
+ RauhBaseRugaleatheGreatRedBearRoarofRugalea = 530905,
- [Annotation(Name = "[Scorpion River Catacombs] Knight's Lightning Spear 40017080")]
- ScorpionRiverCatacombsKnightsLightningSpear = 40017080,
+ [Annotation(Name = "[Scorpion River Catacombs] Knight's Lightning Spear 40017080")]
+ ScorpionRiverCatacombsKnightsLightningSpear = 40017080,
- [Annotation(Name = "[Finger Ruins of Rhia - Dragon Communion Priestess] Dragonbolt of Florissax 400702")]
- FingerRuinsofRhiaDragonCommunionPriestessDragonboltofFlorissax = 400702,
+ [Annotation(Name = "[Finger Ruins of Rhia - Dragon Communion Priestess] Dragonbolt of Florissax 400702")]
+ FingerRuinsofRhiaDragonCommunionPriestessDragonboltofFlorissax = 400702,
- [Annotation(Name = "[Fog Rift Catacombs] Electrocharge 40007090")]
- FogRiftCatacombsElectrocharge = 40007090,
+ [Annotation(Name = "[Fog Rift Catacombs] Electrocharge 40007090")]
+ FogRiftCatacombsElectrocharge = 40007090,
- [Annotation(Name = "[Rauh Base - Scorpion River Catacombs Entrance] Pest-Thread Spears 2044467040")]
- RauhBaseScorpionRiverCatacombsEntrancePestThreadSpears = 2044467040,
+ [Annotation(Name = "[Rauh Base - Scorpion River Catacombs Entrance] Pest-Thread Spears 2044467040")]
+ RauhBaseScorpionRiverCatacombsEntrancePestThreadSpears = 2044467040,
- [Annotation(Name = "[Scadu Altus - Bonny Village North Tree and Overlook] Cherishing Fingers 400666")]
- ScaduAltusBonnyVillageNorthTreeandOverlookCherishingFingers = 400666,
+ [Annotation(Name = "[Scadu Altus - Bonny Village North Tree and Overlook] Cherishing Fingers 400666")]
+ ScaduAltusBonnyVillageNorthTreeandOverlookCherishingFingers = 400666,
- [Annotation(Name = "[Belurat - Hornsent Grandam] Watchful Spirit 400721")]
- BeluratHornsentGrandamWatchfulSpirit = 400721,
+ [Annotation(Name = "[Belurat - Hornsent Grandam] Watchful Spirit 400721")]
+ BeluratHornsentGrandamWatchfulSpirit = 400721,
- [Annotation(Name = "[Scadu Altus - Moorth Ruins] Golden Arcs 2049447900")]
- ScaduAltusMoorthRuinsGoldenArcs = 2049447900,
+ [Annotation(Name = "[Scadu Altus - Moorth Ruins] Golden Arcs 2049447900")]
+ ScaduAltusMoorthRuinsGoldenArcs = 2049447900,
- [Annotation(Name = "[Scadu Altus - Castle Watering Hole Southeast] Giant Golden Arc 2050467910")]
- ScaduAltusCastleWateringHoleSoutheastGiantGoldenArc = 2050467910,
+ [Annotation(Name = "[Scadu Altus - Castle Watering Hole Southeast] Giant Golden Arc 2050467910")]
+ ScaduAltusCastleWateringHoleSoutheastGiantGoldenArc = 2050467910,
- [Annotation(Name = "[Rauh Base - Temple Town Ruins] Spiraltree Seal 580410")]
- RauhBaseTempleTownRuinsSpiraltreeSeal_ = 580410,
+ [Annotation(Name = "[Rauh Base - Temple Town Ruins] Spiraltree Seal 580410")]
+ RauhBaseTempleTownRuinsSpiraltreeSeal_ = 580410,
- [Annotation(Name = "[Enir-Ilim] Spira 20017230")]
- EnirIlimSpira = 20017230,
+ [Annotation(Name = "[Enir-Ilim] Spira 20017230")]
+ EnirIlimSpira = 20017230,
- [Annotation(Name = "[Rauh Base - Divine Beast Dancing Lion] Divine Beast Tornado 530940")]
- RauhBaseDivineBeastDancingLionDivineBeastTornado = 530940,
+ [Annotation(Name = "[Rauh Base - Divine Beast Dancing Lion] Divine Beast Tornado 530940")]
+ RauhBaseDivineBeastDancingLionDivineBeastTornado = 530940,
- [Annotation(Name = "[Rauh Base - Scorpion River Catacombs Entrance] Divine Bird Feathers 2044467110")]
- RauhBaseScorpionRiverCatacombsEntranceDivineBirdFeathers = 2044467110,
+ [Annotation(Name = "[Rauh Base - Scorpion River Catacombs Entrance] Divine Bird Feathers 2044467110")]
+ RauhBaseScorpionRiverCatacombsEntranceDivineBirdFeathers = 2044467110,
- [Annotation(Name = "[Specimen Storehouse] Fire Serpent 21017650")]
- SpecimenStorehouseFireSerpent = 21017650,
+ [Annotation(Name = "[Specimen Storehouse] Fire Serpent 21017650")]
+ SpecimenStorehouseFireSerpent = 21017650,
- [Annotation(Name = "[Gravesite Plain - Igon] Igon's Furled Finger 400710")]
- GravesitePlainIgonIgonsFurledFinger = 400710,
+ [Annotation(Name = "[Gravesite Plain - Igon] Igon's Furled Finger 400710")]
+ GravesitePlainIgonIgonsFurledFinger = 400710,
- [Annotation(Name = "[Belurat] Well Depths Key 20007510")]
- BeluratWellDepthsKey = 20007510,
+ [Annotation(Name = "[Belurat] Well Depths Key 20007510")]
+ BeluratWellDepthsKey = 20007510,
- [Annotation(Name = "[Lamenter's Gaol] Gaol Upper Level Key 41027000")]
- LamentersGaolGaolUpperLevelKey = 41027000,
+ [Annotation(Name = "[Lamenter's Gaol] Gaol Upper Level Key 41027000")]
+ LamentersGaolGaolUpperLevelKey = 41027000,
- [Annotation(Name = "[Lamenter's Gaol] Gaol Lower Level Key 41027320")]
- LamentersGaolGaolLowerLevelKey = 41027320,
+ [Annotation(Name = "[Lamenter's Gaol] Gaol Lower Level Key 41027320")]
+ LamentersGaolGaolLowerLevelKey = 41027320,
- [Annotation(Name = "[Gravesite Plain - Hornsent] Cross Map 400610")]
- GravesitePlainHornsentCrossMap = 400610,
+ [Annotation(Name = "[Gravesite Plain - Hornsent] Cross Map 400610")]
+ GravesitePlainHornsentCrossMap = 400610,
- [Annotation(Name = "[Gravesite Plain - Hornsent] New Cross Map 400611")]
- GravesitePlainHornsentNewCrossMap = 400611,
+ [Annotation(Name = "[Gravesite Plain - Hornsent] New Cross Map 400611")]
+ GravesitePlainHornsentNewCrossMap = 400611,
- [Annotation(Name = "[Scadu Altus - Count Ymir, High Priest] Hole-Laden Necklace, Ruins Map 400660")]
- ScaduAltusCountYmirHighPriestHoleLadenNecklace = 400660,
+ [Annotation(Name = "[Scadu Altus - Count Ymir, High Priest] Hole-Laden Necklace, Ruins Map 400660")]
+ ScaduAltusCountYmirHighPriestHoleLadenNecklace = 400660,
- [Annotation(Name = "[Jagged Peak - Bayle the Dread] Heart of Bayle 510630")]
- JaggedPeakBayletheDreadHeartofBayle = 510630,
+ [Annotation(Name = "[Jagged Peak - Bayle the Dread] Heart of Bayle 510630")]
+ JaggedPeakBayletheDreadHeartofBayle = 510630,
- [Annotation(Name = "[Belurat] Storeroom Key 20007480")]
- BeluratStoreroomKey = 20007480,
+ [Annotation(Name = "[Belurat] Storeroom Key 20007480")]
+ BeluratStoreroomKey = 20007480,
- [Annotation(Name = "[Specimen Storehouse] Secret Rite Scroll 21017340")]
- SpecimenStorehouseSecretRiteScroll = 21017340,
+ [Annotation(Name = "[Specimen Storehouse] Secret Rite Scroll 21017340")]
+ SpecimenStorehouseSecretRiteScroll = 21017340,
- [Annotation(Name = "[Specimen Storehouse - Sir Ansbach] Letter for Freyja 400620")]
- SpecimenStorehouseSirAnsbachLetterforFreyja = 400620,
+ [Annotation(Name = "[Specimen Storehouse - Sir Ansbach] Letter for Freyja 400620")]
+ SpecimenStorehouseSirAnsbachLetterforFreyja = 400620,
- [Annotation(Name = "[Scadu Altus - Count Ymir, High Priest] Ruins Map (3rd) 400662")]
- ScaduAltusCountYmirHighPriestRuinsMap3rd = 400662,
+ [Annotation(Name = "[Scadu Altus - Count Ymir, High Priest] Ruins Map (3rd) 400662")]
+ ScaduAltusCountYmirHighPriestRuinsMap3rd = 400662,
- [Annotation(Name = "[Gravesite Plain - Moore] Black Syrup 400642")]
- GravesitePlainMooreBlackSyrup = 400642,
+ [Annotation(Name = "[Gravesite Plain - Moore] Black Syrup 400642")]
+ GravesitePlainMooreBlackSyrup = 400642,
- [Annotation(Name = "[Specimen Storehouse - Base Serpent Messmer] Messmer's Kindling, Remembrance of the Impaler 510460")]
- SpecimenStorehouseBaseSerpentMessmerMessmersKindling = 510460,
+ [Annotation(Name = "[Specimen Storehouse - Base Serpent Messmer] Messmer's Kindling, Remembrance of the Impaler 510460")]
+ SpecimenStorehouseBaseSerpentMessmerMessmersKindling = 510460,
- [Annotation(Name = "[Scadu Altus - Castle Watering Hole Northwest Entrance] Furnace Keeper's Note 2049477000")]
- ScaduAltusCastleWateringHoleNorthwestEntranceFurnaceKeepersNote = 2049477000,
+ [Annotation(Name = "[Scadu Altus - Castle Watering Hole Northwest Entrance] Furnace Keeper's Note 2049477000")]
+ ScaduAltusCastleWateringHoleNorthwestEntranceFurnaceKeepersNote = 2049477000,
- [Annotation(Name = "[Gravesite Plain - West Castle Ensis] Castle Cross Message 2047447710")]
- GravesitePlainWestCastleEnsisCastleCrossMessage = 2047447710,
+ [Annotation(Name = "[Gravesite Plain - West Castle Ensis] Castle Cross Message 2047447710")]
+ GravesitePlainWestCastleEnsisCastleCrossMessage = 2047447710,
- [Annotation(Name = "[Rauh Base - Fire Spritestone Cave] Ancient Ruins Cross Message 2047477000")]
- RauhBaseFireSpritestoneCaveAncientRuinsCrossMessage = 2047477000,
+ [Annotation(Name = "[Rauh Base - Fire Spritestone Cave] Ancient Ruins Cross Message 2047477000")]
+ RauhBaseFireSpritestoneCaveAncientRuinsCrossMessage = 2047477000,
- [Annotation(Name = "[Scadu Altus - Highroad Cross] Monk's Missive 2048457510")]
- ScaduAltusHighroadCrossMonksMissive = 2048457510,
+ [Annotation(Name = "[Scadu Altus - Highroad Cross] Monk's Missive 2048457510")]
+ ScaduAltusHighroadCrossMonksMissive = 2048457510,
- [Annotation(Name = "[Specimen Storehouse] Storehouse Cross Message 21017180")]
- SpecimenStorehouseStorehouseCrossMessage = 21017180,
+ [Annotation(Name = "[Specimen Storehouse] Storehouse Cross Message 21017180")]
+ SpecimenStorehouseStorehouseCrossMessage = 21017180,
- [Annotation(Name = "[Midra's Manse] Torn Diary Page 28007010")]
- MidrasManseTornDiaryPage = 28007010,
+ [Annotation(Name = "[Midra's Manse] Torn Diary Page 28007010")]
+ MidrasManseTornDiaryPage = 28007010,
- [Annotation(Name = "[Scadu Altus - Moorth Ruins] Message from Leda 580600")]
- ScaduAltusMoorthRuinsMessagefromLeda = 580600,
+ [Annotation(Name = "[Scadu Altus - Moorth Ruins] Message from Leda 580600")]
+ ScaduAltusMoorthRuinsMessagefromLeda = 580600,
- [Annotation(Name = "[Belurat] Tower of Shadow Message 20007830")]
- BeluratTowerofShadowMessage = 20007830,
+ [Annotation(Name = "[Belurat] Tower of Shadow Message 20007830")]
+ BeluratTowerofShadowMessage = 20007830,
- [Annotation(Name = "[Gravesite Plain - Church of Benediction] \"Incursion\" Painting 580100")]
- GravesitePlainChurchofBenedictionIncursionPainting = 580100,
+ [Annotation(Name = "[Gravesite Plain - Church of Benediction] \"Incursion\" Painting 580100")]
+ GravesitePlainChurchofBenedictionIncursionPainting = 580100,
- [Annotation(Name = "[Gravesite Plain - North of Scorched Ruins] \"The Sacred Tower\" Painting 580110")]
- GravesitePlainNorthofScorchedRuinsTheSacredTowerPainting = 580110,
+ [Annotation(Name = "[Gravesite Plain - North of Scorched Ruins] \"The Sacred Tower\" Painting 580110")]
+ GravesitePlainNorthofScorchedRuinsTheSacredTowerPainting = 580110,
- [Annotation(Name = "[Shadow Keep] \"Domain of Dragons\" Painting 580120")]
- ShadowKeepDomainofDragonsPainting = 580120,
+ [Annotation(Name = "[Shadow Keep] \"Domain of Dragons\" Painting 580120")]
+ ShadowKeepDomainofDragonsPainting = 580120,
- [Annotation(Name = "[Gravesite Plain - Scorched Ruins] Map: Gravesite Plain 62080")]
- GravesitePlainScorchedRuinsMapGravesitePlain = 62080,
+ [Annotation(Name = "[Gravesite Plain - Scorched Ruins] Map: Gravesite Plain 62080")]
+ GravesitePlainScorchedRuinsMapGravesitePlain = 62080,
- [Annotation(Name = "[Scadu Altus - Highroad Cross] Map: Scadu Altus 62081")]
- ScaduAltusHighroadCrossMapScaduAltus = 62081,
+ [Annotation(Name = "[Scadu Altus - Highroad Cross] Map: Scadu Altus 62081")]
+ ScaduAltusHighroadCrossMapScaduAltus = 62081,
- [Annotation(Name = "[Cerulean Coast - Cerulean Coast Cross] Map: Southern Shore 62082")]
- CeruleanCoastCeruleanCoastCrossMapSouthernShore = 62082,
+ [Annotation(Name = "[Cerulean Coast - Cerulean Coast Cross] Map: Southern Shore 62082")]
+ CeruleanCoastCeruleanCoastCrossMapSouthernShore = 62082,
- [Annotation(Name = "[Rauh Base - Temple Town Ruins] Map: Rauh Ruins 62083")]
- RauhBaseTempleTownRuinsMapRauhRuins = 62083,
+ [Annotation(Name = "[Rauh Base - Temple Town Ruins] Map: Rauh Ruins 62083")]
+ RauhBaseTempleTownRuinsMapRauhRuins = 62083,
- [Annotation(Name = "[Abyssal Woods - Big Tree West of Church] Map: Abyss 62084")]
- AbyssalWoodsBigTreeWestofChurchMapAbyss = 62084,
+ [Annotation(Name = "[Abyssal Woods - Big Tree West of Church] Map: Abyss 62084")]
+ AbyssalWoodsBigTreeWestofChurchMapAbyss = 62084,
- [Annotation(Name = "[Gravesite Plain - Belurat Main Gate Cross] Moore's Bell Bearing 400644")]
- GravesitePlainBeluratMainGateCrossMooresBellBearing = 400644,
+ [Annotation(Name = "[Gravesite Plain - Belurat Main Gate Cross] Moore's Bell Bearing 400644")]
+ GravesitePlainBeluratMainGateCrossMooresBellBearing = 400644,
- [Annotation(Name = "[Gravesite Plain - Scorched Ruins] Herbalist's Bell Bearing 2047407710")]
- GravesitePlainScorchedRuinsHerbalistsBellBearing = 2047407710,
+ [Annotation(Name = "[Gravesite Plain - Scorched Ruins] Herbalist's Bell Bearing 2047407710")]
+ GravesitePlainScorchedRuinsHerbalistsBellBearing = 2047407710,
- [Annotation(Name = "[Gravesite Plain - Greatbridge North] Mushroom-Seller's Bell Bearing [1] 2046447710")]
- GravesitePlainGreatbridgeNorthMushroomSellersBellBearing1 = 2046447710,
+ [Annotation(Name = "[Gravesite Plain - Greatbridge North] Mushroom-Seller's Bell Bearing [1] 2046447710")]
+ GravesitePlainGreatbridgeNorthMushroomSellersBellBearing1 = 2046447710,
- [Annotation(Name = "[Gravesite Plain - Scorched Ruins] Mushroom-Seller's Bell Bearing [2] 2047417110")]
- GravesitePlainScorchedRuinsMushroomSellersBellBearing2 = 2047417110,
+ [Annotation(Name = "[Gravesite Plain - Scorched Ruins] Mushroom-Seller's Bell Bearing [2] 2047417110")]
+ GravesitePlainScorchedRuinsMushroomSellersBellBearing2 = 2047417110,
- [Annotation(Name = "[Scadu Altus - Road to Manus Metyr] Greasemonger's Bell Bearing 2051467500")]
- ScaduAltusRoadtoManusMetyrGreasemongersBellBearing = 2051467500,
+ [Annotation(Name = "[Scadu Altus - Road to Manus Metyr] Greasemonger's Bell Bearing 2051467500")]
+ ScaduAltusRoadtoManusMetyrGreasemongersBellBearing = 2051467500,
- [Annotation(Name = "[Scadu Altus - Main Bonny Village] Moldmonger's Bell Bearing 2050447730")]
- ScaduAltusMainBonnyVillageMoldmongersBellBearing = 2050447730,
+ [Annotation(Name = "[Scadu Altus - Main Bonny Village] Moldmonger's Bell Bearing 2050447730")]
+ ScaduAltusMainBonnyVillageMoldmongersBellBearing = 2050447730,
- [Annotation(Name = "[Scadu Altus - Road to Manus Metyr] Spellmachinist's Bell Bearing 2051467020")]
- ScaduAltusRoadtoManusMetyrSpellmachinistsBellBearing = 2051467020,
+ [Annotation(Name = "[Scadu Altus - Road to Manus Metyr] Spellmachinist's Bell Bearing 2051467020")]
+ ScaduAltusRoadtoManusMetyrSpellmachinistsBellBearing = 2051467020,
- [Annotation(Name = "[Gravesite Plain - Cliffroad Terminus] String-Seller's Bell Bearing 2045417710")]
- GravesitePlainCliffroadTerminusStringSellersBellBearing = 2045417710,
+ [Annotation(Name = "[Gravesite Plain - Cliffroad Terminus] String-Seller's Bell Bearing 2045417710")]
+ GravesitePlainCliffroadTerminusStringSellersBellBearing = 2045417710,
- [Annotation(Name = "[Scadu Altus - Bonny Village North] O Mother 2050457510")]
- ScaduAltusBonnyVillageNorthOMother = 2050457510,
+ [Annotation(Name = "[Scadu Altus - Bonny Village North] O Mother 2050457510")]
+ ScaduAltusBonnyVillageNorthOMother = 2050457510,
- [Annotation(Name = "[Scadu Altus - Kindred of Rot] Forager Brood Cookbook [6] 68510")]
- ScaduAltusKindredofRotForagerBroodCookbook6 = 68510,
+ [Annotation(Name = "[Scadu Altus - Kindred of Rot] Forager Brood Cookbook [6] 68510")]
+ ScaduAltusKindredofRotForagerBroodCookbook6 = 68510,
- [Annotation(Name = "[Gravesite Plain - Kindred of Rot] Forager Brood Cookbook [1] 68520")]
- GravesitePlainKindredofRotForagerBroodCookbook1 = 68520,
+ [Annotation(Name = "[Gravesite Plain - Kindred of Rot] Forager Brood Cookbook [1] 68520")]
+ GravesitePlainKindredofRotForagerBroodCookbook1 = 68520,
- [Annotation(Name = "[Gravesite Plain - Kindred of Rot] Forager Brood Cookbook [2] 68530")]
- GravesitePlainKindredofRotForagerBroodCookbook2 = 68530,
+ [Annotation(Name = "[Gravesite Plain - Kindred of Rot] Forager Brood Cookbook [2] 68530")]
+ GravesitePlainKindredofRotForagerBroodCookbook2 = 68530,
- [Annotation(Name = "[Gravesite Plain - Kindred of Rot] Forager Brood Cookbook [3] 68540")]
- GravesitePlainKindredofRotForagerBroodCookbook3 = 68540,
+ [Annotation(Name = "[Gravesite Plain - Kindred of Rot] Forager Brood Cookbook [3] 68540")]
+ GravesitePlainKindredofRotForagerBroodCookbook3 = 68540,
- [Annotation(Name = "[Scadu Altus - Kindred of Rot] Forager Brood Cookbook [4] 68550")]
- ScaduAltusKindredofRotForagerBroodCookbook4 = 68550,
+ [Annotation(Name = "[Scadu Altus - Kindred of Rot] Forager Brood Cookbook [4] 68550")]
+ ScaduAltusKindredofRotForagerBroodCookbook4 = 68550,
- [Annotation(Name = "[Scadu Altus - Kindred of Rot] Forager Brood Cookbook [5] 68560")]
- ScaduAltusKindredofRotForagerBroodCookbook5 = 68560,
+ [Annotation(Name = "[Scadu Altus - Kindred of Rot] Forager Brood Cookbook [5] 68560")]
+ ScaduAltusKindredofRotForagerBroodCookbook5 = 68560,
- [Annotation(Name = "[Jagged Peak - Jagged Peak Mountainside] Igon's Cookbook [2] 68570")]
- JaggedPeakJaggedPeakMountainsideIgonsCookbook2 = 68570,
+ [Annotation(Name = "[Jagged Peak - Jagged Peak Mountainside] Igon's Cookbook [2] 68570")]
+ JaggedPeakJaggedPeakMountainsideIgonsCookbook2 = 68570,
- [Annotation(Name = "[Scadu Altus - Road to Manus Metyr] Finger-Weaver's Cookbook [2] 68580")]
- ScaduAltusRoadtoManusMetyrFingerWeaversCookbook2 = 68580,
+ [Annotation(Name = "[Scadu Altus - Road to Manus Metyr] Finger-Weaver's Cookbook [2] 68580")]
+ ScaduAltusRoadtoManusMetyrFingerWeaversCookbook2 = 68580,
- [Annotation(Name = "[Gravesite Plain - Scorched Ruins] Greater Potentate's Cookbook [1] 68590")]
- GravesitePlainScorchedRuinsGreaterPotentatesCookbook1 = 68590,
+ [Annotation(Name = "[Gravesite Plain - Scorched Ruins] Greater Potentate's Cookbook [1] 68590")]
+ GravesitePlainScorchedRuinsGreaterPotentatesCookbook1 = 68590,
- [Annotation(Name = "[Scadu Altus - Cathedral of Manus Metyr] Greater Potentate's Cookbook [4] 68600")]
- ScaduAltusCathedralofManusMetyrGreaterPotentatesCookbook4 = 68600,
+ [Annotation(Name = "[Scadu Altus - Cathedral of Manus Metyr] Greater Potentate's Cookbook [4] 68600")]
+ ScaduAltusCathedralofManusMetyrGreaterPotentatesCookbook4 = 68600,
- [Annotation(Name = "[Gravesite Plain - Church of Benediction] Greater Potentate's Cookbook [5] 68610")]
- GravesitePlainChurchofBenedictionGreaterPotentatesCookbook5 = 68610,
+ [Annotation(Name = "[Gravesite Plain - Church of Benediction] Greater Potentate's Cookbook [5] 68610")]
+ GravesitePlainChurchofBenedictionGreaterPotentatesCookbook5 = 68610,
- [Annotation(Name = "[Gravesite Plain - North of Scorched Ruins] Greater Potentate's Cookbook [12] 68620")]
- GravesitePlainNorthofScorchedRuinsGreaterPotentatesCookbook12 = 68620,
+ [Annotation(Name = "[Gravesite Plain - North of Scorched Ruins] Greater Potentate's Cookbook [12] 68620")]
+ GravesitePlainNorthofScorchedRuinsGreaterPotentatesCookbook12 = 68620,
- [Annotation(Name = "[Gravesite Plain - Southeast Poison Swamp] Greater Potentate's Cookbook [7] 68630")]
- GravesitePlainSoutheastPoisonSwampGreaterPotentatesCookbook7 = 68630,
+ [Annotation(Name = "[Gravesite Plain - Southeast Poison Swamp] Greater Potentate's Cookbook [7] 68630")]
+ GravesitePlainSoutheastPoisonSwampGreaterPotentatesCookbook7 = 68630,
- [Annotation(Name = "[Rauh Base - Scorpion River Catacombs Entrance] Greater Potentate's Cookbook [9] 68640")]
- RauhBaseScorpionRiverCatacombsEntranceGreaterPotentatesCookbook9 = 68640,
+ [Annotation(Name = "[Rauh Base - Scorpion River Catacombs Entrance] Greater Potentate's Cookbook [9] 68640")]
+ RauhBaseScorpionRiverCatacombsEntranceGreaterPotentatesCookbook9 = 68640,
- [Annotation(Name = "[Gravesite Plain - Greatbridge North] Greater Potentate's Cookbook [10] 68650")]
- GravesitePlainGreatbridgeNorthGreaterPotentatesCookbook10 = 68650,
+ [Annotation(Name = "[Gravesite Plain - Greatbridge North] Greater Potentate's Cookbook [10] 68650")]
+ GravesitePlainGreatbridgeNorthGreaterPotentatesCookbook10 = 68650,
- [Annotation(Name = "[Belurat Gaol] Greater Potentate's Cookbook [11] 68660")]
- BeluratGaolGreaterPotentatesCookbook11 = 68660,
+ [Annotation(Name = "[Belurat Gaol] Greater Potentate's Cookbook [11] 68660")]
+ BeluratGaolGreaterPotentatesCookbook11 = 68660,
- [Annotation(Name = "[Finger Ruins of Rhia - Far Northwest] Mad Craftsman's Cookbook [2] 68670")]
- FingerRuinsofRhiaFarNorthwestMadCraftsmansCookbook2 = 68670,
+ [Annotation(Name = "[Finger Ruins of Rhia - Far Northwest] Mad Craftsman's Cookbook [2] 68670")]
+ FingerRuinsofRhiaFarNorthwestMadCraftsmansCookbook2 = 68670,
- [Annotation(Name = "[Rauh Base - West Scorpion River] Greater Potentate's Cookbook [8] 68680")]
- RauhBaseWestScorpionRiverGreaterPotentatesCookbook8 = 68680,
+ [Annotation(Name = "[Rauh Base - West Scorpion River] Greater Potentate's Cookbook [8] 68680")]
+ RauhBaseWestScorpionRiverGreaterPotentatesCookbook8 = 68680,
- [Annotation(Name = "[Gravesite Plain - North Fog Rift Fort] Greater Potentate's Cookbook [3] 68690")]
- GravesitePlainNorthFogRiftFortGreaterPotentatesCookbook3 = 68690,
+ [Annotation(Name = "[Gravesite Plain - North Fog Rift Fort] Greater Potentate's Cookbook [3] 68690")]
+ GravesitePlainNorthFogRiftFortGreaterPotentatesCookbook3 = 68690,
- [Annotation(Name = "[Ruined Forge Lava Intake] Greater Potentate's Cookbook [13] 68700")]
- RuinedForgeLavaIntakeGreaterPotentatesCookbook13 = 68700,
+ [Annotation(Name = "[Ruined Forge Lava Intake] Greater Potentate's Cookbook [13] 68700")]
+ RuinedForgeLavaIntakeGreaterPotentatesCookbook13 = 68700,
- [Annotation(Name = "[Cerulean Coast - Ravine South] Greater Potentate's Cookbook [14] 68710")]
- CeruleanCoastRavineSouthGreaterPotentatesCookbook14 = 68710,
+ [Annotation(Name = "[Cerulean Coast - Ravine South] Greater Potentate's Cookbook [14] 68710")]
+ CeruleanCoastRavineSouthGreaterPotentatesCookbook14 = 68710,
- [Annotation(Name = "[Finger Ruins of Rhia - Far Northeast] Greater Potentate's Cookbook [6] 68720")]
- FingerRuinsofRhiaFarNortheastGreaterPotentatesCookbook6 = 68720,
+ [Annotation(Name = "[Finger Ruins of Rhia - Far Northeast] Greater Potentate's Cookbook [6] 68720")]
+ FingerRuinsofRhiaFarNortheastGreaterPotentatesCookbook6 = 68720,
- [Annotation(Name = "[Gravesite Plain - Ellac Greatbridge] Greater Potentate's Cookbook [2] 68730")]
- GravesitePlainEllacGreatbridgeGreaterPotentatesCookbook2 = 68730,
+ [Annotation(Name = "[Gravesite Plain - Ellac Greatbridge] Greater Potentate's Cookbook [2] 68730")]
+ GravesitePlainEllacGreatbridgeGreaterPotentatesCookbook2 = 68730,
- [Annotation(Name = "[Fog Rift Catacombs] Ancient Dragon Knight's Cookbook [1] 68740")]
- FogRiftCatacombsAncientDragonKnightsCookbook1 = 68740,
+ [Annotation(Name = "[Fog Rift Catacombs] Ancient Dragon Knight's Cookbook [1] 68740")]
+ FogRiftCatacombsAncientDragonKnightsCookbook1 = 68740,
- [Annotation(Name = "[Gravesite Plain - Pillar Path Waypoint] Mad Craftsman's Cookbook [1] 68750")]
- GravesitePlainPillarPathWaypointMadCraftsmansCookbook1 = 68750,
+ [Annotation(Name = "[Gravesite Plain - Pillar Path Waypoint] Mad Craftsman's Cookbook [1] 68750")]
+ GravesitePlainPillarPathWaypointMadCraftsmansCookbook1 = 68750,
- [Annotation(Name = "[Cerulean Coast - Cerulean Coast Cross] St. Trina Disciple's Cookbook [1] 68760")]
- CeruleanCoastCeruleanCoastCrossStTrinaDisciplesCookbook1 = 68760,
+ [Annotation(Name = "[Cerulean Coast - Cerulean Coast Cross] St. Trina Disciple's Cookbook [1] 68760")]
+ CeruleanCoastCeruleanCoastCrossStTrinaDisciplesCookbook1 = 68760,
- [Annotation(Name = "[Scadu Altus - Moorth Ruins] Fire Knight's Cookbook [1] 68770")]
- ScaduAltusMoorthRuinsFireKnightsCookbook1 = 68770,
+ [Annotation(Name = "[Scadu Altus - Moorth Ruins] Fire Knight's Cookbook [1] 68770")]
+ ScaduAltusMoorthRuinsFireKnightsCookbook1 = 68770,
- [Annotation(Name = "[Scorpion River Catacombs] Ancient Dragon Knight's Cookbook [2] 68780")]
- ScorpionRiverCatacombsAncientDragonKnightsCookbook2 = 68780,
+ [Annotation(Name = "[Scorpion River Catacombs] Ancient Dragon Knight's Cookbook [2] 68780")]
+ ScorpionRiverCatacombsAncientDragonKnightsCookbook2 = 68780,
- [Annotation(Name = "[Gravesite Plain - West Castle Ensis] Loyal Knight's Cookbook 68790")]
- GravesitePlainWestCastleEnsisLoyalKnightsCookbook = 68790,
+ [Annotation(Name = "[Gravesite Plain - West Castle Ensis] Loyal Knight's Cookbook 68790")]
+ GravesitePlainWestCastleEnsisLoyalKnightsCookbook = 68790,
- [Annotation(Name = "[Shadow Keep] Battlefield Priest's Cookbook [1] 68800")]
- ShadowKeepBattlefieldPriestsCookbook1 = 68800,
+ [Annotation(Name = "[Shadow Keep] Battlefield Priest's Cookbook [1] 68800")]
+ ShadowKeepBattlefieldPriestsCookbook1 = 68800,
- [Annotation(Name = "[Finger Ruins of Rhia - Climb to Finger-Weaver's Hovel] Igon's Cookbook [1] 68810")]
- FingerRuinsofRhiaClimbtoFingerWeaversHovelIgonsCookbook1 = 68810,
+ [Annotation(Name = "[Finger Ruins of Rhia - Climb to Finger-Weaver's Hovel] Igon's Cookbook [1] 68810")]
+ FingerRuinsofRhiaClimbtoFingerWeaversHovelIgonsCookbook1 = 68810,
- [Annotation(Name = "[Gravesite Plain - Southeast Poison Swamp] Battlefield Priest's Cookbook [2] 68820")]
- GravesitePlainSoutheastPoisonSwampBattlefieldPriestsCookbook2 = 68820,
+ [Annotation(Name = "[Gravesite Plain - Southeast Poison Swamp] Battlefield Priest's Cookbook [2] 68820")]
+ GravesitePlainSoutheastPoisonSwampBattlefieldPriestsCookbook2 = 68820,
- [Annotation(Name = "[Gravesite Plain - Moore] Forager Brood Cookbook [7] 68830")]
- GravesitePlainMooreForagerBroodCookbook7 = 68830,
+ [Annotation(Name = "[Gravesite Plain - Moore] Forager Brood Cookbook [7] 68830")]
+ GravesitePlainMooreForagerBroodCookbook7 = 68830,
- [Annotation(Name = "[Stone Coffin Fissure] St. Trina Disciple's Cookbook [3] 68840")]
- StoneCoffinFissureStTrinaDisciplesCookbook3 = 68840,
+ [Annotation(Name = "[Stone Coffin Fissure] St. Trina Disciple's Cookbook [3] 68840")]
+ StoneCoffinFissureStTrinaDisciplesCookbook3 = 68840,
- [Annotation(Name = "[Cerulean Coast - Fingercreeper Beach Center] Grave Keeper's Cookbook [2] 68850")]
- CeruleanCoastFingercreeperBeachCenterGraveKeepersCookbook2 = 68850,
+ [Annotation(Name = "[Cerulean Coast - Fingercreeper Beach Center] Grave Keeper's Cookbook [2] 68850")]
+ CeruleanCoastFingercreeperBeachCenterGraveKeepersCookbook2 = 68850,
- [Annotation(Name = "[Ancient Ruins of Rauh - East Ruins North Pit and Tunnels] Antiquity Scholar's Cookbook [2] 68860")]
- AncientRuinsofRauhEastRuinsNorthPitandTunnelsAntiquityScholarsCookbook2 = 68860,
+ [Annotation(Name = "[Ancient Ruins of Rauh - East Ruins North Pit and Tunnels] Antiquity Scholar's Cookbook [2] 68860")]
+ AncientRuinsofRauhEastRuinsNorthPitandTunnelsAntiquityScholarsCookbook2 = 68860,
- [Annotation(Name = "[Cerulean Coast - Tibia Mariner] Tibia's Cookbook 68870")]
- CeruleanCoastTibiaMarinerTibiasCookbook = 68870,
+ [Annotation(Name = "[Cerulean Coast - Tibia Mariner] Tibia's Cookbook 68870")]
+ CeruleanCoastTibiaMarinerTibiasCookbook = 68870,
- [Annotation(Name = "[Midra's Manse] Mad Craftsman's Cookbook [3] 68880")]
- MidrasManseMadCraftsmansCookbook3 = 68880,
+ [Annotation(Name = "[Midra's Manse] Mad Craftsman's Cookbook [3] 68880")]
+ MidrasManseMadCraftsmansCookbook3 = 68880,
- [Annotation(Name = "[Scadu Altus - Furnace Golem Area] Battlefield Priest's Cookbook [3] 68890")]
- ScaduAltusFurnaceGolemAreaBattlefieldPriestsCookbook3 = 68890,
+ [Annotation(Name = "[Scadu Altus - Furnace Golem Area] Battlefield Priest's Cookbook [3] 68890")]
+ ScaduAltusFurnaceGolemAreaBattlefieldPriestsCookbook3 = 68890,
- [Annotation(Name = "[Gravesite Plain - West Castle Ensis] Fire Knight's Cookbook [2] 68900")]
- GravesitePlainWestCastleEnsisFireKnightsCookbook2 = 68900,
+ [Annotation(Name = "[Gravesite Plain - West Castle Ensis] Fire Knight's Cookbook [2] 68900")]
+ GravesitePlainWestCastleEnsisFireKnightsCookbook2 = 68900,
- [Annotation(Name = "[Rauh Base - Shadow Commoner] Antiquity Scholar's Cookbook [1] 68910")]
- RauhBaseShadowCommonerAntiquityScholarsCookbook1 = 68910,
+ [Annotation(Name = "[Rauh Base - Shadow Commoner] Antiquity Scholar's Cookbook [1] 68910")]
+ RauhBaseShadowCommonerAntiquityScholarsCookbook1 = 68910,
- [Annotation(Name = "[Cerulean Coast - Fingercreeper Beach Center] Finger-Weaver's Cookbook [1] 68920")]
- CeruleanCoastFingercreeperBeachCenterFingerWeaversCookbook1 = 68920,
+ [Annotation(Name = "[Cerulean Coast - Fingercreeper Beach Center] Finger-Weaver's Cookbook [1] 68920")]
+ CeruleanCoastFingercreeperBeachCenterFingerWeaversCookbook1 = 68920,
- [Annotation(Name = "[Shadow Keep - West Rampart] Battlefield Priest's Cookbook [4] 68930")]
- ShadowKeepWestRampartBattlefieldPriestsCookbook4 = 68930,
+ [Annotation(Name = "[Shadow Keep - West Rampart] Battlefield Priest's Cookbook [4] 68930")]
+ ShadowKeepWestRampartBattlefieldPriestsCookbook4 = 68930,
- [Annotation(Name = "[Cerulean Coast - Southern Nameless Mausoleum] Grave Keeper's Cookbook [1] 68940")]
- CeruleanCoastSouthernNamelessMausoleumGraveKeepersCookbook1 = 68940,
+ [Annotation(Name = "[Cerulean Coast - Southern Nameless Mausoleum] Grave Keeper's Cookbook [1] 68940")]
+ CeruleanCoastSouthernNamelessMausoleumGraveKeepersCookbook1 = 68940,
- [Annotation(Name = "[Cerulean Coast - The Fissure South] St. Trina Disciple's Cookbook [2] 68950")]
- CeruleanCoastTheFissureSouthStTrinaDisciplesCookbook2 = 68950,
+ [Annotation(Name = "[Cerulean Coast - The Fissure South] St. Trina Disciple's Cookbook [2] 68950")]
+ CeruleanCoastTheFissureSouthStTrinaDisciplesCookbook2 = 68950,
- [Annotation(Name = "[Shadow Keep - West Rampart] Hefty Cracked Pot 66980")]
- ShadowKeepWestRampartHeftyCrackedPot = 66980,
+ [Annotation(Name = "[Shadow Keep - West Rampart] Hefty Cracked Pot 66980")]
+ ShadowKeepWestRampartHeftyCrackedPot = 66980,
- [Annotation(Name = "[Belurat Gaol] Hefty Cracked Pot 66900")]
- BeluratGaolHeftyCrackedPot = 66900,
+ [Annotation(Name = "[Belurat Gaol] Hefty Cracked Pot 66900")]
+ BeluratGaolHeftyCrackedPot = 66900,
- [Annotation(Name = "[Belurat Gaol] Hefty Cracked Pot 66910")]
- BeluratGaolHeftyCrackedPot_ = 66910,
+ [Annotation(Name = "[Belurat Gaol] Hefty Cracked Pot 66910")]
+ BeluratGaolHeftyCrackedPot_ = 66910,
- [Annotation(Name = "[Belurat Gaol] Hefty Cracked Pot 66920")]
- BeluratGaolHeftyCrackedPot__ = 66920,
+ [Annotation(Name = "[Belurat Gaol] Hefty Cracked Pot 66920")]
+ BeluratGaolHeftyCrackedPot__ = 66920,
- [Annotation(Name = "[Bonny Gaol] Hefty Cracked Pot 66930")]
- BonnyGaolHeftyCrackedPot = 66930,
+ [Annotation(Name = "[Bonny Gaol] Hefty Cracked Pot 66930")]
+ BonnyGaolHeftyCrackedPot = 66930,
- [Annotation(Name = "[Lamenter's Gaol] Hefty Cracked Pot 66940")]
- LamentersGaolHeftyCrackedPot = 66940,
+ [Annotation(Name = "[Lamenter's Gaol] Hefty Cracked Pot 66940")]
+ LamentersGaolHeftyCrackedPot = 66940,
- [Annotation(Name = "[Cerulean Coast - Troll] Hefty Cracked Pot 66990")]
- CeruleanCoastTrollHeftyCrackedPot = 66990,
+ [Annotation(Name = "[Cerulean Coast - Troll] Hefty Cracked Pot 66990")]
+ CeruleanCoastTrollHeftyCrackedPot = 66990,
- [Annotation(Name = "[Gravesite Plain - Scorched Ruins] Hefty Cracked Pot 66950")]
- GravesitePlainScorchedRuinsHeftyCrackedPot = 66950,
+ [Annotation(Name = "[Gravesite Plain - Scorched Ruins] Hefty Cracked Pot 66950")]
+ GravesitePlainScorchedRuinsHeftyCrackedPot = 66950,
- [Annotation(Name = "[Scadu Altus - Main Bonny Village] Hefty Cracked Pot 66970")]
- ScaduAltusMainBonnyVillageHeftyCrackedPot = 66970,
+ [Annotation(Name = "[Scadu Altus - Main Bonny Village] Hefty Cracked Pot 66970")]
+ ScaduAltusMainBonnyVillageHeftyCrackedPot = 66970,
- [Annotation(Name = "[Scadu Altus - Main Bonny Village] Hefty Cracked Pot 66960")]
- ScaduAltusMainBonnyVillageHeftyCrackedPot_ = 66960,
+ [Annotation(Name = "[Scadu Altus - Main Bonny Village] Hefty Cracked Pot 66960")]
+ ScaduAltusMainBonnyVillageHeftyCrackedPot_ = 66960,
- [Annotation(Name = "[Belurat] Scadutree Fragment 20007620")]
- BeluratScadutreeFragment = 20007620,
+ [Annotation(Name = "[Belurat] Scadutree Fragment 20007620")]
+ BeluratScadutreeFragment = 20007620,
- [Annotation(Name = "[Belurat] Scadutree Fragment 20007820")]
- BeluratScadutreeFragment_ = 20007820,
+ [Annotation(Name = "[Belurat] Scadutree Fragment 20007820")]
+ BeluratScadutreeFragment_ = 20007820,
- [Annotation(Name = "[Enir-Ilim] Scadutree Fragment 20017350")]
- EnirIlimScadutreeFragment = 20017350,
+ [Annotation(Name = "[Enir-Ilim] Scadutree Fragment 20017350")]
+ EnirIlimScadutreeFragment = 20017350,
- [Annotation(Name = "[Enir-Ilim] Scadutree Fragment 20017470")]
- EnirIlimScadutreeFragment_ = 20017470,
+ [Annotation(Name = "[Enir-Ilim] Scadutree Fragment 20017470")]
+ EnirIlimScadutreeFragment_ = 20017470,
- [Annotation(Name = "[Enir-Ilim] Scadutree Fragment 20017550")]
- EnirIlimScadutreeFragment__ = 20017550,
+ [Annotation(Name = "[Enir-Ilim] Scadutree Fragment 20017550")]
+ EnirIlimScadutreeFragment__ = 20017550,
- [Annotation(Name = "[Shadow Keep] Scadutree Fragment 21007400")]
- ShadowKeepScadutreeFragment = 21007400,
+ [Annotation(Name = "[Shadow Keep] Scadutree Fragment 21007400")]
+ ShadowKeepScadutreeFragment = 21007400,
- [Annotation(Name = "[Specimen Storehouse] Scadutree Fragment 21017200")]
- SpecimenStorehouseScadutreeFragment = 21017200,
+ [Annotation(Name = "[Specimen Storehouse] Scadutree Fragment 21017200")]
+ SpecimenStorehouseScadutreeFragment = 21017200,
- [Annotation(Name = "[Specimen Storehouse] Scadutree Fragment 21017500")]
- SpecimenStorehouseScadutreeFragment_ = 21017500,
+ [Annotation(Name = "[Specimen Storehouse] Scadutree Fragment 21017500")]
+ SpecimenStorehouseScadutreeFragment_ = 21017500,
- [Annotation(Name = "[Stone Coffin Fissure] Scadutree Fragment 22007000")]
- StoneCoffinFissureScadutreeFragment = 22007000,
+ [Annotation(Name = "[Stone Coffin Fissure] Scadutree Fragment 22007000")]
+ StoneCoffinFissureScadutreeFragment = 22007000,
- [Annotation(Name = "[Ancient Ruins of Rauh - South Church of the Bud] Scadutree Fragment 2044457000")]
- AncientRuinsofRauhSouthChurchoftheBudScadutreeFragment = 2044457000,
+ [Annotation(Name = "[Ancient Ruins of Rauh - South Church of the Bud] Scadutree Fragment 2044457000")]
+ AncientRuinsofRauhSouthChurchoftheBudScadutreeFragment = 2044457000,
- [Annotation(Name = "[Gravesite Plain - Belurat Main Gate Cross] Scadutree Fragment 2045427700")]
- GravesitePlainBeluratMainGateCrossScadutreeFragment = 2045427700,
+ [Annotation(Name = "[Gravesite Plain - Belurat Main Gate Cross] Scadutree Fragment 2045427700")]
+ GravesitePlainBeluratMainGateCrossScadutreeFragment = 2045427700,
- [Annotation(Name = "[Gravesite Plain - Three-Path Cross] Scadutree Fragment 2046427700")]
- GravesitePlainThreePathCrossScadutreeFragment = 2046427700,
+ [Annotation(Name = "[Gravesite Plain - Three-Path Cross] Scadutree Fragment 2046427700")]
+ GravesitePlainThreePathCrossScadutreeFragment = 2046427700,
- [Annotation(Name = "[Rauh Base - Temple Town Ruins] Scadutree Fragment 2046457040")]
- RauhBaseTempleTownRuinsScadutreeFragment = 2046457040,
+ [Annotation(Name = "[Rauh Base - Temple Town Ruins] Scadutree Fragment 2046457040")]
+ RauhBaseTempleTownRuinsScadutreeFragment = 2046457040,
- [Annotation(Name = "[Rauh Base - Hippopotamus] Scadutree Fragment 2046467000")]
- RauhBaseHippopotamusScadutreeFragment = 2046467000,
+ [Annotation(Name = "[Rauh Base - Hippopotamus] Scadutree Fragment 2046467000")]
+ RauhBaseHippopotamusScadutreeFragment = 2046467000,
- [Annotation(Name = "[Rauh Base - Fire Spritestone Cave] Scadutree Fragment 2046477750")]
- RauhBaseFireSpritestoneCaveScadutreeFragment = 2046477750,
+ [Annotation(Name = "[Rauh Base - Fire Spritestone Cave] Scadutree Fragment 2046477750")]
+ RauhBaseFireSpritestoneCaveScadutreeFragment = 2046477750,
- [Annotation(Name = "[Cerulean Coast - Hippopotamus] Scadutree Fragment 2047397070")]
- CeruleanCoastHippopotamusScadutreeFragment = 2047397070,
+ [Annotation(Name = "[Cerulean Coast - Hippopotamus] Scadutree Fragment 2047397070")]
+ CeruleanCoastHippopotamusScadutreeFragment = 2047397070,
- [Annotation(Name = "[Gravesite Plain - South of Scorched Ruins] Scadutree Fragment 2047407100")]
- GravesitePlainSouthofScorchedRuinsScadutreeFragment = 2047407100,
+ [Annotation(Name = "[Gravesite Plain - South of Scorched Ruins] Scadutree Fragment 2047407100")]
+ GravesitePlainSouthofScorchedRuinsScadutreeFragment = 2047407100,
- [Annotation(Name = "[Gravesite Plain - West Castle Ensis] Scadutree Fragment 2047447720")]
- GravesitePlainWestCastleEnsisScadutreeFragment = 2047447720,
+ [Annotation(Name = "[Gravesite Plain - West Castle Ensis] Scadutree Fragment 2047447720")]
+ GravesitePlainWestCastleEnsisScadutreeFragment = 2047447720,
- [Annotation(Name = "[Gravesite Plain - West Castle Ensis] Scadutree Fragment 2047447750")]
- GravesitePlainWestCastleEnsisScadutreeFragment_ = 2047447750,
+ [Annotation(Name = "[Gravesite Plain - West Castle Ensis] Scadutree Fragment 2047447750")]
+ GravesitePlainWestCastleEnsisScadutreeFragment_ = 2047447750,
- [Annotation(Name = "[Scadu Altus - Church of the Crusade] Scadutree Fragment 2x 2047467500")]
- ScaduAltusChurchoftheCrusadeScadutreeFragment2x = 2047467500,
+ [Annotation(Name = "[Scadu Altus - Church of the Crusade] Scadutree Fragment 2x 2047467500")]
+ ScaduAltusChurchoftheCrusadeScadutreeFragment2x = 2047467500,
- [Annotation(Name = "[Cerulean Coast - Cerulean Coast Cross] Scadutree Fragment 2048377050")]
- CeruleanCoastCeruleanCoastCrossScadutreeFragment = 2048377050,
+ [Annotation(Name = "[Cerulean Coast - Cerulean Coast Cross] Scadutree Fragment 2048377050")]
+ CeruleanCoastCeruleanCoastCrossScadutreeFragment = 2048377050,
- [Annotation(Name = "[Gravesite Plain - Church of Consolation] Scadutree Fragment 2x 2048417700")]
- GravesitePlainChurchofConsolationScadutreeFragment2x = 2048417700,
+ [Annotation(Name = "[Gravesite Plain - Church of Consolation] Scadutree Fragment 2x 2048417700")]
+ GravesitePlainChurchofConsolationScadutreeFragment2x = 2048417700,
- [Annotation(Name = "[Gravesite Plain - Pillar Path Cross] Scadutree Fragment 2048437700")]
- GravesitePlainPillarPathCrossScadutreeFragment = 2048437700,
+ [Annotation(Name = "[Gravesite Plain - Pillar Path Cross] Scadutree Fragment 2048437700")]
+ GravesitePlainPillarPathCrossScadutreeFragment = 2048437700,
- [Annotation(Name = "[Gravesite Plain - East Castle Ensis] Scadutree Fragment 2048447500")]
- GravesitePlainEastCastleEnsisScadutreeFragment = 2048447500,
+ [Annotation(Name = "[Gravesite Plain - East Castle Ensis] Scadutree Fragment 2048447500")]
+ GravesitePlainEastCastleEnsisScadutreeFragment = 2048447500,
- [Annotation(Name = "[Scadu Altus - Highroad Cross] Scadutree Fragment 2048457520")]
- ScaduAltusHighroadCrossScadutreeFragment = 2048457520,
+ [Annotation(Name = "[Scadu Altus - Highroad Cross] Scadutree Fragment 2048457520")]
+ ScaduAltusHighroadCrossScadutreeFragment = 2048457520,
- [Annotation(Name = "[Scadu Altus - Furnace Golem Area] Scadutree Fragment 2048467510")]
- ScaduAltusFurnaceGolemAreaScadutreeFragment = 2048467510,
+ [Annotation(Name = "[Scadu Altus - Furnace Golem Area] Scadutree Fragment 2048467510")]
+ ScaduAltusFurnaceGolemAreaScadutreeFragment = 2048467510,
- [Annotation(Name = "[Scadu Altus - Moorth Ruins] Scadutree Fragment 2049447530")]
- ScaduAltusMoorthRuinsScadutreeFragment = 2049447530,
+ [Annotation(Name = "[Scadu Altus - Moorth Ruins] Scadutree Fragment 2049447530")]
+ ScaduAltusMoorthRuinsScadutreeFragment = 2049447530,
- [Annotation(Name = "[Scadu Altus - Moorth Highway Camp] Scadutree Fragment 2049457510")]
- ScaduAltusMoorthHighwayCampScadutreeFragment = 2049457510,
+ [Annotation(Name = "[Scadu Altus - Moorth Highway Camp] Scadutree Fragment 2049457510")]
+ ScaduAltusMoorthHighwayCampScadutreeFragment = 2049457510,
- [Annotation(Name = "[Scaduview - Specimen Storehouse Exit] Scadutree Fragment 2049487000")]
- ScaduviewSpecimenStorehouseExitScadutreeFragment = 2049487000,
+ [Annotation(Name = "[Scaduview - Specimen Storehouse Exit] Scadutree Fragment 2049487000")]
+ ScaduviewSpecimenStorehouseExitScadutreeFragment = 2049487000,
- [Annotation(Name = "[Scaduview - Scadutree Chalice] Scadutree Fragment 2049497500")]
- ScaduviewScadutreeChaliceScadutreeFragment = 2049497500,
+ [Annotation(Name = "[Scaduview - Scadutree Chalice] Scadutree Fragment 2049497500")]
+ ScaduviewScadutreeChaliceScadutreeFragment = 2049497500,
- [Annotation(Name = "[Scaduview - Scadutree Chalice] Scadutree Fragment 2049497520")]
- ScaduviewScadutreeChaliceScadutreeFragment_ = 2049497520,
+ [Annotation(Name = "[Scaduview - Scadutree Chalice] Scadutree Fragment 2049497520")]
+ ScaduviewScadutreeChaliceScadutreeFragment_ = 2049497520,
- [Annotation(Name = "[Scaduview - Scadutree Chalice] Scadutree Fragment 2049497530")]
- ScaduviewScadutreeChaliceScadutreeFragment__ = 2049497530,
+ [Annotation(Name = "[Scaduview - Scadutree Chalice] Scadutree Fragment 2049497530")]
+ ScaduviewScadutreeChaliceScadutreeFragment__ = 2049497530,
- [Annotation(Name = "[Scaduview - Scadutree Chalice] Scadutree Fragment 2049497540")]
- ScaduviewScadutreeChaliceScadutreeFragment___ = 2049497540,
+ [Annotation(Name = "[Scaduview - Scadutree Chalice] Scadutree Fragment 2049497540")]
+ ScaduviewScadutreeChaliceScadutreeFragment___ = 2049497540,
- [Annotation(Name = "[Scaduview - Scadutree Chalice] Scadutree Fragment 2049497550")]
- ScaduviewScadutreeChaliceScadutreeFragment____ = 2049497550,
+ [Annotation(Name = "[Scaduview - Scadutree Chalice] Scadutree Fragment 2049497550")]
+ ScaduviewScadutreeChaliceScadutreeFragment____ = 2049497550,
- [Annotation(Name = "[Scadu Altus - Scaduview Cross] Scadutree Fragment 2050437010")]
- ScaduAltusScaduviewCrossScadutreeFragment = 2050437010,
+ [Annotation(Name = "[Scadu Altus - Scaduview Cross] Scadutree Fragment 2050437010")]
+ ScaduAltusScaduviewCrossScadutreeFragment = 2050437010,
- [Annotation(Name = "[Scadu Altus - Scaduview Cross] Scadutree Fragment 2050437500")]
- ScaduAltusScaduviewCrossScadutreeFragment_ = 2050437500,
+ [Annotation(Name = "[Scadu Altus - Scaduview Cross] Scadutree Fragment 2050437500")]
+ ScaduAltusScaduviewCrossScadutreeFragment_ = 2050437500,
- [Annotation(Name = "[Scadu Altus - Bonny Village North Tree and Overlook] Scadutree Fragment 2050457730")]
- ScaduAltusBonnyVillageNorthTreeandOverlookScadutreeFragment = 2050457730,
+ [Annotation(Name = "[Scadu Altus - Bonny Village North Tree and Overlook] Scadutree Fragment 2050457730")]
+ ScaduAltusBonnyVillageNorthTreeandOverlookScadutreeFragment = 2050457730,
- [Annotation(Name = "[Scadu Altus - Hippopotamus] Scadutree Fragment 2051447500")]
- ScaduAltusHippopotamusScadutreeFragment = 2051447500,
+ [Annotation(Name = "[Scadu Altus - Hippopotamus] Scadutree Fragment 2051447500")]
+ ScaduAltusHippopotamusScadutreeFragment = 2051447500,
- [Annotation(Name = "[Scadu Altus - Hippopotamus] Scadutree Fragment 2051447510")]
- ScaduAltusHippopotamusScadutreeFragment_ = 2051447510,
+ [Annotation(Name = "[Scadu Altus - Hippopotamus] Scadutree Fragment 2051447510")]
+ ScaduAltusHippopotamusScadutreeFragment_ = 2051447510,
- [Annotation(Name = "[Jagged Peak - Between Jagged Peak Mountainside and Summit] Scadutree Fragment 2053397020")]
- JaggedPeakBetweenJaggedPeakMountainsideandSummitScadutreeFragment = 2053397020,
+ [Annotation(Name = "[Jagged Peak - Between Jagged Peak Mountainside and Summit] Scadutree Fragment 2053397020")]
+ JaggedPeakBetweenJaggedPeakMountainsideandSummitScadutreeFragment = 2053397020,
- [Annotation(Name = "[Abyssal Woods - Abandoned Church] Scadutree Fragment 2x 2053417500")]
- AbyssalWoodsAbandonedChurchScadutreeFragment2x = 2053417500,
+ [Annotation(Name = "[Abyssal Woods - Abandoned Church] Scadutree Fragment 2x 2053417500")]
+ AbyssalWoodsAbandonedChurchScadutreeFragment2x = 2053417500,
- [Annotation(Name = "[Gravesite Plain - Shadow Commoner] Scadutree Fragment 2049440990")]
- GravesitePlainShadowCommonerScadutreeFragment = 2049440990,
+ [Annotation(Name = "[Gravesite Plain - Shadow Commoner] Scadutree Fragment 2049440990")]
+ GravesitePlainShadowCommonerScadutreeFragment = 2049440990,
- [Annotation(Name = "[Gravesite Plain - Shadow Commoner] Scadutree Fragment 2044417995")]
- GravesitePlainShadowCommonerScadutreeFragment_ = 2044417995,
+ [Annotation(Name = "[Gravesite Plain - Shadow Commoner] Scadutree Fragment 2044417995")]
+ GravesitePlainShadowCommonerScadutreeFragment_ = 2044417995,
- [Annotation(Name = "[Scadu Altus - Shadow Commoner] Scadutree Fragment 2046477960")]
- ScaduAltusShadowCommonerScadutreeFragment = 2046477960,
+ [Annotation(Name = "[Scadu Altus - Shadow Commoner] Scadutree Fragment 2046477960")]
+ ScaduAltusShadowCommonerScadutreeFragment = 2046477960,
- [Annotation(Name = "[Ancient Ruins of Rauh - Shadow Commoner] Scadutree Fragment 2047417995")]
- AncientRuinsofRauhShadowCommonerScadutreeFragment = 2047417995,
+ [Annotation(Name = "[Ancient Ruins of Rauh - Shadow Commoner] Scadutree Fragment 2047417995")]
+ AncientRuinsofRauhShadowCommonerScadutreeFragment = 2047417995,
- [Annotation(Name = "[Belurat] Revered Spirit Ash 2x 20007170")]
- BeluratReveredSpiritAsh2x = 20007170,
+ [Annotation(Name = "[Belurat] Revered Spirit Ash 2x 20007170")]
+ BeluratReveredSpiritAsh2x = 20007170,
- [Annotation(Name = "[Belurat] Revered Spirit Ash 20007700")]
- BeluratReveredSpiritAsh = 20007700,
+ [Annotation(Name = "[Belurat] Revered Spirit Ash 20007700")]
+ BeluratReveredSpiritAsh = 20007700,
- [Annotation(Name = "[Belurat] Revered Spirit Ash 20007800")]
- BeluratReveredSpiritAsh_ = 20007800,
+ [Annotation(Name = "[Belurat] Revered Spirit Ash 20007800")]
+ BeluratReveredSpiritAsh_ = 20007800,
- [Annotation(Name = "[Enir-Ilim] Revered Spirit Ash 2x 20017200")]
- EnirIlimReveredSpiritAsh2x = 20017200,
+ [Annotation(Name = "[Enir-Ilim] Revered Spirit Ash 2x 20017200")]
+ EnirIlimReveredSpiritAsh2x = 20017200,
- [Annotation(Name = "[Enir-Ilim] Revered Spirit Ash 20017400")]
- EnirIlimReveredSpiritAsh = 20017400,
+ [Annotation(Name = "[Enir-Ilim] Revered Spirit Ash 20017400")]
+ EnirIlimReveredSpiritAsh = 20017400,
- [Annotation(Name = "[Specimen Storehouse] Revered Spirit Ash 21017020")]
- SpecimenStorehouseReveredSpiritAsh = 21017020,
+ [Annotation(Name = "[Specimen Storehouse] Revered Spirit Ash 21017020")]
+ SpecimenStorehouseReveredSpiritAsh = 21017020,
- [Annotation(Name = "[Specimen Storehouse] Revered Spirit Ash 21017460")]
- SpecimenStorehouseReveredSpiritAsh_ = 21017460,
+ [Annotation(Name = "[Specimen Storehouse] Revered Spirit Ash 21017460")]
+ SpecimenStorehouseReveredSpiritAsh_ = 21017460,
- [Annotation(Name = "[Midra's Manse] Revered Spirit Ash 28007110")]
- MidrasManseReveredSpiritAsh = 28007110,
+ [Annotation(Name = "[Midra's Manse] Revered Spirit Ash 28007110")]
+ MidrasManseReveredSpiritAsh = 28007110,
- [Annotation(Name = "[Rauh Base - Scorpion River Catacombs Entrance] Revered Spirit Ash 2044467000")]
- RauhBaseScorpionRiverCatacombsEntranceReveredSpiritAsh = 2044467000,
+ [Annotation(Name = "[Rauh Base - Scorpion River Catacombs Entrance] Revered Spirit Ash 2044467000")]
+ RauhBaseScorpionRiverCatacombsEntranceReveredSpiritAsh = 2044467000,
- [Annotation(Name = "[Gravesite Plain - Cliffroad Terminus] Revered Spirit Ash 2045417700")]
- GravesitePlainCliffroadTerminusReveredSpiritAsh = 2045417700,
+ [Annotation(Name = "[Gravesite Plain - Cliffroad Terminus] Revered Spirit Ash 2045417700")]
+ GravesitePlainCliffroadTerminusReveredSpiritAsh = 2045417700,
- [Annotation(Name = "[Gravesite Plain - Greatbridge North] Revered Spirit Ash 2046447700")]
- GravesitePlainGreatbridgeNorthReveredSpiritAsh = 2046447700,
+ [Annotation(Name = "[Gravesite Plain - Greatbridge North] Revered Spirit Ash 2046447700")]
+ GravesitePlainGreatbridgeNorthReveredSpiritAsh = 2046447700,
- [Annotation(Name = "[Rauh Base - Temple Town Ruins] Revered Spirit Ash 2046457720")]
- RauhBaseTempleTownRuinsReveredSpiritAsh = 2046457720,
+ [Annotation(Name = "[Rauh Base - Temple Town Ruins] Revered Spirit Ash 2046457720")]
+ RauhBaseTempleTownRuinsReveredSpiritAsh = 2046457720,
- [Annotation(Name = "[Gravesite Plain - Scorched Ruins] Revered Spirit Ash 2047417700")]
- GravesitePlainScorchedRuinsReveredSpiritAsh = 2047417700,
+ [Annotation(Name = "[Gravesite Plain - Scorched Ruins] Revered Spirit Ash 2047417700")]
+ GravesitePlainScorchedRuinsReveredSpiritAsh = 2047417700,
- [Annotation(Name = "[Gravesite Plain - East of Ensis Castle Front] Revered Spirit Ash 2047437700")]
- GravesitePlainEastofEnsisCastleFrontReveredSpiritAsh = 2047437700,
+ [Annotation(Name = "[Gravesite Plain - East of Ensis Castle Front] Revered Spirit Ash 2047437700")]
+ GravesitePlainEastofEnsisCastleFrontReveredSpiritAsh = 2047437700,
- [Annotation(Name = "[Scadu Altus - Moorth Ruins] Revered Spirit Ash 2049447500")]
- ScaduAltusMoorthRuinsReveredSpiritAsh = 2049447500,
+ [Annotation(Name = "[Scadu Altus - Moorth Ruins] Revered Spirit Ash 2049447500")]
+ ScaduAltusMoorthRuinsReveredSpiritAsh = 2049447500,
- [Annotation(Name = "[Scadu Altus - Scaduview Cross] Revered Spirit Ash 2050437720")]
- ScaduAltusScaduviewCrossReveredSpiritAsh = 2050437720,
+ [Annotation(Name = "[Scadu Altus - Scaduview Cross] Revered Spirit Ash 2050437720")]
+ ScaduAltusScaduviewCrossReveredSpiritAsh = 2050437720,
- [Annotation(Name = "[Scadu Altus - Main Bonny Village] Revered Spirit Ash 2050447500")]
- ScaduAltusMainBonnyVillageReveredSpiritAsh = 2050447500,
+ [Annotation(Name = "[Scadu Altus - Main Bonny Village] Revered Spirit Ash 2050447500")]
+ ScaduAltusMainBonnyVillageReveredSpiritAsh = 2050447500,
- [Annotation(Name = "[Scadu Altus - Castle Watering Hole Southeast] Revered Spirit Ash 2050467700")]
- ScaduAltusCastleWateringHoleSoutheastReveredSpiritAsh = 2050467700,
+ [Annotation(Name = "[Scadu Altus - Castle Watering Hole Southeast] Revered Spirit Ash 2050467700")]
+ ScaduAltusCastleWateringHoleSoutheastReveredSpiritAsh = 2050467700,
- [Annotation(Name = "[Belurat - Shadow Commoner] Revered Spirit Ash 20007900")]
- BeluratShadowCommonerReveredSpiritAsh = 20007900,
+ [Annotation(Name = "[Belurat - Shadow Commoner] Revered Spirit Ash 20007900")]
+ BeluratShadowCommonerReveredSpiritAsh = 20007900,
- [Annotation(Name = "[Midra's Manse - Fat Inquisitor] Revered Spirit Ash 20017900")]
- MidrasManseFatInquisitorReveredSpiritAsh = 20017900,
+ [Annotation(Name = "[Midra's Manse - Fat Inquisitor] Revered Spirit Ash 20017900")]
+ MidrasManseFatInquisitorReveredSpiritAsh = 20017900,
- [Annotation(Name = "[Enir-Ilim - Fat Inquisitor] Revered Spirit Ash 28007900")]
- EnirIlimFatInquisitorReveredSpiritAsh = 28007900,
+ [Annotation(Name = "[Enir-Ilim - Fat Inquisitor] Revered Spirit Ash 28007900")]
+ EnirIlimFatInquisitorReveredSpiritAsh = 28007900,
- [Annotation(Name = "[Ancient Ruins of Rauh - Shadow Commoner] Revered Spirit Ash 2044467950")]
- AncientRuinsofRauhShadowCommonerReveredSpiritAsh = 2044467950,
+ [Annotation(Name = "[Ancient Ruins of Rauh - Shadow Commoner] Revered Spirit Ash 2044467950")]
+ AncientRuinsofRauhShadowCommonerReveredSpiritAsh = 2044467950,
- [Annotation(Name = "[Ancient Ruins of Rauh - Shadow Commoner] Revered Spirit Ash 2046477950")]
- AncientRuinsofRauhShadowCommonerReveredSpiritAsh_ = 2046477950,
+ [Annotation(Name = "[Ancient Ruins of Rauh - Shadow Commoner] Revered Spirit Ash 2046477950")]
+ AncientRuinsofRauhShadowCommonerReveredSpiritAsh_ = 2046477950,
- [Annotation(Name = "[Gravesite Plain - South of Church of Consolation] Viridian Hidden Tear 65400")]
- GravesitePlainSouthofChurchofConsolationViridianHiddenTear = 65400,
+ [Annotation(Name = "[Gravesite Plain - South of Church of Consolation] Viridian Hidden Tear 65400")]
+ GravesitePlainSouthofChurchofConsolationViridianHiddenTear = 65400,
- [Annotation(Name = "[Scadu Altus - Furnace Golem Area] Crimsonburst Dried Tear 65410")]
- ScaduAltusFurnaceGolemAreaCrimsonburstDriedTear = 65410,
+ [Annotation(Name = "[Scadu Altus - Furnace Golem Area] Crimsonburst Dried Tear 65410")]
+ ScaduAltusFurnaceGolemAreaCrimsonburstDriedTear = 65410,
- [Annotation(Name = "[Rauh Base - Rot Area] Crimson-Sapping Cracked Tear 65420")]
- RauhBaseRotAreaCrimsonSappingCrackedTear = 65420,
+ [Annotation(Name = "[Rauh Base - Rot Area] Crimson-Sapping Cracked Tear 65420")]
+ RauhBaseRotAreaCrimsonSappingCrackedTear = 65420,
- [Annotation(Name = "[Scadu Altus - Cathedral of Manus Metyr] Cerulean-Sapping Cracked Tear 65430")]
- ScaduAltusCathedralofManusMetyrCeruleanSappingCrackedTear = 65430,
+ [Annotation(Name = "[Scadu Altus - Cathedral of Manus Metyr] Cerulean-Sapping Cracked Tear 65430")]
+ ScaduAltusCathedralofManusMetyrCeruleanSappingCrackedTear = 65430,
- [Annotation(Name = "[Scadu Altus - Castle Watering Hole Southeast] Oil-Soaked Tear 65440")]
- ScaduAltusCastleWateringHoleSoutheastOilSoakedTear = 65440,
+ [Annotation(Name = "[Scadu Altus - Castle Watering Hole Southeast] Oil-Soaked Tear 65440")]
+ ScaduAltusCastleWateringHoleSoutheastOilSoakedTear = 65440,
- [Annotation(Name = "[Scadu Altus - Castle Watering Hole Southeast] Bloodsucking Cracked Tear 65450")]
- ScaduAltusCastleWateringHoleSoutheastBloodsuckingCrackedTear = 65450,
+ [Annotation(Name = "[Scadu Altus - Castle Watering Hole Southeast] Bloodsucking Cracked Tear 65450")]
+ ScaduAltusCastleWateringHoleSoutheastBloodsuckingCrackedTear = 65450,
- [Annotation(Name = "[Cerulean Coast - Cerulean Coast West] Glovewort Crystal Tear 65460")]
- CeruleanCoastCeruleanCoastWestGlovewortCrystalTear = 65460,
+ [Annotation(Name = "[Cerulean Coast - Cerulean Coast West] Glovewort Crystal Tear 65460")]
+ CeruleanCoastCeruleanCoastWestGlovewortCrystalTear = 65460,
- [Annotation(Name = "[Gravesite Plain - Three-Path Cross] Deflecting Hardtear 65470")]
- GravesitePlainThreePathCrossDeflectingHardtear = 65470,
+ [Annotation(Name = "[Gravesite Plain - Three-Path Cross] Deflecting Hardtear 65470")]
+ GravesitePlainThreePathCrossDeflectingHardtear = 65470,
- [Annotation(Name = "[Bonny Gaol - Curseblade Labirith] Curseblade Meera 520760")]
- BonnyGaolCursebladeLabirithCursebladeMeera = 520760,
+ [Annotation(Name = "[Bonny Gaol - Curseblade Labirith] Curseblade Meera 520760")]
+ BonnyGaolCursebladeLabirithCursebladeMeera = 520760,
- [Annotation(Name = "[Rivermouth Cave - Chief Bloodfiend] Bloodfiend Hexer's Ashes 520800")]
- RivermouthCaveChiefBloodfiendBloodfiendHexersAshes = 520800,
+ [Annotation(Name = "[Rivermouth Cave - Chief Bloodfiend] Bloodfiend Hexer's Ashes 520800")]
+ RivermouthCaveChiefBloodfiendBloodfiendHexersAshes = 520800,
- [Annotation(Name = "[Cerulean Coast - Cerulean Coast West] Gravebird Ashes 2046397040")]
- CeruleanCoastCeruleanCoastWestGravebirdAshes = 2046397040,
+ [Annotation(Name = "[Cerulean Coast - Cerulean Coast West] Gravebird Ashes 2046397040")]
+ CeruleanCoastCeruleanCoastWestGravebirdAshes = 2046397040,
- [Annotation(Name = "[Specimen Storehouse] Fire Knight Hilde 21017800")]
- SpecimenStorehouseFireKnightHilde = 21017800,
+ [Annotation(Name = "[Specimen Storehouse] Fire Knight Hilde 21017800")]
+ SpecimenStorehouseFireKnightHilde = 21017800,
- [Annotation(Name = "[Rauh Base - Fire Spritestone Cave] Spider Scorpion Ashes 2046477020")]
- RauhBaseFireSpritestoneCaveSpiderScorpionAshes = 2046477020,
+ [Annotation(Name = "[Rauh Base - Fire Spritestone Cave] Spider Scorpion Ashes 2046477020")]
+ RauhBaseFireSpritestoneCaveSpiderScorpionAshes = 2046477020,
- [Annotation(Name = "[Enir-Ilim] Inquisitor Ashes 20017310")]
- EnirIlimInquisitorAshes = 20017310,
+ [Annotation(Name = "[Enir-Ilim] Inquisitor Ashes 20017310")]
+ EnirIlimInquisitorAshes = 20017310,
- [Annotation(Name = "[Belurat Gaol - Demi-Human Swordmaster Onze] Demi-Human Swordsman Yosh 520750")]
- BeluratGaolDemiHumanSwordmasterOnzeDemiHumanSwordsmanYosh = 520750,
+ [Annotation(Name = "[Belurat Gaol - Demi-Human Swordmaster Onze] Demi-Human Swordsman Yosh 520750")]
+ BeluratGaolDemiHumanSwordmasterOnzeDemiHumanSwordsmanYosh = 520750,
- [Annotation(Name = "[Gravesite Plain - Southeast Poison Swamp] Messmer Soldier Ashes 2049437230")]
- GravesitePlainSoutheastPoisonSwampMessmerSoldierAshes = 2049437230,
+ [Annotation(Name = "[Gravesite Plain - Southeast Poison Swamp] Messmer Soldier Ashes 2049437230")]
+ GravesitePlainSoutheastPoisonSwampMessmerSoldierAshes = 2049437230,
- [Annotation(Name = "[Fog Rift Catacombs] Black Knight Commander Andreas 40007810")]
- FogRiftCatacombsBlackKnightCommanderAndreas = 40007810,
+ [Annotation(Name = "[Fog Rift Catacombs] Black Knight Commander Andreas 40007810")]
+ FogRiftCatacombsBlackKnightCommanderAndreas = 40007810,
- [Annotation(Name = "[Scorpion River Catacombs] Black Knight Captain Huw 40017050")]
- ScorpionRiverCatacombsBlackKnightCaptainHuw = 40017050,
+ [Annotation(Name = "[Scorpion River Catacombs] Black Knight Captain Huw 40017050")]
+ ScorpionRiverCatacombsBlackKnightCaptainHuw = 40017050,
- [Annotation(Name = "[Darklight Catacombs] Bigmouth Imp Ashes 40027220")]
- DarklightCatacombsBigmouthImpAshes = 40027220,
+ [Annotation(Name = "[Darklight Catacombs] Bigmouth Imp Ashes 40027220")]
+ DarklightCatacombsBigmouthImpAshes = 40027220,
- [Annotation(Name = "[Scadu Altus - Main Bonny Village] Man-Fly Ashes 2050447710")]
- ScaduAltusMainBonnyVillageManFlyAshes = 2050447710,
+ [Annotation(Name = "[Scadu Altus - Main Bonny Village] Man-Fly Ashes 2050447710")]
+ ScaduAltusMainBonnyVillageManFlyAshes = 2050447710,
- [Annotation(Name = "[Taylew's Ruined Forge] Taylew the Golem Smith 42037000")]
- TaylewsRuinedForgeTaylewtheGolemSmith = 42037000,
+ [Annotation(Name = "[Taylew's Ruined Forge] Taylew the Golem Smith 42037000")]
+ TaylewsRuinedForgeTaylewtheGolemSmith = 42037000,
- [Annotation(Name = "[Rauh Base - Temple Town Ruins] Divine Bird Warrior Ornis 2046457920")]
- RauhBaseTempleTownRuinsDivineBirdWarriorOrnis = 2046457920,
+ [Annotation(Name = "[Rauh Base - Temple Town Ruins] Divine Bird Warrior Ornis 2046457920")]
+ RauhBaseTempleTownRuinsDivineBirdWarriorOrnis = 2046457920,
- [Annotation(Name = "[Enir-Ilim] Horned Warrior Ashes 20017420")]
- EnirIlimHornedWarriorAshes = 20017420,
+ [Annotation(Name = "[Enir-Ilim] Horned Warrior Ashes 20017420")]
+ EnirIlimHornedWarriorAshes = 20017420,
- [Annotation(Name = "[Finger Ruins of Rhia - Dragon Communion Priestess] Ancient Dragon Florissax 400700")]
- FingerRuinsofRhiaDragonCommunionPriestessAncientDragonFlorissax = 400700,
+ [Annotation(Name = "[Finger Ruins of Rhia - Dragon Communion Priestess] Ancient Dragon Florissax 400700")]
+ FingerRuinsofRhiaDragonCommunionPriestessAncientDragonFlorissax = 400700,
- [Annotation(Name = "[Scaduview - East of Fingerstone Hill Crater] Fingercreeper Ashes 2053487000")]
- ScaduviewEastofFingerstoneHillCraterFingercreeperAshes = 2053487000,
+ [Annotation(Name = "[Scaduview - East of Fingerstone Hill Crater] Fingercreeper Ashes 2053487000")]
+ ScaduviewEastofFingerstoneHillCraterFingercreeperAshes = 2053487000,
- [Annotation(Name = "[Shadow Keep - Fire Knight Queelign] Fire Knight Queelign 400690")]
- ShadowKeepFireKnightQueelignFireKnightQueelign = 400690,
+ [Annotation(Name = "[Shadow Keep - Fire Knight Queelign] Fire Knight Queelign 400690")]
+ ShadowKeepFireKnightQueelignFireKnightQueelign = 400690,
- [Annotation(Name = "[Scadu Altus - Swordhand of Night Jolán] Swordhand of Night Jolán 400670")]
- ScaduAltusSwordhandofNightJolanSwordhandofNightJolan = 400670,
+ [Annotation(Name = "[Scadu Altus - Swordhand of Night Jolán] Swordhand of Night Jolán 400670")]
+ ScaduAltusSwordhandofNightJolanSwordhandofNightJolan = 400670,
- }
}
diff --git a/src/SoulMemory/EldenRing/KnownFlag.cs b/src/SoulMemory/EldenRing/KnownFlag.cs
index 3dc610da..50ab12b2 100644
--- a/src/SoulMemory/EldenRing/KnownFlag.cs
+++ b/src/SoulMemory/EldenRing/KnownFlag.cs
@@ -14,191 +14,190 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-namespace SoulMemory.EldenRing
+namespace SoulMemory.EldenRing;
+
+public enum KnownFlag : uint
{
- public enum KnownFlag : uint
- {
- [Annotation(Name = "New Game 50")]
- NewGame = 50,
+ [Annotation(Name = "New Game 50")]
+ NewGame = 50,
- [Annotation(Name = "New Game +1 51")]
- NewGame1 = 51,
+ [Annotation(Name = "New Game +1 51")]
+ NewGame1 = 51,
- [Annotation(Name = "New Game +2 52")]
- NewGame2 = 52,
+ [Annotation(Name = "New Game +2 52")]
+ NewGame2 = 52,
- [Annotation(Name = "New Game +3 53")]
- NewGame3 = 53,
+ [Annotation(Name = "New Game +3 53")]
+ NewGame3 = 53,
- [Annotation(Name = "New Game +4 54")]
- NewGame4 = 54,
+ [Annotation(Name = "New Game +4 54")]
+ NewGame4 = 54,
- [Annotation(Name = "New Game +5 55")]
- NewGame5 = 55,
+ [Annotation(Name = "New Game +5 55")]
+ NewGame5 = 55,
- [Annotation(Name = "New Game +6 56")]
- NewGame6 = 56,
+ [Annotation(Name = "New Game +6 56")]
+ NewGame6 = 56,
- [Annotation(Name = "New Game +7 57")]
- NewGame7 = 57,
+ [Annotation(Name = "New Game +7 57")]
+ NewGame7 = 57,
- [Annotation(Name = "New Game +8 58")]
- NewGame8 = 58,
+ [Annotation(Name = "New Game +8 58")]
+ NewGame8 = 58,
- [Annotation(Name = "Game Starts 100")]
- GameStarts = 100,
+ [Annotation(Name = "Game Starts 100")]
+ GameStarts = 100,
- [Annotation(Name = "Reaches Stranded Graveyard 101")]
- ReachesStrandedGraveyard = 101,
+ [Annotation(Name = "Reaches Stranded Graveyard 101")]
+ ReachesStrandedGraveyard = 101,
- [Annotation(Name = "Reaches Limgrave Open Field 102")]
- ReachesLimgraveOpenField = 102,
+ [Annotation(Name = "Reaches Limgrave Open Field 102")]
+ ReachesLimgraveOpenField = 102,
- [Annotation(Name = "Reaches Roundtable 105")]
- ReachesRoundtable = 105,
+ [Annotation(Name = "Reaches Roundtable 105")]
+ ReachesRoundtable = 105,
- [Annotation(Name = "Touches the Frenzied Flame 108")]
- TouchestheFrenziedFlame = 108,
+ [Annotation(Name = "Touches the Frenzied Flame 108")]
+ TouchestheFrenziedFlame = 108,
- [Annotation(Name = "Burns the Erdtree at Forge of the Giants 110")]
- BurnstheErdtreeatForgeoftheGiants = 110,
+ [Annotation(Name = "Burns the Erdtree at Forge of the Giants 110")]
+ BurnstheErdtreeatForgeoftheGiants = 110,
- [Annotation(Name = "Saw Ending Scene 120")]
- SawEndingScene = 120,
+ [Annotation(Name = "Saw Ending Scene 120")]
+ SawEndingScene = 120,
- [Annotation(Name = "Gets 1st Great Rune 181")]
- Gets1stGreatRune = 181,
+ [Annotation(Name = "Gets 1st Great Rune 181")]
+ Gets1stGreatRune = 181,
- [Annotation(Name = "Gets 2nd Great Rune 182")]
- Gets2ndGreatRune = 182,
+ [Annotation(Name = "Gets 2nd Great Rune 182")]
+ Gets2ndGreatRune = 182,
- [Annotation(Name = "Gets 3rd Great Rune 183")]
- Gets3rdGreatRune = 183,
+ [Annotation(Name = "Gets 3rd Great Rune 183")]
+ Gets3rdGreatRune = 183,
- [Annotation(Name = "Gets 4th Great Rune 184")]
- Gets4thGreatRune = 184,
+ [Annotation(Name = "Gets 4th Great Rune 184")]
+ Gets4thGreatRune = 184,
- [Annotation(Name = "Gets 5th Great Rune 185")]
- Gets5thGreatRune = 185,
+ [Annotation(Name = "Gets 5th Great Rune 185")]
+ Gets5thGreatRune = 185,
- [Annotation(Name = "Gets 6th Great Rune 186")]
- Gets6thGreatRune = 186,
+ [Annotation(Name = "Gets 6th Great Rune 186")]
+ Gets6thGreatRune = 186,
- [Annotation(Name = "Gets 7th Great Rune 187")]
- Gets7thGreatRune = 187,
+ [Annotation(Name = "Gets 7th Great Rune 187")]
+ Gets7thGreatRune = 187,
- [Annotation(Name = "Meets Melina 951")]
- MeetsMelina = 951,
+ [Annotation(Name = "Meets Melina 951")]
+ MeetsMelina = 951,
- [Annotation(Name = "Saw Ending Scene 2 6010")]
- SawEndingScene2 = 6010,
+ [Annotation(Name = "Saw Ending Scene 2 6010")]
+ SawEndingScene2 = 6010,
- [Annotation(Name = "Gets Flasks of Crimson/Cerulean Tears 60000")]
- GetsFlasksofCrimsonCeruleanTears = 60000,
+ [Annotation(Name = "Gets Flasks of Crimson/Cerulean Tears 60000")]
+ GetsFlasksofCrimsonCeruleanTears = 60000,
- [Annotation(Name = "Gets Flask of Wondrous Physick 60020")]
- GetsFlaskofWondrousPhysick = 60020,
+ [Annotation(Name = "Gets Flask of Wondrous Physick 60020")]
+ GetsFlaskofWondrousPhysick = 60020,
- [Annotation(Name = "Unlocks Function: Riding Torrent 60100")]
- UnlocksFunctionRidingTorrent = 60100,
+ [Annotation(Name = "Unlocks Function: Riding Torrent 60100")]
+ UnlocksFunctionRidingTorrent = 60100,
- [Annotation(Name = "Unlocks Function: Summoning Spirits 60110")]
- UnlocksFunctionSummoningSpirits = 60110,
+ [Annotation(Name = "Unlocks Function: Summoning Spirits 60110")]
+ UnlocksFunctionSummoningSpirits = 60110,
- [Annotation(Name = "Unlocks Function: Crafting 60120")]
- UnlocksFunctionCrafting = 60120,
+ [Annotation(Name = "Unlocks Function: Crafting 60120")]
+ UnlocksFunctionCrafting = 60120,
- [Annotation(Name = "Unlocks Function: Applying Ashes of War to Armaments 60130")]
- UnlocksFunctionApplyingAshesofWartoArmaments = 60130,
+ [Annotation(Name = "Unlocks Function: Applying Ashes of War to Armaments 60130")]
+ UnlocksFunctionApplyingAshesofWartoArmaments = 60130,
- [Annotation(Name = "Unlocks Function: Armor Alterations 60140")]
- UnlocksFunctionArmorAlterations = 60140,
+ [Annotation(Name = "Unlocks Function: Armor Alterations 60140")]
+ UnlocksFunctionArmorAlterations = 60140,
- [Annotation(Name = "Unlocks Function: Demigods' Armor Alterations 60150")]
- UnlocksFunctionDemigodsArmorAlterations = 60150,
+ [Annotation(Name = "Unlocks Function: Demigods' Armor Alterations 60150")]
+ UnlocksFunctionDemigodsArmorAlterations = 60150,
- [Annotation(Name = "Unlocks Memory Slot 0 60400")]
- UnlocksMemorySlot0 = 60400,
+ [Annotation(Name = "Unlocks Memory Slot 0 60400")]
+ UnlocksMemorySlot0 = 60400,
- [Annotation(Name = "Unlocks Memory Slot 1 60410")]
- UnlocksMemorySlot1 = 60410,
+ [Annotation(Name = "Unlocks Memory Slot 1 60410")]
+ UnlocksMemorySlot1 = 60410,
- [Annotation(Name = "Unlocks Memory Slot 2 60420")]
- UnlocksMemorySlot2 = 60420,
+ [Annotation(Name = "Unlocks Memory Slot 2 60420")]
+ UnlocksMemorySlot2 = 60420,
- [Annotation(Name = "Unlocks Memory Slot 3 60430")]
- UnlocksMemorySlot3 = 60430,
+ [Annotation(Name = "Unlocks Memory Slot 3 60430")]
+ UnlocksMemorySlot3 = 60430,
- [Annotation(Name = "Unlocks Memory Slot 4 60440")]
- UnlocksMemorySlot4 = 60440,
+ [Annotation(Name = "Unlocks Memory Slot 4 60440")]
+ UnlocksMemorySlot4 = 60440,
- [Annotation(Name = "Unlocks Memory Slot 5 60450")]
- UnlocksMemorySlot5 = 60450,
+ [Annotation(Name = "Unlocks Memory Slot 5 60450")]
+ UnlocksMemorySlot5 = 60450,
- [Annotation(Name = "Unlocks Memory Slot 6 60460")]
- UnlocksMemorySlot6 = 60460,
+ [Annotation(Name = "Unlocks Memory Slot 6 60460")]
+ UnlocksMemorySlot6 = 60460,
- [Annotation(Name = "Unlocks Memory Slot 7 60470")]
- UnlocksMemorySlot7 = 60470,
+ [Annotation(Name = "Unlocks Memory Slot 7 60470")]
+ UnlocksMemorySlot7 = 60470,
- [Annotation(Name = "Unlocks Talisman Slot 0 60500")]
- UnlocksTalismanSlot0 = 60500,
+ [Annotation(Name = "Unlocks Talisman Slot 0 60500")]
+ UnlocksTalismanSlot0 = 60500,
- [Annotation(Name = "Unlocks Talisman Slot 1 60510")]
- UnlocksTalismanSlot1 = 60510,
+ [Annotation(Name = "Unlocks Talisman Slot 1 60510")]
+ UnlocksTalismanSlot1 = 60510,
- [Annotation(Name = "Unlocks Talisman Slot 2 60520")]
- UnlocksTalismanSlot2 = 60520,
+ [Annotation(Name = "Unlocks Talisman Slot 2 60520")]
+ UnlocksTalismanSlot2 = 60520,
- [Annotation(Name = "Unlocks Underground Map 62001")]
- UnlocksUndergroundMap = 62001,
+ [Annotation(Name = "Unlocks Underground Map 62001")]
+ UnlocksUndergroundMap = 62001,
- [Annotation(Name = "Normal Ending A 9400")]
- NormalEndingA = 9400,
+ [Annotation(Name = "Normal Ending A 9400")]
+ NormalEndingA = 9400,
- [Annotation(Name = "Normal Ending B 9401")]
- NormalEndingB = 9401,
+ [Annotation(Name = "Normal Ending B 9401")]
+ NormalEndingB = 9401,
- [Annotation(Name = "Normal Ending C 9402")]
- NormalEndingC = 9402,
+ [Annotation(Name = "Normal Ending C 9402")]
+ NormalEndingC = 9402,
- [Annotation(Name = "Normal Ending D 9403")]
- NormalEndingD = 9403,
+ [Annotation(Name = "Normal Ending D 9403")]
+ NormalEndingD = 9403,
- [Annotation(Name = "Ranni Ending A 9404")]
- RanniEndingA = 9404,
+ [Annotation(Name = "Ranni Ending A 9404")]
+ RanniEndingA = 9404,
- [Annotation(Name = "Ranni Ending B 9405")]
- RanniEndingB = 9405,
+ [Annotation(Name = "Ranni Ending B 9405")]
+ RanniEndingB = 9405,
- [Annotation(Name = "Frenzied Flame Ending A 9406")]
- FrenziedFlameEndingA = 9406,
+ [Annotation(Name = "Frenzied Flame Ending A 9406")]
+ FrenziedFlameEndingA = 9406,
- [Annotation(Name = "Frenzied Flame Ending B 9407")]
- FrenziedFlameEndingB = 9407,
+ [Annotation(Name = "Frenzied Flame Ending B 9407")]
+ FrenziedFlameEndingB = 9407,
- [Annotation(Name = "Radahn Festival: Preparation 9410")]
- RadahnFestivalPreparation = 9410,
+ [Annotation(Name = "Radahn Festival: Preparation 9410")]
+ RadahnFestivalPreparation = 9410,
- [Annotation(Name = "Radahn Festival: Begins 9411")]
- RadahnFestivalBegins = 9411,
+ [Annotation(Name = "Radahn Festival: Begins 9411")]
+ RadahnFestivalBegins = 9411,
- [Annotation(Name = "Radahn Festival: Aftermath 9412")]
- RadahnFestivalAftermath = 9412,
+ [Annotation(Name = "Radahn Festival: Aftermath 9412")]
+ RadahnFestivalAftermath = 9412,
- [Annotation(Name = "Radahn Festival: Ends 9413")]
- RadahnFestivalEnds = 9413,
+ [Annotation(Name = "Radahn Festival: Ends 9413")]
+ RadahnFestivalEnds = 9413,
- [Annotation(Name = "Frenzied Flame Eyes 9431")]
- FrenziedFlameEyes = 9431,
+ [Annotation(Name = "Frenzied Flame Eyes 9431")]
+ FrenziedFlameEyes = 9431,
- [Annotation(Name = "Dragon Eyes 9433")]
- DragonEyes = 9433,
+ [Annotation(Name = "Dragon Eyes 9433")]
+ DragonEyes = 9433,
- [Annotation(Name = "Takes Dectus Lift 1038500500")]
- TakesDectusLift = 1038500500,
+ [Annotation(Name = "Takes Dectus Lift 1038500500")]
+ TakesDectusLift = 1038500500,
- [Annotation(Name = "Takes Rold Lift 1050542200")]
- TakeGoldLift = 1050542200,
- }
+ [Annotation(Name = "Takes Rold Lift 1050542200")]
+ TakeGoldLift = 1050542200,
}
\ No newline at end of file
diff --git a/src/SoulMemory/EldenRing/Position.cs b/src/SoulMemory/EldenRing/Position.cs
index 251fe369..3191b563 100644
--- a/src/SoulMemory/EldenRing/Position.cs
+++ b/src/SoulMemory/EldenRing/Position.cs
@@ -14,22 +14,21 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-namespace SoulMemory.EldenRing
+namespace SoulMemory.EldenRing;
+
+public class Position
{
- public class Position
- {
- public byte Area;
- public byte Block;
- public byte Region;
- public byte Size;
+ public byte Area;
+ public byte Block;
+ public byte Region;
+ public byte Size;
- public float X;
- public float Y;
- public float Z;
+ public float X;
+ public float Y;
+ public float Z;
- public override string ToString()
- {
- return $"m{Area:D2}_{Block:D2}_{Region:D2}_{Size:D2} - ({X:F2}, {Y:F2}, {Z:F2})";
- }
+ public override string ToString()
+ {
+ return $"m{Area:D2}_{Block:D2}_{Region:D2}_{Size:D2} - ({X:F2}, {Y:F2}, {Z:F2})";
}
}
diff --git a/src/SoulMemory/EldenRing/ScreenState.cs b/src/SoulMemory/EldenRing/ScreenState.cs
index a2daed74..a01d3310 100644
--- a/src/SoulMemory/EldenRing/ScreenState.cs
+++ b/src/SoulMemory/EldenRing/ScreenState.cs
@@ -14,13 +14,12 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-namespace SoulMemory.EldenRing
+namespace SoulMemory.EldenRing;
+
+public enum ScreenState
{
- public enum ScreenState
- {
- InGame = 0,
- Loading = 1,
- MainMenu = 256,
- Unknown
- }
+ InGame = 0,
+ Loading = 1,
+ MainMenu = 256,
+ Unknown
}
diff --git a/src/SoulMemory/Extensions.cs b/src/SoulMemory/Extensions.cs
index bf78ad92..41378a66 100644
--- a/src/SoulMemory/Extensions.cs
+++ b/src/SoulMemory/Extensions.cs
@@ -21,82 +21,81 @@
using System.Xml;
using SoulMemory.Memory;
-namespace SoulMemory
+namespace SoulMemory;
+
+public static class Extensions
{
- public static class Extensions
+ public static bool TryParseEnum(this int value, out T result)
{
- public static bool TryParseEnum(this int value, out T result)
+ result = default!;
+ if (Enum.IsDefined(typeof(T), value))
{
- result = default;
- if (Enum.IsDefined(typeof(T), value))
- {
- result = (T)(object)value;
- return true;
- }
- return false;
- }
-
- public static bool TryParseEnum(this uint value, out T result)
- {
- result = default;
- if (Enum.IsDefined(typeof(T), value))
- {
- result = (T)(object)value;
- return true;
- }
- return false;
+ result = (T)(object)value;
+ return true;
}
+ return false;
+ }
- public static XmlNode GetChildNodeByName(this XmlNode node, string childName)
+ public static bool TryParseEnum(this uint value, out T result)
+ {
+ result = default!;
+ if (Enum.IsDefined(typeof(T), value))
{
- var lower = childName.ToLower();
- foreach (XmlNode child in node.ChildNodes)
- {
- if (child.LocalName.ToLower() == lower)
- {
- return child;
- }
- }
- throw new ArgumentException($"{childName} not found");
+ result = (T)(object)value;
+ return true;
}
+ return false;
+ }
- public static IEnumerable Enumerate(this XmlNodeList list)
+ public static XmlNode GetChildNodeByName(this XmlNode node, string childName)
+ {
+ var lower = childName.ToLower();
+ foreach (XmlNode child in node.ChildNodes)
{
- foreach (XmlNode node in list)
+ if (child.LocalName.ToLower() == lower)
{
- yield return node;
+ return child;
}
}
+ throw new ArgumentException($"{childName} not found");
+ }
- public static bool IsBitSet(this long l, int index)
+ public static IEnumerable Enumerate(this XmlNodeList list)
+ {
+ foreach (XmlNode node in list)
{
- return (l & ((long)0x1 << index)) != 0;
+ yield return node;
}
+ }
- public static long SetBit(this long l, int index)
- {
- return l | ((long)0x1 << index);
- }
+ public static bool IsBitSet(this long l, int index)
+ {
+ return (l & ((long)0x1 << index)) != 0;
+ }
- public static long ClearBit(this long l, int index)
- {
- return l & ~((long)0x1 << index);
- }
+ public static long SetBit(this long l, int index)
+ {
+ return l | ((long)0x1 << index);
+ }
- public static T ResolveVersion(this FileVersionInfo fileVersionInfo) where T : Enum
- {
- var values = Enum.GetValues(typeof(T))
- .Cast()
- .Select(i => (i, i.GetEnumAttribute().Version))
- .ToList();
+ public static long ClearBit(this long l, int index)
+ {
+ return l & ~((long)0x1 << index);
+ }
- var versionStr = $"{fileVersionInfo.FileMajorPart}.{fileVersionInfo.FileMinorPart}.{fileVersionInfo.FileBuildPart}.{fileVersionInfo.FilePrivatePart}";
- if (values.Any(i => i.Version == versionStr))
- {
- return values.First(i => i.Version == versionStr).i;
- }
+ public static T ResolveVersion(this FileVersionInfo fileVersionInfo) where T : Enum
+ {
+ var values = Enum.GetValues(typeof(T))
+ .Cast()
+ .Select(i => (i, i.GetEnumAttribute().Version))
+ .ToList();
- return values.First(i => i.Version == "unknown").i;
+ var versionStr = $"{fileVersionInfo.FileMajorPart}.{fileVersionInfo.FileMinorPart}.{fileVersionInfo.FileBuildPart}.{fileVersionInfo.FilePrivatePart}";
+ if (values.Any(i => i.Version == versionStr))
+ {
+ return values.First(i => i.Version == versionStr).i;
}
+
+ return values.First(i => i.Version == "unknown").i;
}
}
diff --git a/src/SoulMemory/FlagWatcher.cs b/src/SoulMemory/FlagWatcher.cs
index eab8f713..49ea071d 100644
--- a/src/SoulMemory/FlagWatcher.cs
+++ b/src/SoulMemory/FlagWatcher.cs
@@ -18,40 +18,39 @@
using System.Diagnostics.CodeAnalysis;
using System.Linq;
-namespace SoulMemory
+namespace SoulMemory;
+
+///
+/// Util to easily track event flag changes, helps with debugging.
+///
+[ExcludeFromCodeCoverage]
+public class FlagWatcher
{
- ///
- /// Util to easily track event flag changes, helps with debugging.
- ///
- [ExcludeFromCodeCoverage]
- public class FlagWatcher
+ public FlagWatcher(IGame game, IEnumerable flags)
{
- public FlagWatcher(IGame game, IEnumerable flags)
+ _game = game;
+ foreach (var flag in flags)
{
- _game = game;
- foreach (var flag in flags)
- {
- _flags.Add(flag, _game.ReadEventFlag(flag));
- }
+ _flags.Add(flag, _game.ReadEventFlag(flag));
}
+ }
- private readonly IGame _game;
- private readonly Dictionary _flags = new Dictionary();
+ private readonly IGame _game;
+ private readonly Dictionary _flags = new();
- public Dictionary Update()
+ public Dictionary Update()
+ {
+ var result = new Dictionary();
+ for (int i = 0; i < _flags.Count; i++)
{
- var result = new Dictionary();
- for (int i = 0; i < _flags.Count; i++)
+ var flag = _flags.ElementAt(i);
+ var value = _game.ReadEventFlag(flag.Key);
+ if (value != flag.Value)
{
- var flag = _flags.ElementAt(i);
- var value = _game.ReadEventFlag(flag.Key);
- if (value != flag.Value)
- {
- result.Add(flag.Key, value);
- _flags[flag.Key] = value;
- }
+ result.Add(flag.Key, value);
+ _flags[flag.Key] = value;
}
- return result;
}
+ return result;
}
}
diff --git a/src/SoulMemory/IGame.cs b/src/SoulMemory/IGame.cs
index d1738034..87543952 100644
--- a/src/SoulMemory/IGame.cs
+++ b/src/SoulMemory/IGame.cs
@@ -17,35 +17,34 @@
using System.Diagnostics;
using SoulMemory.Memory;
-namespace SoulMemory
+namespace SoulMemory;
+
+public interface IGame
{
- public interface IGame
- {
- ///
- /// Refresh attachment to a game
- ///
- ResultErr TryRefresh();
+ ///
+ /// Refresh attachment to a game
+ ///
+ ResultErr TryRefresh();
- ///
- /// Returns a structure that defines the memory layout of certain game structs and values
- /// Can be resolved and used to read memory, or to be scanned against a file to validate correctness of the structure
- ///
- TreeBuilder GetTreeBuilder();
+ ///
+ /// Returns a structure that defines the memory layout of certain game structs and values
+ /// Can be resolved and used to read memory, or to be scanned against a file to validate correctness of the structure
+ ///
+ TreeBuilder GetTreeBuilder();
- ///
- /// Read an event flag from the game and return it's state
- ///
- bool ReadEventFlag(uint eventFlagId);
+ ///
+ /// Read an event flag from the game and return it's state
+ ///
+ bool ReadEventFlag(uint eventFlagId);
- ///
- /// Get a reference to the game process
- /// Will only be a valid reference until the next call to TryRefresh
- ///
- Process GetProcess();
+ ///
+ /// Get a reference to the game process
+ /// Will only be a valid reference until the next call to TryRefresh
+ ///
+ Process? GetProcess();
- ///
- /// Get the current millis
- ///
- int GetInGameTimeMilliseconds();
- }
+ ///
+ /// Get the current millis
+ ///
+ int GetInGameTimeMilliseconds();
}
diff --git a/src/SoulMemory/Memory/BitBlt.cs b/src/SoulMemory/Memory/BitBlt.cs
index e2f0ce5f..dcf1a9c6 100644
--- a/src/SoulMemory/Memory/BitBlt.cs
+++ b/src/SoulMemory/Memory/BitBlt.cs
@@ -18,29 +18,25 @@
using System.Collections.Generic;
using System.IO;
-namespace SoulMemory.Memory
+namespace SoulMemory.Memory;
+
+public static class BitBlt
{
- public static class BitBlt
+ public static bool GetBitBlt(this IGame game, List files, List bitBlt)
{
- public static bool GetBitBlt(this IGame game, List files, List bitBlt)
+ var process = game.GetProcess();
+ var path = Path.GetDirectoryName(process?.MainModule?.FileName);
+ using var md5 = MD5.Create();
+ foreach (var d in files)
{
- var process = game.GetProcess();
- var path = Path.GetDirectoryName(process?.MainModule?.FileName);
- using (var md5 = MD5.Create())
+ using var fs = File.OpenRead($"{path}\\{d}");
+ var hex = md5.ComputeHash(fs).ToHexString();
+ if (!bitBlt.Contains(hex))
{
- foreach (var d in files)
- {
- using (var fs = File.OpenRead($"{path}\\{d}"))
- {
- var hex = md5.ComputeHash(fs).ToHexString();
- if (!bitBlt.Contains(hex))
- {
- return true;
- }
- }
- }
+ return true;
}
- return false;
}
+
+ return false;
}
}
diff --git a/src/SoulMemory/Memory/Extensions.cs b/src/SoulMemory/Memory/Extensions.cs
index e0aec758..4ec31688 100644
--- a/src/SoulMemory/Memory/Extensions.cs
+++ b/src/SoulMemory/Memory/Extensions.cs
@@ -18,56 +18,55 @@
using System.Linq;
using System.Reflection;
-namespace SoulMemory.Memory
+namespace SoulMemory.Memory;
+
+public static class Extensions
{
- public static class Extensions
+ public static string ToHexString(this byte[] bytes)
+ {
+ return BitConverter.ToString(bytes).Replace("-", " ");
+ }
+
+ public static string GetDisplayName(this Enum enumValue)
{
- public static string ToHexString(this byte[] bytes)
+ var displayName = enumValue
+ .GetType()
+ .GetMember(enumValue.ToString())
+ .First()
+ .GetCustomAttribute()?
+ .Name;
+
+ if (string.IsNullOrEmpty(displayName))
{
- return BitConverter.ToString(bytes).Replace("-", " ");
+ displayName = enumValue.ToString();
}
-
- public static string GetDisplayName(this Enum enumValue)
- {
- var displayName = enumValue
- .GetType()
- .GetMember(enumValue.ToString())
- .FirstOrDefault()
- .GetCustomAttribute()?
- .Name;
+ return displayName!;
+ }
- if (string.IsNullOrEmpty(displayName))
- {
- displayName = enumValue.ToString();
- }
- return displayName;
- }
+ public static string GetDisplayDescription(this Enum enumValue)
+ {
+ var displayName = enumValue
+ .GetType()
+ .GetMember(enumValue.ToString())
+ .First()
+ .GetCustomAttribute()?
+ .Description;
- public static string GetDisplayDescription(this Enum enumValue)
+ if (string.IsNullOrEmpty(displayName))
{
- var displayName = enumValue
- .GetType()
- .GetMember(enumValue.ToString())
- .FirstOrDefault()
- .GetCustomAttribute()?
- .Description;
-
- if (string.IsNullOrEmpty(displayName))
- {
- displayName = enumValue.ToString();
- }
- return displayName;
+ displayName = enumValue.ToString();
}
+ return displayName!;
+ }
- public static T GetEnumAttribute(this Enum value) where T : Attribute
- {
- var attribute = value
- .GetType()
- .GetMember(value.ToString())
- .FirstOrDefault()
- .GetCustomAttribute();
+ public static T GetEnumAttribute(this Enum value) where T : Attribute
+ {
+ var attribute = value
+ .GetType()
+ .GetMember(value.ToString())
+ .First()
+ .GetCustomAttribute();
- return attribute;
- }
+ return attribute;
}
}
diff --git a/src/SoulMemory/Memory/IMemory.cs b/src/SoulMemory/Memory/IMemory.cs
index 7fb2cf0d..70b3afd6 100644
--- a/src/SoulMemory/Memory/IMemory.cs
+++ b/src/SoulMemory/Memory/IMemory.cs
@@ -17,176 +17,163 @@
using System;
using System.Text;
-namespace SoulMemory.Memory
+namespace SoulMemory.Memory;
+
+public interface IMemory
+{
+ byte[] ReadBytes(long? offset, int length);
+ void WriteBytes(long? offset, byte[] bytes);
+}
+
+public class ByteArrayMemory(byte[] data) : IMemory
{
- public interface IMemory
+ public byte[] ReadBytes(long? offset, int length)
{
- byte[] ReadBytes(long? offset, int length);
- void WriteBytes(long? offset, byte[] bytes);
+ offset ??= 0;
+
+ var buffer = new byte[length];
+ Array.Copy(data, offset.Value, buffer, 0, length);
+ return buffer;
}
- public class ByteArrayMemory : IMemory
+ public void WriteBytes(long? offset, byte[] bytes)
{
- private readonly byte[] _data;
- public ByteArrayMemory(byte[] data)
- {
- _data = data;
- }
+ offset ??= 0;
- public byte[] ReadBytes(long? offset, int length)
+ for (int i = 0; i < bytes.Length; i++)
{
- if (!offset.HasValue)
- {
- offset = 0;
- }
-
- var buffer = new byte[length];
- Array.Copy(_data, offset.Value, buffer, 0, length);
- return buffer;
+ data[offset.Value + i] = bytes[i];
}
+ }
+}
- public void WriteBytes(long? offset, byte[] bytes)
- {
- if (!offset.HasValue)
- {
- offset = 0;
- }
+public static class MemoryExtensions
+{
+ #region Read
+ public static byte[] ReadBytes(this IMemory memory, int length) => memory.ReadBytes(null, length);
- for (int i = 0; i < bytes.Length; i++)
- {
- _data[offset.Value + i] = bytes[i];
- }
- }
+ public static int ReadInt32(this IMemory memory, long? offset = null)
+ {
+ return BitConverter.ToInt32(memory.ReadBytes(offset, 4), 0);
}
-
- public static class MemoryExtensions
+ public static uint ReadUInt32(this IMemory memory, long? offset = null)
{
- #region Read
- public static byte[] ReadBytes(this IMemory memory, int length) => memory.ReadBytes(null, length);
-
- public static int ReadInt32(this IMemory memory, long? offset = null)
- {
- return BitConverter.ToInt32(memory.ReadBytes(offset, 4), 0);
- }
- public static uint ReadUInt32(this IMemory memory, long? offset = null)
- {
- return BitConverter.ToUInt32(memory.ReadBytes(offset, 4), 0);
- }
+ return BitConverter.ToUInt32(memory.ReadBytes(offset, 4), 0);
+ }
- public static long ReadInt64(this IMemory memory, long? offset = null)
- {
- return BitConverter.ToInt64(memory.ReadBytes(offset, 8), 0);
- }
+ public static long ReadInt64(this IMemory memory, long? offset = null)
+ {
+ return BitConverter.ToInt64(memory.ReadBytes(offset, 8), 0);
+ }
- public static bool ReadBool(this IMemory memory, long? offset = null)
- {
- return BitConverter.ToBoolean(memory.ReadBytes(offset, 1), 0);
- }
- public static byte ReadByte(this IMemory memory, long? offset = null)
- {
- return memory.ReadBytes(offset, 1)[0];
- }
+ public static bool ReadBool(this IMemory memory, long? offset = null)
+ {
+ return BitConverter.ToBoolean(memory.ReadBytes(offset, 1), 0);
+ }
+ public static byte ReadByte(this IMemory memory, long? offset = null)
+ {
+ return memory.ReadBytes(offset, 1)[0];
+ }
- public static sbyte ReadSByte(this IMemory memory, long? offset = null)
- {
- var b = memory.ReadBytes(offset, 1)[0];
- return unchecked((sbyte)b); //unchecked -> overflow allowed
- }
+ public static sbyte ReadSByte(this IMemory memory, long? offset = null)
+ {
+ var b = memory.ReadBytes(offset, 1)[0];
+ return unchecked((sbyte)b); //unchecked -> overflow allowed
+ }
- public static short ReadInt16(this IMemory memory, long? offset = null)
- {
- return BitConverter.ToInt16(memory.ReadBytes(offset, 2), 0);
- }
+ public static short ReadInt16(this IMemory memory, long? offset = null)
+ {
+ return BitConverter.ToInt16(memory.ReadBytes(offset, 2), 0);
+ }
- public static ushort ReadUInt16(this IMemory memory, long? offset = null)
- {
- return BitConverter.ToUInt16(memory.ReadBytes(offset, 2), 0);
- }
+ public static ushort ReadUInt16(this IMemory memory, long? offset = null)
+ {
+ return BitConverter.ToUInt16(memory.ReadBytes(offset, 2), 0);
+ }
- public static float ReadFloat(this IMemory memory, long? offset = null)
- {
- return BitConverter.ToSingle(memory.ReadBytes(offset, 4), 0);
- }
+ public static float ReadFloat(this IMemory memory, long? offset = null)
+ {
+ return BitConverter.ToSingle(memory.ReadBytes(offset, 4), 0);
+ }
- public static string ReadUnicodeString(this IMemory memory, out int length, int maxSize = 1000, long? offset = null)
+ public static string ReadUnicodeString(this IMemory memory, out int length, int maxSize = 1000, long? offset = null)
+ {
+ var data = memory.ReadBytes(offset, maxSize);
+ length = 0;
+ for (int i = 1; i < data.Length; i++)
{
- var data = memory.ReadBytes(offset, maxSize);
- length = 0;
- for (int i = 1; i < data.Length; i++)
+ if (data[i - 1] == 0 && data[i] == 0)
{
- if (data[i - 1] == 0 && data[i] == 0)
- {
- length = i;
- break;
- }
+ length = i;
+ break;
}
-
- return Encoding.Unicode.GetString(data);
}
- #endregion
- #region Write
-
- public static void WriteBytes(this IMemory memory, byte[] value) => memory.WriteBytes(null, value);
+ return Encoding.Unicode.GetString(data);
+ }
+ #endregion
- public static void WriteInt16(this IMemory memory, short value) => memory.WriteInt16(null, value);
+ #region Write
- public static void WriteInt16(this IMemory memory, long? offset, short value)
- {
- memory.WriteBytes(offset, BitConverter.GetBytes(value));
- }
+ public static void WriteBytes(this IMemory memory, byte[] value) => memory.WriteBytes(null, value);
- public static void WriteUInt16(this IMemory memory, ushort value) => memory.WriteUInt16(null, value);
+ public static void WriteInt16(this IMemory memory, short value) => memory.WriteInt16(null, value);
- public static void WriteUInt16(this IMemory memory, long? offset, ushort value)
- {
- memory.WriteBytes(offset, BitConverter.GetBytes(value));
- }
+ public static void WriteInt16(this IMemory memory, long? offset, short value)
+ {
+ memory.WriteBytes(offset, BitConverter.GetBytes(value));
+ }
- public static void WriteInt32(this IMemory memory, int value) => memory.WriteInt32(null, value);
+ public static void WriteUInt16(this IMemory memory, ushort value) => memory.WriteUInt16(null, value);
+ public static void WriteUInt16(this IMemory memory, long? offset, ushort value)
+ {
+ memory.WriteBytes(offset, BitConverter.GetBytes(value));
+ }
- public static void WriteInt32(this IMemory memory, long? offset, int value)
- {
- memory.WriteBytes(offset, BitConverter.GetBytes(value));
- }
+ public static void WriteInt32(this IMemory memory, int value) => memory.WriteInt32(null, value);
- public static void WriteUInt32(this IMemory memory, uint value) => memory.WriteUInt32(null, value);
- public static void WriteUInt32(this IMemory memory, long? offset, uint value)
- {
- memory.WriteBytes(offset, BitConverter.GetBytes(value));
- }
+ public static void WriteInt32(this IMemory memory, long? offset, int value)
+ {
+ memory.WriteBytes(offset, BitConverter.GetBytes(value));
+ }
- public static void WriteInt64(this IMemory memory, long? offset, long value)
- {
- memory.WriteBytes(offset, BitConverter.GetBytes(value));
- }
+ public static void WriteUInt32(this IMemory memory, uint value) => memory.WriteUInt32(null, value);
- public static void WriteBool(this IMemory memory, long? offset, bool value)
- {
- memory.WriteBytes(offset, BitConverter.GetBytes(value));
- }
+ public static void WriteUInt32(this IMemory memory, long? offset, uint value)
+ {
+ memory.WriteBytes(offset, BitConverter.GetBytes(value));
+ }
- public static void WriteByte(this IMemory memory, long? offset, byte value)
- {
- memory.WriteBytes(offset, new byte[] { value });
- }
+ public static void WriteInt64(this IMemory memory, long? offset, long value)
+ {
+ memory.WriteBytes(offset, BitConverter.GetBytes(value));
+ }
- public static void WriteSByte(this IMemory memory, long? offset, sbyte value)
- {
- var b = unchecked((byte)value);
- memory.WriteBytes(offset, new byte[] { b });
- }
+ public static void WriteBool(this IMemory memory, long? offset, bool value)
+ {
+ memory.WriteBytes(offset, BitConverter.GetBytes(value));
+ }
- public static void WriteFloat(this IMemory memory, float value) => memory.WriteFloat(null, value);
+ public static void WriteByte(this IMemory memory, long? offset, byte value)
+ {
+ memory.WriteBytes(offset, [value]);
+ }
- public static void WriteFloat(this IMemory memory, long? offset, float value)
- {
- memory.WriteBytes(offset, BitConverter.GetBytes(value));
- }
+ public static void WriteSByte(this IMemory memory, long? offset, sbyte value)
+ {
+ var b = unchecked((byte)value);
+ memory.WriteBytes(offset, [b]);
+ }
- #endregion
+ public static void WriteFloat(this IMemory memory, float value) => memory.WriteFloat(null, value);
+ public static void WriteFloat(this IMemory memory, long? offset, float value)
+ {
+ memory.WriteBytes(offset, BitConverter.GetBytes(value));
}
+
+ #endregion
+
}
diff --git a/src/SoulMemory/Memory/MemoryScanner.cs b/src/SoulMemory/Memory/MemoryScanner.cs
index a6a1a327..658768f2 100644
--- a/src/SoulMemory/Memory/MemoryScanner.cs
+++ b/src/SoulMemory/Memory/MemoryScanner.cs
@@ -22,354 +22,353 @@
using System.Linq;
using System.Threading.Tasks;
-namespace SoulMemory.Memory
+namespace SoulMemory.Memory;
+
+public static class MemoryScanner
{
- public static class MemoryScanner
+ #region Resolving pointers ==============================================================================================================================
+
+ ///
+ /// Resolve pointers to their correct address by scanning for patterns in a running process
+ ///
+ ///
+ ///
+ ///
+ ///
+ ///
+ public static ResultErr TryResolvePointers(TreeBuilder treeBuilder, Process? process)
{
- #region Resolving pointers ==============================================================================================================================
-
- ///
- /// Resolve pointers to their correct address by scanning for patterns in a running process
- ///
- ///
- ///
- ///
- ///
- ///
- public static ResultErr TryResolvePointers(TreeBuilder treeBuilder, Process process)
+ if (process?.MainModule == null)
{
- if (process.MainModule == null)
- {
- return Result.Err(new RefreshError(RefreshErrorReason.MainModuleNull, "Main module is null. Try running as admin."));
- }
+ return Result.Err(new RefreshError(RefreshErrorReason.MainModuleNull, "Main module is null. Try running as admin."));
+ }
- //Gather some information about the process that can be reused throughout the resolving process
- var baseAddress = process.MainModule.BaseAddress.ToInt64();
- var bytes = process.ReadProcessMemory(baseAddress, process.MainModule.ModuleMemorySize).Unwrap();
- var is64Bit = process.Is64Bit().Unwrap();
+ //Gather some information about the process that can be reused throughout the resolving process
+ var baseAddress = process.MainModule.BaseAddress.ToInt64();
+ var bytes = process.ReadProcessMemory(baseAddress, process.MainModule.ModuleMemorySize).Unwrap();
+ var is64Bit = process.Is64Bit().Unwrap();
- //Resolve nodes with the above data
- var errors = new List();
- foreach (var node in treeBuilder.Tree)
+ //Resolve nodes with the above data
+ var errors = new List();
+ foreach (var node in treeBuilder.Tree)
+ {
+ long scanResult = 0;
+ bool success = false;
+ switch (node.NodeType)
{
- long scanResult = 0;
- bool success = false;
- switch (node.NodeType)
- {
- default:
- return Result.Err(new RefreshError(RefreshErrorReason.UnknownException, $"Incorrect node type at base level: {node.NodeType}"));
+ default:
+ return Result.Err(new RefreshError(RefreshErrorReason.UnknownException, $"Incorrect node type at base level: {node.NodeType}"));
- case NodeType.RelativeScan:
- success = bytes.TryScanRelative(baseAddress, node, out scanResult);
- break;
+ case NodeType.RelativeScan:
+ success = bytes.TryScanRelative(baseAddress, node, out scanResult);
+ break;
- case NodeType.AbsoluteScan:
- success = bytes.TryScanAbsolute(baseAddress, node, out scanResult);
- break;
- }
+ case NodeType.AbsoluteScan:
+ success = bytes.TryScanAbsolute(baseAddress, node, out scanResult);
+ break;
+ }
- if (success)
- {
- foreach (var p in node.Pointers)
- {
- p.Pointer.Initialize(process, is64Bit, scanResult, p.Offsets);
- }
- }
- else
+ if (success)
+ {
+ foreach (var p in node.Pointers)
{
- errors.Add(node.Name);
+ p.Pointer.Initialize(process, is64Bit, scanResult, p.Offsets);
}
}
-
- if (errors.Any())
+ else
{
- return Result.Err(new RefreshError(RefreshErrorReason.ScansFailed, $"Scans failed for {string.Join(",", errors)}"));
+ errors.Add(node.Name);
}
- return Result.Ok();
}
- #endregion
- #region Validate patterns from file ==============================================================================================================================
-
- ///
- /// Validate patterns in a TreeBuilder by counting the patterns in a given file.
- ///
- public static bool TryValidatePatterns(TreeBuilder treeBuilder, List filepaths, out List<(string fileName, string patternName, long count)> errors)
+ if (errors.Any())
{
- var files = new List<(string name, byte[] bytes)>();
+ return Result.Err(new RefreshError(RefreshErrorReason.ScansFailed, $"Scans failed for {string.Join(",", errors)}"));
+ }
+ return Result.Ok();
+ }
+ #endregion
- foreach (var path in filepaths)
- {
- files.Add((Path.GetFileName(path), File.ReadAllBytes(path)));
- }
+ #region Validate patterns from file ==============================================================================================================================
- object errorLock = new object();
- var errorsList = new List<(string fileName, string patternName, long count)>();
+ ///
+ /// Validate patterns in a TreeBuilder by counting the patterns in a given file.
+ ///
+ public static bool TryValidatePatterns(TreeBuilder treeBuilder, List filepaths, out List<(string fileName, string patternName, long count)> errors)
+ {
+ var files = new List<(string name, byte[] bytes)>();
- //Count every pattern in every file; any count that returns something other than 1 is either missing or not exclusive, and thus erroneaus
- Parallel.For(0, files.Count, i =>
+ foreach (var path in filepaths)
+ {
+ files.Add((Path.GetFileName(path), File.ReadAllBytes(path)));
+ }
+
+ object errorLock = new object();
+ var errorsList = new List<(string fileName, string patternName, long count)>();
+
+ //Count every pattern in every file; any count that returns something other than 1 is either missing or not exclusive, and thus erroneaus
+ Parallel.For(0, files.Count, i =>
+ {
+ foreach (var n in treeBuilder.Tree)
{
- foreach (var n in treeBuilder.Tree)
+ var pattern = n.Pattern.ToBytePattern();
+ var count = files[i].bytes.BoyerMooreCount(pattern); //BoyerMooreCount
+ if (count != 1)
{
- var pattern = n.Pattern.ToBytePattern();
- var count = files[i].bytes.BoyerMooreCount(pattern); //BoyerMooreCount
- if (count != 1)
+ lock(errorLock)
{
- lock(errorLock)
- {
- errorsList.Add((files[i].name, n.Name, count));
- }
+ errorsList.Add((files[i].name, n.Name, count));
}
}
- });
+ }
+ });
- errors = errorsList;
- return !errors.Any();
- }
+ errors = errorsList;
+ return !errors.Any();
+ }
- #endregion
+ #endregion
- #region Utility ==============================================================================================================================
+ #region Utility ==============================================================================================================================
- ///
- /// Refresh a process instance
- ///
- ///
- public static ResultErr TryRefresh(ref Process process, string name, Func> initialize, Action reset)
+ ///
+ /// Refresh a process instance
+ ///
+ ///
+ public static ResultErr TryRefresh(ref Process? process, string name, Func> initialize, Action reset)
+ {
+ try
{
- try
+ //Process not attached - find it in the process list
+ if (process == null)
{
- //Process not attached - find it in the process list
+ process = Process.GetProcesses().FirstOrDefault(i => string.Equals(i.ProcessName.ToLowerInvariant(), name.ToLowerInvariant(), StringComparison.InvariantCulture) && !i.HasExited);
if (process == null)
{
- process = Process.GetProcesses().FirstOrDefault(i => string.Equals(i.ProcessName.ToLowerInvariant(), name.ToLowerInvariant(), StringComparison.InvariantCulture) && !i.HasExited);
- if (process == null)
- {
- return Result.Err(new RefreshError(RefreshErrorReason.ProcessNotRunning, $"Process {name} not running or inaccessible. Try running livesplit as admin."));
- }
- else
- {
- //Propogate init result upwards
- return initialize();
- }
+ return Result.Err(new RefreshError(RefreshErrorReason.ProcessNotRunning, $"Process {name} not running or inaccessible. Try running livesplit as admin."));
}
- //Process is attached, make sure it is still running
else
{
- if (process.HasExited)
- {
- process = null;
- reset();
- return Result.Err(new RefreshError(RefreshErrorReason.ProcessExited));
- }
-
- //Nothing going on, process still running
- return Result.Ok();
+ //Propogate init result upwards
+ return initialize();
}
}
- catch (Exception e)
+ //Process is attached, make sure it is still running
+ else
{
- reset();
- process = null;
-
- if (e.Message == "Access is denied")
+ if (process.HasExited)
{
- return Result.Err(new RefreshError(RefreshErrorReason.AccessDenied, "Access is denied. Make sure you disable easy anti cheat and try running livesplit as admin."));
+ process = null;
+ reset();
+ return Result.Err(new RefreshError(RefreshErrorReason.ProcessExited));
}
- return RefreshError.FromException(e);
+ //Nothing going on, process still running
+ return Result.Ok();
}
}
-
- ///
- /// Scan a previously created buffer of bytes for a given pattern, then interpret the data as AMD64 assembly, where the target address is a relative address
- /// Returns the static address of the given instruction
- ///
- private static bool TryScanRelative(this byte[] bytes, long baseAddress, PointerNode pointerNode, out long result)
+ catch (Exception e)
{
- result = 0;
- var pattern = pointerNode.Pattern.ToBytePattern();
- if (bytes.TryBoyerMooreSearch(pattern, out long scanResult))
+ reset();
+ process = null;
+
+ if (e.Message == "Access is denied")
{
- var address = BitConverter.ToInt32(bytes, (int)(scanResult + pointerNode.AddressOffset));
- result = baseAddress + scanResult + address + pointerNode.InstructionSize;
- return true;
+ return Result.Err(new RefreshError(RefreshErrorReason.AccessDenied, "Access is denied. Make sure you disable easy anti cheat and try running livesplit as admin."));
}
- return false;
+
+ return RefreshError.FromException(e);
}
+ }
- ///
- /// Scan a previously created buffer of bytes for a given pattern, then interpret the data as assembly, where the target address is an absolute address
- ///
- private static bool TryScanAbsolute(this byte[] bytes, long baseAddress, PointerNode pointerNode, out long result)
+ ///
+ /// Scan a previously created buffer of bytes for a given pattern, then interpret the data as AMD64 assembly, where the target address is a relative address
+ /// Returns the static address of the given instruction
+ ///
+ private static bool TryScanRelative(this byte[] bytes, long baseAddress, PointerNode pointerNode, out long result)
+ {
+ result = 0;
+ var pattern = pointerNode.Pattern.ToBytePattern();
+ if (bytes.TryBoyerMooreSearch(pattern, out long scanResult))
{
- result = 0;
- var pattern = pointerNode.Pattern.ToBytePattern();
- if (bytes.TryBoyerMooreSearch(pattern, out long scanResult))
- {
- scanResult += baseAddress;
- if (pointerNode.Offset.HasValue)
- {
- scanResult += pointerNode.Offset.Value;
- }
- result = scanResult;
- return true;
- }
- return false;
+ var address = BitConverter.ToInt32(bytes, (int)(scanResult + pointerNode.AddressOffset));
+ result = baseAddress + scanResult + address + pointerNode.InstructionSize;
+ return true;
}
+ return false;
+ }
- ///
- /// Convert a string of hexadecimal symbols with wildcards into an array of bytes (with null as wildcard values)
- ///
- /// Hex string, separated with whitespaces and ?/??/x/xx as wildcards. Example: "48 8b 05 ? ? ? ? c6 40 18 00"
- /// byte representation of the input string
- public static byte?[] ToBytePattern(this string pattern)
+ ///
+ /// Scan a previously created buffer of bytes for a given pattern, then interpret the data as assembly, where the target address is an absolute address
+ ///
+ private static bool TryScanAbsolute(this byte[] bytes, long baseAddress, PointerNode pointerNode, out long result)
+ {
+ result = 0;
+ var pattern = pointerNode.Pattern.ToBytePattern();
+ if (bytes.TryBoyerMooreSearch(pattern, out long scanResult))
{
- var result = new List();
- pattern = pattern.Replace("\r", string.Empty).Replace("\n", string.Empty);
- var split = pattern.Split(new[] { " " }, StringSplitOptions.RemoveEmptyEntries);
-
- foreach (var s in split)
+ scanResult += baseAddress;
+ if (pointerNode.Offset.HasValue)
{
- if (s != "?" && s != "??" && s != "x" && s != "xx")
- {
- result.Add(Convert.ToByte(s, 16));
- }
- else
- {
- result.Add(null);
- }
+ scanResult += pointerNode.Offset.Value;
}
- return result.ToArray();
+ result = scanResult;
+ return true;
}
+ return false;
+ }
+ ///
+ /// Convert a string of hexadecimal symbols with wildcards into an array of bytes (with null as wildcard values)
+ ///
+ /// Hex string, separated with whitespaces and ?/??/x/xx as wildcards. Example: "48 8b 05 ? ? ? ? c6 40 18 00"
+ /// byte representation of the input string
+ public static byte?[] ToBytePattern(this string pattern)
+ {
+ var result = new List();
+ pattern = pattern.Replace("\r", string.Empty).Replace("\n", string.Empty);
+ var split = pattern.Split([" "], StringSplitOptions.RemoveEmptyEntries);
- ///
- /// Searches for needle in haystack with wildcards, based on Boyer–Moore–Horspool
- /// https://en.wikipedia.org/wiki/Boyer%E2%80%93Moore%E2%80%93Horspool_algorithm
- /// Will return the first match it finds.
- ///
- public static bool TryBoyerMooreSearch(this byte[] haystack, byte?[] needle, out long result)
+ foreach (var s in split)
{
- result = 0;
- var lastPatternIndex = needle.Length - 1;
-
- var diff = lastPatternIndex - Math.Max(Array.LastIndexOf(needle, null), 0);
- if (diff == 0)
+ if (s != "?" && s != "??" && s != "x" && s != "xx")
{
- diff = 1;
+ result.Add(Convert.ToByte(s, 16));
}
-
- var badCharacters = new int[256];
- for (var i = 0; i < badCharacters.Length; i++)
+ else
{
- badCharacters[i] = diff;
+ result.Add(null);
}
+ }
+ return result.ToArray();
+ }
- for (var i = lastPatternIndex - diff; i < lastPatternIndex; i++)
- {
- badCharacters[needle[i] ?? 0] = lastPatternIndex - i;
- }
- for (var i = 0; i <= haystack.Length - needle.Length; i += Math.Max(badCharacters[haystack[i + lastPatternIndex] & 0xFF], 1))
- {
- for (var j = lastPatternIndex; !needle[j].HasValue || haystack[i + j] == needle[j]; --j)
- {
- if (j == 0)
- {
- result = i;
- return true;
- }
- }
- }
+ ///
+ /// Searches for needle in haystack with wildcards, based on Boyer–Moore–Horspool
+ /// https://en.wikipedia.org/wiki/Boyer%E2%80%93Moore%E2%80%93Horspool_algorithm
+ /// Will return the first match it finds.
+ ///
+ public static bool TryBoyerMooreSearch(this byte[] haystack, byte?[] needle, out long result)
+ {
+ result = 0;
+ var lastPatternIndex = needle.Length - 1;
- return false;
+ var diff = lastPatternIndex - Math.Max(Array.LastIndexOf(needle, null), 0);
+ if (diff == 0)
+ {
+ diff = 1;
}
- ///
- /// Searches for needle in haystack with wildcards, based on Boyer–Moore–Horspool
- /// https://en.wikipedia.org/wiki/Boyer%E2%80%93Moore%E2%80%93Horspool_algorithm
- /// Will return the first match it finds.
- ///
- public static List BoyerMooreSearch(this byte[] haystack, byte?[] needle)
+ var badCharacters = new int[256];
+ for (var i = 0; i < badCharacters.Length; i++)
{
- var result = new List();
- var lastPatternIndex = needle.Length - 1;
-
- var diff = lastPatternIndex - Math.Max(Array.LastIndexOf(needle, null), 0);
- if (diff == 0)
- {
- diff = 1;
- }
-
- var badCharacters = new int[256];
- for (var i = 0; i < badCharacters.Length; i++)
- {
- badCharacters[i] = diff;
- }
+ badCharacters[i] = diff;
+ }
- for (var i = lastPatternIndex - diff; i < lastPatternIndex; i++)
- {
- badCharacters[needle[i] ?? 0] = lastPatternIndex - i;
- }
+ for (var i = lastPatternIndex - diff; i < lastPatternIndex; i++)
+ {
+ badCharacters[needle[i] ?? 0] = lastPatternIndex - i;
+ }
- for (var i = 0; i <= haystack.Length - needle.Length; i += Math.Max(badCharacters[haystack[i + lastPatternIndex] & 0xFF], 1))
+ for (var i = 0; i <= haystack.Length - needle.Length; i += Math.Max(badCharacters[haystack[i + lastPatternIndex] & 0xFF], 1))
+ {
+ for (var j = lastPatternIndex; !needle[j].HasValue || haystack[i + j] == needle[j]; --j)
{
- for (var j = lastPatternIndex; !needle[j].HasValue || haystack[i + j] == needle[j]; --j)
+ if (j == 0)
{
- if (j == 0)
- {
- result.Add(i);
- break;
- }
+ result = i;
+ return true;
}
}
+ }
+
+ return false;
+ }
+
+ ///
+ /// Searches for needle in haystack with wildcards, based on Boyer–Moore–Horspool
+ /// https://en.wikipedia.org/wiki/Boyer%E2%80%93Moore%E2%80%93Horspool_algorithm
+ /// Will return the first match it finds.
+ ///
+ public static List BoyerMooreSearch(this byte[] haystack, byte?[] needle)
+ {
+ var result = new List();
+ var lastPatternIndex = needle.Length - 1;
- return result;
+ var diff = lastPatternIndex - Math.Max(Array.LastIndexOf(needle, null), 0);
+ if (diff == 0)
+ {
+ diff = 1;
}
- ///
- /// Searches for needle in haystack with wildcards, based on Boyer–Moore–Horspool
- /// https://en.wikipedia.org/wiki/Boyer%E2%80%93Moore%E2%80%93Horspool_algorithm
- /// Will return how many matches are found
- ///
- public static int BoyerMooreCount(this byte[] haystack, byte?[] needle)
+ var badCharacters = new int[256];
+ for (var i = 0; i < badCharacters.Length; i++)
{
- int result = 0;
- var lastPatternIndex = needle.Length - 1;
+ badCharacters[i] = diff;
+ }
- var diff = lastPatternIndex - Math.Max(Array.LastIndexOf(needle, null), 0);
- if (diff == 0)
- {
- diff = 1;
- }
+ for (var i = lastPatternIndex - diff; i < lastPatternIndex; i++)
+ {
+ badCharacters[needle[i] ?? 0] = lastPatternIndex - i;
+ }
- var badCharacters = new int[256];
- for (var i = 0; i < badCharacters.Length; i++)
+ for (var i = 0; i <= haystack.Length - needle.Length; i += Math.Max(badCharacters[haystack[i + lastPatternIndex] & 0xFF], 1))
+ {
+ for (var j = lastPatternIndex; !needle[j].HasValue || haystack[i + j] == needle[j]; --j)
{
- badCharacters[i] = diff;
+ if (j == 0)
+ {
+ result.Add(i);
+ break;
+ }
}
+ }
- for (var i = lastPatternIndex - diff; i < lastPatternIndex; i++)
- {
- badCharacters[needle[i] ?? 0] = lastPatternIndex - i;
- }
+ return result;
+ }
+
+ ///
+ /// Searches for needle in haystack with wildcards, based on Boyer–Moore–Horspool
+ /// https://en.wikipedia.org/wiki/Boyer%E2%80%93Moore%E2%80%93Horspool_algorithm
+ /// Will return how many matches are found
+ ///
+ public static int BoyerMooreCount(this byte[] haystack, byte?[] needle)
+ {
+ int result = 0;
+ var lastPatternIndex = needle.Length - 1;
- for (var i = 0; i <= haystack.Length - needle.Length; i += Math.Max(badCharacters[haystack[i + lastPatternIndex] & 0xFF], 1))
+ var diff = lastPatternIndex - Math.Max(Array.LastIndexOf(needle, null), 0);
+ if (diff == 0)
+ {
+ diff = 1;
+ }
+
+ var badCharacters = new int[256];
+ for (var i = 0; i < badCharacters.Length; i++)
+ {
+ badCharacters[i] = diff;
+ }
+
+ for (var i = lastPatternIndex - diff; i < lastPatternIndex; i++)
+ {
+ badCharacters[needle[i] ?? 0] = lastPatternIndex - i;
+ }
+
+ for (var i = 0; i <= haystack.Length - needle.Length; i += Math.Max(badCharacters[haystack[i + lastPatternIndex] & 0xFF], 1))
+ {
+ for (var j = lastPatternIndex; !needle[j].HasValue || haystack[i + j] == needle[j]; --j)
{
- for (var j = lastPatternIndex; !needle[j].HasValue || haystack[i + j] == needle[j]; --j)
+ if (j == 0)
{
- if (j == 0)
- {
- result++;
- break;
- }
+ result++;
+ break;
}
}
-
- return result;
}
- #endregion
+ return result;
}
+
+ #endregion
}
diff --git a/src/SoulMemory/Memory/NodeType.cs b/src/SoulMemory/Memory/NodeType.cs
index 1012e962..5c466285 100644
--- a/src/SoulMemory/Memory/NodeType.cs
+++ b/src/SoulMemory/Memory/NodeType.cs
@@ -14,12 +14,11 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
-namespace SoulMemory.Memory
+namespace SoulMemory.Memory;
+
+public enum NodeType
{
- public enum NodeType
- {
- RelativeScan,
- AbsoluteScan,
- Pointer,
- }
+ RelativeScan,
+ AbsoluteScan,
+ Pointer,
}
diff --git a/src/SoulMemory/Memory/Pointer.cs b/src/SoulMemory/Memory/Pointer.cs
index 55c49ac3..2dc3a8fc 100644
--- a/src/SoulMemory/Memory/Pointer.cs
+++ b/src/SoulMemory/Memory/Pointer.cs
@@ -21,308 +21,307 @@
using System.Linq;
using System.Text;
-namespace SoulMemory.Memory
+namespace SoulMemory.Memory;
+
+public class Pointer
{
- public class Pointer
- {
- public Process Process;
- public long BaseAddress;
- public List Offsets = new List();
- public bool Is64Bit;
- private bool _initialized = false;
+ public Process? Process;
+ public long BaseAddress;
+ public List Offsets = [];
+ public bool Is64Bit;
+ private bool _initialized;
- public void Initialize(Process process, bool is64Bit, long baseAddress, params long[] offsets)
- {
- Process = process;
- Is64Bit = is64Bit;
- BaseAddress = baseAddress;
- Offsets = offsets.ToList();
- _initialized = true;
- }
+ public void Initialize(Process process, bool is64Bit, long baseAddress, params long[] offsets)
+ {
+ Process = process;
+ Is64Bit = is64Bit;
+ BaseAddress = baseAddress;
+ Offsets = offsets.ToList();
+ _initialized = true;
+ }
- public void Clear()
- {
- _initialized = false;
- Process = null;
- BaseAddress = 0;
- Offsets.Clear();
- }
+ public void Clear()
+ {
+ _initialized = false;
+ Process = null;
+ BaseAddress = 0;
+ Offsets.Clear();
+ }
- public Pointer Copy()
- {
- var p = new Pointer();
- p.Initialize(Process, Is64Bit, BaseAddress, Offsets.ToArray());
- return p;
- }
+ public Pointer Copy()
+ {
+ var p = new Pointer();
+ p.Initialize(Process!, Is64Bit, BaseAddress, Offsets.ToArray());
+ return p;
+ }
- ///
- /// Creates a new pointer with the address of the old pointer as base address
- ///
- ///
- public Pointer CreatePointerFromAddress(long? offset = null)
+ ///
+ /// Creates a new pointer with the address of the old pointer as base address
+ ///
+ ///
+ public Pointer CreatePointerFromAddress(long? offset = null)
+ {
+ var copy = Copy();
+ var offsets = Offsets.ToList();
+ if (offset.HasValue)
{
- var copy = Copy();
- var offsets = Offsets.ToList();
- if (offset.HasValue)
- {
- offsets.Add(offset.Value);
- }
+ offsets.Add(offset.Value);
+ }
- offsets.Add(0);
+ offsets.Add(0);
- copy.BaseAddress = ResolveOffsets(offsets);
- copy.Offsets.Clear();
- return copy;
- }
+ copy.BaseAddress = ResolveOffsets(offsets);
+ copy.Offsets.Clear();
+ return copy;
+ }
-
+
- private long ResolveOffsets(List offsets, StringBuilder debugStringBuilder = null)
+ private long ResolveOffsets(List offsets, StringBuilder? debugStringBuilder = null)
+ {
+ if (Process == null)
{
- if (Process == null)
- {
- return 0;
- }
+ return 0;
+ }
- debugStringBuilder?.Append($" 0x{BaseAddress:x}");
+ debugStringBuilder?.Append($" 0x{BaseAddress:x}");
- long ptr = BaseAddress;
- for (int i = 0; i < offsets.Count; i++)
- {
- var offset = offsets[i];
+ long ptr = BaseAddress;
+ for (int i = 0; i < offsets.Count; i++)
+ {
+ var offset = offsets[i];
- //Create a copy for debug output
- var debugCopy = ptr;
+ //Create a copy for debug output
+ var debugCopy = ptr;
- //Resolve an offset
- var address = ptr + offset;
+ //Resolve an offset
+ var address = ptr + offset;
- //Not the last offset = resolve as pointer
- if (i + 1 < offsets.Count)
+ //Not the last offset = resolve as pointer
+ if (i + 1 < offsets.Count)
+ {
+ if (Is64Bit)
{
- if (Is64Bit)
- {
- ptr = Process.ReadMemory(address).Unwrap();
- }
- else
- {
- ptr = Process.ReadMemory(address).Unwrap();
- }
-
- debugStringBuilder?.Append($"\r\n[0x{debugCopy:x} + 0x{offset:x}]: 0x{ptr:x}");
-
- if (ptr == 0)
- {
- return 0;
- }
+ ptr = Process.ReadMemory