From 98466f845b6286958774f63bead8a0d0f785379b Mon Sep 17 00:00:00 2001
From: MichaelEpicA <33169033+MichaelEpicA@users.noreply.github.com>
Date: Fri, 10 May 2024 17:29:20 -0500
Subject: [PATCH 01/10] Add acct_nt (T2 Lock)
Adds a full description and explanation of every mode and every way acct_nt can behave.
---
acct_nt.mdx | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 99 insertions(+)
create mode 100644 acct_nt.mdx
diff --git a/acct_nt.mdx b/acct_nt.mdx
new file mode 100644
index 00000000..d309e7ac
--- /dev/null
+++ b/acct_nt.mdx
@@ -0,0 +1,99 @@
+---
+title: acct_nt
+---
+
+> Balancing a transaction roster is an important task for any enterprising businessperson.
+
+acct_nt is a tier 2 [[lock]] created by the #FUTUREtech corporation.
+
+## Stats
+
+acct_nt has a unique stat called "acct_nt_min" which controls the minimum amount of transactions that it will pick for its range. The lock spawns at rarities ((%1kiddie%)), ((%2h4x0r%)), and ((%3h4rdc0r3%)).
+
+## Behavior
+
+If acct_nt's minimum transactions is not met, it will provide error info:
+
+```
+>>> user.loc {acct_nt:""}
+Sigh. No. Your acct situation is not worth my time
+```
+
+If this check passes instead, the lock will return the following info:
+
+```
+>>>user.loc {acct_nt:""}
+What was the net GC between 240423.1042 and 240425.2107
+```
+
+## Solving
+
+### Example unlock
+
+
+ Spoilers for acct_nt's solutions
+
+```
+>>user.loc {acct_nt:"2B520MGC"}
+WARNING: BINMAT security shell inactive. Intelligent defense system offline.
+LOCK_UNLOCKED
+System beta breached.
+Connection terminated.
+```
+
+
+
+### acct_nt
+
+
+Spoilers for acct_nt's solutions
+
+Depending on the mode acct_nt is in, "large deposit", "net", "total earned/total spent (with/without memos)", a different approach may be required. A check of [[accts.transactions]] is needed to find the correct answer. Since acct_nt is only minute precise, it may be needed to add/subtract transaction amounts in order to get a correct solve.
+
+
+
+### Mode: large deposit
+
+
+Spoilers for acct_nt's solutions
+
+Find the deposit that acct_nt asks for and provide it as the acct_nt argument. It may be a bit off from the timestamp.
+
+
+
+### Mode: net
+
+
+Spoilers for acct_nt's solutions
+
+Look at the timestamps that acct_nt gives you, and add up all the transactions from the starting timestamp to the end. The actual starting and ending timestamps may be a bit off from what acct_nt gives you.
+
+
+
+### Mode: total earned
+
+
+Spoilers for acct_nt's solutions
+
+Look at the timestamps that acct_nt gives you, and add up all the transactions where you gained money from the starting timestamp to the end. The actual starting and ending timestamps may be a bit off from what acct_nt gives you.
+
+
+
+### Mode: total spent
+
+
+Spoilers for acct_nt's solutions
+
+Look at the timestamps that acct_nt gives you, and add up all the transactions where you lost money from the starting timestamp to the end. The actual starting and ending timestamps may be a bit off from what acct_nt gives you.
+
+
+
+### Mode: with/without memos
+
+
+Spoilers for acct_nt's solutions
+
+With or without memos indicates whether or not if you should consider transactions with memos. If it says with memos, make sure the transactions have memos before adding them, otherwise ignore them.
+Memos are a little message that can be sent with a transaction. It displays as memo: "message here" in [[accts.transactions]].
+
+
From d3c8debfd24be0b17c0bedfb720d2d7b6baf2829 Mon Sep 17 00:00:00 2001
From: MichaelEpicA <33169033+MichaelEpicA@users.noreply.github.com>
Date: Sat, 11 May 2024 15:16:02 -0500
Subject: [PATCH 02/10] Update acct_nt.mdx
Fix you
Co-authored-by: Zachava96 <40652111+Zachava96@users.noreply.github.com>
---
acct_nt.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/acct_nt.mdx b/acct_nt.mdx
index d309e7ac..e3fa3398 100644
--- a/acct_nt.mdx
+++ b/acct_nt.mdx
@@ -66,7 +66,7 @@ Find the deposit that acct_nt asks for and provide it as the acct_nt argument. I
Spoilers for acct_nt's solutions
-Look at the timestamps that acct_nt gives you, and add up all the transactions from the starting timestamp to the end. The actual starting and ending timestamps may be a bit off from what acct_nt gives you.
+Add up all the transactions between the two timestamps, with incoming transactions being positive and outgoing transactions being negative. The actual starting and ending timestamps may be incorrect by up to one minute.
From c4fb16d75ee9a08c2032b020549ef6f54dadaea0 Mon Sep 17 00:00:00 2001
From: MichaelEpicA <33169033+MichaelEpicA@users.noreply.github.com>
Date: Sat, 11 May 2024 15:16:06 -0500
Subject: [PATCH 03/10] Update acct_nt.mdx
Co-authored-by: Zachava96 <40652111+Zachava96@users.noreply.github.com>
---
acct_nt.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/acct_nt.mdx b/acct_nt.mdx
index e3fa3398..c763735e 100644
--- a/acct_nt.mdx
+++ b/acct_nt.mdx
@@ -84,7 +84,7 @@ Look at the timestamps that acct_nt gives you, and add up all the transactions w
Spoilers for acct_nt's solutions
-Look at the timestamps that acct_nt gives you, and add up all the transactions where you lost money from the starting timestamp to the end. The actual starting and ending timestamps may be a bit off from what acct_nt gives you.
+Add up all the outgoing transactions between the two timestamps. The actual starting and ending timestamps may be incorrect by up to one minute.
From 8778d8fedb0f9c1702b8e60a9626273a6f7fbc40 Mon Sep 17 00:00:00 2001
From: MichaelEpicA <33169033+MichaelEpicA@users.noreply.github.com>
Date: Sat, 11 May 2024 15:16:20 -0500
Subject: [PATCH 04/10] Update acct_nt.mdx
Co-authored-by: Zachava96 <40652111+Zachava96@users.noreply.github.com>
---
acct_nt.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/acct_nt.mdx b/acct_nt.mdx
index c763735e..2a981b2d 100644
--- a/acct_nt.mdx
+++ b/acct_nt.mdx
@@ -93,7 +93,7 @@ Add up all the outgoing transactions between the two timestamps. The actual star
Spoilers for acct_nt's solutions
-With or without memos indicates whether or not if you should consider transactions with memos. If it says with memos, make sure the transactions have memos before adding them, otherwise ignore them.
+Indicates whether only transactions with (or without) memos should be considered.
Memos are a little message that can be sent with a transaction. It displays as memo: "message here" in [[accts.transactions]].
From 5e45bf7ca8b14d405ecc5dfe29ff5e4b894cd16d Mon Sep 17 00:00:00 2001
From: MichaelEpicA <33169033+MichaelEpicA@users.noreply.github.com>
Date: Sat, 11 May 2024 15:16:28 -0500
Subject: [PATCH 05/10] Update acct_nt.mdx
Co-authored-by: Zachava96 <40652111+Zachava96@users.noreply.github.com>
---
acct_nt.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/acct_nt.mdx b/acct_nt.mdx
index 2a981b2d..8505e232 100644
--- a/acct_nt.mdx
+++ b/acct_nt.mdx
@@ -75,7 +75,7 @@ Add up all the transactions between the two timestamps, with incoming transactio
Spoilers for acct_nt's solutions
-Look at the timestamps that acct_nt gives you, and add up all the transactions where you gained money from the starting timestamp to the end. The actual starting and ending timestamps may be a bit off from what acct_nt gives you.
+Add up all the incoming transactions between the two timestamps. The actual starting and ending timestamps may be incorrect by up to one minute.
From 432c8b25fc9ebbfb443f99eeb5e74f4512f87582 Mon Sep 17 00:00:00 2001
From: MichaelEpicA <33169033+MichaelEpicA@users.noreply.github.com>
Date: Sat, 11 May 2024 16:05:36 -0500
Subject: [PATCH 06/10] Update acct_nt.mdx
Co-authored-by: Zachava96 <40652111+Zachava96@users.noreply.github.com>
---
acct_nt.mdx | 1 -
1 file changed, 1 deletion(-)
diff --git a/acct_nt.mdx b/acct_nt.mdx
index 8505e232..5c082993 100644
--- a/acct_nt.mdx
+++ b/acct_nt.mdx
@@ -94,6 +94,5 @@ Add up all the outgoing transactions between the two timestamps. The actual star
Spoilers for acct_nt's solutions
Indicates whether only transactions with (or without) memos should be considered.
-Memos are a little message that can be sent with a transaction. It displays as memo: "message here" in [[accts.transactions]].
From d0b4623e64bd14d3d6d2cc5cc07dfa54c4787f2c Mon Sep 17 00:00:00 2001
From: dunce
Date: Thu, 16 May 2024 10:28:43 +0000
Subject: [PATCH 07/10] Fix broken locks link
---
acct_nt.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/acct_nt.mdx b/acct_nt.mdx
index 5c082993..7debe184 100644
--- a/acct_nt.mdx
+++ b/acct_nt.mdx
@@ -4,7 +4,7 @@ title: acct_nt
> Balancing a transaction roster is an important task for any enterprising businessperson.
-acct_nt is a tier 2 [[lock]] created by the #FUTUREtech corporation.
+acct_nt is a tier 2 [lock](/upgrades/locks) created by the #FUTUREtech corporation.
## Stats
From ce30b561d8bc8ddb85ce7ddd760153150cd44d9b Mon Sep 17 00:00:00 2001
From: MichaelEpicA <33169033+MichaelEpicA@users.noreply.github.com>
Date: Thu, 16 May 2024 06:41:11 -0500
Subject: [PATCH 08/10] Move acct_nt to locks.
---
acct_nt.mdx => docs/upgrades/locks/acct_nt.mdx | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename acct_nt.mdx => docs/upgrades/locks/acct_nt.mdx (100%)
diff --git a/acct_nt.mdx b/docs/upgrades/locks/acct_nt.mdx
similarity index 100%
rename from acct_nt.mdx
rename to docs/upgrades/locks/acct_nt.mdx
From 7cb894861451ea145a3f76ac57b78132a74db8ce Mon Sep 17 00:00:00 2001
From: dunce
Date: Thu, 16 May 2024 14:01:00 +0000
Subject: [PATCH 09/10] Try to hide minor spoilers
---
docs/upgrades/locks/acct_nt.mdx | 28 ++++++++++++++++++----------
1 file changed, 18 insertions(+), 10 deletions(-)
diff --git a/docs/upgrades/locks/acct_nt.mdx b/docs/upgrades/locks/acct_nt.mdx
index 7debe184..8cd116d4 100644
--- a/docs/upgrades/locks/acct_nt.mdx
+++ b/docs/upgrades/locks/acct_nt.mdx
@@ -8,22 +8,21 @@ acct_nt is a tier 2 [lock](/upgrades/locks) created by the #FUTUREtech corporati
## Stats
-acct_nt has a unique stat called "acct_nt_min" which controls the minimum amount of transactions that it will pick for its range. The lock spawns at rarities ((%1kiddie%)), ((%2h4x0r%)), and ((%3h4rdc0r3%)).
+acct_nt has a unique stat called "acct_nt_min."
-## Behavior
+
+ Spoilers for acct_nt's solutions
-If acct_nt's minimum transactions is not met, it will provide error info:
+The "acct_nt_min" stat controls the minimum number of transactions that the lock will pick for its range of transactions.
+
-```
->>> user.loc {acct_nt:""}
-Sigh. No. Your acct situation is not worth my time
-```
+The lock spawns at rarities ((%1kiddie%)), ((%2h4x0r%)), and ((%3h4rdc0r3%)).
-If this check passes instead, the lock will return the following info:
+## Behavior
```
->>>user.loc {acct_nt:""}
-What was the net GC between 240423.1042 and 240425.2107
+>>> user.loc {acct_nt:""}
+Sigh. No. Your acct situation is not worth my time
```
## Solving
@@ -33,6 +32,15 @@ What was the net GC between 240423.1042 and 240425.2107
Spoilers for acct_nt's solutions
+If acct_nt's minimum transactions is met, the lock will return something like the following:
+
+```
+>>>user.loc {acct_nt:""}
+What was the net GC between 240423.1042 and 240425.2107
+```
+
+An example unlock could be:
+
```
>>user.loc {acct_nt:"2B520MGC"}
WARNING: BINMAT security shell inactive. Intelligent defense system offline.
From 74182d52d422e35cd68173760c1c03664c6aa6d5 Mon Sep 17 00:00:00 2001
From: dunce
Date: Thu, 16 May 2024 14:06:08 +0000
Subject: [PATCH 10/10] Add newline
---
docs/upgrades/locks/acct_nt.mdx | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/upgrades/locks/acct_nt.mdx b/docs/upgrades/locks/acct_nt.mdx
index 8cd116d4..bdcbeafe 100644
--- a/docs/upgrades/locks/acct_nt.mdx
+++ b/docs/upgrades/locks/acct_nt.mdx
@@ -14,6 +14,7 @@ acct_nt has a unique stat called "acct_nt_min."
Spoilers for acct_nt's solutions
The "acct_nt_min" stat controls the minimum number of transactions that the lock will pick for its range of transactions.
+
The lock spawns at rarities ((%1kiddie%)), ((%2h4x0r%)), and ((%3h4rdc0r3%)).