Mountain level here: Vision of Ogres
One more level combines concept from previous levels about string methods.
Mountain level here: Vision of Ogres
One more level combines concept from previous levels about string methods.
âOverviewâ body:
lowerWord[len(lowerWord)-1] # The first letter
Correct is The last letter
Thanks. Fixed.
20characters
Good to know:
hero.findEnemies()
are objectsenemy.id
is a stringsplit(" ")
in python(not split()
as in real python)toLowerCase()
in python (not lower()
as in real python)It was in previous levels. And Iâm surprised about that âenemy.id is a stringâ it was in many levels before.
Finished without issue
submitted patch
Thank you again, Harry!
Actually, there is a problem. I was just testing the level out of curiosity, and I found out I can beat the level by simply attacking the nearest enemy. The levelâs enemies needs to be converted from ogre with 120 health to brawlers with 500 health, so the player canât afford to kill every brawler there is.
What the equipment are you using?
I am using tarnished bronze helmet and chestplate. The sword is kithsteel blade. No shield.
I used worn drag plate stuff and a kith steel blade and won with 50% health
without the helmet (must be 20 chars)
Thanks. I donât think that convert to brawlers is a good idea, however I know how to fix it.
Sorry about raising the dead AGAIN, but I just used a wizard with summon-undead and drain-life to win with a simple code. @Bryukh
Is it a problem? Also, I can solve some of the early levels with geared-up heroes easily. So if you use an advanced hero with advanced equipment then why not. In real life development you often can solve a problem just adding servers
How Do i Use #Convert the enemyâs name (id) to lower case
how to i make convert or this how to use lower = enemy.id.toLowerCase()