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 13: Departure, the impossible healing magic, and the floating stone tablet



I borrowed two donkeys and set out on an expedition.

 To rent a donkey, the deposit is just one gold coin.

 This is good because it will come back.

 The rent is 5 silver coins.

 It’s cheap, but will it turn a profit?

“All the roads are similar.”

“Yeah, yeah”

“But there are some changes, such as forests and villages.”

“What do you want to say”

“This is what traveling is all about. It’s deeply moving.”

“I don’t know how it feels”

“When you live in a city, even if you look at a single rock, it’s something you’re not used to seeing. It’s very moving.”

“I’m impressed by the rock. I don’t know at all.”

 In my previous life, I lived in Tokyo.

 I was born and raised in Tokyo.

 When I was a child, I would sometimes go to the countryside and be moved by a river.

 I get excited when I go into the forest.

 What is it?

 It’s a feeling people who live in the countryside don’t understand.

 If it turns out to be a different world, the excitement is immeasurable.

 I only thought about this for half a day, and by the end of the day I was suffering from sore feet and sores.

“Is there healing magic?”

“Yes, only the Great Mage can use it.”

“Would you like to try? [Heal]. It’s no good. It won’t activate.”

 Damn it, you archmage, for monopolizing knowledge.

 Come to think of it, Myemon’s knowledge of magic isn’t that great either.

 I need to acquire magical knowledge somehow.

 Now it’s more healing than that

“[Recover cells using magic]. Damn, no.”

 That’s it, I don’t know how it works, so it’s useless.

 If you were to ask me what the power is to restore cells, I would not be able to answer.

 A doctor or researcher might be able to answer that question, but I can’t.

 Attack is good.

 We learn about energy-related physical laws and phenomena at school.

 I wonder how the Great Wizard of this world is recovering.

 Do you have any special knowledge?

“It’s almost time to go to bed.”

“Yeah, good night.”

 I fell asleep in an instant, slept soundly, and woke up.

 I woke up, but the pain in my legs didn’t change.

 If you can’t recover, I’ll develop a magic that you don’t have to walk.

extern MAGIC *stone_wall_make(float mana);

extern void magic_lift(MAGIC *mp,int height_cm);

extern int mclose(MAGIC *mp);

void main(void)

{

 MAGIC *mp; /*Magic definition*/

 mp=stone_wall_make(0.003); /* make a stone slab */

 while(1){ /*infinite loop*/

  magic_lift(mp,100); /* lifts to a height of 100 cm */

 }

 mclose(mp); /* end of magic */

}

 How about this.

 It’s a magic that makes a stone slab appear.

 I wrote it in the spellbook and tried it.

 A stone slab about 60 centimeters wide that floats.

 Connect the stone slab to the donkey with a rope.

 This way you don’t have to walk.

“Let’s make a board big enough for Myra to ride on.”

“Eh, you’re giving me a ride.”

“What, did you want to ride? Say it sooner.”

 Myra rides behind me and clings to me.

 When I turned around a little, I saw Myra’s bright red face.

 Are you afraid of heights?

 Even 1 meter is scary.

“It’s okay if you hold on more.”

 Myra held on tightly.

 Okay, let’s leave.

 Oh, the donkey doesn’t move.

 I see, does it not walk without someone pulling the reins?

 Damn, there’s nothing I can do about it.

 I figured out how to move the stone slab.

 You can, but it’s not like driving a car.

 It will take quite a while to achieve that.

“Myra, sorry. Get off.”

“Eh, that’s it.”

“Someone needs to pull the donkey.”

“I understand.

“I’m sorry”

 Myra looks quite disappointed.

 I’ll make up for it later.

 And just like that, I set off.

 After half a day, the pain in my leg was much better.

“Myra, you can ride.”

“TRUE”

 Myra was filled with joy.

 When I got off the stone slab, Myra was disappointed.

 What, you wanted to ride, didn’t you?

 Ah, I’m afraid of heights, so if I’m not there to hold onto it, I’m afraid I’ll fall.

 sorry.

 Even magic can’t cure fear of heights.


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