From 481a9874330355d4afe6a20f2062c9a6767de336 Mon Sep 17 00:00:00 2001 From: DanielF Date: Tue, 7 Apr 2026 17:37:38 +0200 Subject: [PATCH] vault backup: 2026-04-07 17:37:38 --- BeeProject/Inventory.md | 2 ++ BeeProject/{Main Route.md => Route Map.md} | 0 Items.md | 15 +++++++++++++++ Objects.md | 1 + Player Stats.md | 18 ++++++++++++++++++ 5 files changed, 36 insertions(+) create mode 100644 BeeProject/Inventory.md rename BeeProject/{Main Route.md => Route Map.md} (100%) create mode 100644 Items.md create mode 100644 Objects.md create mode 100644 Player Stats.md diff --git a/BeeProject/Inventory.md b/BeeProject/Inventory.md new file mode 100644 index 0000000..c96b481 --- /dev/null +++ b/BeeProject/Inventory.md @@ -0,0 +1,2 @@ +[[Items]] +[[Objects]] diff --git a/BeeProject/Main Route.md b/BeeProject/Route Map.md similarity index 100% rename from BeeProject/Main Route.md rename to BeeProject/Route Map.md diff --git a/Items.md b/Items.md new file mode 100644 index 0000000..ea456e8 --- /dev/null +++ b/Items.md @@ -0,0 +1,15 @@ +To use with NPC's or Characters + +# NPC Bound +## Cuffs +enables more Bondage Options + +# Player Bound + +# Room Bound +these Items are required for certain Room Functions +## chains +enables more Bondage Options + +## Rope +enables more Bondage Options \ No newline at end of file diff --git a/Objects.md b/Objects.md new file mode 100644 index 0000000..8dad2af --- /dev/null +++ b/Objects.md @@ -0,0 +1 @@ +Objects to Place in the World \ No newline at end of file diff --git a/Player Stats.md b/Player Stats.md new file mode 100644 index 0000000..6407f85 --- /dev/null +++ b/Player Stats.md @@ -0,0 +1,18 @@ +Health ? +Money +Corruption +Dominance Scale +Inventory + + + + + +# Corruption +Influences what you can do for NPC's or with Characters +May lock you out of some Paths if to low + +# Dominance Scale +Influences how other NPC and Characters perceive you +Higher Values can speed Up the Obedience of Characters +Value specific interactions for some NPC's \ No newline at end of file