super(ownerId, 203, "Grappling Hook", Rarity.RARE, new CardType[]{CardType.ARTIFACT}, "{4}");
this.expansionSetCode = "ZEN";
this.subtype.add("Equipment");
// Equipped creature has double strike.
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new GainAbilityAttachedEffect(DoubleStrikeAbility.getInstance(), AttachmentType.EQUIPMENT)));
// Whenever equipped creature attacks, you may have target creature block it this turn if able.
Ability ability = new AttacksAttachedTriggeredAbility(new GrapplingHookEffect(), true);
ability.addTarget(new TargetCreaturePermanent());
this.addAbility(ability);
// Equip {4}