v0.8.10 (BWM fill) released to Google Play!

Useful links
Source code of the game - Contribution guide - ATCS Editor - Translate the game on Weblate - Example walkthrough - Andor's Trail Directory - Join the Discord
Get the game (v0.8.10) from Google, F-Droid, our server, or itch.io

Make Sarumar's, Mino's, etc.Characters Into the Game!

Unstructured ideas, requests and suggestions for the development of the game.
User avatar
Meirerion
Posts: 210
Joined: Sun Jun 24, 2012 10:49 am
android_version: 2.3 - Gingerbread
Location: Under a keg.

Re: Make Sarumar's, Mino's, etc.Characters Into the Game!

Post by Meirerion »

Tulkas wrote: Very very cool! But I was hoping to have their actual stats won't that be awesome?
It was for the lulz :mrgreen:
~May Elythara's wisdom light your path
Mino
VIP
Posts: 1270
Joined: Wed Mar 02, 2011 5:24 pm
android_version: 4.4 - Kitkat

Re: Make Sarumar's, Mino's, etc.Characters Into the Game!

Post by Mino »

I think I'd need to get first attack to be able to have any chance of killing Sarumar's character. I don't think I have enough HP to take more than 1 critical hit from him, and I'd probably still have to use Flee and try hit and run tactics.
Lvl: 206 XP: 159262572, Gold: 1657119, RoLS: 2, ElyR: 1, RoL: 1, ChaR: 2, GoLF: 1, ShaF: 6, SRoV: 1, VSH: 6, WMC: 1, GoW: 1
HP: 241, AP: 3, AC: 562%, AD: 116-130, CM: 3.0, ECC: 38%, BC: 139%, DR: 3

QL 25, MF 3

12/26/18
User avatar
Fire7051
Posts: 299
Joined: Tue Aug 23, 2011 4:20 am
android_version: 3.0

Re: Make Sarumar's, Mino's, etc.Characters Into the Game!

Post by Fire7051 »

Mino wrote:I think I'd need to get first attack to be able to have any chance of killing Sarumar's character. I don't think I have enough HP to take more than 1 critical hit from him, and I'd probably still have to use Flee and try hit and run tactics.
Quick strike dagger, save/reload method, and marrowtaint. Yeah I can take him. :lol:
Give a man a fish and he will eat for a day. Teach a man to fish and he will eat for a lifetime.
Give a man a fire and he will be warm for a day. Set a man on fire and he will be warm for the rest of his life.
Tulkas
Posts: 288
Joined: Sun Jul 22, 2012 3:34 pm
android_version: 4.0

Re: Make Sarumar's, Mino's, etc.Characters Into the Game!

Post by Tulkas »

Right now if I got first attack Sarumars character goes down 7/10 times. If his character gets first attack I go down 8.5/10 times I think.
Lvl: 196, XP: 13,700,094, Gold: 1,447,699, RoLS: 1, ElyR: 0, RoL: 1, ChaR: 1, GoLF: 0, ShaF: 2, SRoV: 12, VSH: 6, WMC: 0, GoW: 0
HP: 1081, AC: 400, AD: 106-122, AP: 4, ECC: 39%, CM: 5.75, BC: 213%, DR: 4
Sarumar
VIP
Posts: 3275
Joined: Sat May 07, 2011 4:36 pm
android_version: 4.1 - Jellybean
Location: www.hel.fi

Re: Make Sarumar's, Mino's, etc.Characters Into the Game!

Post by Sarumar »

Tulkas wrote:Right now if I got first attack Sarumars character goes down 7/10 times. If his character gets first attack I go down 8.5/10 times I think.
I'm curious about this math :lol:
Sarumar
..dansing left foot polka with Hirathil

Lvl 313|XP 559721474|Gold 7965188|AP 3/12|AC 516|AD 161-175|ECC 48|CM 6|BC 311|HP 591|DR 2|RoLS 3|RoL 2|ElyR 2|ChaR 45|GoLF 3|ShaF 9|SRoV 28|VSH 13|GoW 1|WMC 1
User avatar
Meirerion
Posts: 210
Joined: Sun Jun 24, 2012 10:49 am
android_version: 2.3 - Gingerbread
Location: Under a keg.

Re: Make Sarumar's, Mino's, etc.Characters Into the Game!

Post by Meirerion »

Tulkas wrote:Right now if I got first attack Sarumars character goes down 7/10 times. If his character gets first attack I go down 8.5/10 times I think.
Looks like I made him too easy. You should go down 11/10 times :lol:

Sarumar v2.0

Code: Select all

[
  {
    "id": "Sarumar",
    "name": "Sarumar",
    "maxHP": 9001,
    "maxAP": 14,
    "unique": 1,
    "attackDamage": {
      "min": 500,
      "max": 1000
    },
    "iconID": "monsters_eye4:0",
    "spawnGroup": "Noobs",
    "attackCost": 1,
    "attackChance": 3000,
    "blockChance": 2000,
    "damageResistance": 200,
    "criticalSkill": 500,
    "criticalMultiplier": 20
  }
]
~May Elythara's wisdom light your path
Sarumar
VIP
Posts: 3275
Joined: Sat May 07, 2011 4:36 pm
android_version: 4.1 - Jellybean
Location: www.hel.fi

Re: Make Sarumar's, Mino's, etc.Characters Into the Game!

Post by Sarumar »

