[
{
"type": "technique",
"id": "beserk_slash",
"name": "beserk slash",
"min_melee": 4,
"mult_bonuses": [
[
"movecost",
1.5
],
[
"damage",
"bash",
3.0
],
[
"damage",
"cut",
3,
0
]
],
"messages": [
"you slash %s with the burning power of your rage",
"<npcname> strikes % with the burning power of your rage"
]
},
{
"type": "technique",
"id": "beserk_sweep",
"name": "beserk sweep",
"min_melee": 5,
"down_dur": 2,
"messages": [
"Your strike knocks %s off balance",
"<npcname>'s strike knocks %s off balance"
]
},
{
"type": "technique",
"id": "beserk_chance",
"name": "beserk chance",
"min_melee": 3,
"crit_tec": true,
"mult_bonuses": [
[
"damage",
"bash",
2.0
],
[
"damage",
"cut",
2.0
]
],
"messages": [
"You stun %s after finding an opening in his attack",
"<npcname> stuns %s after finding an opening in his attack"
],
"stun_dur": 3
},
{
"type": "technique",
"id": "beserk_fury",
"name": "Beserk Fury",
"min_melee": 6,
"req_buffs": [
"beserk_sweep"
],
"messages": [
"You strike %s beheading it",
"<npcname> strikes %s beheading it"
],
"mult_bonuses": [
[
"movecost",
0.5
],
[
"damage",
"bash",
3.0
],
[
"damage",
"cut",
3.0
]
],
"stun_dur": 3
},
{
"type": "technique",
"id": "beserk_feint",
"name": "Beserk Feint",
"melee_allowed": true,
"min_melee": 2,
"defensive": true,
"miss_recovery": true,
"mult_bonuses": [
[
"movecost",
0.5
]
],
"messages": [
"You feint %s",
"<npcname> feint at %s"
]
}
]
No, your problem is the usage of commas. Try to read the error from the debug and skim through the line code…