backend: frontend: add missing fields
This commit is contained in:
parent
d50f5dab03
commit
0fd2775aa3
4 changed files with 111 additions and 9 deletions
|
|
@ -17,7 +17,7 @@ type Monster struct {
|
|||
Type string `json:"type"`
|
||||
Name string `json:"name"`
|
||||
Vulnerable []string `json:"vulnerable"`
|
||||
ConditionImmnue []string `json:"conditionImmune"`
|
||||
ConditionImmune []string `json:"conditionImmune"`
|
||||
Resist []string `json:"resist"`
|
||||
Immune []string `json:"immune"`
|
||||
Traits []Trait `json:"trait"`
|
||||
|
|
@ -78,7 +78,7 @@ type Skill struct {
|
|||
Nature string `json:"nature"`
|
||||
Perception string `json:"perception"`
|
||||
Performance string `json:"performance"`
|
||||
Persuation string `json:"persuation"`
|
||||
Persuasion string `json:"persuasion"`
|
||||
SleightOfHand string `json:"sleightOfHand"`
|
||||
Survival string `json:"survival"`
|
||||
Religion string `json:"religion"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue