Skip to content

Commit

Permalink
🗃️ add farmer data
Browse files Browse the repository at this point in the history
  • Loading branch information
ad2ien committed Oct 16, 2023
1 parent fde76ed commit a999cce
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion data.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"job": "IT developer like",
"job": "IT developer",
"params": [
{
"id": "hate",
Expand Down Expand Up @@ -64,5 +64,38 @@
"value": 10
}
]
},
{
"job": "Farmer",
"params": [
{
"id": "hate",
"value": 15
},
{
"id": "body_destruction",
"value": 80
},
{
"id": "pain",
"value": 80
},
{
"id": "mental",
"value": 80
},
{
"id": "value",
"value": 60
},
{
"id": "skills",
"value": 70
},
{
"id": "training",
"value": 65
}
]
}
]

0 comments on commit a999cce

Please sign in to comment.