- [API] Segregated API files, Implemented spells-list, component that calls the API
This commit is contained in:
@@ -63,11 +63,11 @@ export default {
|
||||
name: 'spell-card',
|
||||
props: {
|
||||
name: String,
|
||||
description: Array,
|
||||
level: String,
|
||||
description: String,
|
||||
level: Number,
|
||||
schools: Array,
|
||||
ingredients: String,
|
||||
charge: String,
|
||||
ingredients: Array,
|
||||
charge: Number,
|
||||
cost: String,
|
||||
variables: Array,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user