Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/TCMobAspects' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Aug 9, 2024
2 parents 94340c0 + c1fdd74 commit 548c63b
Show file tree
Hide file tree
Showing 4 changed files with 423 additions and 474 deletions.
41 changes: 34 additions & 7 deletions config/ThaumcraftMobAspects/BiomesOPlenty.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,45 @@
"entityName": "BiomesOPlenty.Rosester",
"_FOOTER": "*****************************************",
"_COMMENT": "Aspects are in the form aspect : value ",
"aspects": {}
"aspects": {
"victus": 1,
"bestia": 2,
"volatus": 2,
"aer": 1
}
},
{
"_HEADER": "*****************************************",
"entityName": "BiomesOPlenty.JungleSpider",
"_FOOTER": "*****************************************",
"_COMMENT": "Aspects are in the form aspect : value ",
"aspects": {}
"aspects": {
"bestia": 1,
"perditio": 1,
"herba": 1
}
},
{
"_HEADER": "*****************************************",
"entityName": "BiomesOPlenty.Wasp",
"_FOOTER": "*****************************************",
"_COMMENT": "Aspects are in the form aspect : value ",
"aspects": {}
"aspects": {
"ordo": 1,
"bestia": 1,
"volatus": 1
}
},
{
"_HEADER": "*****************************************",
"entityName": "BiomesOPlenty.Pixie",
"_FOOTER": "*****************************************",
"_COMMENT": "Aspects are in the form aspect : value ",
"aspects": {}
"aspects": {
"spiritus": 1,
"volatus": 1,
"lux": 1
}
},
{
"_HEADER": "*****************************************",
Expand All @@ -46,20 +63,30 @@
"entityName": "BiomesOPlenty.Bird",
"_FOOTER": "*****************************************",
"_COMMENT": "Aspects are in the form aspect : value ",
"aspects": {}
"aspects": {
"sensus": 1,
"bestia": 1,
"volatus": 1
}
},
{
"_HEADER": "*****************************************",
"entityName": "BiomesOPlenty.Glob",
"_FOOTER": "*****************************************",
"_COMMENT": "Aspects are in the form aspect : value ",
"aspects": {}
"aspects": {
"terra": 2,
"limus": 2
}
},
{
"_HEADER": "*****************************************",
"entityName": "BiomesOPlenty.Phantom",
"_FOOTER": "*****************************************",
"_COMMENT": "Aspects are in the form aspect : value ",
"aspects": {}
"aspects": {
"spiritus": 2,
"fames": 1
}
}
]
Loading

0 comments on commit 548c63b

Please sign in to comment.