Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Anima Beyond Fantasy Script

Hello there, sorry in advance for my english if I do any mistake. I'm asking myself if is it possible to do an scrip for the roleplaying game Anima Beyond Fantasy. Anima uses 1d100 dices, when you roll the dice if you roll a 90 or more you can roll again adding the result to the total roll. (Ex: First roll: 96, Second roll: 50, Total: 146) You can repeat the rolls anytime you roll 90 and above. The first time you require a 90, the second time a 91, the third time a 92 and so on. The roll 100 is always an open roll. So, if I explain myself correctly, it is possible to make an scrip for this?
1501125835
The Aaron
Pro
API Scripter
It is definitely possible. Are there any other modifiers involved?
1501145866
Alain H.
Pro
Sheet Author
API Scripter
Hello, I've find this API for my game : <a href="https://app.roll20.net/forum/post/398930/script-an" rel="nofollow">https://app.roll20.net/forum/post/398930/script-an</a>...
The Aaron said: It is definitely possible. Are there any other modifiers involved? The Anima rolls are like this, you have to roll a 1d100 and then add you ability modifier. Example: I have an a 150 attack modifier, i roll a 1d100 dice and add the modifier, my roll is a 90 so I roll again getting in the second roll a 50, the total result will be 290. Theres a fumble roll too. When you roll an 1, 2 or 3 you fail automatically. You roll then a 1d100 dice and add a modifier. If you first get an 1, add +15 to the roll, if its a 2 you don't add anything, and if you get a 3 you add a -15 modifier to the roll. And thats the fumble roll. For example: If I take the same attack modifier as above I roll an 1, so I have to roll the fumble and I get a 50, So my fumble roll is 50 + 15 = 65. Then I take the fumble roll and rest it to my attack, the total will be an 85 result of my attack. There is no more modifiers involved. Alain H. said: Hello, I've find this API for my game : <a href="https://app.roll20.net/forum/post/398930/script-an" rel="nofollow">https://app.roll20.net/forum/post/398930/script-an</a>... I can't make it to work correctly