finished all 3 types, ready for prerelease
This commit is contained in:
35
src/main/resources/data/aspects/powers/tempus_primary.json
Normal file
35
src/main/resources/data/aspects/powers/tempus_primary.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"type": "origins:active_self",
|
||||
"entity_action": {
|
||||
"type": "origins:raycast",
|
||||
"distance": 8,
|
||||
"block": true,
|
||||
"entity": true,
|
||||
"shape_type": "visual",
|
||||
"fluid_handling": "any",
|
||||
"bientity_action": {
|
||||
"type": "origins:target_action",
|
||||
"action":{
|
||||
"type":"origins:damage",
|
||||
"amount": 2,
|
||||
"source": {
|
||||
"name": "lightningBolt",
|
||||
"bypasses_armor": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"command_at_hit": "function aspects:lightning_bolt",
|
||||
"command_step": 1
|
||||
},
|
||||
"cooldown": 240,
|
||||
"hud_render": {
|
||||
"should_render": true,
|
||||
"sprite_location": "origins:textures/gui/resource_bar.png",
|
||||
"bar_index":7,
|
||||
"inverted":true
|
||||
},
|
||||
|
||||
"name":"Lightning Bolt",
|
||||
"description":"When pressing the respective key, you will summon a lightning bolt at the block or entity you are looking at, doing damage and setting nearby blocks on fire as well."
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user