Update tempus_primary.json
tempus' primary now goes thru armor
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"type": "origins:active_self",
|
"type": "origins:active_self",
|
||||||
"entity_action": {
|
"entity_action": {
|
||||||
"type": "origins:raycast",
|
"type": "origins:raycast",
|
||||||
"distance": 8,
|
"distance": 16,
|
||||||
"block": true,
|
"block": true,
|
||||||
"entity": true,
|
"entity": true,
|
||||||
"shape_type": "visual",
|
"shape_type": "visual",
|
||||||
@@ -14,14 +14,14 @@
|
|||||||
"amount": 2,
|
"amount": 2,
|
||||||
"source": {
|
"source": {
|
||||||
"name": "lightningBolt",
|
"name": "lightningBolt",
|
||||||
"bypasses_armor": false
|
"bypasses_armor": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"command_at_hit": "function aspects:lightning_bolt",
|
"command_at_hit": "function aspects:lightning_bolt",
|
||||||
"command_step": 1
|
"command_step": 1
|
||||||
},
|
},
|
||||||
"cooldown": 240,
|
"cooldown": 200,
|
||||||
"hud_render": {
|
"hud_render": {
|
||||||
"should_render": true,
|
"should_render": true,
|
||||||
"sprite_location": "origins:textures/gui/resource_bar.png",
|
"sprite_location": "origins:textures/gui/resource_bar.png",
|
||||||
|
|||||||
Reference in New Issue
Block a user