Description

for You're Not Alone and Giveback Thread
There is Makimono on the floor.

Congratulations! You got a Makimono!

 '[Red Circle Makimono]
Effect:
Add(1,2,-3,4,-5)
Multi(6,7,8,9,1)
Set(-,-,3,-,R)
Rotate(2)
Caps-Lower()
End

Ex. ABC12→xxxxx

Hello,SG falks.
Im preparing for next puzzle event.
I created Anti-BruteForce system for the event, named Makimono filtering system.
Little annoying,but very simple one.
Lets practice.

GA code has 5 characters. on Makimono system,shifting each character to change code to destination.
Numbers and letters have corresponding values.

0 1 2 3 4 5 6 7 8 9
0 1 2 3 4 5 6 7 8 9
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
a b c d e f g h i j k l m n o p q r s t u v w x y z
36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61

"a" is 36,and "a"+1=37,then that means "b".
If result is more than 61,decrease 62 until the number is 61 or less.
If result is 0 or less,increase 62.

You do not have permission to comment on giveaways.