vault backup: 2026-01-07 17:01:31

This commit is contained in:
2026-01-07 17:01:31 -05:00
parent 97dd06e296
commit c276d4adf3
21 changed files with 10539 additions and 125 deletions
-17
View File
@@ -57,20 +57,3 @@ and every even level has
```
equipment of the same type is assumed to be evenly spaced.
## Location vs. Scope
%%TODO:%%
![[location-vs-scope.excalidraw]]
MDPB is physically _located_ in Building A,
but serves only loads in Building B.
```
location = Buildings["Building A"]
scope = Buildings["Building B"]
```
Were Building B removed from the contract scope,
it can be expected that MDPB would be as well.