{"id":255,"date":"2021-07-27T19:43:07","date_gmt":"2021-07-28T00:43:07","guid":{"rendered":"https:\/\/chronocrash.com\/obor\/wiki\/?p=255"},"modified":"2023-12-28T00:03:30","modified_gmt":"2023-12-28T05:03:30","slug":"jumping","status":"publish","type":"post","link":"https:\/\/chronocrash.com\/obor\/wiki\/jumping\/","title":{"rendered":"Jumping"},"content":{"rendered":"\n<p>OpenBOR includes a robust native jumping system. In most cases you don&#8217;t need to do anything at all other than add your jumping and jumping attack animations. Use the following animations and properties to set up dynamic and nice looking jumps.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Animations<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Jump<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nanim jump\n<\/pre><\/div>\n\n<div class=\"wp-block-image\">\n<figure class=\"alignleft size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"86\" height=\"190\" src=\"https:\/\/i0.wp.com\/chronocrash.com\/obor\/wiki\/wp-content\/uploads\/2021\/07\/sf3_ken_jump_vertical_0.gif?resize=86%2C190&#038;ssl=1\" alt=\"\" class=\"wp-image-261\"\/><\/figure>\n<\/div>\n\n\n<p>Defining a JUMP animation in model text enables jump ability for the entity. When jumping, the entity plays JUMP from liftoff until touching the &#8220;ground&#8221; again. If the JUMP animation does not have a loop, the last frame plays until landing. Jumping trajectory and distance are controlled with <a href=\"#jumpheight_int\" data-type=\"internal\" data-id=\"#jumpheight_int\">jumpheight<\/a> and <a href=\"#jumpspeedf_float\" data-type=\"internal\" data-id=\"#jumpspeedf_float\">jumpspeed<\/a> properties (see below).<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Players<\/h4>\n\n\n\n<p>Jumping is mapped to the <em>Jump<\/em> button by default. During a jump players may execute one or more jump attacks (see below).<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">AI <\/h4>\n\n\n\n<p>If available, AI controlled entities will use JUMP to ascend platforms and traverse pits. This is controlled by the JUMP animation&#8217;s range setting.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Distance to the obstruction must be equal or less than the minimum range setting. <\/li>\n\n\n\n<li>The height of wall or platform must be within maximum range setting. <\/li>\n\n\n\n<li>In the case of a pit, the total width must be equal or less than maximum range setting. <\/li>\n<\/ul>\n\n\n\n<p>Assuming these conditions are met, the AI will jump.<\/p>\n\n\n\n<p><strong>Tip:<\/strong> Set up ranges carefully compared to the model&#8217;s jump trajectory settings. As an example, setting up short jumping trajectory with long ranges could lead to entities stupidly jumping into pits or repeating futile attempts to get onto a platform.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Jumpdelay <\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nanim jumpdelay\n<\/pre><\/div>\n\n\n<p>If available, plays immediately before a jump initiates. Entity leaves ground and plays JUMP when this animation completes. Used mainly to create a standing to jump transition. The typical example is an entity crouching briefly to prepare for liftoff. <\/p>\n\n\n\n<p>This animation only plays for native jumping. Use visual jump start frames frames immediately before animations with <em>jumpframe<\/em> or scripted jumps.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Jumpland<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nanim jumpland\n<\/pre><\/div>\n\n\n<p>If available, plays immediately after a jump lands. The typical example is an entity crouching briefly to absorb the impact of landing.  <\/p>\n\n\n\n<p>This animation only plays for native jumping. Use <em>landframe<\/em> or for scripted jumps, falls, etc.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Forwardjump<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nanim forwardjump\n<\/pre><\/div>\n\n\n<p>If available, replaces JUMP when entity jumps while moving.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"220\" height=\"180\" src=\"https:\/\/i0.wp.com\/chronocrash.com\/obor\/wiki\/wp-content\/uploads\/2021\/07\/sf3_ken_jump_forward_0.gif?resize=220%2C180&#038;ssl=1\" alt=\"\" class=\"wp-image-257\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Runjump<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nanim runjump\n<\/pre><\/div>\n\n\n<p>Running jump trajectory is a multiplier of the model&#8217;s existing jump trajectory settings. The multiplier is controlled by model&#8217;s <em>running<\/em> property.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Player<\/h4>\n\n\n\n<p>If available, replaces JUMP when entity jumps while running. If players have running configured but no RUNJUMP, then JUMP or FORWARDJUMP plays instead, but running jump trajectory still applies.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">AI<\/h4>\n\n\n\n<p>If available AI uses RUNJUMP with logic identical to JUMP. If the obstacle to traverse falls with range of both JUMP and RUNJUMP, the AI prioritizes JUMP. Note the AI does not require a &#8220;run up&#8221; before executing a running jump.<\/p>\n\n\n\n<p><strong>Tip:<\/strong> Setting up both JUMP and RUNJUMP gives the AI more adaptive jumping capabilities just like a player controlled entity. With properly configured ranges the AI will use a normal jump to clear shorter distances, and a running jump when more height or reach is needed.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Walkoff<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nanim walkoff\n<\/pre><\/div>\n\n\n<p>If available, plays when walking off a ledge (walls, platforms, holes, etc.). Not technically a jump. You will need to use <em>landframe<\/em> to add a landing sequence.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Jumpattack<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nanim jumpattack\n<\/pre><\/div>\n\n<div class=\"wp-block-image\">\n<figure class=\"alignleft size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"126\" height=\"97\" src=\"https:\/\/i0.wp.com\/chronocrash.com\/obor\/wiki\/wp-content\/uploads\/2021\/07\/sf3_ken_jump_vertical_hk_0.gif?resize=126%2C97&#038;ssl=1\" alt=\"\" class=\"wp-image-262\"\/><\/figure>\n<\/div>\n\n\n<h4 class=\"wp-block-heading\">Players<\/h4>\n\n\n\n<p>If available, this animation is mapped to the Attack button while jumping.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">AI<\/h4>\n\n\n\n<p>If available, AI controlled entities will play this animation when a target is in its <em>range<\/em> settings. While doing so, the entity is tossed forward using its jump trajectory settings.<\/p>\n\n\n\n<p><strong>Tip:<\/strong> JUMPDELAY is not performed when this attack starts. If you want a fully animated <strong>prepare-&gt;jump-&gt;attack-&gt;land<\/strong> sequence for AI controlled entities, consider using a FREESPECIAL# with <em>jumpframe<\/em> and <em>landframe<\/em>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Jumpforward<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nanim jumpforward\n<\/pre><\/div>\n\n\n<p>Replaces Jumpattack when player is in a moving jump. The AI does not use this animation on its own.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"132\" height=\"112\" src=\"https:\/\/i0.wp.com\/chronocrash.com\/obor\/wiki\/wp-content\/uploads\/2021\/07\/sf3_ken_jump_moving_mk_0.gif?resize=132%2C112&#038;ssl=1\" alt=\"\" class=\"wp-image-260\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Runjumpattack<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nanim runjumpattack\n<\/pre><\/div>\n\n\n<p>Replaces JUMPATTACK when player is in a running jump. The AI does not use this animation on its own. <\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"123\" height=\"101\" src=\"https:\/\/i0.wp.com\/chronocrash.com\/obor\/wiki\/wp-content\/uploads\/2021\/07\/sf3_ken_jump_moving_hk_0.gif?resize=123%2C101&#038;ssl=1\" alt=\"\" class=\"wp-image-259\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Jumpattack2<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nanim jumpattack2\n<\/pre><\/div>\n\n<div class=\"wp-block-image\">\n<figure class=\"alignleft size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"90\" height=\"97\" src=\"https:\/\/i0.wp.com\/chronocrash.com\/obor\/wiki\/wp-content\/uploads\/2021\/07\/sf3_ken_jump_lp_0.gif?resize=90%2C97&#038;ssl=1\" alt=\"\" class=\"wp-image-258\"\/><\/figure>\n<\/div>\n\n\n<h4 class=\"wp-block-heading\">Players<\/h4>\n\n\n\n<p>Players execute this animation with <em>Down + Attack<\/em> during a jump.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">AI<\/h4>\n\n\n\n<p>Identical to JUMPATTACK, except the entity jumps vertically.<\/p>\n\n\n\n<p><strong>Tip:<\/strong> Has the same caveats as Jumpattack. Consider using Freespecial# for AI controlled jumping attacks.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Jumpattack3<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nanim jumpattack3\n<\/pre><\/div>\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"131\" height=\"108\" src=\"https:\/\/i0.wp.com\/chronocrash.com\/obor\/wiki\/wp-content\/uploads\/2021\/07\/sf3_ken_jump_vertical_hp_0.gif?resize=131%2C108&#038;ssl=1\" alt=\"\" class=\"wp-image-256\"\/><\/figure>\n\n\n\n<p>Players execute this animation with <em>Up + Attack<\/em> during a jump.  The AI does not use this animation on its own.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Configuration<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Global<\/h3>\n\n\n\n<p>Unless noted otherwise, global properties are part of the <a href=\"https:\/\/chronocrash.com\/obor\/wiki\/models\/\" data-type=\"post\" data-id=\"1161\">models.txt<\/a> file.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Default Jump Height<\/h4>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\njumpheight {float}\n\n# Default\njumpheight 4.0\n<\/pre><\/div>\n\n\n<p>Global default for all model <a href=\"#Jump_Height\" data-type=\"internal\" data-id=\"#Jump_Height\">jump heights<\/a>. Also affects legacy Throw Distance. <\/p>\n\n\n\n<h4 class=\"wp-block-heading\">No Air Cancel<\/h4>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nnoaircancel {int}\n\n# Default\nnoaircancel 0\n<\/pre><\/div>\n\n\n<p>Controls player air canceling. <\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>0<\/code>: Players can cancel any air attack with a different air attack (ex. Jumpattack -&gt; Jumpattack2). <\/li>\n\n\n\n<li><code>1<\/code>: Players can cancel air attacks after the animation is complete.<\/li>\n\n\n\n<li><code>2<\/code>: Players cannot cancel air attacks. <\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Model<\/h3>\n\n\n\n<p>Model header properties.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Air Control<\/h4>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nair_control &amp;lt;flags&gt;\n\n# Default\nair_control none\n<\/pre><\/div>\n\n\n<p>Configures player control options when jumping (for this model). Accepts one or more of the following flags in any order. Note, if used, you must include all flags you want to enable.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>none<\/code> &#8211; No configuration. Has no effect if any other flags are set.<\/li>\n\n\n\n<li><code>jump_disable<\/code> &#8211; Entity cannot jump at all.<\/li>\n\n\n\n<li><code>jump_turn<\/code> &#8211; Change direction in air with Left\/Right.<\/li>\n\n\n\n<li><code>jump_x_adjust<\/code> &#8211; Change horizontal velocity in air with Left\/Right if already moving on horizontal axis.<\/li>\n\n\n\n<li><code>jump_x_move<\/code> &#8211; Change horizontal velocity in air with Left\/Right any time.<\/li>\n\n\n\n<li><code>jump_x_stop<\/code> &#8211; Lose horizontal momentum when not holding Left\/Right.<\/li>\n\n\n\n<li><code>jump_y_stop<\/code> &#8211; Lose vertical momentum when not holding Jump (IOW Mario Brothers style jump height control).<\/li>\n\n\n\n<li><code>jump_z_adjust<\/code> &#8211; Change lateral velocity in air with Up\/Down if already moving on lateral axis.<\/li>\n\n\n\n<li><code>jump_z_initial<\/code> &#8211; Can initiate a lateral jump.<\/li>\n\n\n\n<li><code>jump_z_move<\/code> &#8211; Change lateral velocity in air with Up\/Down any time.<\/li>\n\n\n\n<li><code>jump_z_stop<\/code> &#8211; Lose lateral momentum when not holding Up\/Down.<\/li>\n\n\n\n<li><code>walkoff_turn<\/code> &#8211; Same as jump_turn, for walkoff.<\/li>\n\n\n\n<li><code>walkoff_x_adjust<\/code> &#8211; Same as <code>jump_x_adjust<\/code>, for walkoff.<\/li>\n\n\n\n<li><code>walkoff_x_move<\/code> &#8211; Same as <code>jump_x_move<\/code>, for walkoff.<\/li>\n\n\n\n<li><code>walkoff_x_stop<\/code> &#8211; Same as <code>jump_x_stop<\/code>, for walkoff.<\/li>\n\n\n\n<li><code>walkoff_z_adjust<\/code> -Same as <code>jump_z_adjust<\/code>, for walkoff.<\/li>\n\n\n\n<li><code>walkoff_z_move<\/code> &#8211; Same as <code>jump_z_move<\/code>, for walkoff.<\/li>\n\n\n\n<li><code>walkoff_z_stop<\/code> &#8211; Same as <code>jump_z_stop<\/code>, for walkoff.<\/li>\n<\/ul>\n\n\n\n<p><strong>Example:<\/strong> Player can control jump height by how long they hold the jump key, jump laterally, and turn around in the air when jumping.<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nair_control jump_turn jump_y_stop jump_z_initial\n<\/pre><\/div>\n\n\n<p>Script accessible as <code>air_control<\/code> <a href=\"https:\/\/chronocrash.com\/obor\/wiki\/model-property\/\" data-type=\"post\" data-id=\"497\">model property<\/a>. Use following bitmask constants:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>openborconstant(\"AIR_CONTROL_NONE\")<\/code> &#8211; Assign directly (not a mask) to reset all flags off.<\/li>\n\n\n\n<li><code>openborconstant(<code>\"<\/code>AIR_CONTROL_JUMP_DISABLE\")<\/code><\/li>\n\n\n\n<li><code>openborconstant(<code>\"<\/code>AIR_CONTROL_JUMP_TURN\")<\/code><\/li>\n\n\n\n<li><code>openborconstant(<code>\"<\/code>AIR_CONTROL_JUMP_X_ADJUST\")<\/code><\/li>\n\n\n\n<li><code>openborconstant(<code>\"<\/code>AIR_CONTROL_JUMP_X_MOVE\")<\/code><\/li>\n\n\n\n<li><code>openborconstant(<code>\"<\/code>AIR_CONTROL_JUMP_X_STOP\")<\/code><\/li>\n\n\n\n<li><code>openborconstant(<code>\"<\/code>AIR_CONTROL_JUMP_Y_STOP\")<\/code><\/li>\n\n\n\n<li><code>openborconstant(<code>\"<\/code>AIR_CONTROL_JUMP_Z_ADJUST\")<\/code><\/li>\n\n\n\n<li><code>openborconstant(<code>\"<\/code>AIR_CONTROL_JUMP_Z_INITIAL\")<\/code><\/li>\n\n\n\n<li><code>openborconstant(<code>\"<\/code>AIR_CONTROL_JUMP_Z_MOVE\")<\/code><\/li>\n\n\n\n<li><code>openborconstant(<code>\"<\/code>AIR_CONTROL_JUMP_Z_STOP\")<\/code><\/li>\n\n\n\n<li><code>openborconstant(<code>\"<\/code>AIR_CONTROL_WALKOFF_TURN\")<\/code><\/li>\n\n\n\n<li><code>openborconstant(<code>\"<\/code>AIR_CONTROL_WALKOFF_X_ADJUST\")<\/code><\/li>\n\n\n\n<li><code>openborconstant(<code>\"<\/code>AIR_CONTROL_WALKOFF_X_MOVE\")<\/code><\/li>\n\n\n\n<li><code>openborconstant(<code>\"<\/code>AIR_CONTROL_WALKOFF_X_STOP\")<\/code><\/li>\n\n\n\n<li><code>openborconstant(<code>\"<\/code>AIR_CONTROL_WALKOFF_Z_ADJUST\")<\/code><\/li>\n\n\n\n<li><code>openborconstant(<code>\"<\/code>AIR_CONTROL_WALKOFF_Z_MOVE\")<\/code><\/li>\n\n\n\n<li><code>openborconstant(<code>\"<\/code>AIR_CONTROL_WALKOFF_Z_STOP\")<\/code><\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Equal Air Pause<\/h4>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\nequalairpause {int}\n\n# Default \nequalairpause 0\n<\/pre><\/div>\n\n\n<p>Pausing behavior when hitting another entity with attacks while in the air. Attacks normally add their pause effect to attacking entity if the entity is not already paused longer than the attack&#8217;s pause, or any time attacking entity is in the air.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>0<\/code> = Hit pause added any time entity is in the air.<\/li>\n\n\n\n<li><code>1<\/code> = Follow same rules as an entity at base height. <\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Jump Speed<\/h4>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\njump_speed {float}\n\n# Default: Special, see below. \n<\/pre><\/div>\n\n\n<p><a href=\"https:\/\/chronocrash.com\/obor\/wiki\/axis\/\" data-type=\"post\" data-id=\"59\">X Axis<\/a> toss velocity when jumping forward. Default value is the model&#8217;s speed or <code>1.0<\/code>, whichever is higher.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Jump Height<\/h4>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\njump_height {float}\n\n# Default: Special, see below. \n<\/pre><\/div>\n\n\n<p><a href=\"https:\/\/chronocrash.com\/obor\/wiki\/axis\/\" data-type=\"post\" data-id=\"59\">Y axis<\/a> toss velocity when entity jumps. For backward compatibility with BOR, Jump Height also affects the following:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Default animation ranges.<\/li>\n\n\n\n<li>Default jumpframe velocities.<\/li>\n\n\n\n<li><a href=\"https:\/\/chronocrash.com\/obor\/wiki\/axis\/\" data-type=\"post\" data-id=\"59\">Y axis<\/a> toss of the legacy Throw animation.<\/li>\n\n\n\n<li><a href=\"https:\/\/chronocrash.com\/obor\/wiki\/axis\/\" data-type=\"post\" data-id=\"59\">Y axis<\/a> toss for Bomb type projectiles.<\/li>\n<\/ul>\n\n\n\n<p>The default is controlled by global <a href=\"#Default_Jump_Height\" data-type=\"internal\" data-id=\"#Default_Jump_Height\">Default Jump Height<\/a> property.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Jumping and jumping attacks.<\/p>\n","protected":false},"author":1,"featured_media":632,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[8,30,328],"tags":[255,448,445,460,463,464,446,461,447,449,462,450,173,452,451,177,5,178,4,179],"class_list":["post-255","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-animation","category-game-mechanics","category-openbor","tag-air_control","tag-ani_forwardjump","tag-ani_jump","tag-ani_jumpattack","tag-ani_jumpattack2","tag-ani_jumpattack3","tag-ani_jumpdelay","tag-ani_jumpforward","tag-ani_jumpland","tag-ani_runjump","tag-ani_runjumpattack","tag-ani_walkoff","tag-equalairpause","tag-jump_height","tag-jump_speed","tag-jumpmove","tag-manual","tag-noaircancel","tag-openbor-script","tag-walkoffmove"],"revision_note":"","jetpack_featured_media_url":"https:\/\/i0.wp.com\/chronocrash.com\/obor\/wiki\/wp-content\/uploads\/2021\/07\/rock_jump_0.gif?fit=73%2C193&ssl=1&wsr","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/chronocrash.com\/obor\/wiki\/wp-json\/wp\/v2\/posts\/255","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/chronocrash.com\/obor\/wiki\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/chronocrash.com\/obor\/wiki\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/chronocrash.com\/obor\/wiki\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/chronocrash.com\/obor\/wiki\/wp-json\/wp\/v2\/comments?post=255"}],"version-history":[{"count":6,"href":"https:\/\/chronocrash.com\/obor\/wiki\/wp-json\/wp\/v2\/posts\/255\/revisions"}],"predecessor-version":[{"id":1314,"href":"https:\/\/chronocrash.com\/obor\/wiki\/wp-json\/wp\/v2\/posts\/255\/revisions\/1314"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/chronocrash.com\/obor\/wiki\/wp-json\/wp\/v2\/media\/632"}],"wp:attachment":[{"href":"https:\/\/chronocrash.com\/obor\/wiki\/wp-json\/wp\/v2\/media?parent=255"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/chronocrash.com\/obor\/wiki\/wp-json\/wp\/v2\/categories?post=255"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/chronocrash.com\/obor\/wiki\/wp-json\/wp\/v2\/tags?post=255"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}