-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feature/antlr #113
Conversation
* 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
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
| 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
| -------------------- | ------------- | ----------- | --------- | | ||
| 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
| Purple Worm | Magical Beast | Purple Worm | <br/> | | ||
| <br/> | <br/> | <br/> | <br/> | | ||
|
||
<br/> |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Element: br Warning
|
||
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
|
||
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
No description provided.