Skip to content

Commit

Permalink
Add Triffid flowers (#36325)
Browse files Browse the repository at this point in the history
* Add triffid flower.

* Add triffid flower to spawns.
  • Loading branch information
arijust authored and I-am-Erk committed Dec 31, 2019
1 parent 51b0689 commit b1541cd
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/json/monstergroups/triffid.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
{ "monster": "mon_fungal_fighter", "freq": 160, "cost_multiplier": 0 },
{ "monster": "mon_vinebeast", "freq": 160, "cost_multiplier": 10 },
{ "monster": "mon_creeper_hub", "freq": 50, "cost_multiplier": 2 },
{ "monster": "mon_biollante", "freq": 50, "cost_multiplier": 2 }
{ "monster": "mon_biollante", "freq": 50, "cost_multiplier": 2 },
{ "monster": "mon_triffid_flower", "freq": 25, "cost_multiplier": 4 }
]
},
{
Expand Down
23 changes: 23 additions & 0 deletions data/json/monsters/triffid.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,29 @@
"death_function": [ "NORMAL" ],
"flags": [ "HEARS", "SMELLS", "NOHEAD", "CAN_DIG" ]
},
{
"id": "mon_triffid_flower",
"type": "MONSTER",
"name": "triffid flower",
"description": "A giant plant with a thick stalk adorned by a purple flower. Its petals are open with ominous shine in center.",
"default_faction": "triffid",
"species": [ "PLANT" ],
"diff": 4,
"volume": "100 L",
"weight": "150 kg",
"hp": 200,
"speed": 100,
"material": [ "veggy" ],
"symbol": "F",
"color": "magenta",
"aggression": 100,
"morale": 100,
"melee_cut": 0,
"harvest": "triffid_large",
"special_attacks": [ [ "SPIT_SAP", 3 ], [ "PARA_STING", 12 ] ],
"death_function": [ "NORMAL" ],
"flags": [ "NOHEAD", "IMMOBILE" ]
},
{
"id": "mon_triffid_heart",
"type": "MONSTER",
Expand Down

0 comments on commit b1541cd

Please sign in to comment.