Skip to content

Commit

Permalink
Main commit (#74935)
Browse files Browse the repository at this point in the history
  • Loading branch information
Holli-Git authored Jul 9, 2024
1 parent 2796035 commit 1017476
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
36 changes: 36 additions & 0 deletions data/json/ascii_art/containers/containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -2117,6 +2117,42 @@
"╚↔↔↔╝"
]
},
{
"type": "ascii_art",
"id": "condom_flavored_cherry",
"picture": [
"<color_red>╔↔↔↔╗",
"║( )║",
"╚↔↔↔╝"
]
},
{
"type": "ascii_art",
"id": "condom_flavored_banana",
"picture": [
"<color_yellow>╔↔↔↔╗",
"║( )║",
"╚↔↔↔╝"
]
},
{
"type": "ascii_art",
"id": "condom_flavored_strawberry",
"picture": [
"<color_red>╔↔↔↔╗",
"║( )║",
"╚↔↔↔╝"
]
},
{
"type": "ascii_art",
"id": "condom_flavored_orange",
"picture": [
"<color_yellow>╔↔↔↔╗",
"║( )║",
"╚↔↔↔╝"
]
},
{
"type": "ascii_art",
"id": "balloon",
Expand Down
32 changes: 32 additions & 0 deletions data/json/items/containers/containers.json
Original file line number Diff line number Diff line change
Expand Up @@ -3743,6 +3743,38 @@
"ascii_picture": "condom_ribbed",
"weight": 100,
"append": true
},
{
"id": "condom_flavored_cherry",
"name": { "str": "cherry flavored condom" },
"description": "A condom with cherry flavored lube, in red packaging to match.",
"ascii_picture": "condom_flavored_cherry",
"weight": 40,
"append": true
},
{
"id": "condom_flavored_banana",
"name": { "str": "banana flavored condom" },
"description": "A condom with banana flavored lube, in yellow packaging to match.",
"ascii_picture": "condom_flavored_banana",
"weight": 40,
"append": true
},
{
"id": "condom_flavored_strawberry",
"name": { "str": "strawberry flavored condom" },
"description": "A condom with strawberry flavored lube, in red packaging to match.",
"ascii_picture": "condom_flavored_strawberry",
"weight": 40,
"append": true
},
{
"id": "condom_flavored_orange",
"name": { "str": "orange flavored condom" },
"description": "A condom with orange flavored lube, in orange packaging to match.",
"ascii_picture": "condom_flavored_orange",
"weight": 40,
"append": true
}
],
"pocket_data": [
Expand Down

0 comments on commit 1017476

Please sign in to comment.