docs: Introduce 9tailedKitsune documentation files

Adds introduction to folder structures, keywords, comments, numbers, operators, and delimiters
Includes detailed comment syntax and usage examples for various types
Introduces logging documentation framework
This commit is contained in:
2025-09-05 03:59:00 -04:00
parent 15da7335ad
commit 991e50d79c
3 changed files with 165 additions and 0 deletions

View File

@@ -0,0 +1,112 @@
# FOLDER & DEFAULT
## Folding in Code 1: `#DDFF00`
- Open: - `+<`
- Middle:
- Close: - `-> `
## Folding in Code 2: `#DDFF00`
- Open:
- `:if`
- `<if`
- Middle:
- `else:`
- Close:
- `end:`
- `end>`
## Folding in Comment: GREY
- Open:
- `#+.`
- Middle:
- Close:
- `#-.`
# KEYWORDS LISTS
## Prefix_Mode: (
Keywords 1: true
Keywords 2: true
Keywords 3: true
Keywords 4: true
Keywords 5: true
Keywords 6: true
Keywords 7: false
Keywords 8: false
)
- Gold -or- Neutral Group 1: <
- set fix while return call log function spawn execute define const get find >
- Green -or- Positive Group 2: <
- pull sync include loop print display true write create draw play emit cast attack update >
- Red -or- Negitive Group 3: <
- drop part exclude loopd hide unsync false erase clear delete remove downgrade >
- Blue -or- Variables Group 4: <
- var opt string number boolean array object null target >
- Orange -or- Foundry API Group 5: <
- actor token race class item feat skill spell effect droll sroll vroll journalEntry compendium rollTable >
- Yellow -or- Foundry Character Group 6: <
- name gender level strength dexterity constitution intelligence wisdom charisma ac hp defense initiative >
- Purple -or- Foundry Char Effect Group 7: <
- grapple stun paralyze blind deaf bless bane rage haste slow burn froze toxic wet >
- Hyperlink Blue Foundry Links Group 8: <
- `@UUID[]{} @Compenium[]{} @JournalEntry[]{} :// http:// ftp:// https:// ftps:// mailto:// steam:// 9tK:// kit:// kitsune:// sune://` >
# COMMENT & NUMBER
- Comment Line: RED
- Open: `<!`
- Middle:
- Close: `!>`
- Comment: GREEN
- Open: `#/`
- Close: `/#`
- Number:
- Prefix 1:
- Extras 1:
- Suffix 1: ,
- Range:
- Prefix 2:
- Extras 2:
- Suffix 2: ,
- Decimal: Both
# OPERATORS & DELIMITERS>
- Operator 1: GOLD
- Args: `@ : ;`
- Operator 2:
- Args: and or not is was equal before after now to from as in
- Delimiter 1: SKYBLUE
- Open: '
- Escape:
- Close: '
- Delimiter 2: YELLOW
- Open: <#
- Escape:
- Close: #>
- Delimiter 3:
- Open:
- Escape:
- Close:
- Delimiter 4:
- Open:
- Escape:
- Close:
- Delimiter 5:
- Open:
- Escape:
- Close:
- Delimiter 6:
- Open:
- Escape:
- Close:
- Delimiter 7:
- Open:
- Escape:
- Close:
- Delimiter 8:
- Open:
- Escape:
- Close: