|
11 | 11 | "reach_ok": false,
|
12 | 12 | "attack_vectors": [ "vector_bite" ],
|
13 | 13 | "condition": { "and": [ { "not": { "npc_has_flag": "GRAB_FILTER" } }, { "not": { "u_has_effect": "GRAB" } } ] },
|
14 |
| - "//": "The bonuses below are based on the natural anatomy of a non-human creature and should not be used for mutant attack scaling.", |
15 | 14 | "flat_bonuses": [
|
16 |
| - { "stat": "damage", "type": "stab", "scaling-stat": "unarmed", "scale": 1.1 }, |
17 |
| - { "stat": "damage", "type": "bash", "scaling-stat": "str", "scale": 0.8 }, |
18 |
| - { "stat": "damage", "type": "bash", "scaling-stat": "unarmed", "scale": 0.065 }, |
| 15 | + { "stat": "damage", "type": "cut", "scaling-stat": "unarmed", "scale": 1.0 }, |
| 16 | + { "stat": "damage", "type": "bash", "scaling-stat": "str", "scale": 0.75 }, |
| 17 | + { "stat": "damage", "type": "bash", "scaling-stat": "unarmed", "scale": 0.06 }, |
19 | 18 | { "stat": "movecost", "scaling-stat": "melee", "scale": -1.25 },
|
20 | 19 | { "stat": "movecost", "scaling-stat": "dex", "scale": -0.5 }
|
21 | 20 | ]
|
|
28 | 27 | "messages": [ "You bite %s", "<npcname> bites %s" ],
|
29 | 28 | "description": "Bite someone with a goblin's naturally-sharp teeth.",
|
30 | 29 | "unarmed_allowed": true,
|
31 |
| - "weighting": -2, |
| 30 | + "weighting": 1, |
32 | 31 | "reach_ok": false,
|
33 | 32 | "attack_vectors": [ "vector_bite" ],
|
34 | 33 | "condition": { "and": [ { "npc_has_flag": "GRAB_FILTER" }, { "u_has_flag": "GRAB" } ] },
|
35 |
| - "//": "The bonuses below are based on the natural anatomy of a non-human creature and should not be used for mutant attack scaling.", |
36 | 34 | "flat_bonuses": [
|
37 |
| - { "stat": "damage", "type": "stab", "scaling-stat": "unarmed", "scale": 1.1 }, |
38 |
| - { "stat": "damage", "type": "bash", "scaling-stat": "str", "scale": 0.8 }, |
39 |
| - { "stat": "damage", "type": "bash", "scaling-stat": "unarmed", "scale": 0.065 }, |
| 35 | + { "stat": "damage", "type": "cut", "scaling-stat": "unarmed", "scale": 1.0 }, |
| 36 | + { "stat": "damage", "type": "bash", "scaling-stat": "str", "scale": 0.75 }, |
| 37 | + { "stat": "damage", "type": "bash", "scaling-stat": "unarmed", "scale": 0.06 }, |
40 | 38 | { "stat": "movecost", "scaling-stat": "melee", "scale": -1.25 },
|
41 | 39 | { "stat": "movecost", "scaling-stat": "dex", "scale": -0.5 }
|
42 | 40 | ]
|
|
69 | 67 | "messages": [ "You bite %s", "<npcname> bites %s" ],
|
70 | 68 | "description": "Bite someone with a lizardfolk's naturally-sharp teeth.",
|
71 | 69 | "unarmed_allowed": true,
|
72 |
| - "weighting": -2, |
| 70 | + "weighting": -1, |
73 | 71 | "reach_ok": false,
|
74 | 72 | "attack_vectors": [ "vector_bite" ],
|
75 |
| - "//": "The bonuses below are based on the natural anatomy of a non-human creature and should not be used for mutant attack scaling.", |
76 | 73 | "flat_bonuses": [
|
77 |
| - { "stat": "damage", "type": "stab", "scaling-stat": "unarmed", "scale": 1.1 }, |
78 |
| - { "stat": "damage", "type": "bash", "scaling-stat": "str", "scale": 0.8 }, |
79 |
| - { "stat": "damage", "type": "bash", "scaling-stat": "unarmed", "scale": 0.065 }, |
| 74 | + { "stat": "damage", "type": "cut", "scaling-stat": "unarmed", "scale": 1.0 }, |
| 75 | + { "stat": "damage", "type": "bash", "scaling-stat": "str", "scale": 0.75 }, |
| 76 | + { "stat": "damage", "type": "bash", "scaling-stat": "unarmed", "scale": 0.06 }, |
80 | 77 | { "stat": "movecost", "scaling-stat": "melee", "scale": -1.25 },
|
81 | 78 | { "stat": "movecost", "scaling-stat": "dex", "scale": -0.5 }
|
82 | 79 | ]
|
|
88 | 85 | "melee_allowed": true,
|
89 | 86 | "messages": [ "You viciously tear into %s", "<npcname> viciously tears %s" ],
|
90 | 87 | "unarmed_allowed": true,
|
91 |
| - "weighting": -2, |
| 88 | + "weighting": 1, |
92 | 89 | "reach_ok": false,
|
93 | 90 | "crit_tec": true,
|
94 | 91 | "attack_vectors": [ "vector_bite" ],
|
95 | 92 | "condition": { "and": [ { "not": { "npc_has_flag": "GRAB_FILTER" } }, { "not": { "u_has_effect": "GRAB" } } ] },
|
96 |
| - "//": "The bonuses below are based on the natural anatomy of a non-human creature and should not be used for mutant attack scaling.", |
97 | 93 | "flat_bonuses": [
|
98 | 94 | { "stat": "damage", "type": "stab", "scaling-stat": "unarmed", "scale": 4.4 },
|
99 | 95 | { "stat": "damage", "type": "bash", "scaling-stat": "str", "scale": 0.75 },
|
|
0 commit comments