#how can a make a certain item reach further?

1 messages · Page 1 of 1 (latest)

nova robin
#

how can i make a custom weapon reach further when attacking?

split tusk
#

use query.playerhasitem:(custom weapon name), and adjust the reach of the player when they have that item in player.json

nova robin
#

uh. and how exactly do i do that?

gloomy cliff
#

player.json

#

not the best but the easiest to do

#

use componet_groups

wind plank
gloomy cliff
simple swift
#

queries return values, for example, query.is_jumping will return the value 1 (true) if the entity is jumping and 0 (false) if it is not. This is why we use a comparative operator like == to check what is it equal to.

nova robin
gloomy cliff
#

Run events?

nova robin
#

yeah but whats the component name?

#

i use bridge v1 lol

simple swift
nova robin
#

ok

#

and then whats the component called that modifies player reach?