Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1] 2

Author Topic: Slicing unarmed attack  (Read 1453 times)

utilitarian

  • Bay Watcher
    • View Profile
Slicing unarmed attack
« on: September 16, 2012, 05:44:29 am »

Hi,


I was trying to mod the bronze colossus(which I have already modded in to adventure mode) so that it has a "chop" attack which deals damage like a sword or axe.

How would I go about doing this?
Logged

GreatWyrmGold

  • Bay Watcher
  • Sane, by the local standards.
    • View Profile
Re: Slicing unarmed attack
« Reply #1 on: September 16, 2012, 06:28:05 am »

Copy the punch, give it an edge.
Logged
Sig
Are you a GM with players who haven't posted? TheDelinquent Players Help will have Bay12 give you an action!
[GreatWyrmGold] gets a little crown. May it forever be his mark of Cain; let no one argue pointless subjects with him lest they receive the same.

Ari Lazarus

  • Bay Watcher
    • View Profile
Re: Slicing unarmed attack
« Reply #2 on: September 16, 2012, 06:45:52 am »

IIRC you can use something like [FORCE_EDGE] like a biting attack. I *think* lowering the contact area also makes it more stabby.
Logged
Modest Bodies - Fixes joints for all creatures.

utilitarian

  • Bay Watcher
    • View Profile
Re: Slicing unarmed attack
« Reply #3 on: September 16, 2012, 07:45:16 am »

I'm still not too handy with the raws, but would this work:

   [ATTACK:PUNCH:BODYPART:BY_TYPE:GRASP]
      [ATTACK_SKILL:GRASP_STRIKE]
      [ATTACK_VERB:punch:punches]
      [ATTACK_CONTACT_PERC:100]
      [ATTACK:EDGE:40000:6000:chop:chops:NO_SUB:1250]
      [ATTACK_FLAG_WITH]
      [ATTACK_PRIORITY:MAIN]
Logged

utilitarian

  • Bay Watcher
    • View Profile
Re: Slicing unarmed attack
« Reply #4 on: September 16, 2012, 07:54:21 am »

From what I've seen in the arena, CHOP currently seems like a very ineffectual punch.

It can only bruise the fat or glance away.

EDIT: I've been able to get it to fracture bones, but it still doesn't actually cut.
« Last Edit: September 16, 2012, 08:32:40 am by utilitarian »
Logged

Darkgamma

  • Bay Watcher
    • View Profile
Re: Slicing unarmed attack
« Reply #5 on: September 16, 2012, 08:58:45 am »

The hands of a bronze colossus aren't actually sharp. You can't really cut stuff with a flat surface the size of a medium-sized car.
Logged
if it's a blob made of steel, don't fight it. it may not heal, but it probably doesn't need to.

utilitarian

  • Bay Watcher
    • View Profile
Re: Slicing unarmed attack
« Reply #6 on: September 16, 2012, 09:02:12 am »

The hands of a bronze colossus aren't actually sharp. You can't really cut stuff with a flat surface the size of a medium-sized car.

Is there a way that I can modify them(or one of them) so that they are sharp?
Logged

Knight Otu

  • Bay Watcher
  • ☺4[
    • View Profile
Re: Slicing unarmed attack
« Reply #7 on: September 16, 2012, 09:14:39 am »

You mixed weapon raws and creature raws. The following should do the trick.
   [ATTACK:PUNCH:BODYPART:BY_TYPE:GRASP]
      [ATTACK_SKILL:GRASP_STRIKE]
      [ATTACK_VERB:chop:chops]
      [ATTACK_PENETRATION_PERC:100]
      [ATTACK_CONTACT_PERC:100]
      [ATTACK_FLAG_WITH]
      [ATTACK_PRIORITY:MAIN]
      [ATTACK_FLAG_EDGE]
Logged
Direforged Original
Random Raw Scripts - Randomly generated Beasts , Vermin, Hags, Vampires, and Civilizations
Castle Otu

utilitarian

  • Bay Watcher
    • View Profile
Re: Slicing unarmed attack
« Reply #8 on: September 16, 2012, 09:34:42 am »

You mixed weapon raws and creature raws. The following should do the trick.
   [ATTACK:PUNCH:BODYPART:BY_TYPE:GRASP]
      [ATTACK_SKILL:GRASP_STRIKE]
      [ATTACK_VERB:chop:chops]
      [ATTACK_PENETRATION_PERC:100]
      [ATTACK_CONTACT_PERC:100]
      [ATTACK_FLAG_WITH]
      [ATTACK_PRIORITY:MAIN]
      [ATTACK_FLAG_EDGE]

Thanks! That works very well.

What exactly do CONTACT_PERC and PENETRATION_PERC control?
Logged

Knight Otu

  • Bay Watcher
  • ☺4[
    • View Profile
Re: Slicing unarmed attack
« Reply #9 on: September 16, 2012, 09:50:39 am »

According to the wiki it's not quite clear, but contact perc should be how much of the body part makes contact, and Penetration perc should be how deep the body part cuts into the target.
Logged
Direforged Original
Random Raw Scripts - Randomly generated Beasts , Vermin, Hags, Vampires, and Civilizations
Castle Otu

Morgorin

  • Bay Watcher
    • View Profile
Re: Slicing unarmed attack
« Reply #10 on: September 16, 2012, 10:26:05 am »

I shudder at the thought of of a Bronze Colossus with sharpened hands.
Logged
Quote from: Xune
Urist McFred cancels these pants: too sexy.

fred1248

  • Bay Watcher
    • View Profile
Re: Slicing unarmed attack
« Reply #11 on: September 16, 2012, 12:03:50 pm »

I shudder at the thought of of a Bronze Colossus with sharpened hands.

One shudders to imagine what inhuman thoughts lie behind that bronze. What dreams of chronic and sustained cruelty...
Logged
How do you deliberately crutch a dwarf who seems to have no urge to go to the hospital and be diagnosed with "walklessness?"
Break his other leg.

utilitarian

  • Bay Watcher
    • View Profile
Re: Slicing unarmed attack
« Reply #12 on: September 16, 2012, 12:28:03 pm »

I shudder at the thought of of a Bronze Colossus with sharpened hands.

One shudders to imagine what inhuman thoughts lie behind that bronze. What dreams of chronic and sustained cruelty...

Why, one doesn't have to imagine at all!

Logged

Morgorin

  • Bay Watcher
    • View Profile
Re: Slicing unarmed attack
« Reply #13 on: September 16, 2012, 01:00:57 pm »

...  You're a monster!
Logged
Quote from: Xune
Urist McFred cancels these pants: too sexy.

utilitarian

  • Bay Watcher
    • View Profile
Re: Slicing unarmed attack
« Reply #14 on: September 16, 2012, 01:50:45 pm »

...  You're a monster!

In a related question, would there be a way to give myself a different punch with greatly increased force?

Logged
Pages: [1] 2