《Programmable Magic》Chapter 12: Fireball 2.0
Advertisement
After Mr. Ito’s class I rush back to my dorm, luckily Sara isn’t home yet so I have some peace and quiet to work on my magic.
My idea is to program a smaller, faster fireball, hopefully the smaller size will result in a reduced mana-cost.
I guess I’ll just modify the size and speed of the fireball-code I got from Lance…
I type the new code into the unknown yellow cartridge and hit save…
ERROR Syntax error
Dammit… ah I see, I forgot to add a semicolon at the end. This reminds me of my old mobile-game coding days…
After fixing the syntax error, I hit save again and get this pop up:
Statistics
Mana Price: 41 Mana/Use
Explosion Efficiency: 36%
Save
Edit
What’s this efficiency stat? Well let’s just ‘trial and error’ a bunch I guess.
I changed the speed and size back to the original code I got from Lance, the Explosion Efficiency is now 100% and the Mana Price went back up to 100 Mana/Use… If my guess is correct, this ‘Explosion Efficiency’ measures the amount of potential energy from the fireball that’s actually converted into the heat and kinetic energy of the explosion it creates when it comes into contact with something.
Or in normal people speech: a higher efficiency means a bigger boom.
It appears that a smaller fireball can’t convert a lot of potential energy into the explosion which would make it a lot less powerful… Looks like the mana count is based on a combination of speed, size and power.
Wouldn’t it be possible to alter the size of the fireball when it hits something in order to create a bigger explosion?
Alright, let’s program a smaller faster fireball that’ll expand when it hits a target, this should increase the ‘Explosion Efficiency’ since the fireball is big when it explodes. But It should also consume less mana since it still has a small volume when I fire it.
Advertisement
I tried adding another modifier at the end of my code to expand the fireball, but I got an error, this time a ‘Modifier overflow’ error. Looks like I can only add two modifiers to my magic right now.
This means that I can’t apply the burn effect from the original fireball though, since I need an open modifier spot, but maybe by removing the burn effect I can lower the total mana cost even more…
After a lot of testing and syntax errors I finally got some statistics I liked:
Statistics
Mana Price: 50 Mana/Use
Explosion Efficiency: 100%
Save
Edit
It should have a fair bit more power than a regular fireball and it’s also a lot faster, however, it doesn’t have a burn effect like a regular fireball would have. That did make it a lot cheaper though.
I hit the Save option and I get another window telling me to name my new code.
“What about… Explosion!”
I enter the name ‘Explosion’ and hit enter.
[Yellow] Explosion:
import Magic_Class.Projectile;
import User;
public class Fireball extends ManaActivity{
@Override
protected void onActivation() {
boolean active = true;
while(active) {
if (User.Brain.Thought_detection == "Shoot") {
Projectile fireball = new Projectile;
// fireball initiation
fireball.shape = "SPHERE";
fireball.volume = 0.0000001; // in m³
fireball.velocity = 180; // in m/s = Kinetic energy
fireball.acceleration = 0; // in m/s²
fireball.power = 900; // in KiloJoule = Potential energy
fireball.element = "FIRE";
fireball.starting_point = User.limbs.hand.palm;
fireball.trajectory = "Y = V0y*t - 1/2*g*t²";
// shoot the actual fireball
fireball.launch();
boolean fired = true;
long start = System.currentTimeMillis();
long end = start + 5*1000;
while(fired && System.currentTimeMillis()
if(CollisionDetected(fireball)){
fired = false;
ExpandProjectile(fireball);
}
}
fireball.detonate; //unleashes explosive force of the fireball
Advertisement
}
if (User.Brain.Thought_detection == "Deactivate") {
active = false;
}
}
};
// Modifier 1: Collision detection
public boolean CollisionDetected(Projectile fireball){
if(fireball.velocity = 0){ //fireball stops when it hits anything
return true;
}
else{
return false;
}
};
// Modifier 2: Expansion
public void ExpandProjectile(projectile fireball){
fireball.volume = 0.09; // in m³
};
};
The cartridge starts to glow and sizzle but stops after a while, I insert the cartridge and get the prompt:
Yellow Revealed Cartridge: Explosion
Store
Eject
Analyze
Nice! This could work! I can actually become a powerful Machia like this, fuck gift-cartridges, fuck mana-count, I’ll just do this my way!
Let’s start with winning the dual tomorrow, I’m curious about which lackey Kaori will send my way though. I hope someone from wood [I] or [II].
I can only hope to one-shot my opponent with explosion, they shouldn’t see it coming since the projectile is only visible on impact. Now that I think about it, I really created something superior to a regular fireball. Not only is it faster, it’s also near undetectable and more powerful.
Or well… it should be at least… I’m confident in my coding abilities, but I couldn’t actually test the magic itself out. It also looks like I can’t reprogram an already revealed cartridge, this is totally a nightmare for any debugger…
Also, I don’t think I’ll get a lot of time to practice my explosion magic before the match...
*SMACK*
I hear the front door swing open, presumably Sara returned home.
*KNOCK* *KNOCK*
“I know you’re in there pervert, let’s eat together, I bought too much sushi.”
What a shock, is she finally opening up to me? L-Lets not make any bold assumptions, it’s Sara we’re talking about after all…
“Sure, give me like 5 minutes!”
Advertisement
- In Serial18 Chapters
The Path to Pacifism is Long and Paved with Blood
Felix is an adventurer. He likes to go out, defeat zombies, loot dungeons, all that good stuff. What he doesn't like is loss of life. That's why he became a cleric. This is a story about his journey on the path to pacifism.
8 74 - In Serial8 Chapters
Irrationality
Life is not a game. Nor is it something to enjoy. No. What it was is a challenge. A challenge to us, to see who can live longer. My first work, if you have suggestions as to writing style, please tell me in the comments. I also wont update that regularly. I am after all simply a normal person writing his first story, please be lenient.
8 194 - In Serial8 Chapters
My (Secret) Life as a Teenage Assassin
What would you do if you were minding your own business at a bus stop and a strange man in a black suit drops an envelope on your lap and you believe that he must totally have the wrong guy? Do you look in the envelope? But what about your grades? What about your poor, overworked mother? Sebastian Cady has to answer all of these questions and more while trying to juggle school, a confusing childhood friend, and this new and dangerous opportunity that has literally fallen into his lap. Little does he know that this opportunity will lead to many revelations that will shake up his world!
8 181 - In Serial36 Chapters
Normal is boring
Alex lives in a foster home. Her mother died when there was fire in the house and her father died in a plane crash. Her brother is the only one left. What will happen when she and her twin brother, Jax, meet their new parents who happen to be soccer players?---------------------------------------------------------------Ashlyn and Ali are one of the best soccer players in the world. After the World Cup in France, that is coming up in a few months, they retire. They want kids and a happy life. But what if the kids came a little sooner than expected? What will they do and how will they handle things?
8 565 - In Serial37 Chapters
Endless Expanse Online
Wolfgang "The Wolf" Mariconn finally retired so he can spend time with his family and enjoy his twilight years annoying his kids and spoiling his grandchildren. He had everything planned out until something didn't go as planned. Cancer..and the only way he might save himself is by doing something he promised his kids he would never do again. Now Wolfgang has an offer from the owners of Endless Expanse Online to help him with his health problems if he decided to play the game again. ****I do not own the Pic, I did not create it. All credit of the PIC/Art goes to the original creator****
8 162 - In Serial12 Chapters
Blaze and the monster machines: Secret powers
How Blaze has those magical powers? He dosen't know ether. When he hears about the magical place then he sets his views there. He dosen't know that someone wants those powers for himself and orders someone to trap Blaze. But who is she?
8 76

