Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/antlr #113

Merged
merged 2 commits into from
Sep 23, 2023
Merged

Feature/antlr #113

merged 2 commits into from
Sep 23, 2023

Conversation

adarro
Copy link
Owner

@adarro adarro commented Sep 23, 2023

No description provided.

@@ -0,0 +1,56 @@
/*

Check notice

Code scanning / Scalastyle (reported by Codacy)

Header does not match expected text. Note

Header does not match expected text.
* Represents character's 30 to current level cap (32)
*/
object LegendaryCharacterClass extends Enum[LegendaryCharacterClass] {
private val generateLevels = {

Check notice

Code scanning / Codacy-scalameta-pro (reported by Codacy)

Values should have minimum scope to avoid misuses. Note

generateLevels should have a smaller scope by using private[this]
app_version: 1.17.0
---

Basic Monster Type information will be located in the io.truthencode.ddo.model.compendium package.

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 98 Warning

Expected: 80; Actual: 98
| Monster Manual Entry | Type | Race | Sub-races |
| -------------------- | ------------- | ----------- | --------- |
| Elf | Elf | Elf | Drow Elf |
| Purple Worm | Magical Beast | Purple Worm | <br/> |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: br Warning

Element: br
| -------------------- | ------------- | ----------- | --------- |
| Elf | Elf | Elf | Drow Elf |
| Purple Worm | Magical Beast | Purple Worm | <br/> |
| <br/> | <br/> | <br/> | <br/> |

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: br Warning

Element: br
| Purple Worm | Magical Beast | Purple Worm | <br/> |
| <br/> | <br/> | <br/> | <br/> |

<br/>

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: br Warning

Element: br

Ultimately, Entry, Type, Race and Sub-races should be applied. Although Monster Manual may not directly affect combat stats.

<br/>

Check warning

Code scanning / Markdownlint (reported by Codacy)

Element: br Warning

Element: br

Basic Monster Type information will be located in the io.truthencode.ddo.model.compendium package.

Ultimately, Entry, Type, Race and Sub-races should be applied. Although Monster Manual may not directly affect combat stats.

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 80; Actual: 124 Warning

Expected: 80; Actual: 124
@adarro adarro merged commit 4e0d23b into adarro:master Sep 23, 2023
15 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant