|
498 | 498 | "melee_damage": [ { "damage_type": "cut", "amount": 1 }, { "damage_type": "heat", "amount": 3 } ],
|
499 | 499 | "upgrades": { "age_grow": 42, "into": "mon_hellhound" },
|
500 | 500 | "armor": { "heat": 50 }
|
| 501 | + }, |
| 502 | + { |
| 503 | + "id": "mon_fear_deer", |
| 504 | + "copy-from": "mon_deer", |
| 505 | + "type": "MONSTER", |
| 506 | + "looks_like": "mon_deer", |
| 507 | + "name": { "str": "king of the wood" }, |
| 508 | + "description": "The northern woodland white-tailed deer, a quick and strong grazing animal. Favored prey of coyotes, wolves, and giant spider mutants. This one has an almost regal aura of calm about it and gazes at the forest around it without fear.", |
| 509 | + "reproduction": { "baby_type": { "baby_monster_group": "GROUP_REPRODUCTION_FEAR_DEER_BABIES" }, "baby_count": 1, "baby_timer": 330 }, |
| 510 | + "tracking_distance": 9, |
| 511 | + "aggression": -10, |
| 512 | + "anger_triggers": [ "PLAYER_NEAR_BABY", "PLAYER_WEAK", "FRIEND_ATTACKED", "FRIEND_DIED" ], |
| 513 | + "extend": { |
| 514 | + "special_attacks": [ |
| 515 | + { |
| 516 | + "id": "psi_fear_deer_terror_attack", |
| 517 | + "type": "spell", |
| 518 | + "spell_data": { "id": "telepathic_fear_blast_monster", "min_level": 5 }, |
| 519 | + "cooldown": { "math": [ "9 + rand(18)" ] }, |
| 520 | + "condition": { "not": { "u_has_flag": "NO_PSIONICS" } }, |
| 521 | + "monster_message": "%1$s turns its head sideways and looks directly at %3$s." |
| 522 | + }, |
| 523 | + { |
| 524 | + "id": "psi_fear_deer_empower_herd", |
| 525 | + "type": "spell", |
| 526 | + "spell_data": { "id": "telepathic_network_monster", "min_level": 5 }, |
| 527 | + "cooldown": 50, |
| 528 | + "condition": { "not": { "u_has_flag": "NO_PSIONICS" } }, |
| 529 | + "monster_message": "%1$s raises its head with an air of authority." |
| 530 | + } |
| 531 | + ], |
| 532 | + "flags": [ "TEEP_IMMUNE", "KEEP_DISTANCE" ] |
| 533 | + } |
| 534 | + }, |
| 535 | + { |
| 536 | + "id": "mon_fear_deer_fawn", |
| 537 | + "copy-from": "mon_deer_fawn", |
| 538 | + "type": "MONSTER", |
| 539 | + "looks_like": "mon_deer_fawn", |
| 540 | + "name": { "str": "prince of the wood" }, |
| 541 | + "description": "A juvenile northern woodland white-tailed deer, a quick and strong grazing animal. Favored prey of coyotes, wolves, and giant spider mutants. This one doesn't seem as skittish as most deer are.", |
| 542 | + "melee_damage": [ { "damage_type": "cut", "amount": 1 }, { "damage_type": "heat", "amount": 3 } ], |
| 543 | + "upgrades": { "age_grow": 330, "into": "mon_fear_deer" }, |
| 544 | + "extend": { "flags": [ "TEEP_IMMUNE" ] } |
501 | 545 | }
|
502 | 546 | ]
|
0 commit comments