Skip to content

Commit

Permalink
change lookat to consider
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Sep 10, 2024
1 parent 2c8cee9 commit a50fbc3
Showing 1 changed file with 72 additions and 4 deletions.
76 changes: 72 additions & 4 deletions mods/BaseGameContent.rairmod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "BaseGameContent",
"author": "Seiyria",
"version": 1,
"savedAt": 1725910621199
"savedAt": 1725974023557
},
"npcs": [
{
Expand Down Expand Up @@ -2149775,20 +2149775,88 @@
"_id": "01917b11-fb1b-722f-8ada-ce9f49a1703d"
},
{
"_id": "01917b11-fc6f-722f-8ada-d2b25191cf14",
"_hasSpell": false,
"_hasTrait": false,
"_hasEffect": false,
"_hasMacro": true,
"_isNPCOnly": false,
"name": "Look At",
"_gameId": "Look At",
"all": {
"desc": "Look at a target, getting a full description of them and their gear.",
"icon": "look-at",
"color": "#8A6948"
"color": "#8A6948",
"bgColor": ""
},
"effect": {
"tooltip": {
"name": "",
"color": "",
"bgColor": "",
"desc": ""
},
"effect": {
"duration": 0,
"durationScaleStat": "int",
"durationScaleValue": 100,
"extra": {
"potency": 0,
"canRemove": false,
"unique": true,
"doesTick": false,
"persistThroughDeath": false,
"canOverlapUniqueIfEquipped": false,
"charges": 0,
"statChanges": {}
}
},
"effectMeta": {}
},
"macro": {
"macro": "look at",
"name": "",
"macro": "consider",
"color": "",
"bgColor": "",
"mode": "clickToTarget",
"key": "",
"tooltipDesc": "",
"isDefault": true
},
"_id": "01917b11-fc6f-722f-8ada-d2b25191cf14"
"spell": {
"spellName": "",
"maxSkillForGain": 0,
"mpCost": 0,
"castTime": 0,
"cooldown": 0,
"potencyMultiplier": 1,
"bonusRollsMin": 0,
"bonusRollsMax": 0,
"willSaveThreshold": 0,
"willSavePercent": 0,
"skillMultiplierChanges": [
[
0,
1
]
],
"spellMeta": {
"bonusAgro": 0,
"creatureSummoned": [],
"fizzledBy": []
}
},
"trait": {
"name": "",
"desc": "",
"borderColor": "",
"iconBgColor": "",
"iconColor": "",
"spellGiven": "",
"isAncient": false,
"valuePerTier": 0,
"statsGiven": {}
}
},
{
"_hasMacro": true,
Expand Down

0 comments on commit a50fbc3

Please sign in to comment.