-
Notifications
You must be signed in to change notification settings - Fork 592
Web cuffs #5813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: starlight-dev
Are you sure you want to change the base?
Web cuffs #5813
Changes from all commits
276ddf0
f2fb5ae
3c51296
07b3fc5
103487d
e751b9e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| construction-recipe-silk-woven-cuffs = web cuffs |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| - type: construction | ||
| id: SilkWovenCuffs | ||
| name: construction-recipe-silk-woven-cuffs | ||
| graph: SilkWovenCuffs | ||
| startNode: start | ||
| targetNode: cuffs | ||
| category: construction-category-materials | ||
| entityWhitelist: | ||
| tags: | ||
| - SpiderCraft | ||
| objectType: Item |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| { | ||
| "version": 1, | ||
| "license": "CC-BY-SA-3.0", | ||
| "copyright": "Johnny", | ||
| "size": { | ||
| "x": 32, | ||
| "y": 32 | ||
| }, | ||
| "states": [ | ||
| { | ||
| "name": "handcuff" | ||
| }, | ||
| { | ||
| "name": "body-overlay-2", | ||
| "directions": 4 | ||
| }, | ||
| { | ||
| "name": "body-overlay-4", | ||
| "directions": 4 | ||
|
Comment on lines
+13
to
+19
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win Align the RSI state names with
This finding is based on the supplied prototype and RSI metadata. 🤖 Prompt for AI Agents |
||
| }, | ||
| { | ||
| "name": "inhand-left", | ||
| "directions": 4 | ||
| }, | ||
| { | ||
| "name": "inhand-right", | ||
| "directions": 4 | ||
| } | ||
| ] | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.