Wood_Chair

tdhj

Jul 25th, 2025 (edited)
731
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. G.AddData({
  2. name:'coolgoodepic mod',
  3. author:'Me',
  4. desc:'A Mod',
  5. engineVersion:1,
  6. manifest:'modManifest.js',
  7. requires:['Default dataset*'],
  8. sheets:{'spicyShet':'https://orteil.dashnet.org/legacy/img/spicyModIconSheet.png'}
  9. func:function()
  10. {
  11.     new G.Tech({
  12.         name:'tent making',
  13.         desc:'@unlocks to make them.<>The late-game housing solution of your dreams!',
  14.         icon:[0,1,'spicyShet'],
  15.         cost:{'insight':10},
  16.         req:{'sedentism':true},
  17.         effects:[
  18.         ],
  19.     });
  20. }
  21. });
Advertisement
Add Comment
Please, Sign In to add comment