DarkRisings / src

The Source Code
3 stars 1 forks source link

New Race Idea - Taran & Entus #12

Open trseagro opened 7 years ago

trseagro commented 7 years ago

I have proposed these before. I would like to suggest two new races: An insect type a plant type. The insectoid race would be vuln to cold. The plant type would be vuln to fire. Strangely enough, I would like to propose neither of these be visible at creation. (I.E. like Lich)

Both classes should always be were. I would like to propose reversing their shift states as well. I.E. their natural state would be monstrous and unable to talk. When shifted fully, they would be human looking. In this state they would get the ability to talk. I think making it so neither race would be forceshifted would be interesting as well.

Neither race should be able to be vamped.

I find it kind of funny, I had treants and nymphs in mind when I came up with this. But really, who doesn't like Groot?

trseagro commented 7 years ago

I do not have names planned for either of these two races. I am not wanting to be D&D like with either of these.

trseagro commented 7 years ago

I personally like the idea of calling them taran (revenge) and entus (they) in vsay.

One of the research points Floc had floated to Lilith was that she needed worshippers and to create life to be divine. Floc had suggested fleshcrafting new races over subsequent generations of creatures until they became a new races. Races that worshipped her as a god.

trseagro commented 7 years ago

**Const.C

{

  "taran",      TRUE, TRUE, FALSE,

    0,          AFF_INFRAVISION,     0,0,0,

    0,          RES_CHARM|RES_MENTAL, VULN_COLD,        A|H|M|V,

    A|B|C|D|E|F|G|H|I|J|K|P

},

**Const.C

{

    "taran",        "Taran",        6,      

    { 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105 },

    {"battlefocus", "sneak"},

    { 15, 10, 10, 12, 14 }, { 20, 16, 16, 18, 20 }, SIZE_MEDIUM

},

**Const.C

/ Mantis /

{ 

"a mantis-like beast",

"A mantis-like humanoid clicks its mandibles expectantly.",

"A giant mantis",

"A giant mantis with large mandibles stands silently.",

1, 2, 2, 3,

RES_MAGIC,

VULN_SLASH | VULN_SILVER,

RES_MAGIC,

VULN_BASH | VULN_SILVER,

AFF_SNEAK,

AFF_SNEAK,

100,

50  

},
trseagro commented 7 years ago

**Const.C

{

  "entus",      TRUE, TRUE, FALSE,

    0,          AFF_INFRAVISION,     0,0,0,

    0,          RES_CHARM|RES_MENTAL, VULN_FIRE,        A|H|M|V,

    A|B|C|D|E|F|G|H|I|J|K|P

},

**Const.C

{

    "entus",        "Entus",        6,      

    { 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105, 105 },

    {"bash", "sneak"},

    { 14, 11, 11, 10, 15 }, { 19, 17, 17, 16, 21 }, SIZE_MEDIUM

},

**Const.C

/ Treant /

{ 

"a tree-like beast",

"A tree-like humanoid jostles its mossy hair.",

"A giant treant",

"A giant treant covered with bark stands silently.",

1, 2, 2, 3,

RES_MAGIC,

VULN_PIERCE | VULN_SILVER,

RES_MAGIC,

VULN_SLASH | VULN_SILVER,

AFF_HIDE,

AFF_SNEAK,

100,

50  

},
trseagro commented 7 years ago

It seems like I am missing a file or two yet.