Update tempus_primary.json

tempus' primary now goes thru armor
This commit is contained in:
AbyssDweller
2022-08-18 20:05:41 -04:00
parent 763a99fb94
commit 8bbc19cf31

View File

@@ -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",