Component_Bribeable: {
    type: "compound";
    value: { BribeTime: { type: "int"; value: number } };
}

This component is only used by dolphins.

Type declaration

  • type: "compound"
  • value: { BribeTime: { type: "int"; value: number } }
    • BribeTime: { type: "int"; value: number }

      Time in ticks before the Entity can be bribed again. needs testing