Example #1
0
        public override string LegendsDescription()
        {
            string timestring = base.LegendsDescription();

            return(string.Format("{0} the {1} {2} was wounded by the {3} {4}.",
                                 timestring, WoundeeHF.Race.ToString(), WoundeeHF.ToString(),
                                 WounderHF.Race.ToString(), WounderHF.ToString()));
        }
Example #2
0
        internal override string ToTimelineString()
        {
            string timelinestring = base.ToTimelineString();

            return(string.Format("{0} {1} was wounded by the {2}.",
                                 timelinestring, WoundeeHF != null ? WoundeeHF.ToString() : WoundeeHFID.ToString(), WounderHF != null ? WounderHF.ToString() : WounderHFID.ToString()));
        }