From e3b3d5ce5dd1acf976ccd4ae1799010800c25616 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Tue, 20 Jul 2021 08:28:35 -0500 Subject: [PATCH] increased frequency multipliers of eye symbols --- assets/symbols/eye.toml | 5 ++++- assets/symbols/eye_starburst.toml | 3 +++ assets/symbols/eye_up.toml | 5 +++++ assets/symbols/eye_up_starburst.toml | 5 +++++ assets/symbols/eye_vertical.toml | 5 ++++- assets/symbols/eyeball.toml | 4 ++++ 6 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 assets/symbols/eye_up.toml create mode 100644 assets/symbols/eye_up_starburst.toml create mode 100644 assets/symbols/eyeball.toml 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