primeiro commit
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s

This commit is contained in:
2024-04-29 21:38:53 -03:00
commit e11bf493a1
2532 changed files with 55878 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Transform(
buildup_duration: 2.0,
recover_duration: 0.5,
target: "common.entity.wild.peaceful.eagle",
specifier: Some(Evolve),
allow_players: true,
)

View File

@@ -0,0 +1,7 @@
Transform(
buildup_duration: 2.0,
recover_duration: 0.5,
target: "common.entity.wild.peaceful.crab",
specifier: Some(Evolve),
allow_players: true,
)

View File

@@ -0,0 +1,6 @@
Boost(
movement_duration: 0.05,
only_up: false,
speed: 400.0,
max_exit_velocity: 100.0,
)

View File

@@ -0,0 +1,3 @@
GlideBoost(
booster: Upward(100.0),
)

View File

@@ -0,0 +1,3 @@
GlideBoost(
booster: Forward(0.75),
)

View File

@@ -0,0 +1,15 @@
BasicRanged(
energy_cost: 0,
buildup_duration: 0.001,
recover_duration: 0.01,
projectile: Possess,
projectile_body: Object(ArrowSnake),
/*projectile_light: Some(LightEmitter {
col: (0.0, 1.0, 0.33).into(),
..Default::default()
}),*/
projectile_speed: 100.0,
num_projectiles: 1,
projectile_spread: 0.0,
move_efficiency: 0.3,
)

View File

@@ -0,0 +1,6 @@
Boost(
movement_duration: 0.05,
only_up: true,
speed: 250.0,
max_exit_velocity: 70.0,
)