-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs/Proper obsolete snippets
- Loading branch information
Showing
2 changed files
with
117 additions
and
41 deletions.
There are no files selected for viewing
76 changes: 76 additions & 0 deletions
76
data/json/obsoletion_and_migration_0.I/talk_tags_obsolete.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
[ | ||
{ | ||
"type": "snippet", | ||
"category": "<okay>", | ||
"//": "Obsolete snippet category", | ||
"text": "okay" | ||
}, | ||
{ | ||
"type": "snippet", | ||
"category": "<very>", | ||
"text": "very" | ||
}, | ||
{ | ||
"type": "snippet", | ||
"category": "<really>", | ||
"text": "really" | ||
}, | ||
{ | ||
"type": "snippet", | ||
"category": "<fuck_you>", | ||
"text": "fuck you" | ||
}, | ||
{ | ||
"type": "snippet", | ||
"category": "<swear>", | ||
"text": [ { "text": { "str": "<freaking>", "//~": "NO_I18N" } } ] | ||
}, | ||
{ | ||
"type": "snippet", | ||
"category": "<shitty>", | ||
"text": "shitty" | ||
}, | ||
{ | ||
"type": "snippet", | ||
"category": "<dumb>", | ||
"text": "dumb" | ||
}, | ||
{ | ||
"type": "snippet", | ||
"category": "<monster>", | ||
"text": "monster" | ||
}, | ||
{ | ||
"type": "snippet", | ||
"category": "<happy>", | ||
"text": "happy" | ||
}, | ||
{ | ||
"type": "snippet", | ||
"category": "<sad>", | ||
"text": "sad" | ||
}, | ||
{ | ||
"type": "snippet", | ||
"category": "<get_lost>", | ||
"text": "Get lost!" | ||
}, | ||
{ | ||
"type": "snippet", | ||
"category": "<move>", | ||
"//": "Generic orders to move, mostly used as part of firing warnings.", | ||
"text": "Clear the path" | ||
}, | ||
{ | ||
"type": "snippet", | ||
"category": "<ill_kill_you>", | ||
"//": "The NPC is announcing a target, and all the phrases are followed by an NPC or monsters' name.", | ||
"text": "I'll kill you," | ||
}, | ||
{ | ||
"type": "snippet", | ||
"category": "<ill_die>", | ||
"//": "A snippet use in the context of another complaint, like I'll die without your help", | ||
"text": "I won't last much longer" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters