I’m the only programmer in a different world~ The knowledge of my previous life, reincarnated and revived, is demon king class. I was abandoned by my family, but I feel like the law of the world liked me. Even if you asked me to come back, it would be too late. Strongest matchless with programmed spells~

Episode 8 Transcendence Magic Tool, Sensei, and Kiss



I decided to make a seed flame magic tool.

extern void ignition(float mana);

void main(void)

{

 ignition(0.0001);

}

 Such a spell.

 If you have 1/10,000th of the magical power, a flame approximately 4 centimeters long will come out.

 It can be activated 10,000 times with 1 magic power.

 If you leave it on for 3 seconds, it will consume 3 times as much mana, so it may actually be around 3,000 times.

 If it’s a goblin magic stone, I can feel it holding about 10 magic power, so it’s 30,000 times in one charge.

 I don’t know how efficient the existing magic tools are, but if I chant the pilot fire without devising anything, it’s 10 magic power.

 Even if the magic tool shop contrived and reduced the consumption of magic power to one-tenth, it would still be 1 magic power.

 Compared to the fact that you can only use it 10 times with one filling, 30,000 times is probably not going to be enough.

 However, I am a man who seeks even more efficiency.

extern MAGIC *fire_make(float mana);

void main(void)

{

 MAGIC *mp;

 mp=fire_make(0.0001);

}

 How about this

 Briefly explain.

extern MAGIC←Return magic information in response *fire_make(float mana←Magic power used);

void main(void)

{

 MAGIC *mp;←Magic information storage location

 mp=fire_make(0.0001);←Make fire and obtain magic information

}

 When I tried it, the flame grew twice as big.

 That means you only need half the magic power.

extern MAGIC *fire_make(float mana);

void main(void)

{

 MAGIC *mp;

 mp=fire_make(0.00005);

}

 This is fine.

 It is almost infinite that it can be used 60,000 times with one charge.

 Okay, let’s write it on the goblin’s magic stone.

 Writing is finished.

 When I filled the magic stone with magic power and touched it, about 4 centimeters of fire came out.

 Success.

 I’d like to try selling one, but I don’t know what it’s like.

 I went to the magic tool shop that taught me how to make it.

“I made a magic tool, so you won’t buy it.”

“Can I buy something that an amateur made?”

“Infinite sparksfireOkoLet’s go.”

“If you’re bluffing, tell me a better lie.”

“You can try it.”

“somethingentanglementTrickThere must be a difference. If you’re going to say that much, show me.”

 I handed over the magic tool I made.

“Hmph, a magic tool made from a goblin’s magic stone. It’s a poor man’s material.”

 The clerk activated the magic tool and stared at the flames for about 20 seconds while glancing at the table clock.

“Hmm, you’re quite good at it. I’m impressed. You can make me your disciple.”

 And then 40 seconds passed.

“Idiot. Is it okay for something like this to happen? What have I ever done to lose to a child?”

 And one minute passed.

“What kind of spell did you write, kid!? Don’t even step out of this store until I teach you!!”

 And two minutes passed.

“Sensei, please let me call you sensei. Please teach me your knowledge and skills.”

“Let’s take a closer look.”

 And 10 minutes.

“Hahahaha”

 A dry laugh came from the clerk.

“I guess that’s enough. I’d like you to buy it for about 10 gold coins.”

“Sir, that’s too cheap.”

“As you can see by looking at my clothes, I don’t have any money. Just buy them for me.”

“Understood. I’ll make it a family heirloom. That’s 10 gold coins. I’m home.”

 The clerk went inside and appeared with 10 gold coins.

“Are you sure? I won’t give it back even if you ask me to give it back later.”

“It’s okay, it’s okay”

“I see. Sensei is an old sage, and isn’t he also using illusion magic?”

“Just as it looks”

“You can’t do that. If you get caught kidnapping someone, you’ll be in trouble. Why don’t you come to my house tonight?”

“I’ll refrain.”

 I left the scene as if I was running away.

“Ah, sensei. Wait…”

 I was planning to go sell magic tools from time to time, but looking like that, it’s dangerous.

 I’m confident that I can take revenge even if force is used, but please refrain from being wanted for murder.

 When I returned to the slum, Myra had returned.

“Tight, it might be dangerous. I can’t pay today’s payment.”

“What is that? There are 10 gold coins here. That’s enough.”

“10 silver coins is enough.”

“Well, 100 copper coins are 1 silver coin. 100 silver coins are 1 gold coin.”

“That’s right, but what’s wrong? You’re smart in many ways, but you don’t know common sense.”

“I’ve never left the mansion.”

“But today I learned the true power of aristocrats. I can’t believe they can earn as much as 10 gold coins.”

“He’s a former aristocrat.”

“It doesn’t matter. Thanks anyway.”

 He hugged me and kissed me on the cheek.

 I’m not happy if my child does it to me.

 Well, let’s just say we’ve become good friends.


Tip: You can use left, right, A and D keyboard keys to browse between chapters.