diff --git a/assets/symbols/eye.toml b/assets/symbols/eye.toml index d919705..0bab333 100644 --- a/assets/symbols/eye.toml +++ b/assets/symbols/eye.toml @@ -1,2 +1,5 @@ -attach_to = ["tail", "leg", "arm", "horn", "crown"] \ No newline at end of file +attach_to = ["tail", "leg", "arm", "horn", "crown"] + + +creature_frequency_multiplier = 6 \ No newline at end of file diff --git a/assets/symbols/eye_starburst.toml b/assets/symbols/eye_starburst.toml index 17dbef3..6ebf35a 100644 --- a/assets/symbols/eye_starburst.toml +++ b/assets/symbols/eye_starburst.toml @@ -9,3 +9,6 @@ rotate_clockwise = true attach_to = ["tail", "leg", "arm", "horn", "crown"] +creature_frequency_multiplier = 4 + + diff --git a/assets/symbols/eye_up.toml b/assets/symbols/eye_up.toml new file mode 100644 index 0000000..1b8ec00 --- /dev/null +++ b/assets/symbols/eye_up.toml @@ -0,0 +1,5 @@ + +attach_to = ["tail", "leg", "arm", "horn", "crown"] + + +creature_frequency_multiplier = 4 \ No newline at end of file diff --git a/assets/symbols/eye_up_starburst.toml b/assets/symbols/eye_up_starburst.toml new file mode 100644 index 0000000..1b8ec00 --- /dev/null +++ b/assets/symbols/eye_up_starburst.toml @@ -0,0 +1,5 @@ + +attach_to = ["tail", "leg", "arm", "horn", "crown"] + + +creature_frequency_multiplier = 4 \ No newline at end of file diff --git a/assets/symbols/eye_vertical.toml b/assets/symbols/eye_vertical.toml index abda47f..9cc869d 100644 --- a/assets/symbols/eye_vertical.toml +++ b/assets/symbols/eye_vertical.toml @@ -1,3 +1,6 @@ -attach_to = ["tail", "leg", "arm", "horn", "crown"] \ No newline at end of file +attach_to = ["tail", "leg", "arm", "horn", "crown"] + + +creature_frequency_multiplier = 4 \ No newline at end of file diff --git a/assets/symbols/eyeball.toml b/assets/symbols/eyeball.toml new file mode 100644 index 0000000..5ac5271 --- /dev/null +++ b/assets/symbols/eyeball.toml @@ -0,0 +1,4 @@ +attach_to = ["tail", "leg", "arm", "horn", "crown"] + + +creature_frequency_multiplier = 5 \ No newline at end of file