View Single Post
  #1  
Old 02-07-2014, 02:47 AM
camelotcrusade's Avatar
camelotcrusade camelotcrusade is offline
Approved Member
 
Join Date: Apr 2009
Location: San Francisco, CA
Posts: 448
Default Stamp of the Betrayer

This magical item has a short description, saying only "+20% damage of the soldiers." Sounds good to me, so I bought one. It didn't change the damage numbers on my display screen, though, so I reloaded it (cost me 21k).

The info text makes it sound like "soldiers" should take 20% more damage. That could be it, but my next question is what qualifies as a soldier? Any old troop?

Wondering if anybody has used this item and/or can confirm what it does...

PS. Here is some code where I found it, but I don't know all the places to look.

Code:
branding_iron {
  category=o
  image=heroitem_addon1_artefact_6.png
  hint_config=object_item
  label=itm_branding_iron_name
  hint=itm_branding_iron_hint
  information_label=itm_branding_iron_info
  maphint=
  mapinfo=
  price=21000
  maxcount=1
  level=3
  race=neutral
  use {}
  mods {
    sp_branding_iron=count,20
  }
  propbits=regalia
  params {}
and also

Code:
itm_branding_iron_name=Stamp of the Betrayer
itm_branding_iron_taken=^?^
itm_branding_iron_minfo=^?^
itm_branding_iron_mhint=^?^
itm_branding_iron_info=^?^These ever hot rods are used to brand traitors and deserters.
itm_branding_iron_hint=^?^A hot rod for applying brands.<br>[s]+20% Damage of soldiers[/s]
Reply With Quote