Meirerion wrote:
Tulkas wrote:Right now if I got first attack Sarumars character goes down 7/10 times. If his character gets first attack I go down 8.5/10 times I think.
Looks like I made him too easy. You should go down 11/10 times :lol:

Sarumar v2.0

Code: Select all

[
  {
    "id": "Sarumar",
    "name": "Sarumar",
    "maxHP": 9001,
    "maxAP": 14,
    "unique": 1,
    "attackDamage": {
      "min": 500,
      "max": 1000
    },
    "iconID": "monsters_eye4:0",
    "spawnGroup": "Noobs",
    "attackCost": 1,
    "attackChance": 3000,
    "blockChance": 2000,
    "damageResistance": 200,
    "criticalSkill": 500,
    "criticalMultiplier": 20
  }
]
...hmmm leave them (falce) imagination of small chance like :

Sarumar v2.0

Code: Select all

[
  {
    "id": "Sarumar",
    "name": "Sarumar",
    "maxHP": 6660, 
    "maxAP": 6,66,
    "unique": 1, but 66,6, "chance of respawn after defeated"
    "attackDamage": {
      "min": 66,6,
      "max": 666,
    },
    "iconID": "monsters_eye4:0",
    "spawnGroup": "Noobs",
    "attackCost": 0,666,
    "attackChance": 666,
    "blockChance": 666,
    "damageResistance": 66,6,
    "criticalSkill": 66,6,
    "criticalMultiplier": 6,66,
  }
]
:-)
Sarumar
..dansing left foot polka with Hirathil

Lvl 313|XP 559721474|Gold 7965188|AP 3/12|AC 516|AD 161-175|ECC 48|CM 6|BC 311|HP 591|DR 2|RoLS 3|RoL 2|ElyR 2|ChaR 45|GoLF 3|ShaF 9|SRoV 28|VSH 13|GoW 1|WMC 1
User avatar
Meirerion
Posts: 210
Joined: Sun Jun 24, 2012 10:49 am
android_version: 2.3 - Gingerbread
Location: Under a keg.

Re: Make Sarumar's, Mino's, etc.Characters Into the Game!

Post by Meirerion »

Sarumar wrote:
Meirerion wrote:
Tulkas wrote:Right now if I got first attack Sarumars character goes down 7/10 times. If his character gets first attack I go down 8.5/10 times I think.
Looks like I made him too easy. You should go down 11/10 times :lol:

Sarumar v2.0

Code: Select all

[
  {
    "id": "Sarumar",
    "name": "Sarumar",
    "maxHP": 9001,
    "maxAP": 14,
    "unique": 1,
    "attackDamage": {
      "min": 500,
      "max": 1000
    },
    "iconID": "monsters_eye4:0",
    "spawnGroup": "Noobs",
    "attackCost": 1,
    "attackChance": 3000,
    "blockChance": 2000,
    "damageResistance": 200,
    "criticalSkill": 500,
    "criticalMultiplier": 20
  }
]
...hmmm leave them (falce) imagination of small chance like :

Sarumar v2.0

Code: Select all

[
  {
    "id": "Sarumar",
    "name": "Sarumar",
    "maxHP": 6660, 
    "maxAP": 6,66,
    "unique": 1, but 66,6, "chance of respawn after defeated"
    "attackDamage": {
      "min": 66,6,
      "max": 666,
    },
    "iconID": "monsters_eye4:0",
    "spawnGroup": "Noobs",
    "attackCost": 0,666,
    "attackChance": 666,
    "blockChance": 666,
    "damageResistance": 66,6,
    "criticalSkill": 66,6,
    "criticalMultiplier": 6,66,
  }
]
:-)

The number of the beast :twisted: :twisted: :twisted:
~May Elythara's wisdom light your path
Sarumar
VIP
Posts: 3275
Joined: Sat May 07, 2011 4:36 pm
android_version: 4.1 - Jellybean
Location: www.hel.fi

Re: Make Sarumar's, Mino's, etc.Characters Into the Game!

Post by Sarumar »

:shock: ... please do not tell anybody... and i promise to be "gentle"... :twisted:
Sarumar
..dansing left foot polka with Hirathil

Lvl 313|XP 559721474|Gold 7965188|AP 3/12|AC 516|AD 161-175|ECC 48|CM 6|BC 311|HP 591|DR 2|RoLS 3|RoL 2|ElyR 2|ChaR 45|GoLF 3|ShaF 9|SRoV 28|VSH 13|GoW 1|WMC 1
Tulkas
Posts: 288
Joined: Sun Jul 22, 2012 3:34 pm
android_version: 4.0

Re: Make Sarumar's, Mino's, etc.Characters Into the Game!

Post by Tulkas »

Sarumar wrote:
Tulkas wrote:Right now if I got first attack Sarumars character goes down 7/10 times. If his character gets first attack I go down 8.5/10 times I think.
I'm curious about this math :lol:
It's voodoo math Sarumar, all based off of my good guesses! :)
Lvl: 196, XP: 13,700,094, Gold: 1,447,699, RoLS: 1, ElyR: 0, RoL: 1, ChaR: 1, GoLF: 0, ShaF: 2, SRoV: 12, VSH: 6, WMC: 0, GoW: 0
HP: 1081, AC: 400, AD: 106-122, AP: 4, ECC: 39%, CM: 5.75, BC: 213%, DR: 4
Post Reply