From 9704539c00a8cae3fb511fda4052b14db20a12ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dexter=20Castor=20D=C3=B6pping?= Date: Wed, 17 Jan 2024 20:33:50 +0100 Subject: [PATCH] Beta component changes --- data/component_beta_documentation.json | 82 +++++++++++++++++++++++--- 1 file changed, 74 insertions(+), 8 deletions(-) diff --git a/data/component_beta_documentation.json b/data/component_beta_documentation.json index a5c08bd..1ef07b3 100644 --- a/data/component_beta_documentation.json +++ b/data/component_beta_documentation.json @@ -2346,6 +2346,11 @@ "name": "precision_jumping_max_duration_frames", "example": "-1 [0, 1]", "description": "maximum duration of precision jump or knockback. -1 = infinite" + }, + { + "type": "float", + "name": "audio_liquid_splash_intensity", + "example": "1 [0, 1]" } ], "privates": [ @@ -5225,6 +5230,12 @@ } ], "custom_data_types": [ + { + "type": "int", + "name": "ray_skip_material", + "example": "0 [0, 1]", + "description": "String name of material to not cast rays against. Defaults to 'aluminium'" + }, { "type": "vec2", "name": "mTarget" @@ -5292,6 +5303,12 @@ } ], "custom_data_types": [ + { + "type": "int", + "name": "ray_skip_material", + "example": "0 [0, 1]", + "description": "String name of material to not cast rays against. Defaults to 'aluminium'" + }, { "type": "vec2", "name": "mPrevBodyPosition" @@ -8214,6 +8231,16 @@ "name": "torque_max", "example": "50 [0, 1]" }, + { + "type": "float", + "name": "torque_damaged_max", + "example": "100 [0, 1]" + }, + { + "type": "float", + "name": "torque_jump_random", + "example": "0 [0, 1]" + }, { "type": "int", "name": "damage_deactivation_probability", @@ -8239,6 +8266,36 @@ "name": "levitate", "example": "1 [0, 1]" }, + { + "type": "bool", + "name": "v0_jump_logic", + "example": "1 [0, 1]" + }, + { + "type": "bool", + "name": "v0_swim_logic", + "example": "1 [0, 1]" + }, + { + "type": "int", + "name": "swim_check_y_min", + "example": "-2 [0, 1]" + }, + { + "type": "int", + "name": "swim_check_y_max", + "example": "2 [0, 1]" + }, + { + "type": "int", + "name": "swim_check_side_x", + "example": "4 [0, 1]" + }, + { + "type": "int", + "name": "swim_check_side_y", + "example": "-2 [0, 1]" + }, { "type": "bool", "name": "keep_inside_world", @@ -9439,22 +9496,31 @@ "example": "0 [0, 1]" }, { - "type": "vec2", - "name": "mCamErrorSmoothed" + "type": "float", + "name": "mFastMovementParticlesAlphaSmoothed", + "example": "0 [0, 1]" }, { - "type": "vec2", - "name": "mCamCorrectionSmoothed" + "type": "uint64", + "name": "mTeleBoltFramesDuringLastSecond", + "example": "0 [0, 1]" }, { "type": "float", - "name": "mCamCorrectionAmountTargetPrev", + "name": "mCamCorrectionTeleSmoothed", "example": "0 [0, 1]" }, { - "type": "float", - "name": "mFastMovementParticlesAlphaSmoothed", - "example": "0 [0, 1]" + "type": "vec2", + "name": "mCamCorrectionGainSmoothed" + }, + { + "type": "Vec2ArrayInline", + "name": "mCameraErrorPrev" + }, + { + "type": "vec2", + "name": "mCamErrorAveraged" } ], "custom_data_types": [