Skip to content

Commit

Permalink
Transfer v1 changes (#514)
Browse files Browse the repository at this point in the history
* Added fee to transfer_v1.mdx, as well as removing redlinks that currently have no use and colorfying trust scripts

* Bit more coloring

* Update docs/upgrades/scavenger/transfer_v1.mdx

Co-authored-by: matr1x <[email protected]>

* Update docs/upgrades/scavenger/transfer_v1.mdx

Co-authored-by: matr1x <[email protected]>

---------

Co-authored-by: matr1x <[email protected]>
  • Loading branch information
SolarizedPhoenix and matr1x-hackmud authored Jan 6, 2025
1 parent dd275e0 commit 1a67487
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/upgrades/scavenger/transfer_v1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Displays the maximum amount of money which can be transferred out.

## Behavior

Once transfer_v1 has been loaded, [[sys.xfer_gc_from]] can be used to target a breached system.
Once transfer_v1 has been loaded, [[sys.xfer_gc_from:((sys.xfer_gc_from))]] can be used to target a breached system for a fee of ((1M500KGC)) or ((%12.5%))((%1%%)) of the amount being taken, whichever is higher.
If the target system does not have enough GC to transfer the full amount, the script will return an error.
If the upgrade is on cooldown, an error containing the remaining cooldown time will be displayed upon execution attempt.
[[sys.xfer_gc_from]] can be executed using the following syntax:
[[sys.xfer_gc_from:((sys.xfer_gc_from))]] can be executed using the following syntax:

```
sys.xfer_gc_from { target: "user.loc", amount: "<desired amount (up to max) as GC string>" }
Expand Down Expand Up @@ -66,7 +66,7 @@ Failure
You can't transfer more than 10MGC
```

- Target has unsufficient funds:
- Target has insufficient funds:

```
>>sys.xfer_gc_from { target: "user.loc", amount: "10KGC" }
Expand Down

0 comments on commit 1a67487

Please sign in to comment.