-
Notifications
You must be signed in to change notification settings - Fork 2
Classifications explained
Equilinox uses a clever classification system to allow species and groups to be selected. In Equilimod, this is used for a number of purposes, including task requirements and entity creation.
This page aims to break down and explain how the classification system works (if you just want a list of entities' classifications, head here).
Every classification is made up of parts, up to a maximum of four parts, where each part narrows down the classification. In the following example, the classification code for the poppy plant is expanded to show the meaning of each part.
Not all classifications are made up of four parts, however; the classification for the frog only has three parts:
The tiered structure for the different classifications is as follows:
-
a
- Animals-
f
- Fish-
s
- Small fish -
b
- Big fish
-
-
h
- Herbivore-
s
- Small herbivore -
m
- Medium herbivore -
l
- Large herbivore
-
-
b
- Bird-
s
- Small bird -
p
- Bird of prey
-
-
c
- Carnivore-
s
- Small carnivore -
l
- Large carnivore
-
-
i
- Insect -
r
- Reptile
-
-
p
- Plants-
t
- Tree-
f
- Forest tree -
g
- Grass tree -
w
- Woodland tree -
l
- Lush tree -
d
- Desert tree -
m
- Snow tree -
s
- Swamp tree -
j
- Jungle tree -
t
- Tropical tree
-
-
b
- Bush-
f
- Fruity bush -
l
- Leafy bush
-
-
c
- Cactus -
n
- Small plant-
w
- Water plant -
g
- Grass -
v
- Root vegetable -
p
- Vegetable -
x
- Fern -
f
- Flower -
h
- Herb -
m
- Mushroom
-
-
-
e
- Non-living-
r
- Rock-
s
- Stone -
l
- Large rock
-
-
o
- Other -
c
- Cloud -
f
- Fruit -
v
- Vegetable -
n
- Nut -
m
- Meat -
s
- Structure
-
Each terminal node (classification part that has nothing that can come after it) can have an entity ID appended to it to make it point to that specific entity, as seen with the poppy and frog examples above.
A classification that does not have an ID points to a group of entities, e.g. ahl
points to all large herbivores, and pt
points to all trees.
Thanks for visiting this wiki. Don't forget to check out Equilinox!
The wiki and the modding framework are still heavily under development, so not all content is available yet.