Skip to content

Commit

Permalink
Final tweaks to wording and profession
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanWiig committed Apr 24, 2019
1 parent fcea207 commit de92b71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
2 changes: 1 addition & 1 deletion data/json/items/armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -5812,7 +5812,7 @@
"id": "yukata",
"type": "ARMOR",
"name": "yukata",
"description": "An easy to wear, breezy Japanese robe secured with a sash. Essentially Japanese pajamas. Great to wear out on a summer night.",
"description": "An easy to wear, breezy robe secured with a sash. Essentially Japanese pajamas. Great for summer nights.",
"weight": 900,
"volume": 12,
"price": 5000,
Expand Down
17 changes: 4 additions & 13 deletions data/json/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3560,20 +3560,10 @@
"type": "profession",
"ident": "urban_samurai",
"name": "Urban Samurai",
"description": "You were an unusual presence in town, always sighted in what appeared to be a Japanese bathrobe. Some claimed you were the earthly apparition of an old shinto god; others said you once won a skateboarding championship in another state. More importantly, the grocery service stopped coming last week, and now the TV no longer turns on. This displeases you.",
"description": "You were always an inexplicable sight in town, always with the funny hair, always wearing what appeared to be some kind of Japanese bathrobe. Some claimed you were a visiting Shinto god. Little of this concerns you, but last week the grocery service stopped coming and now the TV no longer turns on. This displeases you.",
"points": 2,
"skills": { "level": 2, "name": "melee" },
"items": {
"male": {
"entries": [ { "item": "wakizashi_inferior", "container-item": "scabbard" } ]
},
"female": {
"items": [
"chestwrap",
"barrette"
],
"entries": [ { "item": "bokken_inferior", "container-item": "scabbard" } ]
},
"both": {
"items": [
"haori",
Expand All @@ -3583,8 +3573,9 @@
"tabi_dress",
"geta"
],
"entries": [ { "item": "whiskey", "container-item": "flask_hip" } ]
}
"entries": [ { "item": "bokken_inferior", "container-item": "scabbard" } ]
},
"female": [ "chestwrap" ]
}
}
]

0 comments on commit de92b71

Please sign in to comment.